(proced): Call `(proced-update t)' to update process
[emacs.git] / lisp / ChangeLog
blob689e1dc710c7ed6806d96648a537bd78c72f8f40
1 2009-12-04  Juri Linkov  <juri@jurta.org>
3         * proced.el (proced): Call `(proced-update t)' to update process
4         information instead of only running proced-post-display-hook.
5         (proced-send-signal): Add a leading space to the buffer name
6         " *Marked Processes*" to make this buffer ephemeral.
8 2009-12-04  Juri Linkov  <juri@jurta.org>
10         * dired.el (dired-auto-revert-buffer): New defcustom.
11         (dired-internal-noselect): Use it.
13 2009-12-04  Juri Linkov  <juri@jurta.org>
15         Change roles of modes and functions in image-mode.el (Bug#5062).
17         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
18         in `auto-mode-alist'.
19         (image-mode-previous-major-mode): New variable.
20         (image-minor-mode-map): Rename from `image-mode-text-map'.
21         (image-mode): Move graceful error-handling code from
22         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
23         (image-minor-mode): Remove all image-handling code.
24         Replace `image-mode-text-map' with `image-minor-mode-map'.
25         Check for `image-type' in mode-line format string.
26         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
27         (image-mode-as-text): New function with most code from
28         `image-mode-maybe'.
29         (image-toggle-display-text): Move code that removes image
30         properties from `image-toggle-display' to here.
31         (image-toggle-display-image): New function with code that adds
32         image properties copied from `image-toggle-display'.
33         (image-toggle-display): Remove most code with leaving only code
34         that toggles between `image-mode-as-text' and `image-mode'.
36 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
38         * net/newst-treeview.el
39         (newsticker--treeview-list-highlight-start): Restored call to
40         save-excursion: Selected item was stuck.
41         (newsticker--treeview-list-select): New.
42         (newsticker--treeview-item-show-text)
43         (newsticker--treeview-item-show)
44         (newsticker--treeview-item-update): Use new
45         newsticker-treeview-item-mode.
46         (newsticker-treeview-update): Keep current item.
47         (newsticker-treeview-next-new-or-immortal-item): Doc change.
48         (newsticker--treeview-first-feed): Doc change.
49         (newsticker-treeview-list-menu)
50         (newsticker-treeview-item-menu): Added menu entries.
51         (newsticker-treeview-item-mode): New.
53         * net/newst-backend.el (newsticker-customize): delete other
54         windows.
56 2009-12-04  Sam Steingold  <sds@gnu.org>
58         * log-view.el (log-view-mode-map): "q" calls quit-window,
59         like in all the other non-self-insert buffers.
61 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
63         Minor cleanup.
64         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
65         key decoding rather than do it manually via last-input-event +
66         ascii-character.
67         (term-exec): Use delete-and-extract-region.
68         (term-handle-ansi-terminal-messages): Remove unused var `end'.
69         (term-process-pager): Remove unused var `i'.
70         (term-dynamic-simple-complete): Make obsolete.
71         (serial-update-config-menu): Remove unused vars `y' and `str'.
72         (term-update-mode-line): Remove unused var `temp'.
74 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
76         Limit the number of log entries displayed by default.
77         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
78         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
79         using a prefix argument.
81 2009-12-03  Glenn Morris  <rgm@gnu.org>
83         * progmodes/idlwave.el (class): Restore still useful declaration.
85 2009-12-03  Alan Mackenzie  <acm@muc.de>
87         Enhance `c-parse-state' to run efficiently in "brace desserts".
89         * progmodes/cc-mode.el (c-basic-common-init):
90         Call c-state-cache-init.
91         (c-neutralize-syntax-in-and-mark-CPP):  Rename from
92         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
93         placing `category' properties value 'c-cpp-delimiter at its boundaries.
95         * progmodes/cc-langs.el (c-before-font-lock-function):
96         c-extend-and-neutralize-syntax-in-CPP has been renamed
97         c-neutralize-syntax-in-and-mark-CPP.
99         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
100         with `category' properties now, not `syntax-table' ones.
102         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
103         enhanced (but slower) version of c-end-of-macro that won't land
104         inside a literal or on another awkward character.
105         (c-state-cache-too-far, c-state-cache-start)
106         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
107         (c-state-nonlit-pos-cache-limit, c-state-point-min)
108         (c-state-point-min-lit-type, c-state-point-min-lit-start)
109         (c-state-min-scan-pos, c-state-brace-pair-desert)
110         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
111         buffer local variables.
112         (c-state-literal-at, c-state-lit-beg)
113         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
114         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
115         (c-state-cache-top-paren, c-state-cache-after-top-paren)
116         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
117         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
118         (c-renarrow-state-cache)
119         (c-append-lower-brace-pair-to-state-cache)
120         (c-state-push-any-brace-pair, c-append-to-state-cache)
121         (c-remove-stale-state-cache)
122         (c-remove-stale-state-cache-backwards, c-state-cache-init)
123         (c-invalidate-state-cache-1, c-parse-state-1)
124         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
125         (c-parse-state): Enhance and refactor.
126         (c-debug-parse-state): Amend to deal with all the new variables.
128         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
129         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
130         modify to use category text properties rather than syntax-table ones.
131         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
132         to switch off/on the syntactic paren property of C++ template
133         delimiters using the category property.
134         (c-with-<->-as-parens-suppressed): Macro to invoke code with
135         template delims suppressed.
136         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
137         New constant/macros which apply category properties to the start
138         and end of preprocessor constructs.
139         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
140         "comment out" the syntactic value of characters in preprocessor
141         constructs.
142         (c-with-cpps-commented-out)
143         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
144         with characters in all or all but one preprocessor constructs
145         "commented out".
147 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
149         * proced.el (proced-filter-alist): Use regexp-quote.
151 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
153         Cleanup.
154         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
155         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
156         arguments.  Expand `default-directory'.
158         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
159         the benefit of returning an expanded localname.
160         (tramp-tramp-file-p): Handle the case NAME is not a string.
162 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
164         Add support for bzr shelve/unshelve.
165         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
166         (vc-bzr-extra-menu-map): New variables.
167         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
168         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
169         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
170         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
171         (vc-bzr-dir-extra-headers): Display shelves.
173         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
175 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
177         * textmodes/bibtex.el (bibtex-complete-internal):
178         Use completion-in-region.
179         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
181 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
183         Support applying stashes.  Improve UI.
184         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
185         (vc-git-stash-apply, vc-git-stash-pop)
186         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
187         (vc-git-stash-menu): New functions.
188         (vc-git-stash-menu-map): New variable.
189         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
191 2009-12-03  Glenn Morris  <rgm@gnu.org>
193         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
194         (vc-print-log-internal): Fix previous change.
195         (vc-revert): Correct pluralization.
197 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
199         * progmodes/make-mode.el (makefile-special-targets-list): No need for
200         it to be an alist any more.
201         (makefile-complete): Use completion-in-region.
203         * progmodes/octave-mod.el (octave-complete-symbol):
204         Use completion-in-region.
206         Misc cleanup.
207         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
208         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
209         (idlwave-complete-class): Don't quote lambda.
210         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
211         (idlwave-mode-map): Move initialization into declaration.
212         (idlwave-action-and-binding): Use backquotes.
213         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
214         Simplify.
215         (idlwave-is-pointer-dereference): Remove unused var `pos'.
216         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
217         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
218         `parts', and `all-parts'.
219         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
220         (idlwave-convert-xml-system-routine-info): Remove unused string
221         `version-string'.
222         (idlwave-display-user-catalog-widget): Use dolist.
223         (idlwave-scanning-lib): Declare dynamically-scoped var.
224         (idlwave-scan-library-catalogs): Remove unused var `flags'.
225         (completion-highlight-first-word-only): Declare to silence bytecomp.
226         (idlwave-popup-select): Tighten scope of `resp'.
227         (idlwave-find-struct-tag): Remove unused var `beg'.
228         (idlwave-after-load-rinfo-hook): Declare.
229         (idlwave-sintern-class-info): Remove unused var `taglist'.
230         (idlwave-find-class-definition): Remove unused var `list'.
231         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
232         (idlwave-what-module-find-class): Remove unused var `classes'.
234 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
236         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
238 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
240         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
241         buffers visited.  Remove redundant current-buffer-saving.
243 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
245         Use completion-in-buffer and remove uses of dynamic scoping.
246         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
247         (pascal-buffer-to-use, pascal-flag): Don't declare.
248         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
249         (pascal-get-completion-decl, pascal-keyword-completion):
250         Add `pascal-str' argument, save-excursion,
251         return the found completions, and don't filter with pascal-pred.
252         (pascal-completion-cache): New var.
253         (pascal-completion): Don't switch buffer any more (it was never
254         necessary).  Don't save-excursion any more (it's done by the called
255         subroutines).  Use a cache to avoid redundant computations.
256         Use complete-with-action rather than pascal-completion-response and
257         let it apply the predicate as well.
258         (pascal-complete-word): Use completion-in-buffer when
259         pascal-toggle-completions is nil.
260         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
261         not used any more.
262         (pascal-comp-defun): Don't change buffer any more.
263         Use complete-with-action rather than pascal-completion-response and
264         let it apply the predicate as well.
265         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
266         when neded.
268 2009-12-02  Kenichi Handa  <handa@m17n.org>
270         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
271         shape for all Indic scripts.
273 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
275         Use completion-in-buffer.
276         * wid-edit.el (widget-field-text-end): New function.
277         (widget-field-value-get): Use it.
278         (widget-string-complete, widget-file-complete)
279         (widget-color-complete): Use it and completion-in-region.
280         (widget-complete): Don't narrow the buffer.
282 2009-12-02  Glenn Morris  <rgm@gnu.org>
284         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
285         (rmail-select-summary): Use rmail-pop-to-buffer.
286         * mail/rmailsum.el: Replace all pop-to-buffer calls with
287         rmail-pop-to-buffer, to prevent horizontal splits.
289         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
290         save-excursion with save-current-buffer.
291         Widen before searching.  (Bug#5093)
292         (diary-list-sexp-entries): Remove superfluous save-excursion.
294 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
296         * woman.el (woman-make-bufname): Handle man-pages with "." in the
297         name.  (Bug#5038)
299 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
301         * ido.el (ido-file-internal): Handle filenames at point that do
302         not have a directory part.  (Bug#5049)
304 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
306         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
307         (mpc-songs-jump-to, mpc-resume): Doc fixes.
309 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
311         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
312         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
313         any more.
315 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * comint.el (comint-insert-input): Ignore clicks to the right of
318         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
320         * vc.el (vc-print-log-internal): Don't wait for the process to
321         terminate before setting up the major mode.
323         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
324         in case.
326         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
327         the last element.
329         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
331 2009-12-01  Glenn Morris  <rgm@gnu.org>
333         * window.el (window--display-buffer-2): Fix previous changes.
335 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
337         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
339 2009-12-01  Glenn Morris  <rgm@gnu.org>
341         * Makefile.in (ELCFILES): Add mpc.elc.
343 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
345         * mpc.el: New file.
347 2009-12-01  Glenn Morris  <rgm@gnu.org>
349         * window.el (window-to-use): Define for compiler.
351         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
352         consistent with others (no final period).
354         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
355         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
357 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
359         Make vc-print-log buttons work.
360         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
362 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
364         * savehist.el (savehist-autosave-interval): Allow setting to nil
365         through customize.  (Bug#5056)
367 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
369         Fix references to jit-lock properties.
370         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
371         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
372         (perl-font-lock-special-syntactic-constructs):
373         Quote jit-lock-defer-multiline property.
375 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
377         * vc-git.el (vc-git-registered): Call vc-git-root only once.
379 2009-11-30  Juri Linkov  <juri@jurta.org>
381         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
382         value `buffer' of `multi-isearch-next-buffer-current-function'.
383         Use `(current-buffer)' when `buffer' is nil.
384         (multi-isearch-next-buffer-from-list): Don't fallback to
385         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
387 2009-11-30  Juri Linkov  <juri@jurta.org>
389         * misearch.el (multi-isearch-read-buffers): Move canonicalization
390         of buffers with `get-buffer' to `multi-isearch-buffers'.
391         (multi-isearch-buffers, multi-isearch-buffers-regexp):
392         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
393         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
394         FILES with `expand-file-name' converting relative file names
395         to absolute.  Doc fix.  (Bug#4727)
397 2009-11-30  Juri Linkov  <juri@jurta.org>
399         * misearch.el (multi-isearch-read-buffers)
400         (multi-isearch-read-matching-buffers): New functions.
401         (multi-isearch-buffers, multi-isearch-buffers-regexp):
402         Use them in the `interactive' spec.  Doc fix.
403         (multi-isearch-read-files, multi-isearch-read-matching-files):
404         New functions.
405         (multi-isearch-files, multi-isearch-files-regexp):
406         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
408 2009-11-30  Juri Linkov  <juri@jurta.org>
410         * doc-view.el (doc-view-continuous):
411         Rename from `doc-view-continuous-mode'.
412         (doc-view-menu): Move "Toggle display" to the top.
413         Add submenu "Continuous" with radio buttons "Off"/"On"
414         and "Save as Default".
415         (doc-view-scroll-up-or-next-page)
416         (doc-view-scroll-down-or-previous-page)
417         (doc-view-next-line-or-next-page)
418         (doc-view-previous-line-or-previous-page): Rename
419         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
421 2009-11-30  Juri Linkov  <juri@jurta.org>
423         * comint.el (comint-mode-map): Rebind `M-r' from
424         `comint-previous-matching-input' to
425         `comint-history-isearch-backward-regexp'.
426         Unbind `M-s' to allow global key binding `M-s'.
427         Add menu items for `comint-history-isearch-backward' and
428         `comint-history-isearch-backward-regexp'.  (Bug#3746)
430 2009-11-30  Juri Linkov  <juri@jurta.org>
432         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
433         For def=recenter, replace `recenter' with `recenter-top-bottom'
434         that is called with `this-command' and `last-command' let-bound
435         to `recenter-top-bottom'.  When the last `def' was not `recenter',
436         set `recenter-last-op' to nil.  (Bug#4981)
438 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
440         Minor cleanup and simplification.
441         * filecache.el (file-cache-add-directory)
442         (file-cache-add-directory-recursively)
443         (file-cache-add-from-file-cache-buffer)
444         (file-cache-delete-file-regexp, file-cache-delete-directory)
445         (file-cache-files-matching-internal, file-cache-display): Use dolist.
446         (file-cache-temp-minibuffer-message): Delete function.
447         (file-cache-minibuffer-complete): Use minibuffer-message instead.
449         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
450         Don't signal an error when bumping into EOB in tr, s, or y.
452 2009-11-29  Juri Linkov  <juri@jurta.org>
454         * startup.el (fancy-about-text): Fix wording of Guided Tour.
455         (Bug#4960)
457         * descr-text.el (describe-char-unidata-list): Use lowercase name
458         for "Unicode name" like in other tags.
460 2009-11-29  Juri Linkov  <juri@jurta.org>
462         * ediff-util.el (ediff-minibuffer-with-setup-hook):
463         New compatibility macro.
464         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
466 2009-11-29  Juri Linkov  <juri@jurta.org>
468         Add defcustom to define the cycling order of `recenter-top-bottom'.
469         (Bug#4981)
471         * window.el (recenter-last-op): Doc fix.
472         (recenter-positions): New defcustom.
473         (recenter-top-bottom): Rewrite to use `recenter-positions'.
474         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
476 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
478         Improve integration of Tramp and ange-ftp in eshell.
480         * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
481         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
482         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
484         * eshell/esh-util.el (top): Require also Tramp when compiling.
485         (eshell-directory-files-and-attributes): Check for FTP remote
486         connection.
487         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
488         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
489         (eshell-file-attributes): Handle ".".  Return `entry'.
491         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
492         (ange-ftp-directory-files-and-attributes)
493         (ange-ftp-real-directory-files-and-attributes): New defuns.
495         * net/tramp.el (tramp-maybe-open-connection): Open the remote
496         shell with "exec" when possible.  This prevents trailing prompts
497         in `start-file-process'.
499 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
501         Try and remove assumptions about point-min==1.
502         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
503         (rng-compute-mode-line-string): Show the validation percentage in
504         terms of the narrowed text, not the widened text.
505         (rng-do-some-validation): Don't catch internal errors when debugging.
506         (rng-first-error): Simplify.
507         (rng-after-change-function): Remove work around.  AFAIK the bug has
508         been fixed a while ago.
510         * image-mode.el (image-minor-mode): Exit more gracefully when the image
511         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
513         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
515         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
516         `cd' doesn't always do it for us (bug#5067).
518         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
519         on 2009-10-25 as part of some other change (bug#5067).
521 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
523         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
524         `suspicious'.
525         (byte-compile-warnings): Use byte-compile-warning-types.
526         (byte-compile-save-excursion): Warn about use of set-buffer right
527         after save-excursion.
529         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
530         the excursion as well.
532 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
534         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
535         providing a Tramp related implementation of "su" and "sudo".
536         (eshell-unix-initialize): Add "su" and "sudo".
538 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
540         * net/socks.el (socks-send-command): Convert binary request to
541         unibyte before sending.  This fixes mishandling of some port
542         numbers such as 129.
544 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
546         * help.el (describe-bindings-internal): Remove `interactive'.
548         * man.el (Man-completion-table): Trim a terminating "(".
549         Remove the space between name page a section.
550         Add the command's description on the `help-echo' property.
551         Remove `process-connection-type' binding since it's unused by
552         call-process.
553         Provide completion for the "<section> <name>" format as well.
554         (Man-default-man-entry): Remove spurious var shadowing the argument.
556 2009-11-26  Kevin Ryde  <user42@zip.com.au>
558         * log-view.el: Add "Keywords: tools", since its other keywords
559         aren't in finder-known-keywords, and following vc.el.
561         * sha1.el (sha1-string-external): default-directory "/" in case
562         otherwise non-existent.  process-connection-type pipe for touch of
563         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
565 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
567         Misc coding convention cleanups.
568         * htmlfontify.el (hfy-init-kludge-hook): Rename from
569         hfy-init-kludge-hooks.
570         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
571         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
572         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
573         and push.
574         (hfy-slant, hfy-weight): Use tables rather than code.
575         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
576         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
577         (hfy-face-attr-for-class): Initialize `face-spec' directly.
578         (hfy-face-to-css): Remove `nconc' with single arg.
579         (hfy-p-to-face-lennart): Use `or'.
580         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
581         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
582         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
583         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
584         (hfy-force-fontification): Use run-hooks.
586 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
588         Various minor fixes.
589         * htmlfontify.el (hfy-default-header): Add toggle_invis since
590         Javascript belongs in the header, not the body.
591         (hfy-javascript): Remove.
592         (hfy-fontify-buffer): Don't insert it any more.
593         (hfy-face-at): Handle (face0 face1 face2) style face properties.
594         Fix bug in invis handling when there were no invis props in a chunk.
596 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
600 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
602         * finder.el (finder-mode-map): Add a menu.
604 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
606         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
607         "unsigned" structs.
609         (verilog-leap-to-head, verilog-backward-token): Handle "disable
610         fork" statement better.
612 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
614         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
615         (verilog-delete-empty-auto-pair, verilog-library-filenames):
616         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
618         (verilog-auto-inst, verilog-auto-star-safe)
619         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
620         Fix removing "// Interfaces" when saving .* expansions.  Reported by
621         Pierre-David Pfister.
623 2009-11-26  Glenn Morris  <rgm@gnu.org>
625         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
626         the scope.
628 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
630         * vc-annotate.el (vc-annotate-revision-previous-to-line):
631         Really use previous revision.
633 2009-11-25  Kevin Ryde  <user42@zip.com.au>
635         * man.el (Man-completion-table): default-directory "/" in case
636         doesn't otherwise exist.  process-environment COLUMNS=999 so as
637         not to truncate long names.  process-connection-type pipe to avoid
638         any chance of hitting the pseudo-tty TIOCGWINSZ.
639         (man): completion-ignore-case t for friendliness and since man
640         itself is case-insensitive on the command line.
641         Further to Bug#3717.
643         * arc-mode.el: Add "Keywords: files", so the details in its
644         commentary can be reached from finder-by-keyword.
645         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
646         editing mode, but it's comms related and sgml-mode.el has "comm"
647         on that basis too.
648         * textmodes/bibtex-style.el: Add "Keywords: tex".
649         * international/isearch-x.el, international/ja-dic-cnv.el:
650         * international/ja-dic-utl.el, international/kkc.el:
651         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
653 2009-11-25  Juri Linkov  <juri@jurta.org>
655         * man.el (Man-completion-table): Modify regexp to include
656         section names to completion strings.  (Bug#3717)
658 2009-11-25  Juri Linkov  <juri@jurta.org>
660         Search recursively in gzipped files.  (Bug#4982)
662         * progmodes/grep.el (grep-highlight-matches): Add new options
663         `always' and `auto'.  Doc fix.
664         (grep-process-setup): Check `grep-highlight-matches' for
665         `auto-detect' to determine the need to compute grep defaults.
666         Move Windows/DOS specific --colors settings handling
667         to `grep-compute-defaults'.  Check `grep-highlight-matches'
668         to get the value of "--color=".
669         (grep-compute-defaults): Compute `grep-highlight-matches' when it
670         has the value `auto-detect'.  Move Windows/DOS specific settings
671         from `grep-process-setup'.
672         (zrgrep): New command with alias `rzgrep'.
674 2009-11-25  Juri Linkov  <juri@jurta.org>
676         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
677         to nil instead of switching off view-mode.  (Bug#4896)
679 2009-11-25  Juri Linkov  <juri@jurta.org>
681         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
683         * mwheel.el (mwheel-scroll-up-function)
684         (mwheel-scroll-down-function): New defvars.
685         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
686         `scroll-up', and `mwheel-scroll-down-function' instead of
687         `scroll-down'.
689         * doc-view.el (doc-view-scroll-up-or-next-page)
690         (doc-view-scroll-down-or-previous-page): Add optional ARG.
691         Use this ARG in the call to image-scroll-up/image-scroll-down.
692         Change `interactive' spec to "P".  Goto next/previous page only
693         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
694         SPC/DEL case).  Doc fix.
695         (doc-view-next-line-or-next-page)
696         (doc-view-previous-line-or-previous-page): Rename arg to ARG
697         for consistency.
698         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
699         `doc-view-scroll-up-or-next-page', and buffer-local
700         `mwheel-scroll-down-function' to
701         `doc-view-scroll-down-or-previous-page'.
703 2009-11-25  Juri Linkov  <juri@jurta.org>
705         Provide additional default values (directories at other Dired
706         windows) via M-n in the minibuffer of some Dired commands.
708         * dired-aux.el (dired-diff, dired-compare-directories)
709         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
710         `minibuffer-default' in `minibuffer-with-setup-hook'.
711         (dired-dwim-target-directory): Find a window that displays Dired
712         buffer instead of failing when the next window is not Dired.
713         Use `get-window-with-predicate' to find for the next Dired window.
714         (dired-dwim-target-defaults): New function.
716         * ediff-util.el (ediff-read-file-name):
717         Use `dired-dwim-target-defaults' to set `minibuffer-default'
718         in `minibuffer-with-setup-hook'.
720 2009-11-25  Juri Linkov  <juri@jurta.org>
722         Provide additional default values (file name at point or at the
723         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
725         * minibuffer.el (read-file-name-defaults): New function.
726         (read-file-name): Reset `minibuffer-default' to nil when
727         it duplicates initial input `insdef'.
728         Bind `minibuffer-default-add-function' to lambda that
729         calls `read-file-name-defaults' in `minibuffer-selected-window'.
730         (minibuffer-insert-file-name-at-point): New command.
732         * files.el (file-name-at-point-functions): New defcustom.
733         (find-file-default): Remove defvar.
734         (find-file-read-args): Don't use `find-file-default'.
735         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
736         to `read-file-name'.
737         (find-file-literally): Use `read-file-name' with
738         `confirm-nonexistent-file-or-buffer'.
740         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
742         * dired.el (dired-read-dir-and-switches):
743         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
744         to `read-file-name'.
745         (dired-file-name-at-point): New function.
746         (dired-mode): Add hook `dired-file-name-at-point' to
747         `file-name-at-point-functions'.
749 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
751         Really make the *Completions* window soft-dedicated (bug#5030).
752         * window.el (window--display-buffer-2): Add `dedicated' argument.
753         (display-buffer): Pass it when needed so the dedicated flag is set
754         after calling set-window-buffer, which would otherwise reset it.
756 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
758         * progmodes/meta-mode.el (meta-complete-symbol):
759         * progmodes/etags.el (complete-tag):
760         * mail/mailabbrev.el (mail-abbrev-complete-alias):
761         Use completion-in-region.
763         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
764         (dabbrev-completion): Use completion-in-region.
765         (dabbrev--abbrev-at-point): Simplify regexp.
767         * abbrev.el (abbrev--before-point): Use word-motion functions
768         if :regexp is not specified (bug#5031).
770         * subr.el (string-prefix-p): New function.
772         * man.el (Man-completion-cache): New var.
773         (Man-completion-table): Use it.
775         * vc.el (vc-print-log-internal): Make `limit' optional for better
776         compatibility (e.g. with vc-annotate.el).
778 2009-11-24  Kevin Ryde  <user42@zip.com.au>
780         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
781         Build value with regexp-opt instead of explicit joining loop.  (My
782         Bug#4927.)
784         * emacs-lisp/elint.el (elint-add-required-env): Better error message
785         when .el source file not found or other error.
787 2009-11-24  Markus Triska  <markus.triska@gmx.at>
789         * linum.el (linum-update-window): Ignore intangible (bug#4996).
791 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
793         Handle the [back] button properly (bug#4979).
794         * descr-text.el (describe-text-properties): Add a `buffer' argument.
795         Use help-setup-xref, help-buffer, and with-help-window.
796         (describe-char): Add `buffer' argument.
797         Pass proper command to help-setup-xref.  Don't meddle with
798         help-xref-stack-item directly.
799         (describe-text-category): Use with-help-window and help-buffer.
801         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
802         for the displayed buffer (bug#4887).
804         * man.el (Man-completion-table): New function.
805         (man): Use it.
807 2009-11-24  David Reitter  <david.reitter@gmail.com>
809         * vc-git.el (vc-git-registered): Use checkout directory (where
810         .git is) rather than the file's directory and a relative path spec
811         to work around a bug in git.
813 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
815         Improve handling of processes on remote hosts.
817         * eshell/esh-util.el (eshell-path-env): New defvar.
818         (eshell-parse-colon-path): New defun.
819         (eshell-file-attributes): Use `eshell-parse-colon-path'.
821         * eshell/esh-ext.el (eshell-search-path):
822         Use `eshell-parse-colon-path'.
823         (eshell-remote-command): Remove argument HANDLER.
824         (eshell-external-command): Check for FTP remote connection.
826         * eshell/esh-proc.el (eshell-gather-process-output):
827         Use `file-truename', in order to start also symlinked files.
828         Apply `start-file-process' instead of `start-process'.
829         Shorten `command' to the local file name part.
831         * eshell/em-cmpl.el (eshell-complete-commands-list):
832         Use `eshell-parse-colon-path'.
834         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
836         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
837         to `eshell-directory-change-hook'.
839 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
841         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
842         because it could be enabled automatically if view-read-only is non-nil.
844 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
846         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
847         made on 2009-11-22.
849 2009-11-24  Glenn Morris  <rgm@gnu.org>
851         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
852         deleted variable bookmark-bmenu-bookmark-column.
854         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
855         Move after definition of global-semantic-idle-tag-highlight-mode.
857 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
859         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
861 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
863         * net/browse-url.el (browse-url-filename-alist): On Windows, add
864         two slashes to the "file:" prefix.
865         (browse-url-file-url): De-munge Cygwin filenames before passing
866         them to Windows browser.
867         (browse-url-default-windows-browser): Use call-process.
869 2009-11-23  Juri Linkov  <juri@jurta.org>
871         Implement DocView Continuous mode.  (Bug#4896)
872         * doc-view.el (doc-view-continuous-mode): New defcustom.
873         (doc-view-mode-map): Bind C-n/<down> to
874         `doc-view-next-line-or-next-page', C-p/<up> to
875         `doc-view-previous-line-or-previous-page'.
876         (doc-view-next-line-or-next-page)
877         (doc-view-previous-line-or-previous-page): New commands.
879 2009-11-23  Juri Linkov  <juri@jurta.org>
881         Implement Isearch in comint input history.  (Bug#3746)
882         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
883         `isearch-mode-hook'.
884         (comint-history-isearch): New defcustom.
885         (comint-history-isearch-backward)
886         (comint-history-isearch-backward-regexp): New commands.
887         (comint-history-isearch-message-overlay): New buffer-local variable.
888         (comint-history-isearch-setup, comint-history-isearch-end)
889         (comint-goto-input, comint-history-isearch-search)
890         (comint-history-isearch-message, comint-history-isearch-wrap)
891         (comint-history-isearch-push-state)
892         (comint-history-isearch-pop-state): New functions.
894 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
896         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
897         return.
898         (tramp-handle-make-symbolic-link)
899         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
900         Quote file names.
901         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
902         (tramp-handle-process-file): Use it.
904 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * window.el (move-to-window-line-last-op): Remove.
907         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
909 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
911         Make M-r mirror the new cycling behavior of C-l.
912         * window.el (move-to-window-line-last-op): New var.
913         (move-to-window-line-top-bottom): New command.
914         (global-map): Bind M-r move-to-window-line-top-bottom.
916 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
918         * dired-x.el (dired-guess-shell-alist-default):
919         Support xz format.  (Bug#4953)
921 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
923         * cedet/srecode/map.el (srecode-get-maps):
924         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
925         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
926         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
927         (semantic-toggle-decoration-style):
928         * cedet/semantic/decorate/include.el
929         (semantic-decoration-include-describe)
930         (semantic-decoration-unknown-include-describe)
931         (semantic-decoration-unparsed-include-describe)
932         (semantic-decoration-all-include-summary):
933         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
934         * cedet/semantic/analyze/complete.el
935         (semantic-analyze-possible-completions):
936         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
937         (semantic-show-unmatched-syntax-mode)
938         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
939         (semantic-highlight-func-mode):
940         * cedet/semantic/util.el (semantic-describe-buffer):
941         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
942         (semantic-symref-find-tags-by-name)
943         (semantic-symref-find-tags-by-regexp)
944         (semantic-symref-find-tags-by-completion)
945         (semantic-symref-find-file-references-by-name)
946         (semantic-symref-find-text):
947         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
948         (senator-yank-tag):
949         * cedet/semantic/scope.el (semantic-calculate-scope):
950         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
951         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
952         (define-semantic-idle-service):
953         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
954         (semantic-complete-analyze-inline-idle):
955         * cedet/semantic/analyze.el (semantic-analyze-current-context):
956         * cedet/mode-local.el (describe-mode-local-bindings)
957         (describe-mode-local-bindings-in-mode):
958         * cedet/ede/make.el (ede-make-check-version):
959         * cedet/ede/locate.el (ede-enable-locate-on-project):
960         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
961         (cedet-idutils-version-check):
962         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
963         (cedet-gnu-global-version-check):
964         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
965         (cedet-cscope-version-check): Use called-interactively-p instead
966         of interactive-p.
968         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
969         Use semantic-format-tag-prototype.
971 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
973         * emulation/viper-cmd.el: Use viper-last-command-char instead of
974         last-command-char/last-command-event.
975         (viper-prefix-arg-value): Do correct conversion of event-char for
976         XEmacs.
978         * emulation/viper-util.el, emulation/viper.el:
979         Use viper-last-command-char instead of
980         last-command-char/last-command-event.
982         * ediff-init.el, ediff-mult.el, ediff-util.el:
983         Replace last-command-char and last-command-event
984         with (ediff-last-command-char) everywhere.
986         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
987         created in fundamental mode.
989         * ediff.el (ediff-version): Revert the change of interactive-p to
990         called-interactively-p.
992 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
994         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
995         generation from word-movement command names.
997 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
999         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1000         (semantic-complete-jump-local, semantic-complete-jump):
1001         Improve prompt string.
1003 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1005         * cus-start.el (all): Add native condition for font-use-system-font.
1007 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
1009         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1010         Correct the patch from 2009-11-18.  (Bug#3910)
1012 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
1014         * progmodes/subword.el: Rename from lisp/subword.el.
1016         * subword.el: Rename to progmodes/subword.el.
1018         * Makefile.in (ELCFILES): Adapt to subword.el move.
1020 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1021             Stefan Monnier  <monnier@iro.umontreal.ca>
1023         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1024         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1025         (bookmark-bmenu-show-filenames): Use push.
1026         (bookmark-bmenu-hide-filenames): Use local var instead of
1027         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
1028         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1029         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1030         filenames now that the bookmark names are always available.
1032 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1034         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1035         (bookmark-search-pattern): Move and leave unbound.
1036         (bookmark-bmenu-mode-map): Change binding.
1037         (bookmark-read-search-input): Simplify.
1038         Don't use text-char-description.  Don't error on non-char events.
1039         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1040         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1041         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1042         Use a local var for the timer.
1043         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1044         (i.e. bookmark-bmenu-search).
1046 2009-11-21  Glenn Morris  <rgm@gnu.org>
1048         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
1050 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1052         * net/browse-url.el (browse-url-default-windows-browser):
1053         Use cygstart for cygwin.
1055 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
1057         * bookmark.el Formatting and doc fixes only:
1058         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1059         (bookmark-bmenu-search): Wrap to fit within 80 columns.
1060           Minor grammar and punctuation fixes in doc string.
1061         (bookmark-read-search-input): Adjust to fit within 80 columns.
1063 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1065         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1066         (c-backward-into-nomenclature): Adapt to subword renaming.
1068         * subword.el (subword-forward, subword-backward, subword-mark)
1069         (subword-kill, subword-backward-kill, subword-transpose)
1070         (subword-downcase, subword-upcase, subword-capitalize)
1071         (subword-forward-internal, subword-backward-internal):
1072         Rename from forward-subword, backward-subword, mark-subword,
1073         kill-subword, backward-kill-subword, transpose-subwords,
1074         downcase-subword, upcase-subword, capitalize-subword,
1075         forward-subword-internal, backward-subword-internal.
1077 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1079         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1080         New options.
1081         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1082         New vars.
1083         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1084         (bookmark-bmenu-filter-alist-by-regexp)
1085         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1086         (bookmark-bmenu-search): New command.
1087         (bookmark-bmenu-mode-map): Bind it.
1089 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1091         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1093         * cedet/semantic/idle.el (define-semantic-idle-service)
1094         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1096 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1098         * progmodes/cc-cmds.el: declare-functioned forward-subword and
1099         backward-subword to quit the byte-compiler.
1101         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1103         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1105         * progmodes/cc-cmds.el (c-update-modeline)
1106         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1107         Refer to subword.el functions instead of cc-subword.el.
1109         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1110         subword.el functions instead of cc-subword.el.
1112         * progmodes/cc-subword.el: Rename to subword.el.
1113         * subword.el: Rename from progmodes/cc-subword.el.
1114         (subword-mode-map): Rename from c-subword-mode-map.
1115         (subword-mode): Rename from c-subword-mode.
1116         (global-subword-mode): New global minor mode.
1117         (forward-subword): Rename from c-forward-subword.
1118         (backward-subword): Rename from c-backward-subword.
1119         (mark-subword): Rename from c-mark-subword.
1120         (kill-subword): Rename from c-kill-subword.
1121         (backward-kill-subword): Rename from c-backward-kill-subword.
1122         (transpose-subwords): Rename from c-tranpose-subword.
1123         (downcase-subword): Rename from c-downcase-subword.
1124         (capitalize-subword): Rename from c-capitalize-subword.
1125         (forward-subword-internal): Rename from c-forward-subword-internal.
1126         (backward-subword-internal): Rename from c-backward-subword-internal.
1128 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1130         * vc.el (vc-deduce-fileset): Allow non-state changing operations
1131         from a dired buffer.
1132         (vc-dired-deduce-fileset): New function.
1133         (vc-root-diff, vc-print-root-log): Use it.
1135         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1136         nil LIMIT argument to vc-print-log-internal.
1138 2009-11-20  Glenn Morris  <rgm@gnu.org>
1140         * Makefile.in (ELCFILES): Regenerate.
1142 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1144         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1146         * cedet/semantic.el: Enable idle-mode menu items only if
1147         global-semantic-idle-scheduler-mode is enabled.
1148         (semantic-default-submodes): Doc fix.
1150         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1151         When turning off, disable other idle modes.
1153 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
1155         * calc/calc.el (calc-set-mode-line):
1156         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1157         (math-format-number): Rename `math-format-complement-signed' to
1158         `math-format-twos-complement'.
1160         * calc/calc-bin.el (math-format-twos-complement): Rename from
1161         math-format-complement-signed.
1162         (calc-radix): Rename `calc-complement-signed-mode' to
1163         `calc-twos-complement-mode'.
1164         (calc-octal-radix, calc-hex-radix): Add an argument for
1165         two's complement.
1167         * calc/calc-embed.el (calc-embedded-mode-vars):
1168         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1170         * calc/calc-ext.el (calc-init-extensions):
1171         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1172         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1174         * calc/calc-units.el (math-build-units-table-buffer):
1175         Let `calc-twos-complement-mode' be nil.
1177         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1178         entries.
1180         * calc/calc-vec.el (calcFunc-vunpack):
1181         * calc/calc-aent.el (calc-do-calc-eval):
1182         * calc/calc-forms.el (math-format-date):
1183         * calc/calc-graph.el (calc-graph-plot):
1184         * calc/calc-math.el (math-use-emacs-fn):
1185         * calc/calccomp.el (math-compose-expr):
1186         Let `calc-twos-complement-mode' be nil.
1188 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1191         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
1192         * minibuffer.el (completion-in-region-functions): New hook.
1193         (completion-in-region): New function.
1194         * emacs-lisp/lisp.el (lisp-complete-symbol):
1195         * pcomplete.el (pcomplete-std-complete): Use it.
1197 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1199         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1200         (latex-complete-alist): New vars.
1201         (latex-string-prefix-p, latex-complete-bibtex-keys)
1202         (latex-complete-envnames, latex-complete-refkeys)
1203         (latex-complete-data): New functions.
1204         (latex-complete, latex-indent-or-complete): New commands.
1206         * window.el (display-buffer-mark-dedicated): New var.
1207         (display-buffer): Obey it.
1208         * minibuffer.el (minibuffer-completion-help): Use it.
1210         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1212         * filecache.el (file-cache-add-file): Use push and cons.
1213         (file-cache-delete-file-regexp): Use push.
1214         (file-cache-complete): Use completion-in-region.
1216         * simple.el (with-wrapper-hook): Fix thinko.
1218         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1219         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1220         Use with-current-buffer and string-to-number.
1221         (hfy-fallback-colour-values): Use assoc-string.
1222         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1223         (hfy-face-at): Remove unused var `found-face'.
1224         (hfy-compile-stylesheet): Remove unused var `css'.
1225         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1226         and `orig-buffer'.
1227         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1228         Use with-current-buffer.
1229         (hfy-text-p): Use expand-file-name and fewer setq.
1231 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
1233         * htmlfontify.el, hfy-cmap.el: New files.
1235 2009-11-19  Juri Linkov  <juri@jurta.org>
1237         * minibuffer.el (completions-format): New defcustom.
1238         (completion--insert-strings): Implement vertical format.
1240         * simple.el (switch-to-completions): Move point to the first
1241         completion when point was at the beginning of the buffer.
1243 2009-11-19  Juri Linkov  <juri@jurta.org>
1245         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
1247         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1249 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1251         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1252         (mail-signature): Change default to t.
1253         (mail-from-style): Deprecate `system-default' value.
1254         (mail-insert-from-field): For default value of mail-from-style,
1255         default to `angles' unless `angles' needs quoting and `parens'
1256         does not.
1257         (mail-citation-prefix-regexp): Use citation regexp from
1258         message-mode.
1260 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
1262         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1263         Set variables for computing the prompt for reading password.
1265 2009-11-19  Glenn Morris  <rgm@gnu.org>
1267         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
1269         * textmodes/flyspell.el (sgml-lexical-context): Declare.
1271         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1272         (newsticker-treeview-listwindow-height): Fix custom type.
1274 2009-11-19  Kenichi Handa  <handa@m17n.org>
1276         * descr-text.el (describe-char-padded-string): Compose with TAB
1277         only if there's a font for CH.
1278         (describe-char): Fix the condition for detecting a trivial composition.
1280 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
1282         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1283         more accurate version of the regexp.  (Bug#3910)
1285 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1287         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1289 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
1291         * font-setting.el (font-use-system-font): Declare for byte-compiler.
1292         (font-setting-change-default-font): Fix typo in docstring.
1294 2009-11-18  Alan Mackenzie  <acm@muc.de>
1296         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1298 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1300         * font-setting.el (font-use-system-font): Move ...
1302         * cus-start.el (all): ... to here.
1304 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
1306         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1307         Don't set `ad-return-value' if `ad-do-it' doesn't.
1309         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1310         modification time.
1312 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1314         * menu-bar.el: Put "Use system font" in Option-menu.
1315         (menu-bar-options-save): Add font-use-system-font.
1317         * loadup.el: If feature system-font-setting or font-render-setting is
1318         there, load font-setting.
1320         * Makefile.in (ELCFILES): Add font-settings.el.
1321         * font-setting.el: New file.
1323 2009-11-17  Glenn Morris  <rgm@gnu.org>
1325         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1327         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1328         Preserve point in the list buffer.  (Bug#4939)
1329         Use point-at-eol.
1330         (newsticker--treeview-list-update-highlight)
1331         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1333 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1335         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1336         Remove.
1338         * calc/calc-ext.el (calc-init-extensions): Remove references to
1339         symclip.
1341         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1343         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1344         * calc/calc-help.el (calc-b-prefix-help): Remove references to
1345         `calc-symclip'.
1347 2009-11-16  Kevin Ryde  <user42@zip.com.au>
1349         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1350         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1352         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1353         (lm-keywords-list): Allow comma-only separator like "foo,bar".
1354         Ignore trailing spaces by omit-nulls to split-string (fixing
1355         regression from Emacs 21 due to the incompatible split-string
1356         change).  (Bug #4928.)
1358 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1360         * vc.el (vc-log-show-limit): Default to 2000.
1361         (vc-print-log-internal): Insert buttons to request more entries
1362         when limiting the output.
1364         * vc-sccs.el (vc-sccs-print-log):
1365         * vc-rcs.el (vc-rcs-print-log):
1366         * vc-cvs.el (vc-cvs-print-log):
1367         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1368         LIMIT is non-nil.
1370 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1372         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1373         error when `tramp-gvfs-dbus-event-vector' is set.
1374         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1376 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1378         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1380 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1382         * net/dbus.el (dbus-unregister-service): New defun.
1383         (dbus-register-property): Register the handlers of
1384         "org.freedesktop.DBus.Properties" for SERVICE.
1385         (dbus-property-handler): Fix docstring.
1387 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1389         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1390         Quote doc string reference in defvaralias as it is not in special form.
1391         (byte-compile-output-docform): Doc fix.
1393 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1395         * calc/calc.el (math-2-word-size, math-half-2-word-size)
1396         (calc-complement-signed-mode): New variables.
1397         (calc-set-mode-line): Add indicator for twos-complements.
1398         (math-format-number): Format twos-complement notation.
1400         * calc/calc-bin.el (calc-word-size): Reset the variables
1401         `math-2-word-size' and `math-half-2-word-size'.
1402         (math-format-complement-signed, math-symclip, calcFunc-symclip)
1403         (calc-symclip): New functions.
1405         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1407         * calc/calc-embed.el (calc-embedded-mode-vars):
1408         Add `calc-complement-signed-mode' to the list of modes.
1410         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1411         (calc-b-oper-keys): Add `calc-symclip' to list.
1413         * calc/calc-ext.el (math-read-number-fancy): Read complement
1414         signed numbers.
1415         (calc-init-extensions): Add binding for `calc-symclip'.
1416         Add autoload for `calcFunc-symclip' and `calc-symclip'.
1418         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1419         `calc-symclip'.
1420         (calc-modes-menu): Add item for twos complement mode.
1422         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1424 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1426         * register.el (jump-to-register, insert-register): Handle Semantic
1427         tags.  From commented-out advice in semantic/senator.el.
1429 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1431         * vc.el (vc-log-show-limit): New variable.
1432         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
1433         when using a prefix argument.
1434         (vc-print-log-internal): Add new argument LIMIT.
1436         * vc-svn.el (vc-svn-print-log):
1437         * vc-mtn.el (vc-mtn-print-log):
1438         * vc-hg.el (vc-hg-print-log):
1439         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1440         pass it to the log command when set.  Make the BUFFER argument
1441         non-optional.
1443         * vc-sccs.el (vc-sccs-print-log):
1444         * vc-rcs.el (vc-rcs-print-log):
1445         * vc-git.el (vc-git-print-log):
1446         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1447         ignore it.  Make the BUFFER argument non-optional
1449         * bindings.el (mode-line-buffer-identification): Do not purecopy.
1451 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1453         * dired.el (dired-mode-map): Move encryption items to "Operate"
1454         menu (Bug#4703).
1456         * strokes.el (strokes-update-window-configuration): Make strokes
1457         buffer current before erasing (Bug#4906).
1459         * cedet/semantic/idle.el (semantic-idle-summary-mode)
1460         (semantic-idle-summary-mode): Define using define-minor-mode
1461         instead of define-semantic-idle-service.
1462         (semantic-idle-summary-mode): New function.
1463         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1464         that mouse motion does not reset the echo area.
1466 2009-11-15  Juri Linkov  <juri@jurta.org>
1468         * simple.el (set-mark-default-inactive): Add :type, :group
1469         and :version.  (Bug#4876)
1471 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
1473         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1474         (archive-unique-fname): ... here.  (Bug#4929)
1476 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1478         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1479         with a real fix.
1481         * novice.el (disabled-command-function): Add useful args.
1482         Setup the help buffer so that [back] works.
1483         Remove redundant call to help-mode.
1484         (disabled-command-function): Use `case'.
1485         (en/disable-command): New function extracted from enable-command.
1486         (enable-command, disable-command): Use it.
1488 2009-11-14  Glenn Morris  <rgm@gnu.org>
1490         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1491         constants.  (Bug#4913)
1493         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1495 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1497         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1498         defined in C that have no doc-strings.  (Bug#1063)
1500 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1502         * cus-edit.el (data, files):
1503         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1505 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1507         * simple.el (shell-command): Doc fix (Bug#4891).
1509         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1511 2009-11-14  Glenn Morris  <rgm@gnu.org>
1513         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1514         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1515         If they are already loaded, eval-after-load will do the right thing.
1517         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1518         compiling.
1520         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1522         * simple.el (x-selection-owner-p): Declare.
1523         (read-mail-command): Use custom radio type rather than choice.
1524         (completion-no-auto-exit): Doc fix.
1526         * custom.el (defgroup):
1527         * epg-config.el (epg): Doc fixes.
1529 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1531         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1532         * international/ccl.el (define-ccl-program): Do not purecopy the
1533         docstring, defconst does it anyway.
1535 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1537         * add-log.el (add-change-log-entry): Avoid displaying the changelog
1538         a second time.
1540         * x-dnd.el (x-dnd-maybe-call-test-function):
1541         * window.el (split-window-vertically):
1542         * whitespace.el (whitespace-help-on):
1543         * vc-rcs.el (vc-rcs-consult-headers):
1544         * userlock.el (ask-user-about-lock-help)
1545         (ask-user-about-supersession-help):
1546         * type-break.el (type-break-force-mode-line-update):
1547         * time-stamp.el (time-stamp-conv-warn):
1548         * terminal.el (te-set-output-log, te-more-break, te-filter)
1549         (te-sentinel,terminal-emulator):
1550         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1551         (term-write-input-ring, term-check-source, term-start-output-log):
1552         (term-display-buffer-line, term-dynamic-list-completions):
1553         (term-ansi-make-term, serial-term):
1554         * subr.el (selective-display):
1555         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1556         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1557         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1558         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1559         (speedbar-remove-localized-speedbar-support)
1560         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1561         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1562         (speedbar-buffers-line-directory):
1563         * simple.el (shell-command-on-region, append-to-buffer)
1564         (prepend-to-buffer):
1565         * shadowfile.el (shadow-save-todo-file):
1566         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1567         (scroll-bar-maybe-set-window-start):
1568         * sb-image.el (speedbar-image-dump):
1569         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1570         (load-save-place-alist-from-file):
1571         * ps-samp.el (ps-print-message-from-summary):
1572         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1573         (ps-background-image, ps-begin-job, ps-do-despool):
1574         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1575         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1576         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1577         (pr-call-process, pr-file-list, pr-interface-save):
1578         * novice.el (disabled-command-function)
1579         (enable-command, disable-command):
1580         * mouse.el (mouse-buffer-menu-alist):
1581         * mouse-copy.el (mouse-kill-preserving-secondary):
1582         * macros.el (kbd-macro-query):
1583         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1584         * informat.el (batch-info-validate):
1585         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1586         * hippie-exp.el (try-expand-dabbrev-visible):
1587         * help-mode.el (help-make-xrefs):
1588         * help-fns.el (describe-variable):
1589         * generic-x.el (bat-generic-mode-run-as-comint):
1590         * finder.el (finder-mouse-select):
1591         * find-dired.el (find-dired-sentinel):
1592         * filesets.el (filesets-file-close):
1593         * files.el (list-directory):
1594         * faces.el (list-faces-display, describe-face):
1595         * facemenu.el (list-colors-display):
1596         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1597         * epg.el (epg--process-filter, epg-cancel):
1598         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1599         (epa--read-signature-type):
1600         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1601         (emerge-file-names):
1602         * ehelp.el (electric-helpify):
1603         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1604         * ediff-vers.el (rcs-ediff-view-revision):
1605         * ediff-util.el (ediff-setup):
1606         * ediff-mult.el (ediff-append-custom-diff):
1607         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1608         (ediff-wordify):
1609         * echistory.el (Electric-command-history-redo-expression):
1610         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1611         * disp-table.el (describe-display-table):
1612         * dired.el (dired-find-buffer-nocreate):
1613         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1614         * dabbrev.el (dabbrev--same-major-mode-p):
1615         * chistory.el (list-command-history):
1616         * apropos.el (apropos-documentation):
1617         * allout.el (allout-obtain-passphrase):
1618         (allout-copy-exposed-to-buffer):
1619         (allout-verify-passphrase): Use with-current-buffer.
1621 2009-11-13  Glenn Morris  <rgm@gnu.org>
1623         * Makefile.in (ELCFILES): Regenerate.
1625 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1627         * net/dbus.el (dbus-registered-objects-table): Rename from
1628         `dbus-registered-functions-table', because it contains also properties.
1629         (dbus-unregister-object): Unregister also properties.
1630         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1631         Use a timeout of 500 msec, in order to not block.
1632         (dbus-register-property, dbus-property-handler): New defuns.
1634 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1636         * simple.el (minibuffer-default-add-completions): Drop deprecated
1637         4th arg.
1639 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1641         * textmodes/artist.el (artist-mouse-choose-operation):
1642         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1643         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1644         (artist-compute-up-event-key): New function.
1645         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1647 2009-11-13  Kenichi Handa  <handa@m17n.org>
1649         * language/japan-util.el: Make sure that the value of jisx0208
1650         property is jisx0208 character.
1652 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1654         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1655         car or each item, not the whole list.
1657 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1659         * minibuffer.el (minibuffer-completion-help):
1660         Use minibuffer-hide-completions.
1662 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1664         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1665         (dired-revert): Use them (bug#4880).
1667 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1669         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1671 2009-11-12  Juri Linkov  <juri@jurta.org>
1673         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1674         New functions.
1675         (find-file-literally-at-point): Alias of `ffap-literally'.
1677 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1679         * textmodes/ispell.el (ispell-skip-region-alist):
1680         * textmodes/css-mode.el (auto-mode-alist):
1681         * progmodes/compile.el (auto-mode-alist):
1682         * international/mule.el (ctext-non-standard-encodings-alist)
1683         (ctext-non-standard-encodings-regexp):
1684         * simple.el (shell-command-switch, text-read-only):
1685         * replace.el (occur-mode-map):
1686         * paths.el (rmail-file-name):
1687         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1688         * find-file.el (ff-special-constructs):
1689         * files.el (file-name-handler-alist):
1690         * composite.el: Purecopy strings.
1692         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1694 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1696         * widget.el (define-widget): Purecopy the docstring.
1697         * international/mule-cmds.el (charset): Do not purecopy the
1698         docstring here, define-widget does it.
1700         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1701         * textmodes/bibtex-style.el (auto-mode-alist):
1702         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1703         * progmodes/compile.el (compile-command):
1704         * language/korea-util.el (default-korean-keyboard):
1705         * international/mule-conf.el (file-coding-system-alist):
1706         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1707         * tooltip.el (tooltip-frame-parameters):
1708         * newcomment.el (comment-end, comment-padding):
1709         * dired.el (dired-trivial-filenames):
1710         * comint.el (comint-file-name-prefix): Purecopy initial values.
1712 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1714         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1715         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1716         `tramp-unload'.
1717         (tramp-advice-make-auto-save-file-name)
1718         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1719         after removing the advice.
1721 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1723         * progmodes/grep.el (grep-regexp-alist):
1724         * international/mule-cmds.el (iso-2022-control-alist):
1725         * emacs-lisp/timer.el (timer-duration-words):
1726         * subr.el (version-separator, version-regexp-alist):
1727         * minibuffer.el (completion-styles-alist):
1728         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1729         Change defvars to defconsts.
1731         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1732         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1733         * international/mule-conf.el: Allow to be byte compiled.
1735         * international/mule.el (define-charset): Purecopy props.
1736         (load-with-code-conversion): Purecopy doc string and file name.
1737         (put-charset-property): Purecopy strings.
1738         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1740         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1741         (define-char-code-property): Correctly purecopy the table.
1743         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1745         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1747         * subr.el (add-hook): Purecopy strings.
1748         (eval-after-load): Purecopy load-history-regexp and the form.
1750         * custom.el (custom-declare-group): Purecopy load-file-name.
1752         * subr.el (menu-bar-separator): New defconst.
1753         * net/eudc.el (eudc-tools-menu):
1754         * international/mule-cmds.el (set-coding-system-map)
1755         (mule-menu-keymap):
1756         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1757         * vc-hooks.el (vc-menu-map):
1758         * replace.el (occur-mode-map):
1759         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1760         (menu-bar-edit-menu, menu-bar-goto-menu)
1761         (menu-bar-custom-menu, menu-bar-showhide-menu)
1762         (menu-bar-options-menu, menu-bar-tools-menu)
1763         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1764         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1765         (menu-bar-help-menu):
1766         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1767         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1769         * term/x-win.el (x-gtk-stock-map):
1770         * progmodes/vera-mode.el (auto-mode-alist):
1771         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1772         (inferior-lisp-program, inferior-lisp-load-command):
1773         * progmodes/hideshow.el (hs-special-modes-alist):
1774         * progmodes/gud.el (same-window-regexps):
1775         * progmodes/grep.el (grep-program, find-program, xargs-program):
1776         * net/telnet.el (same-window-regexps):
1777         * net/rlogin.el (same-window-regexps):
1778         * language/ethiopic.el (font-ccl-encoder-alist):
1779         * vc-sccs.el (vc-sccs-master-templates):
1780         * vc-rcs.el (vc-rcs-master-templates):
1781         * subr.el (cl-assertion-failed):
1782         * simple.el (next-error-overlay-arrow-position):
1783         * lpr.el (lpr-command):
1784         * locate.el (locate-ls-subdir-switches):
1785         * info.el (same-window-regexps, info)
1786         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1787         * image-mode.el (image-mode, auto-mode-alist):
1788         * hippie-exp.el (hippie-expand-ignore-buffers):
1789         * format.el (format-alist):
1790         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1791         (find-name-arg):
1792         * facemenu.el (facemenu-keybindings):
1793         * dired.el (dired-listing-switches, dired-chown-program):
1794         * diff.el (diff-switches, diff-command):
1795         * cus-edit.el (same-window-regexps):
1796         * bindings.el (mode-line-mule-info)
1797         (mode-line-buffer-identification): Purecopy strings.
1799 2009-11-11  Juri Linkov  <juri@jurta.org>
1801         * simple.el (dired-get-filename)<declare-function>:
1802         Tell the byte-compiler about dired-get-filename.
1803         (shell-command): In Dired mode, get filename from the current line
1804         as the default value.
1806 2009-11-10  Glenn Morris  <rgm@gnu.org>
1808         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1809         * calendar/holidays.el, progmodes/cperl-mode.el:
1810         Update x-popup-menu declarations.
1812         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1813         (list-load-path-shadows): Use dolist.
1814         (list-load-path-shadows): Use with-current-buffer.
1816 2009-11-10  Juri Linkov  <juri@jurta.org>
1818         * minibuffer.el (read-file-name): Support a list of default values
1819         in `default-filename'.  Use the first file name where only one
1820         element is required.  Doc fix.
1822 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1824         * net/dbus.el (dbus-unregister-object): Release service, if no
1825         other method is registered for it.
1827 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1829         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1830         bookmark-sort-flag is non-nil (Bug#4653).
1832 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1834         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1835         the progress reporter entirely.
1837         * emulation/cua-base.el: Add CUA property to some CC mode commands
1838         (Bug#4100).
1840 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1842         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1843         at end of sentence (Bug#4818).
1845 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1847         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1848         Handle "see declaration of" MSFT statements (Bug#4100).
1850 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1852         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1853         (tramp-advice-file-expand-wildcards): Unload via
1854         `ad-remove-advice'.
1856         * net/trampver.el: Update release number.
1858 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1860         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1861         `ad-do-it'.
1863 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1865         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1866         in order to keep context in SELinux.
1868 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1870         * dired-aux.el (dired-query): Place cursor in echo area and allow
1871         C-g.
1873         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1874         menu item if not on a directory (Bug#4701).
1876 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
1878         Sync with Tramp 2.1.17.
1880         * net/tramp.el (tramp-handle-copy-directory): Don't use
1881         `file-remote-p' (due to compatibility).
1883         * net/tramp-compat.el (tramp-compat-copy-directory)
1884         (tramp-compat-delete-directory): New defuns.
1886         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
1887         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
1888         `tramp-compat-delete-directory'.
1890         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
1891         (tramp-smb-handle-delete-directory ): Use
1892         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
1894         * net/trampver.el: Update release number.
1896 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
1898         * tar-mode.el (tar-copy): Call write-region on the right buffer
1899         (Bug#4857).
1901         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
1902         by hand, if necessary (Bug#4878).
1904 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
1906         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
1907         align size column (Bug#4839).
1909         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
1910         statement.
1912 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1914         * progmodes/ld-script.el (auto-mode-alist):
1915         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
1917         * cus-face.el (custom-declare-face): Purecopy face spec.
1919 2009-11-06  Kenichi Handa  <handa@m17n.org>
1921         * international/uni-bidi.el: Re-generated.
1922         * international/uni-category.el: Re-generated.
1923         * international/uni-combining.el: Re-generated.
1924         * international/uni-mirrored.el: Re-generated.
1926 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
1928         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
1929         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
1930         (tex-start-options, slitex-run-command, latex-run-command)
1931         (tex-run-command, tex-directory):
1932         * textmodes/ispell.el (ispell-html-skip-alists)
1933         (ispell-tex-skip-alists, ispell-tex-skip-alists):
1934         * textmodes/fill.el (adaptive-fill-first-line-regexp):
1935         (adaptive-fill-regexp):
1936         * textmodes/dns-mode.el (auto-mode-alist):
1937         * progmodes/python.el (interpreter-mode-alist):
1938         * progmodes/etags.el (tags-compression-info-list):
1939         * progmodes/etags.el (tags-file-name):
1940         * net/browse-url.el (browse-url-galeon-program)
1941         (browse-url-firefox-program):
1942         * mail/sendmail.el (mail-signature-file)
1943         (mail-citation-prefix-regexp):
1944         * international/mule-conf.el (eight-bit):
1945         * international/latexenc.el (latex-inputenc-coding-alist):
1946         * international/fontset.el (x-pixel-size-width-font-regexp):
1947         * emacs-lisp/warnings.el (warning-type-format):
1948         * emacs-lisp/trace.el (trace-buffer):
1949         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
1950         (emacs-lisp-mode-map):
1951         * calendar/holidays.el (holiday-solar-holidays)
1952         (holiday-bahai-holidays, holiday-islamic-holidays)
1953         (holiday-christian-holidays, holiday-hebrew-holidays)
1954         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
1955         (hebrew-holidays-1, holiday-oriental-holidays)
1956         (holiday-general-holidays):
1957         * x-dnd.el (x-dnd-known-types):
1958         * tool-bar.el (tool-bar):
1959         * startup.el (site-run-file):
1960         * shell.el (shell-dumb-shell-regexp):
1961         * rfn-eshadow.el (file-name-shadow-tty-properties)
1962         (file-name-shadow-properties):
1963         * paths.el (remote-shell-program, news-directory):
1964         * mouse.el ([C-down-mouse-3]):
1965         * menu-bar.el (menu-bar-tools-menu):
1966         * jka-cmpr-hook.el (jka-compr-load-suffixes)
1967         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
1968         (jka-compr-compression-info-list):
1969         * isearch.el (search-whitespace-regexp):
1970         * image-file.el (image-file-name-extensions):
1971         * find-dired.el (find-ls-option):
1972         * files.el (directory-listing-before-filename-regexp)
1973         (directory-free-space-args, insert-directory-program)
1974         (list-directory-brief-switches, magic-fallback-mode-alist)
1975         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
1976         (automount-dir-prefix):
1977         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
1978         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
1979         (face-font-registry-alternatives, face-font-registry-alternatives)
1980         (face-font-family-alternatives):
1981         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
1982         (facemenu-foreground-menu, facemenu-face-menu):
1983         * epa-hook.el (epa-file-name-regexp):
1984         * dnd.el (dnd-protocol-alist):
1985         * textmodes/rst.el (auto-mode-alist):
1986         * button.el (default-button): Purecopy strings.
1988 2009-11-06  Glenn Morris  <rgm@gnu.org>
1990         * Makefile.in (ELCFILES): Update.
1992 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1994         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
1995         * emacs-lisp/levents.el: Move to obsolete/levents.el.
1997         * nxml/xsd-regexp.el (xsdre-gen-categories):
1998         * nxml/xmltok.el (xmltok-parse-entity):
1999         * nxml/rng-parse.el (rng-parse-validate-file):
2000         * nxml/rng-maint.el (rng-format-manual)
2001         (rng-manual-output-force-new-line):
2002         * nxml/rng-loc.el (rng-save-schema-location-1):
2003         * nxml/rng-cmpct.el (rng-c-parse-file):
2004         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2005         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2007 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
2009         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2010         Remove extra save-excursions and make-variable-buffer-local's.
2011         Suggested by Stefan Monnier.
2013         (verilog-getopt-file, verilog-module-inside-filename-p)
2014         (verilog-set-define): Merge GNU 1.35 and repair changes from
2015         switching to using with-current-buffer.
2017         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2018         being treated as a number and confusing AUTORESET.
2019         Reported by Dan Dever.
2021         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2022         Add verilog-auto-ignore-concat to fix backward compatibility with
2023         older verilog-modes.  Reported by Dan Katz.
2025         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2026         containing closing anchors "...$".
2028         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2029         Reported by Wade Smith.
2031         (verilog-batch-execute-func) Comment on function usage.
2033 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
2035         * verilog-mode.el (verilog-label-re): Fix regular expression for
2036         labels.
2038         (verilog-label-re, verilog-calc-1): Support proper indent of named
2039         asserts.
2041         (verilog-backward-token, verilog-basic-complete-re)
2042         (verilog-beg-of-statement, verilog-indent-re): Support proper
2043         indent of the assert statement at the beginning of a block of text.
2045         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2046         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2047         tokens as begins.
2049 2009-11-05  Glenn Morris  <rgm@gnu.org>
2051         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2052         Emacs 19.  (Bug#1531)
2053         (byte-compile-fix-header): Update for the above change.
2054         Drop test for epoch::version.
2056         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2057         * cus-dep.el (custom-make-dependencies):
2058         * finder.el (finder-compile-keywords):
2059         Use autoload-rubric's feature argument.
2061         * calendar/diary-lib.el (top-level): Make load behave more like require.
2063         * vc-git.el (vc-git-stash-map): Move definition before use.
2065 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2067         * custom.el (custom-declare-group): Purecopy standard-value.
2068         (custom-declare-group): Purecopy custom-prefix.
2070         * international/mule.el (load-with-code-conversion):
2071         Call do-after-load-evaluation unconditionally.
2073         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2075 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2077         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2079 2009-11-04  Glenn Morris  <rgm@gnu.org>
2081         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2082         (byte-compile-compatibility): Remove option.
2083         (byte-compile-close-variables, byte-compile-fix-header)
2084         (byte-compile-insert-header, byte-compile-output-docform)
2085         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2086         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2087         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2088         (byte-compile-insert, byte-compile-defun):
2089         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
2090         (byte-defop-compiler19): Remove.
2091         Without byte-compile-compatibility, the 'emacs19-opcode property is not
2092         used by anything.  Replace all calls with byte-defop-compiler.
2094 2009-11-04  Juri Linkov  <juri@jurta.org>
2096         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2097         (menu-bar-options-menu): Don't quote the `prop' arg of
2098         `menu-bar-make-mm-toggle'.
2100 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
2102         * calendar/calendar.el (cal-loaddefs):
2103         * calendar/diary-lib.el (diary-loaddefs):
2104         * calendar/holidays.el (hol-loaddefs):
2105         * eshell/esh-module.el (esh-groups): Load rather than require.
2107 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2109         * calendar/todo-mode.el (todo-add-category): Don't hardcode
2110         point-min==1.
2111         (todo-top-priorities): Only display-buffer when called interactively.
2112         (todo-item-start): Don't save excursion point.
2113         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
2114         (todo-insert-item-here, todo-file-item, todo-remove-item):
2115         Adjust uses of todo-item-start and todo-item-end.
2117         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2118         (autoload-rubric): Don't use any more.
2119         * cedet/semantic/fw.el (semantic/loaddefs):
2120         * cedet/srecode.el (srecode/loaddefs):
2121         * cedet/ede.el (ede/loaddefs): Load rather than require.
2122         * cedet/ede/cpp-root.el:
2123         * cedet/ede/emacs.el:
2124         * cedet/ede/files.el:
2125         * cedet/ede/linux.el:
2126         * cedet/ede/locate.el:
2127         * cedet/ede/make.el:
2128         * cedet/ede/shell.el:
2129         * cedet/ede/speedbar.el:
2130         * cedet/ede/system.el:
2131         * cedet/ede/util.el:
2132         * cedet/semantic/analyze.el:
2133         * cedet/semantic/bovine.el:
2134         * cedet/semantic/complete.el:
2135         * cedet/semantic/ctxt.el:
2136         * cedet/semantic/db-file.el:
2137         * cedet/semantic/db-find.el:
2138         * cedet/semantic/db-global.el:
2139         * cedet/semantic/db-mode.el:
2140         * cedet/semantic/db-typecache.el:
2141         * cedet/semantic/db.el:
2142         * cedet/semantic/debug.el:
2143         * cedet/semantic/dep.el:
2144         * cedet/semantic/doc.el:
2145         * cedet/semantic/edit.el:
2146         * cedet/semantic/find.el:
2147         * cedet/semantic/format.el:
2148         * cedet/semantic/html.el:
2149         * cedet/semantic/ia-sb.el:
2150         * cedet/semantic/ia.el:
2151         * cedet/semantic/idle.el:
2152         * cedet/semantic/lex-spp.el:
2153         * cedet/semantic/lex.el:
2154         * cedet/semantic/mru-bookmark.el:
2155         * cedet/semantic/scope.el:
2156         * cedet/semantic/senator.el:
2157         * cedet/semantic/sort.el:
2158         * cedet/semantic/symref.el:
2159         * cedet/semantic/tag-file.el:
2160         * cedet/semantic/tag-ls.el:
2161         * cedet/semantic/tag-write.el:
2162         * cedet/semantic/tag.el:
2163         * cedet/semantic/util-modes.el:
2164         * cedet/semantic/analyze/complete.el:
2165         * cedet/semantic/analyze/refs.el:
2166         * cedet/semantic/bovine/c.el:
2167         * cedet/semantic/bovine/gcc.el:
2168         * cedet/semantic/bovine/make.el:
2169         * cedet/semantic/bovine/scm.el:
2170         * cedet/semantic/decorate/include.el:
2171         * cedet/semantic/decorate/mode.el:
2172         * cedet/semantic/symref/cscope.el:
2173         * cedet/semantic/symref/global.el:
2174         * cedet/semantic/symref/grep.el:
2175         * cedet/semantic/symref/idutils.el:
2176         * cedet/semantic/symref/list.el:
2177         * cedet/semantic/wisent/java-tags.el:
2178         * cedet/semantic/wisent/javascript.el:
2179         * cedet/srecode/compile.el:
2180         * cedet/srecode/cpp.el:
2181         * cedet/srecode/document.el:
2182         * cedet/srecode/el.el:
2183         * cedet/srecode/expandproto.el:
2184         * cedet/srecode/getset.el:
2185         * cedet/srecode/insert.el:
2186         * cedet/srecode/java.el:
2187         * cedet/srecode/map.el:
2188         * cedet/srecode/mode.el:
2189         * cedet/srecode/template.el:
2190         * cedet/srecode/texi.el: Remove the file-local setting of
2191         generated-autoload-feature.
2193         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2194         and only put a prop if it is non-nil.
2196 2009-11-03  Juri Linkov  <juri@jurta.org>
2198         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2199         (menu-bar-options-menu): Fix list quoting (Bug#4429).
2201         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2202         and "Menu" to make top-level menu item visually one unit (like
2203         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2204         multi-word menu items).  Fix :help string for quit-window.
2206 2009-11-03  Glenn Morris  <rgm@gnu.org>
2208         * cedet/mode-local.el (with-mode-local): Doc fix.
2210         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2211         (byte-compile-file-form-define-abbrev-table)
2212         (byte-compile-file-form-custom-declare-variable)
2213         (byte-compile-variable-ref, byte-compile-defvar):
2214         Whether or not a warning is enabled should only affect whether we issue
2215         the warning, not whether or not we collect the relevant data.
2216         Eg warnings can be turned on and off throughout the course of a file.
2218         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2219         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2221 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2223         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2224         * play/mpuz.el (mpuz-create-buffer):
2225         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2226         (lm-print-y,s,noise, lm-print-w0, lm-init):
2227         * play/gomoku.el (gomoku-prompt-for-move):
2228         * play/fortune.el (fortune-in-buffer):
2229         * play/dissociate.el (dissociated-press):
2230         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2231         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2232         * mail/supercite.el (sc-eref-show):
2233         * mail/smtpmail.el (smtpmail-send-it):
2234         * mail/rmailsum.el (rmail-summary-next-labeled-message)
2235         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2236         (rmail-summary-undelete-many, rmail-summary-rmail-update)
2237         (rmail-summary-goto-msg, rmail-summary-expunge)
2238         (rmail-summary-get-new-mail, rmail-summary-search-backward)
2239         (rmail-summary-add-label, rmail-summary-output-menu)
2240         (rmail-summary-output-body):
2241         * mail/rfc822.el (rfc822-addresses):
2242         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2243         * mail/mailpost.el (post-mail-send-it):
2244         * mail/hashcash.el (hashcash-generate-payment):
2245         * mail/feedmail.el (feedmail-run-the-queue)
2246         (feedmail-queue-send-edit-prompt-help-first)
2247         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2248         (feedmail-deduce-address-list):
2249         * eshell/esh-ext.el (eshell-remote-command):
2250         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2251         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2252         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2253         (viper-save-string-in-file, viper-valid-marker):
2254         * emulation/viper-keym.el (viper-toggle-key):
2255         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2256         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2257         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2258         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2259         (viper-exec-form-in-emacs, viper-brac-function):
2260         * emulation/viper.el (viper-delocalize-var):
2261         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2262         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2263         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2264         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2265         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2266         * emulation/edt.el (edt-electric-helpify):
2267         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2268         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2269         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2270         (cua-indent-to-global-mark-column):
2271         * calendar/diary-lib.el (calendar-mark-1):
2272         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2273         Use with-current-buffer.
2274         * emulation/viper.el (viper-delocalize-var): Use dolist.
2276 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
2278         * comint.el (comint-replace-by-expanded-history-before-point):
2279         Replace !! with the previous input string literally (Bug#1795).
2281 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
2283         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2284         to be made up of whitespace.
2286 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2288         * minibuffer.el (read-file-name): Don't use file dialogs for
2289         remote directories (Bug#99).
2291 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
2293         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2295 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
2297         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2298         instead of deleting the window or frame.
2300 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2302         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2303         Support face colors.
2305         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2306         New function.  Support face colors (Bug#1168).
2307         (tex-common-initialization): Use it.
2309         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2310         mode allows it (Bug#1168).
2312 2009-10-31  Juri Linkov  <juri@jurta.org>
2314         * facemenu.el (list-colors-display): Don't mark buffer as
2315         modified (Bug#3948).
2317 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2319         * international/mule-diag.el (list-character-sets-1): Minor
2320         message fix (Bug#3526).
2322         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2323         face property (Bug#4834).
2324         (etags-list-tags, etags-tags-apropos-additional)
2325         (etags-tags-apropos, tags-select-tags-table): Add follow-link
2326         property.
2328         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2329         items.
2331         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2332         items.
2334         * cedet/ede.el (ede-minor-mode):
2335         * cedet/semantic.el (semantic-mode): Toggle menu separators.
2337 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2339         * textmodes/two-column.el (2C-split):
2340         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2341         * textmodes/tex-mode.el (tex-set-buffer-directory):
2342         * textmodes/spell.el (spell-region, spell-string):
2343         * textmodes/reftex.el (reftex-erase-buffer):
2344         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2345         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2346         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2347         (reftex-select-item):
2348         * textmodes/reftex-ref.el (reftex-label-info-update)
2349         (reftex-offer-label-menu):
2350         * textmodes/reftex-index.el (reftex-index-change-entry)
2351         (reftex-index-phrases-info):
2352         * textmodes/reftex-global.el (reftex-create-tags-file)
2353         (reftex-save-all-document-buffers, reftex-ensure-write-access):
2354         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2355         (reftex-view-crossref-from-bibtex):
2356         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2357         (reftex-extract-bib-entries-from-thebibliography)
2358         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2359         * textmodes/refbib.el (r2b-capitalize-title):
2360         (r2b-convert-buffer, r2b-help):
2361         * textmodes/page-ext.el (pages-directory)
2362         (pages-directory-goto-with-mouse):
2363         * textmodes/bibtex.el (bibtex-validate-globally):
2364         * textmodes/bib-mode.el (bib-capitalize-title):
2365         * textmodes/artist.el (artist-clear-buffer, artist-system):
2366         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2367         (local-set-scheme-interaction-buffer, xscheme-process-filter)
2368         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2369         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2370         (xscheme-send-control-g-interrupt, xscheme-start-process)
2371         (xscheme-process-sentinel, xscheme-cd):
2372         * progmodes/verilog-mode.el (verilog-read-always-signals)
2373         (verilog-set-define, verilog-getopt-file)
2374         (verilog-module-inside-filename-p):
2375         * progmodes/sh-script.el:
2376         * progmodes/python.el (python-pdbtrack-get-source-buffer)
2377         (python-pdbtrack-grub-for-buffer, python-execute-file):
2378         * progmodes/octave-inf.el (inferior-octave):
2379         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2380         (idlwave-shell-compile-helper-routines, idlwave-set-local)
2381         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2382         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2383         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2384         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2385         (idlwave-shell-filter, idlwave-shell-examine-highlight)
2386         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2387         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2388         (idlwave-shell-examine-display, idlwave-shell-run-region)
2389         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2390         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2391         * progmodes/idlw-help.el (idlwave-help-get-special-help)
2392         (idlwave-help-get-help-buffer):
2393         * progmodes/gud.el (gud-basic-call, gud-find-class)
2394         (gud-tooltip-activate-mouse-motions-if-enabled):
2395         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2396         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2397         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2398         (ebrowse-tags-next-file):
2399         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2400         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2401         (ebnf-eps-finish-and-write):
2402         * progmodes/cpp.el (cpp-edit-save):
2403         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2404         * progmodes/cc-defs.el (c-emacs-features):
2405         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2406         (antlr-directory-dependencies):
2407         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2408         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2409         (ada-find-any-references, ada-make-filename-from-adaname)
2410         (ada-make-body-gnatstub):
2411         * obsolete/rnews.el (news-list-news-groups):
2412         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2413         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2414         * net/rcirc.el (rcirc-debug):
2415         * net/newst-treeview.el (newsticker--treeview-list-add-item)
2416         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2417         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2418         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2419         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2420         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2421         (newsticker--treeview-list-clear-highlight)
2422         (newsticker--treeview-list-update-highlight)
2423         (newsticker--treeview-list-highlight-start)
2424         (newsticker--treeview-tree-update-highlight)
2425         (newsticker--treeview-get-selected-item)
2426         (newsticker-treeview-mark-list-items-old)
2427         (newsticker--treeview-set-current-node):
2428         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2429         * net/newst-backend.el (newsticker--get-news-by-funcall)
2430         (newsticker--get-news-by-wget, newsticker--image-get)
2431         (newsticker--image-sentinel):
2432         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2433         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2434         (eudc-ph-close-session):
2435         * net/eudc.el (eudc-save-options):
2436         * language/thai-word.el (thai-update-word-table):
2437         * language/japan-util.el (japanese-string-conversion):
2438         * international/titdic-cnv.el (tsang-quick-converter)
2439         (ziranma-converter, ctlau-converter):
2440         * international/mule-cmds.el (describe-language-environment):
2441         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2442         (skkdic-convert-postfix, skkdic-convert-prefix):
2443         (skkdic-convert-okuri-nasi, skkdic-convert):
2444         * emacs-lisp/re-builder.el (reb-update-overlays):
2445         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2446         * emacs-lisp/gulp.el (gulp-send-requests):
2447         * emacs-lisp/find-gc.el (trace-call-tree):
2448         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2449         (eieio-describe-generic):
2450         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2451         * emacs-lisp/edebug.el (edebug-outside-excursion):
2452         * emacs-lisp/debug.el (debugger-make-xrefs):
2453         * emacs-lisp/cust-print.el (custom-prin1-to-string):
2454         * emacs-lisp/chart.el (chart-new-buffer):
2455         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2456         Use with-current-buffer.
2457         * textmodes/artist.el (artist-system): Don't call
2458         copy-sequence on a fresh string.
2459         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2461 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
2463         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2464         is no item to edit.  (Bug#4820)
2465         (todo-top-priorities): Restore point and restore narrowing in Todo
2466         buffer.  (Bug#4820)
2468 2009-10-31  Glenn Morris  <rgm@gnu.org>
2470         * net/ange-ftp.el (top-level): Don't require dired when compiling.
2471         (comint-last-output-start, comint-last-input-start)
2472         (comint-last-input-end): Don't defvar when compiling.
2473         (ange-ftp-process-file): Use bound-and-true-p.
2475         * pcmpl-rpm.el (top-level): Move provide statement to end.
2476         (pcmpl-rpm): Remove unused custom group.
2478         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2480         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2482         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2483         (byte-compile-warnings): Add `constants' as an option.
2484         (byte-compile-callargs-warn, byte-compile-arglist-warn)
2485         (display-call-tree): Update for byte-compile-fdefinition possibly
2486         returning `(macro lambda ...)'.  (Bug#4778)
2487         (byte-compile-variable-ref, byte-compile-setq-default):
2488         Respect `constants' member of byte-compile-warnings.
2490         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2491         Use mapc rather than mapcar because the return value is never used.
2493         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2494         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2495         * cedet/semantic/html.el:
2496         Suppress harmless warnings about setting up semantic-imenu (not
2497         part of Emacs) variables.
2499 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2501         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2502         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2503         to "submit:".
2505         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2506         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2507         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2508         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2509         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2510         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2511         (semantic-analyzer-debug-global-symbol)
2512         (semantic-analyzer-debug-missing-innertype)
2513         (semantic-analyzer-debug-insert-include-summary):
2514         * cedet/semantic/util.el (semantic-file-tag-table):
2515         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2516         (semantic-recursive-find-nonterminal-by-name):
2517         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2518         * cedet/semantic/tag-file.el (semantic-prototype-file):
2519         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2520         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2521         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2522         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2523         (semantic-idle-summary-maybe-highlight):
2524         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2525         (semantic-ia-sb-tag-info):
2526         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2527         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2528         * cedet/semantic/ede-grammar.el (project-compile-target):
2529         (ede-proj-makefile-insert-variables):
2530         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2531         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2532         (semantic-debug-mode, semantic-debug):
2533         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2534         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2535         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2536         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2537         (semanticdb-find-translate-path-includes--internal)
2538         (semanticdb-reset-log, semanticdb-find-log-activity):
2539         * cedet/semantic/db-file.el (object-write):
2540         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2541         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2542         (semanticdb-create-ebrowse-database):
2543         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2544         * cedet/semantic/complete.el (semantic-displayor-focus-request)
2545         (semantic-collector-calculate-completions-raw)
2546         (semantic-complete-read-tag-analyzer):
2547         * cedet/semantic/analyze.el (semantic-analyze-pulse):
2548         * cedet/ede/util.el (ede-update-version-in-source):
2549         * cedet/ede/proj.el (project-delete-target):
2550         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2551         (ede-proj-flush-autoconf):
2552         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2553         (ede-proj-configure-synchronize):
2554         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2555         * cedet/ede/linux.el (ede-linux-version):
2556         * cedet/ede/emacs.el (ede-emacs-version):
2557         * cedet/ede/dired.el (ede-dired-add-to-target):
2558         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2559         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2560         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2561         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2562         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2563         (cedet-idutils-version-check):
2564         * cedet/cedet-global.el (cedet-gnu-global-call):
2565         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2566         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2567         * cedet/cedet-cscope.el (cedet-cscope-call)
2568         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2569         Use with-current-buffer.
2570         * cedet/ede.el (ede-make-project-local-variable)
2571         (ede-set-project-variables, ede-set): Use dolist.
2573 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2575         * textmodes/ispell.el (ispell-skip-region-alist):
2576         * international/mule-conf.el (eight-bit):
2577         * international/fontset.el (font-encoding-alist):
2578         * startup.el (pure-space-overflow-message):
2579         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2580         * paths.el (gnus-nntp-service, rmail-spool-directory)
2581         (term-file-prefix):
2582         * files.el (save-some-buffers-action-alist):
2583         * cmuscheme.el (same-window-buffer-names):
2584         * ielm.el (same-window-buffer-names):
2585         * shell.el (same-window-buffer-names):
2586         * mail/sendmail.el (same-window-buffer-names):
2587         * progmodes/inf-lisp.el (same-window-buffer-names):
2588         * bindings.el (mode-line-client)
2589         (mode-line-column-line-number-mode-map):
2590         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2591         (tibetan-precomposed-regexp): Purecopy string arguments.
2593 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2595         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2596         (calcDigit-nondigit):
2597         * calc/calc-yank.el (calc-copy-to-buffer):
2598         * calc/calc-units.el (calc-invalidate-units-table):
2599         * calc/calc-trail.el (calc-trail-yank):
2600         * calc/calc-store.el (calc-insert-variables):
2601         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2602         * calc/calc-prog.el (calc-read-parse-table):
2603         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2604         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2605         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2606         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2607         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2608         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2609         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2610         * calc/calc-ext.el (calc-realign):
2611         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2612         (calc-embedded-finish-edit, calc-embedded-make-info)
2613         (calc-embedded-finish-command, calc-embedded-stack-change):
2614         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2616         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2617         (overload-docstring-extension): Use that info.
2618         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2619         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2620         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2621         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2622         (semantic-nonterminal-full-name): Add the new `when' info.
2623         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2624         `assert'.
2626         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2627         shell-dynamic-complete-filename in preference to
2628         comint-dynamic-complete-filename.
2630         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2631         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2632         Don't consider whether the display supports colors.
2633         (bookmark-import-new-list): Use dolist.
2634         (bookmark-bmenu-mode-map): Move initialization into declaration.
2635         (bookmark-bmenu-list): Use dolist, simplify.
2636         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2637         (menu-bar-final-items): Use push.
2639 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2641         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2642         it works on remote files.
2643         (vc-hg-diff): Don't pass any `--cwd' argument.
2645 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2647         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2648         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2649         (Further to Bug#3921).
2651 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2653         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2654         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2655         calling `tramp-imap-put-file'.  Add file size to the call.
2656         (tramp-imap-get-file-entries): Compute also user name, file size,
2657         and date.
2658         (tramp-imap-handle-insert-directory): Insert uid and gid.
2659         (tramp-imap-handle-file-attributes): Transform uid and gid
2660         according to `id-format'.
2661         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2662         size in header X-Size.
2664 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2666         * simple.el (transpose-subr): Give clearer error when the mark
2667         is not set.  (Bug#4807)
2669 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2671         * net/tramp.el (tramp-perl-file-truename): New defconst.
2672         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2673         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2674         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2675         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2677         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2678         Ignore `dired-call-process'.
2679         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2681 2009-10-26  Julian Scheid  <julians37@gmail.com>
2683         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2684         (tramp-get-remote-readlink): New defun.
2685         (tramp-handle-file-truename): Use it.
2686         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2687         file exists if cache value present.
2688         (tramp-check-cached-permissions) New defun.
2689         (tramp-handle-file-readable-p): Use it.
2690         (tramp-handle-file-writable-p): Likewise.
2691         (tramp-handle-file-executable-p): Likewise.
2692         (tramp-handle-file-name-all-completions): Try using Perl to get
2693         partial completions.  When perl not available, combine `cd' and
2694         `ls' into single remote operation and use shell expansion to get
2695         partial remote directory contents.  Set `file-exists-p' cache for
2696         directory and any files returned by ls.  Change cache handling to
2697         support partial directory contents.  Use error message emitted by
2698         remote `cd' or Perl code for local tramp-error.
2699         (tramp-do-copy-or-rename-file-directly): Avoid separate
2700         tramp-send-command-and-check call.
2701         (tramp-handle-process-file): Merge three remote ops into one.
2702         Do not flush all caches when `process-file-side-effects' is set.
2703         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2704         file-attributes shows uid/gid to be set already.
2706 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2708         * textmodes/tex-mode.el (tex-dvi-view-command)
2709         (tex-show-queue-command, tex-open-quote):
2710         * progmodes/ruby-mode.el (auto-mode-alist)
2711         (interpreter-mode-alist): Purecopy strings.
2713         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2715         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2716         string for the hook, keymap and abbrev table.
2718         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2720         * x-dnd.el (x-dnd-xdnd-to-action):
2721         * startup.el (fancy-startup-text, fancy-about-text): Change to
2722         defconst from defvar.
2724         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2726         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2727         Purecopy initialization strings.
2729         * mail/sendmail.el (mail-header-separator)
2730         (mail-personal-alias-file):
2731         * mail/rmail.el (rmail-default-dont-reply-to-names)
2732         (rmail-ignored-headers, rmail-retry-ignored-headers)
2733         (rmail-highlighted-headers, rmail-secondary-file-directory)
2734         (rmail-secondary-file-regexp):
2735         * files.el (null-device, file-name-invalid-regexp)
2736         (locate-dominating-stop-dir-regexp)
2737         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2738         (interpreter-mode-alist): Use mapcar instead of mapc.
2740         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2742         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2743         (completion-ignored-extensions):
2744         (debug-ignored-errors): Purecopy strings.
2746 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2748         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2749         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2750         (pcomplete--here): Use push.
2752         * subr.el (all-completions): Declare the 4th arg obsolete.
2754 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2757         (pcomplete-unquote-argument): New function.
2758         (pcomplete--common-suffix): Always pay attention to case.
2759         (pcomplete--table-subvert): Quote and unquote the text.
2760         (pcomplete--common-quoted-suffix): New function.
2761         (pcomplete-std-complete): Use it and pcomplete-begin.
2763         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2764         we're inside a dedicated or minibuffer window.
2766 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2768         * cedet/semantic/fw.el (semantic-alias-obsolete)
2769         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2770         (define-mode-overload-implementation):
2771         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2772         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2773         * cedet/semantic/util.el (semantic-file-token-stream)
2774         (semantic-something-to-stream):
2775         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2776         (semantic-expand-nonterminal):
2777         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2778         (semantic-find-dependency, semantic-find-nonterminal)
2779         (semantic-find-dependency):
2780         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2781         (semantic-flex-text, semantic-flex-make-keyword-table)
2782         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2783         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2784         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2785         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2786         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2787         (semantic-after-idle-scheduler-reparse-hooks):
2788         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2789         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2790         * cedet/semantic.el (semantic-toplevel-bovine-table)
2791         (semantic-toplevel-bovine-cache)
2792         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2793         (semantic-init-mode-hooks, semantic-init-db-hooks)
2794         (semantic-bovination-working-type): Provide the `when' arg.
2796 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2798         * bookmark.el: Update documentation, especially documentation
2799         of `bookmark-alist' and of the bookmark file format.
2800         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2802 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2804         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2805         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2806         window to buffer.
2808         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2809         (global-whitespace-mode, global-whitespace-newline-mode)
2810         (whitespace-toggle-options, global-whitespace-toggle-options):
2811         Doc fix (Bug#3660).
2813         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2814         of xmltok-start before the end tag was inserted (Bug#2840).
2816         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2817         patterns that are preceded by an open-paren (Bug#1320).
2819 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2821         * files.el (delete-directory): Delete symlinks to directories with
2822         delete-file (Bug#4739).
2824 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2826         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2827         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2828         argument to make-obsolete.
2830         * cedet/semantic/fw.el (semantic-alias-obsolete)
2831         (semantic-varalias-obsolete): Add optional WHEN argument.
2833 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2835         * vc.el (vc-backend-for-registration): Rename from
2836         vc-get-backend-for-registration.  Update callers.
2838         * international/mule-cmds.el (set-language-info-alist):
2839         Purecopy lang-env.
2840         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2841         (charset): Purecopy the name.
2842         (define-char-code-property): Purecopy string arguments.
2844         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2845         Purecopy string arguments.
2847         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2848         * ediff-hook.el (menu-bar-ediff-menu):
2849         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2850         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2852 2009-10-24  Glenn Morris  <rgm@gnu.org>
2854         * comint.el (comint-dynamic-list-completions):
2855         * term.el (term-dynamic-list-completions): Use choose-completion rather
2856         than obsolete alias mouse-choose-completion.
2858         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2859         file-cache-choose-completion.
2860         (file-cache-choose-completion): Handle an optional event argument.
2861         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2863         * progmodes/octave-mod.el (octave-complete-symbol):
2864         Use choose-completion if mouse-choose-completion is ever removed.
2866         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2867         use.
2869         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2870         compiler.
2872         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2874 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2876         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
2877         Ignore `pred' now that we receive one.
2878         Handle test-completion specially.
2880 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2882         * vc.el (vc-responsible-backend): Throw an error if not backend is
2883         found.  Remove the REGISTER argument.  Move the code dealing with
2884         REGISTER ...
2885         (vc-get-backend-for-registration): ... here.  New function.
2886         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
2887         of vc-responsible-backend, pass the file name instead of the
2888         directory name.
2890 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2892         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
2893         New funs.
2894         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
2895         (pcomplete-comint-setup): Don't modify a global var via
2896         accidental side-effects.
2897         (pcomplete-shell-setup): Adjust call accordingly.
2898         (pcomplete-parse-comint-arguments): Use push.
2900 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
2902         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2903         Allow uncapitalized info node names (Bug#3921).
2905         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
2906         to the DEBUG file (Bug#3781).
2908 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
2910         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
2911         dictionary entry (Bug#4579).
2913 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
2915         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
2916         from `rfn-eshadow-update-overlay-hook' when unloading.
2917         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
2918         "rsyncc".  Adjust doc string.
2919         (tramp-temp-buffer-file-name) New buffer-local defvar.
2920         (tramp-handle-insert-file-contents, tramp-handle-write-region):
2921         Keep temporary file when indicated by method ("rsync" and
2922         "rsyncc").
2923         (tramp-handle-write-region): Handle APPEND.
2924         (tramp-delete-temp-file-function): New defun.  Added to
2925         `kill-buffer-hook'.
2927 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
2929         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
2931 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
2933         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
2934         (color-name-rgb-alist, tty-standard-colors)
2935         (tty-color-mode-alist): Change to defconst.
2937         * simple.el (mark-inactive): Purecopy message.
2939         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
2940         (global-map, yank-menu):
2941         * textmodes/ispell.el (ispell-menu-map):
2942         * net/eudc.el (eudc-tools-menu):
2943         * international/mule-cmds.el (describe-language-environment-map)
2944         (setup-language-environment-map, set-coding-system-map)
2945         (mule-menu-keymap):
2946         * vc-hooks.el (vc-menu-entry, vc-menu-map):
2947         * replace.el (occur-mode-map):
2948         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
2950 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
2952         * calc/calc.el (math-read-number, math-read-number-simple): Use
2953         `save-match-data'.
2955 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2957         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
2958         rather than fiddling with global-map bindings, since it should only
2959         affect per-terminal settings.
2960         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
2962         * minibuffer.el (completion-table-with-terminator): Allow to specify
2963         the terminator-regexp.
2965         * simple.el (switch-to-completions): Look for *Completions* in other
2966         frames as well.
2968         * pcomplete.el: Allow the use of completion-tables.
2969         (pcomplete-std-complete): New command.
2970         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
2971         (pcomplete--here): Use a function for `form' rather than an expression,
2972         so it can be byte-compiled.
2973         (pcomplete-here, pcomplete-here*): Adjust accordingly.
2974         Add edebug declaration.
2975         (pcomplete-show-completions): Remove unused var `curbuf'.
2976         (pcomplete-do-complete, pcomplete-stub):
2977         Don't assume `completions' is a list of strings any more.
2979 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
2981         * find-dired.el (find-name-arg): Fix typo in docstring.
2983 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2985         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
2986         (pcmpl-linux-fs-types): Same, and update to new modules layout.
2988         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
2989         pcomplete-entries.
2991         * comint.el (comint-read-input-ring, comint-write-input-ring)
2992         (comint-substitute-in-file-name)
2993         (comint-dynamic-complete-as-filename)
2994         (comint-dynamic-simple-complete)
2995         (comint-dynamic-list-filename-completions)
2996         (comint-dynamic-list-completions)
2997         (comint-redirect-results-list-from-process): Minor simplifications.
2999 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3001         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3002         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3003         the first form.  And insert a blank line after ";;; Code" since
3004         that's usual style.  (My Bug#4612.)
3006         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3008 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3010         * minibuffer.el (completion-table-with-terminator): Properly implement
3011         boundaries, in case `terminator' appears in the suffix.
3012         (completion--embedded-envvar-table): Don't return boundaries if
3013         there's no valid completion.  Simplify.
3014         (completion-file-name-table): New completion table extracted from
3015         completion--file-name-table.
3016         (completion--file-name-table): Use it.
3017         (read-file-name-predicate): Declare obsolete.
3018         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3019         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3020         completion-file-name-table, and use the `pred' argument.
3021         * files.el (locate-file-completion-table): Use the `pred' arg rather
3022         than read-file-name-predicate.
3023         (abbreviate-file-name): Use \` rather than ^ for BOS.
3025 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3027         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3028         vc-responsible-backend to register, it causes problems.
3030 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3032         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3034 2009-10-21  Eric Ludlam  <zappo@gnu.org>
3036         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3037         (semantic-c-debug-mode-init-pch): New functions.
3038         (semantic-c-debug-mode-init-last-mode): New var.
3039         (semantic-c-parse-lexical-token): Use them.
3041         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3042         When extracting the argument list, limit only by point-max.
3044 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
3046         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3047         (tramp-smb-handle-file-attributes): Use it.
3048         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3049         (tramp-smb-handle-insert-directory): Use `mapc' rather than
3050         `mapcar'.  Use `tramp-smb-get-stat-capability'.
3051         Add `dired-filename' text properties.
3052         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3053         (tramp-smb-maybe-open-connection): Simplify check for smbclient
3054         version.
3056 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3058         * subr.el (read-key-delay): Reduce to 0.01.
3059         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3060         (bug#4751).
3062 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3064         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3066         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3067         (Info-menu): Remove unused vars `last' and `completions'.
3068         (Info-index-nodes): Remove unused var `node'.
3070         * info.el (Info-complete-menu-item): Use complete-with-action.
3072 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3074         Make vc-annotate work through copies and renames.
3075         * vc-annotate.el (vc-annotate-extract-revision-at-line):
3076         Return the file name too.
3077         (vc-annotate-revision-at-line)
3078         (vc-annotate-find-revision-at-line)
3079         (vc-annotate-revision-previous-to-line)
3080         (vc-annotate-show-log-revision-at-line): Update to get the file
3081         name from vc-annotate-extract-revision-at-line.
3082         (vc-annotate-show-diff-revision-at-line-internal): Change the
3083         argument to mean whether to show a file diff or not.  Get the file
3084         name from vc-annotate-extract-revision-at-line.
3085         (vc-annotate-show-diff-revision-at-line):
3086         Update vc-annotate-show-diff-revision-at-line call.
3087         (vc-annotate-warp-revision): Add an optional file argument.
3089         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3090         (vc-git-annotate-extract-revision-at-line): Also return the file
3091         name if found.
3093         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3094         command.  Remove unused code.
3095         (vc-hg-annotate-re): Update to match --follow output.
3096         (vc-hg-annotate-extract-revision-at-line): Also return the file
3097         name if found.
3099         * vc.el: Update annotate-extract-revision-at-line documentation.
3101 2009-10-18  Kevin Ryde  <user42@zip.com.au>
3103         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3104         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3106         * net/browse-url.el (browse-url): Identify alist with "consp and
3107         not functionp" and let all other things go down the `apply' leg,
3108         as suggested by Stefan.  (Further to bug#4531.)
3110 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
3112         * minibuffer.el (read-file-name): Check for repeat before putting
3113         a default argument in file-name-history (Bug#4657).
3115         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3116         read syntax (Bug#4737).
3118         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3120 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3122         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3123         (html-tag-alist, html-tag-help): Add descriptions for undocumented
3124         entries and make note of obsolete tags.
3126 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3128         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3130 2009-10-18  Glenn Morris  <rgm@gnu.org>
3132         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3133         grep, so that binary files (eg international/uni-bidi.el) can match.
3134         Remove test for "UnicodeData" files, since it is hopefully unnecessary
3135         now, and in any case the file header format has changed.
3137 2009-10-17  Glenn Morris  <rgm@gnu.org>
3139         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3140         (flyspell-get-word, flyspell-large-region)
3141         (flyspell-auto-correct-previous-word): Doc/error message fixes.
3143 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3145         * Makefile.in (ELCFILES): Add ede/shell.
3147 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3149         * term/common-win.el (x-colors): Purecopy it.
3151 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3153         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3154         permissive for when the buffer is empty.
3155         (tar-header-block-tokenize): Decode the username and groupname.
3156         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3158 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3160         * cedet/srecode/srt.el:
3161         * cedet/srecode/compile.el:
3162         * cedet/semantic/mru-bookmark.el:
3163         * cedet/semantic/debug.el:
3164         * cedet/semantic/complete.el:
3165         * cedet/semantic/analyze.el: Require CL when compiling.
3167 2009-10-17  Eric Ludlam  <zappo@gnu.org>
3169         * cedet/semantic/scope.el
3170         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3171         tmpscope so that the regular scope will continue to work.
3173         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3174         Use semantic-idle-summary-highlight-face as the highlighting.
3176         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3177         contains multibyte characters, choose first applicable coding
3178         system automatically.
3180         * cedet/ede/project-am.el (project-run-target): New method.
3181         (project-run-target): New method.
3183         * cedet/ede.el (ede-target): Add run target menu item.
3184         (ede-project, ede-minor-keymap): Add ede-run-target binding.
3185         (ede-run-target): New function.
3186         (ede-target::project-run-target): New method.
3188         * cedet/ede/proj.el (project-run-target): New method.
3190         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3191         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
3192         Add :rules.
3193         (ede-proj-target-makefile-shared-object): Only libtool compilers
3194         now available.  Add linkers for libtool.
3195         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3196         (ede-proj-makefile-target-name): Always use .la extension.
3198         * cedet/ede/proj-prog.el (project-run-target): New method.
3200         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3201         (ede-g++-linker): Change Change link lines.
3203         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3204         When searching for old variables, go to the end of the buffer and
3205         search backward from there.
3206         (ede-proj-makefile-automake-insert-subdirs)
3207         (ede-proj-makefile-automake-insert-extradist): New methods.
3208         (ede-proj-makefile-create): Use them.
3210         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3211         Force FILE to expand to the current target.  Use file-exists-p to
3212         check that it exists.
3214         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3215         (ede-linux-load): Wrap dir in file-name-as-directory.
3216         Set :version slot.
3218         * cedet/ede/files.el (ede-get-locator-object): When enabling
3219         locate, do so on "top".
3221         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3222         file-name-as-directory during compare.
3223         (ede-emacs-version): Return Emacs/XEmacs differentiator.
3224         Get version number from different places.  Don't call egrep.
3225         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
3226         to set the directory.
3228         * cedet/ede/shell.el: New file.
3230         * cedet/inversion.el (inversion-decoders): Allow for stray . in
3231         alpha/beta variants.
3233 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3235         * international/mule-cmds.el (select-safe-coding-system): If the file
3236         has a coding cookie, use it regardless of any other setting (bug#4712).
3238 2009-10-17  Glenn Morris  <rgm@gnu.org>
3240         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3241         All errors should have messages.
3243         * foldout.el (foldout-mouse-swallow-events):
3244         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3246         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3247         (dired-keep-marker-copy, dired-keep-marker-hardlink)
3248         (dired-keep-marker-symlink, dired-dwim-target)
3249         (dired-copy-preserve-time): Do not autoload these defcustoms.
3251         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3252         messages from messing up the file coding.  (Bug#4623)
3254 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
3256         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3257         if no match is found for the current dictionary.  (Bug#4578)
3259         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3260         optional, since that is how it is documented, and this is often called
3261         with a nil argument.  (Bug#4577)
3262         (flyspell-external-point-words, flyspell-auto-correct-word)
3263         (flyspell-correct-word-before-point, flyspell-word-search-forward)
3264         (flyspell-word-search-backward): Remove nil argument in calls to
3265         flyspell-get-word, since it is not needed now.
3267 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
3269         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
3271 2009-10-16  Glenn Morris  <rgm@gnu.org>
3273         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3275 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3277         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3278         (ange-ftp-file-size): New function.
3279         (ange-ftp-file-attributes): Use it.
3281 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
3283         * net/tramp-smb.el (tramp-smb-version): New defvar.
3284         (tramp-smb-maybe-open-connection): Use it, in order to avoid
3285         repeated checks.
3287 2009-10-16  Glenn Morris  <rgm@gnu.org>
3289         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3290         Maybe copy some custom properties from old to new name.  (Bug#4706)
3292 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3294         * subr.el (error, sit-for, start-process-shell-command)
3295         (start-file-process-shell-command): Set the calling convention
3296         after the function definition.
3298 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3300         * subr.el (error, sit-for, start-process-shell-command)
3301         (start-file-process-shell-command): Use the new
3302         set-advertised-calling-convention feature.
3304 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
3306         * international/ucs-normalize.el (ucs-normalize-version):
3307         Change to 1.2.
3308         (check-range): Adjust for Unicode 5.2.
3310 2009-10-15  Juri Linkov  <juri@jurta.org>
3312         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3313         to the `menu-item' format.
3315 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
3317         * net/tramp.el (tramp-replace-environment-variables): Do not fail
3318         if the environment variable does not exist.
3320         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3321         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3322         parameter.
3323         (tramp-smb-handle-add-name-to-file)
3324         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3325         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3326         (tramp-smb-handle-file-attributes)
3327         (tramp-smb-do-file-attributes-with-stat)
3328         (tramp-smb-handle-file-local-copy)
3329         (tramp-smb-handle-insert-directory)
3330         (tramp-smb-handle-make-directory)
3331         (tramp-smb-handle-make-directory-internal)
3332         (tramp-smb-handle-make-symbolic-link)
3333         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3334         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3335         (tramp-smb-maybe-open-connection): Apply the changed parameters.
3336         (tramp-smb-read-file-entry): Read Disk names in compressed format.
3337         Handle long file names.
3338         (tramp-smb-get-cifs-capabilities): Check, whether the connection
3339         process is running.
3340         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3341         Read share names with "-g" option.
3343 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
3345         * net/rcirc.el (rcirc-view-log-file): New command.
3346         (rcirc-track-minor-mode-map): Remove C-c ` binding.
3347         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3348         specified.
3350 2009-10-15  Glenn Morris  <rgm@gnu.org>
3352         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3353         from the second command-line argument.
3354         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3355         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3356         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3357         w32-batch-update-autoloads.
3358         * emacs-lisp/autoload.el (autoload-make-program): New variable.
3359         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3361         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3362         the headers cannot be located.  Simplify, subtracting superflous
3363         save-excursions.
3365 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3367         Replace completion-base-size by completion-base-position to fix bugs
3368         such as (bug#4699).
3369         * simple.el (completion-base-position): New var.
3370         (completion-base-size): Mark as obsolete.
3371         (choose-completion): Make it work for mouse events as well.
3372         Pass the new base-position to choose-completion-string.
3373         (choose-completion-guess-base-position): New function, extracted from
3374         choose-completion-delete-max-match.
3375         (choose-completion-delete-max-match): Use it.  Make obsolete.
3376         (choose-completion-string): Use the new base-position info.
3377         (completion-root-regexp): Delete.
3378         (completion-setup-function): Preserve completion-base-position.
3379         Eliminate obsolete base-size manipulation.
3380         * minibuffer.el (display-completion-list): Don't mess with base-size.
3381         (minibuffer-completion-help): Set completion-base-position instead.
3382         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3383         choose-completion.
3384         * textmodes/bibtex.el (bibtex-complete):
3385         * emacs-lisp/crm.el (crm--choose-completion-string):
3386         Adjust to new calling convention.
3387         * complete.el (partial-completion-mode): Use minibufferp to avoid
3388         bumping into incompatible change to choose-completion-string-functions.
3389         * ido.el (ido-choose-completion-string): Make its calling convention
3390         more permissive.
3391         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3392         base-size manipulation.
3393         (comint-dynamic-list-input-ring): Use dotimes and push.
3394         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3395         fundamental-mode.  Use `or'.
3397 2009-10-14  Juri Linkov  <juri@jurta.org>
3399         * misearch.el (multi-isearch-next-buffer-from-list)
3400         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
3402 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3404         * Makefile.in (compile-onefile): Load `bytecomp' rather than
3405         `bytecomp.el'.
3407         * minibuffer.el (completion-pcm--merge-completions): Make sure the
3408         string we return is all made up of text from the completions rather
3409         than part from the completions and part from the input (bug#4219).
3411         * ido.el (ido-everywhere): Use define-minor-mode.
3413         * buff-menu.el (list-buffers, ctl-x-map):
3414         Mark the entry points with ;;;###autoload cookies.
3416 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3418         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3419         correctly in the detached head case.
3420         (vc-git-print-log): Remove unused binding.
3422         * vc.el (vc-responsible-backend): When a directory is passed for
3423         for registration create a VC repository if no backend is
3424         responsible for the directory argument.
3425         (vc-deduce-fileset): Tell vc-responsible-backend to register.
3427         * vc.el: Move comments about RCS and SCCS ...
3428         * vc-rcs.el:
3429         * vc-sccs.el: ... here, respectively.
3431 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3433         * minibuffer.el (completion--file-name-table): Return nil if there's
3434         no file completion, even if substitute-in-file-name changed
3435         the string (bug#4708).
3437 2009-10-13  Juri Linkov  <juri@jurta.org>
3439         * files-x.el (read-file-local-variable-value): Don't filter out
3440         minor modes from mode name completion (bug#4664).
3442 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3444         * international/mule-cmds.el (ucs-names): Remove exclusion of
3445         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3447 2009-10-13  Kenichi Handa  <handa@m17n.org>
3449         * international/uni-name.el: Regenerated.
3451 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3453         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
3454         should be automatically buffer-local, but isn't.)
3456 2009-10-12  Sam Steingold  <sds@gnu.org>
3458         * progmodes/compile.el (compilation-next-error-function): Fix the
3459         timestamps if the buffer has been visited before.
3460         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3461         non-anchored patterns, like the perl one (bug#3928).
3463 2009-10-12  Glenn Morris  <rgm@gnu.org>
3465         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3466         Let-bind `size'.
3468 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
3470         * proced.el (proced-unload-function): New function.
3472         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3473         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3474         Doc fix.
3476         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3478 2009-10-11  Juri Linkov  <juri@jurta.org>
3480         * files-x.el (read-file-local-variable-value):
3481         Provide default value only for bound variables (bug#4664).
3483 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
3485         * net/tramp.el (tramp-local-host-p): Function shall return nil for
3486         connection methods like smb.
3488         * net/tramp-cache.el (tramp-flush-connection-property): The hash
3489         can be empty.
3491         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3492         (tramp-smb-file-name-handler-alist): Add handlers for
3493         `add-name-to-file', `make-symbolic-link'.
3494         (tramp-smb-handle-add-name-to-file)
3495         (tramp-smb-do-file-attributes-with-stat)
3496         (tramp-smb-handle-make-symbolic-link)
3497         (tramp-smb-get-cifs-capabilities): New defuns.
3498         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3499         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3500         (tramp-smb-handle-file-local-copy)
3501         (tramp-smb-handle-make-directory-internal)
3502         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3503         The file name syntax depends on cifs capabilities.
3504         (tramp-smb-handle-file-attributes):
3505         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3506         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3507         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3509 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3511         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3512         (eieio-defclass): Apply deftype handler and setf-method properties
3513         directly.
3514         (eieio-add-new-slot): Avoid union function from cl library.
3515         (eieio--typep): New function.
3516         (eieio-perform-slot-validation): Use it.
3518 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3520         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3521         Update documentation to refer to the variables documented in r1.135.
3522         (Bug#4188)
3524 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3526         * bookmark.el (Info-suffix-list): Remove this unused variable.
3527         (bookmark-current-point): Remove this obsolete variable.
3528         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3529         Adjust for removal of bookmark-current-point.
3531         (bookmarks-already-loaded, bookmark-current-buffer)
3532         (bookmark-yank-point): Document.  (Bug#4188)
3534 2009-10-10  Glenn Morris  <rgm@gnu.org>
3536         * frame.el (frame-height): Doc fix.
3538         * calendar/calendar.el (calendar-split-width-threshold): New option.
3539         (calendar-basic-setup): Use calendar-split-width-threshold.
3541 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
3543         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3544         Use .la for Automake.
3546 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
3548         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3549         Use "autoreconf -i".  Suggested by Andreas Schwab.
3551 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3553         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3554         Ideographic Supplement" range (U+1F200..U+1F2FF).
3556 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3558         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3559         since the list will have been rebuilt anyway.  (Bug#4349)
3561 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3563         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3564         (bookmark-bmenu-execute-deletions): Don't save here, as
3565         bookmark-delete will now do so if necessary.
3566         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3567         (Bug#4348)
3569 2009-10-09  Glenn Morris  <rgm@gnu.org>
3571         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3573 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3575         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3576         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3577         argument now, so the two function's behaviors will match.  (Bug#3645)
3579 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3581         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3582         Fix filename test.
3583         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3584         to expand file names.
3586 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3588         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3589         (tramp-file-name-real-host, tramp-file-name-port):
3590         Apply `save-match-data'.
3592         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3593         case both directories are remote.
3594         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3595         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3597 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3599         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3600         (ede-proj-target-makefile-objectcode): Use it.
3602         * cedet/ede/source.el (ede-want-any-source-files-p)
3603         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3604         Return search result.  This error was introduced while merging.
3606 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3608         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3610 2009-10-07  Glenn Morris  <rgm@gnu.org>
3612         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3613         of concat.
3615 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3617         * files-x.el (read-file-local-variable): Include some
3618         non-user-variables in the completion table (bug#4664).
3620 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3622         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3623         message.
3625         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3626         (tramp-smb-file-name-handler-alist): Add handler for
3627         `copy-directory', `expand-file-name', `set-file-modes'.
3628         (tramp-smb-handle-copy-directory)
3629         (tramp-smb-handle-expand-file-name)
3630         (tramp-smb-handle-set-file-modes): New defuns.
3631         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3632         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3633         entry.
3634         (tramp-smb-handle-insert-directory): Don't flush the cache.
3635         (tramp-smb-maybe-open-connection): Check for samba client and
3636         server versions.
3638 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3640         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3641         to not error out of search for "^lisp=" fails.
3643 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3645         * makefile.w32-in (WINS_UPDATES): New macro.
3646         (custom-deps, finder-data, autoloads): Use it.
3648 2009-10-07  Glenn Morris  <rgm@gnu.org>
3650         * Makefile.in (autoloads): Revert previous change.
3651         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3652         the list of preloaded files passed on the command-line, get
3653         it from src/Makefile.
3655         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3656         show the original buffer rather than a random one.
3658 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3660         * help.el (describe-no-warranty): Place point in a slightly better
3661         position in the GPLv3 text.
3663 2009-10-06  Sam Steingold  <sds@gnu.org>
3665         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3666         the comm attribute is present before calling regexp-quote.
3668 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3670         * play/animate.el (animate-string): For good effect, make sure
3671         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3673         * play/animate.el (animate-sequence, animate-birthday-present):
3674         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3676 2009-10-06  Glenn Morris  <rgm@gnu.org>
3678         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3680         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3681         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3682         (batch-update-autoloads): Process a string value of autoload-excludes,
3683         set during the build process.
3684         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3686         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3687         inside with-parsed...  macro so that `v' is defined.
3689         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3690         * progmodes/fortran.el (fortran-end-of-block)
3691         (fortran-beginning-of-block):
3692         Also push mark in the macro case.
3694         * emerge.el (emerge-show-file-name):
3695         * calc/calc.el (calc-quit):
3696         * calc/calc-misc.el (calc-big-or-small):
3697         * calc/calc-graph.el (calc-graph-view):
3698         * calc/calc-ext.el (calc-reset):
3699         * calendar/calendar.el (calendar-basic-setup):
3700         Use window-full-height-p.
3702         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3703         header we don't understand, don't insert another.  (Bug#4624)
3704         If changing mime charset, insert the new one in the right place.
3706 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3708         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3709         (cal-tex-cursor-month): Correctly increment the end date for diary and
3710         holiday listing.  (Bug#4626)
3712 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3714         * help-fns.el (describe-function-1): Don't burp if the function is not
3715         a symbol.
3717 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3719         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3720         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3721         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3722         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3724         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3725         (eieio-default-superclass): Reflow docstrings.
3726         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3727         (eieio-unbind-method-implementations, defmethod)
3728         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3729         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3730         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3731         (eieio-slot-originating-class-p, eieio-slot-name-index)
3732         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3733         (constructor, initialize-instance, no-next-method, object-print)
3734         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3735         Fix typos in docstrings.
3736         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3737         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3738         (next-method-p): Doc fixes.
3739         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3740         Fix typos in error messages.
3741         (eieio-defmethod): Fix typo in description of generic method.
3743         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3744         (eieio-persistent-save-interactive, slot-missing):
3745         Fix typos in docstrings.
3746         (eieio-instance-inheritor-slot-boundp): Doc fix.
3748         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3749         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3751         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3752         (eieio-custom-object-apply-reset):
3753         Fix typos in docstrings and error messages.
3755         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3756         Fix typo in docstring.
3758         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3759         (eieio-browse-tree): Doc fix.
3760         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3761         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3762         Fix typos in docstrings.
3764         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3765         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3766         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3767         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3768         Reflow docstrings.
3770 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3772         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3773         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3774         Set log-view-vc-backend so that diff can work.
3776         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3777         vc-version-diff.
3778         (vc-diff-internal): Autoload this instead of vc-version-diff.
3780 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3782         * simple.el (eval-expression): Doc fix.
3784         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3786 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3788         * files.el (directory-files-no-dot-files-regexp): New defconst.
3789         (delete-directory): Use it.
3790         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3792         * net/tramp.el (tramp-verbose): Fix docstring.
3793         (tramp-methods): Add recursive option to `tramp-copy-args'.
3794         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3795         "scp1_old", "scp2_old", "rsync", "rsyncc".
3796         (tramp-default-method): Check also for `auth-source-user-or-password'.
3797         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3798         Add handler for `copy-directory'.
3799         (tramp-handle-copy-directory): New defun.
3800         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3801         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3802         Optimize sent command.
3804 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3806         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3807         window if necessary.
3809         * calendar/calendar.el (calendar-basic-setup): Don't call
3810         switch-to-buffer in a dedicated window.
3812 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3814         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3815           don't do anything related to relocating, just return nil.
3816         (bookmark-error-no-filename): New error.
3817         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3818           bookmark has no file.  Don't even attempt to handle things that
3819           are not files; the whole point of custom handlers is to keep that
3820           knowledge elsewhere anyway.  Tighten some comments.
3821         (bookmark-file-or-variation-thereof): Remove now-unused function.
3822         (bookmark-location): Doc string fix.
3823         (Bug#4250)
3825 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3827         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3828         don't use a file dialog, because they usually don't know how to read
3829         a directory target from the user.  (Bug#4230)
3830         Also, make sure the prompt can display directories as well as files.
3832 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3834         * bookmark.el (bookmark-set, bookmark-buffer-name):
3835         Improve doc strings.  (Bug#1193)
3837 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3839         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3840         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3841         (bookmark-get-annotation, bookmark-set-annotation)
3842         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3843         (bookmark-set-position, bookmark-get-front-context-string)
3844         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3845         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3846         (bookmark-jump-other-window, bookmark-handle-bookmark)
3847         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3848         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3849         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3850            Improve doc strings to say whether bookmark can be a string or
3851            a record or both, and make other consistency and clarity fixes.
3852         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3853         (bookmark-default-annotation-text, bookmark-yank-word)
3854         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3855         (bookmark-import-new-list, bookmark-maybe-rename)
3856         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3857         (bookmark-bmenu-bookmark): Give these doc strings.
3858         (bookmark-bmenu-check-position): Give this a doc string, but also
3859            add a FIXME comment about how the function may be pointless.
3860         (bookmark-default-handler): Rework doc string and change a
3861            parameter name, to clarify that this takes a bookmark record
3862            not a bookmark name.
3863         (bookmark-set): Change a parameter name to indicate its meaning,
3864            and improve the doc string a bit.
3865         (Bug#4188)
3867 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3869         * bookmark.el (bookmark-alist): Document the new `handler' element
3870         in the param alist.
3871         (bookmark-make-record-function): Adjust documentation for above.
3872         (Bug#4193)
3874 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3876         * info.el (Info-bookmark-make-record): Document this function.
3877         (Info-bookmark-jump): Document with a doc string, not just a comment.
3878         (Bug#4203)
3880 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3882         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
3883         (semantic-new-buffer-fcn): Call parser setup functions here.
3884         (semantic-mode): Don't call parser setup functions here, it's done
3885         in semantic-new-buffer-fcn now.
3886         (semantic-mode): Parse all existing buffers when enabled.
3888         * cedet/srecode/compile.el (srecode-compile-file):
3889         Call semantic-new-buffer-fcn if the buffer has not been parsed.
3891 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3893         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
3895         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
3896         (proj-comp-insert-variable-once): New macro, renamed from
3897         ede-pmake-insert-variable-once in ede/pmake.edl.
3898         (ede-proj-makefile-insert-variables): Use it.
3900 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
3902         * files.el (copy-directory): New defun.
3904         * dired-aux.el (dired-copy-file-recursive): Use it.
3906 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3908         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3909         (makefile-end-of-command):
3910         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3911         (semantic-end-of-context): Fix previous change.  Doc fixes.
3913 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
3915         * files-x.el (modify-dir-local-variable)
3916         (copy-dir-locals-to-file-locals-prop-line):
3917         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
3918         (makefile-end-of-command):
3919         * cedet/semantic/lex.el (semantic-lex-token):
3920         * cedet/semantic/analyze/fcn.el
3921         (semantic-analyze-dereference-metatype-1):
3922         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
3923         (semantic-lex-cpp-undef):
3924         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
3925         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
3926         (semantic-end-of-context): Fix typos in docstrings.
3928         * recentf.el (recentf-unload-function): New function.
3930 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
3932         * cedet/ede.el (ede-project-placeholder-cache-file):
3933         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
3934         * cedet/srecode/map.el (srecode-map-save-file):
3935         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
3937 2009-10-04  Glenn Morris  <rgm@gnu.org>
3939         * window.el (window-full-height-p): Add doc string.
3941 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
3943         * window.el (window-full-height-p): New function.  (Bug#4543)
3945 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
3947         * cedet/srecode/insert.el: Require srecode/args.
3949         * cedet/srecode/args.el: Require srecode/dictionary instead of
3950         srecode/insert.
3952         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
3954         * files.el (auto-mode-alist): Add .srt and Project.ede.
3956         * cedet/semantic.el (semantic-mode):
3957         Handle srecode-template-mode-hook as well.
3958         (semantic-mode): Use js-mode-hook for Javascript hook.
3960         * cedet/srecode/template.el: Remove hook variable.
3962         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
3964         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
3965         projects exist.
3966         (ede-project-placeholder-cache-file): Default to a file in
3967         user-emacs-directory.
3969         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
3970         templates in data-directory.
3971         (srecode-map-save-file): Default to a file in user-emacs-directory.
3973         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
3974         directory.
3976 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3978         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
3979         Doc fix.
3981         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
3982         Only insert each variable once.
3984         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
3985         (ede-pmake-insert-variable-shared): Use it.
3987         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
3988         for lexical table iff table is nil.
3990 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
3992         * vc.el: Remove commented out code.
3993         (vc-derived-from-dir-mode): Remove, unused.
3994         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
3996 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
3998         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
3999         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
4000         there could be recursive loading when `default-directory' is a
4001         remote file name.  (Bug#4614)
4003 2009-10-03  Glenn Morris  <rgm@gnu.org>
4005         * calendar/calendar.el (calendar-basic-setup): Handle the case where
4006         the frame is wide.
4007         (calendar-generate-window): Test for shrinkability rather than width.
4009         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4010         declaration, currently false.
4012         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4013         reusing existing buffers, in case we happen to visit two files with the
4014         same basename.  (Bug#4593)
4016 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4018         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4019         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4020         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4021         subdirs of cedet as well.
4022         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4024 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4026         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4027         Obey advertised-signature-table.
4029         * help-fns.el (help-function-arglist): Don't check
4030         advertised-signature-table.
4031         (describe-function-1): Do it here instead so it also applies to subrs.
4033 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4035         * simple.el (start-file-process): Say in the doc-string, that file
4036         handlers might not support pty association, if PROGRAM is nil.
4038         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4039         HOST and USER are strings.  They are nil, when there are
4040         incomplete entries in ~/.netrc, for example.
4041         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
4042         root directory ("device busy" error otherwise).
4044         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4045         Flush file properties of created directory.
4047 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4049         * makefile.w32-in (WINS_BASIC): Remove cedet.
4050         (WINS_CEDET): Add cedet.
4051         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4053 2009-10-02  Kevin Ryde  <user42@zip.com.au>
4055         * net/browse-url.el (browse-url): Pass any symbol in
4056         browse-url-browser-function to `apply', since if you've mistakenly put
4057         an unbound symbol then the error is clearer.  (Bug#4531)
4059 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4061         * allout.el (allout-init, allout-back-to-current-heading)
4062         (allout-beginning-of-current-entry, allout-ascend-to-depth)
4063         (allout-ascend, allout-up-current-level, allout-end-of-level)
4064         (allout-previous-visible-heading, allout-forward-current-level)
4065         (allout-backward-current-level, allout-show-children):
4066         * apropos.el (apropos-describe-plist):
4067         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4068         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4069         * completion.el (add-completion, add-permanent-completion):
4070         * descr-text.el (describe-text-category, describe-char):
4071         * desktop.el (desktop-lazy-abort):
4072         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4073         * dired.el (dired-build-subdir-alist):
4074         * ediff.el (ediff-version):
4075         * elide-head.el (elide-head, elide-head-show):
4076         * emerge.el (emerge-version):
4077         * env.el (getenv):
4078         * face-remap.el (variable-pitch-mode):
4079         * faces.el (describe-face):
4080         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4081         (dired-at-point):
4082         * files.el (find-file-existing, auto-save-mode):
4083         * font-lock.el (font-lock-fontify-buffer):
4084         * help-fns.el (describe-function, describe-variable)
4085         (describe-syntax, describe-categories):
4086         * help.el (view-lossage, describe-bindings, describe-key)
4087         (describe-mode):
4088         * hexl.el (hexl-current-address):
4089         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4090         * info.el (Info-goto-emacs-key-command-node):
4091         * log-edit.el (log-edit-insert-cvs-template)
4092         (log-edit-insert-cvs-rcstemplate):
4093         * menu-bar.el (menu-bar-mode):
4094         * mouse.el (mouse-appearance-menu):
4095         * newcomment.el (comment-indent-new-line):
4096         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4097         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4098         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4099         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4100         * recentf.el (recentf-mode):
4101         * savehist.el (savehist-mode, savehist-save):
4102         * shadowfile.el (shadow-copy-files):
4103         * simple.el (kill-ring-save, next-line, previous-line)
4104         (normal-erase-is-backspace-mode):
4105         * strokes.el (strokes-update-window-configuration)
4106         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4107         (strokes-xpm-for-stroke):
4108         * time.el (emacs-uptime, emacs-init-time):
4109         * tutorial.el (tutorial--describe-nonstandard-key)
4110         (tutorial--detailed-help):
4111         * type-break.el (type-break-mode)
4112         (type-break-mode-line-message-mode, type-break-query-mode)
4113         (type-break-guesstimate-keystroke-threshold):
4114         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4115         * version.el (emacs-version):
4116         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4117         * winner.el (winner-mode):
4118         * calendar/timeclock.el (timeclock-in, timeclock-out)
4119         (timeclock-status-string, timeclock-change)
4120         (timeclock-workday-remaining-string)
4121         (timeclock-workday-elapsed-string)
4122         (timeclock-when-to-leave-string):
4123         * calendar/todo-mode.el (todo-add-category):
4124         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4125         * emacs-lisp/autoload.el (update-file-autoloads):
4126         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4127         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4128         (checkdoc-message-text, checkdoc-defun):
4129         * emacs-lisp/debug.el (debugger-list-functions):
4130         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4131         * emacs-lisp/eieio-opt.el (eieio-describe-class)
4132         (eieio-describe-generic):
4133         * emacs-lisp/lisp-mnt.el (lm-synopsis):
4134         * emacs-lisp/shadow.el (list-load-path-shadows):
4135         * emulation/cua-base.el (cua-mode):
4136         * emulation/edt.el (edt-set-scroll-margins):
4137         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4138         (tpu-toggle-regexp, tpu-toggle-search-direction)
4139         (tpu-toggle-rectangle, tpu-toggle-control-keys):
4140         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4141         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4142         (viper-set-parsing-style-toggling-macro)
4143         (viper-set-emacs-state-searchstyle-macros):
4144         * emulation/viper.el (viper-set-hooks):
4145         * eshell/esh-mode.el (eshell-truncate-buffer):
4146         * international/mule-cmds.el (prefer-coding-system)
4147         (describe-input-method, describe-language-environment):
4148         * international/mule-diag.el (list-character-sets)
4149         (describe-character-set, describe-coding-system)
4150         (describe-fontset, list-fontsets, list-input-methods):
4151         * mail/sendmail.el (mail-signature):
4152         * net/ange-ftp.el (ange-ftp-copy-file):
4153         * net/browse-url.el (browse-url):
4154         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4155         * net/quickurl.el (quickurl-add-url):
4156         * net/rcirc.el (names, topic):
4157         * net/xesam.el (xesam-mode):
4158         * play/5x5.el (5x5-new-game):
4159         * play/yow.el (apropos-zippy):
4160         * progmodes/ada-mode.el (ada-mode-version):
4161         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4162         (f90-end-of-block)
4163         (f90-beginning-of-block):
4164         * progmodes/fortran.el (fortran-end-of-block)
4165         (fortran-beginning-of-block):
4166         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4167         * progmodes/python.el (python-describe-symbol, python-shell):
4168         * term/ns-win.el (ns-print-buffer):
4169         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4170         * textmodes/flyspell.el (flyspell-mode-on):
4171         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4172         (pages-directory-for-addresses):
4173         * textmodes/table.el (table-recognize-cell)
4174         (table-query-dimension, table-generate-source)
4175         (table-insert-sequence, table--warn-incompatibility):
4176         * textmodes/tex-mode.el (tex-validate-buffer):
4177         * textmodes/texinfmt.el (texinfmt-version)
4178         (texinfo-format-buffer):
4179         Use `called-interactively-p' instead of `interactive-p'.
4181 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4183         * image-mode.el (image-toggle-display):
4184         * emacs-lisp/elp.el (elp-instrument-function):
4185         * emacs-lisp/advice.el (ad-make-advised-definition):
4186         * emacs-lisp/easy-mmode.el (define-minor-mode):
4187         * net/browse-url.el (browse-url-maybe-new-window):
4188         * progmodes/sh-script.el (sh-learn-buffer-indent):
4189         Pass new argument 'any to `called-interactively-p'.
4191 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4193         * international/uni-bidi.el:
4194         * international/uni-category.el:
4195         * international/uni-combining.el:
4196         * international/uni-comment.el:
4197         * international/uni-decimal.el:
4198         * international/uni-decomposition.el:
4199         * international/uni-digit.el:
4200         * international/uni-lowercase.el:
4201         * international/uni-mirrored.el:
4202         * international/uni-name.el:
4203         * international/uni-numeric.el:
4204         * international/uni-old-name.el:
4205         * international/uni-titlecase.el:
4206         * international/uni-uppercase.el:
4207         Regenerate from Unicode 5.2.0 data.
4209 2009-10-01  Glenn Morris  <rgm@gnu.org>
4211         * Makefile.in (ELCFILES): Regenerate.
4213 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4215         * subr.el (interactive-p): Mark obsolete.
4216         (called-interactively-p): Make the optional-ness of `kind' obsolete.
4217         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4218         advertised-signature-table for subroutines as well.
4220         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4221         (set-advertised-calling-convention): New function.
4222         (make-obsolete, define-obsolete-function-alias)
4223         (make-obsolete-variable, define-obsolete-variable-alias):
4224         Make the optional-ness of `when' obsolete.
4225         (define-obsolete-face-alias): Make `when' non-optional.
4226         * help-fns.el (help-function-arglist):
4227         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4228         Use advertised-signature-table.
4230 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4232         * files.el (delete-directory): New defun.  The original function
4233         in fileio.c has been renamed to `delete-directory-internal'.
4235         * dired.el (dired-delete-file): Call `delete-directory' with
4236         RECURSIVE parameter.
4238         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4239         parameter RECURSIVE.  Implementation is missing.
4241         * net/tramp.el (tramp-handle-make-directory): Flush upper
4242         directory's file properties.
4243         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4244         (tramp-handle-dired-recursive-delete-directory): Flush directory
4245         properties after the remove command only.
4247         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4248         Handle optional parameter RECURSIVE.
4250         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4251         Handle optional parameter RECURSIVE.
4253         * net/tramp-smb.el (tramp-smb-errors): Add error message for
4254         connection timeout.
4255         (tramp-smb-handle-delete-directory): Handle optional parameter
4256         RECURSIVE.
4258 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4260         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4261         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4262         (byte-compile-defmacro): Use backquotes.
4264         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4266         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4267         has no associated file.
4268         (vc-resynch-buffer): Use vc-dir-buffers.
4270 2009-10-01  Glenn Morris  <rgm@gnu.org>
4272         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4273         (chart-file-count):
4274         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4275         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4276         * emacs-lisp/eieio-opt.el (eieio-describe-class):
4277         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4278         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4279         (eieio-copy-parents-into-subclass, make-instance, class-children)
4280         (eieio-generic-form):
4281         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4282         * cedet/cedet-idutils.el (cedet-idutils-search)
4283         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4284         (cedet-idutils-version-check):
4285         * cedet/cedet.el (cedet-version):
4286         * cedet/data-debug.el (data-debug-insert-overlay-button)
4287         (data-debug-insert-overlay-list-button)
4288         (data-debug-insert-buffer-button)
4289         (data-debug-insert-buffer-list-button)
4290         (data-debug-insert-process-button, data-debug-insert-ring-button)
4291         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4292         (data-debug-insert-stuff-vector-button)
4293         (data-debug-insert-symbol-button, data-debug-insert-string)
4294         (data-debug-insert-number, data-debug-insert-lambda-expression)
4295         (data-debug-insert-nil, data-debug-insert-simple-thing)
4296         (data-debug-insert-custom, data-debug-edebug-expr):
4297         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4298         (global-ede-mode-map, ede-new, ede-debug-target)
4299         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4300         * cedet/semantic.el (semantic-minimum-working-buffer-size)
4301         (semantic-fetch-tags, semantic-submode-list)
4302         (semantic-default-submodes):
4303         * cedet/ede/source.el (ede-source-match):
4304         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4305         (project-am-package-info):
4306         * cedet/ede/proj.el (ede-proj-target, project-new-target):
4307         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4308         * cedet/ede/proj-comp.el (ede-current-build-list):
4309         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4310         * cedet/ede/files.el (ede-toplevel-project-or-nil):
4311         * cedet/ede/cpp-root.el (initialize-instance):
4312         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4313         (autoconf-parameter-strip, autoconf-insert-new-macro):
4314         * cedet/semantic/wisent.el (wisent-lex-eoi):
4315         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4316         (semantic-show-parser-state-mode):
4317         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4318         * cedet/semantic/tag.el (semantic-tag-new-variable)
4319         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4320         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4321         (semantic--tag-deep-copy-tag-list)
4322         (semantic-tag-components-with-overlays-default):
4323         * cedet/semantic/symref.el (semantic-symref-find-text):
4324         * cedet/semantic/senator.el (senator-yank-tag)
4325         (senator-transpose-tags-up):
4326         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4327         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4328         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4329         * cedet/semantic/lex.el (semantic-lex-comment-regex)
4330         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4331         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4332         * cedet/semantic/lex-spp.el
4333         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4334         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4335         * cedet/semantic/idle.el
4336         (semantic-idle-summary-current-symbol-info-brutish)
4337         (semantic-idle-summary-current-symbol-info-default):
4338         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4339         (semantic--grammar-macro-compl-dict):
4340         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4341         * cedet/semantic/format.el (semantic-format-tag-custom-list)
4342         (semantic-format-tag-canonical-name-default):
4343         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4344         (semantic-find-tags-for-completion)
4345         (semantic-find-tags-by-scope-protection-default)
4346         (semantic-deep-find-tags-for-completion):
4347         * cedet/semantic/edit.el
4348         (semantic-edits-incremental-reparse-failed-hook)
4349         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4350         (semantic-edits-splice-remove, semantic-edits-splice-replace):
4351         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4352         * cedet/semantic/dep.el (semantic-dependency-include-path):
4353         * cedet/semantic/db.el (semanticdb-default-find-index-class)
4354         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4355         (semanticdb-project-roots):
4356         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4357         (semanticdb-find-adebug-insert-scanned-tag-cons)
4358         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4359         (semanticdb-brute-deep-find-tags-for-completion):
4360         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4361         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4362         (semantic-end-of-context-default)
4363         (semantic-ctxt-current-function-default)
4364         (semantic-ctxt-scoped-types-default):
4365         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4366         (semantic-complete-inline-tag-engine)
4367         (semantic-complete-inline-custom-type)
4368         (semantic-complete-read-tag-analyzer):
4369         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4370         (semantic-chart-database-size):
4371         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4372         (semantic-analyze-current-context):
4373         * cedet/semantic/symref/list.el (semantic-symref)
4374         (semantic-symref-hide-buffer, semantic-symref-symbol):
4375         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4376         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4377         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4378         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4379         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4380         (semantic-c-dereference-template):
4381         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4382         (semantic--analyze-refs-full-lookup-with-parents)
4383         (semantic--analyze-refs-full-lookup-simple):
4384         * cedet/semantic/analyze/complete.el
4385         (semantic-analyze-possible-completions):
4386         * cedet/srecode/table.el (srecode-mode-table-new):
4387         * cedet/srecode/srt.el (srecode-read-variable-name):
4388         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4389         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4390         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4391         * cedet/srecode/map.el (srecode-current-map):
4392         * cedet/srecode/insert.el (srecode-insert)
4393         (srecode-insert-variable-secondname-handler, srecode-insert-method)
4394         (srecode-template-inserter-point-override)
4395         (srecode-insert-include-lookup):
4396         * cedet/srecode/getset.el (srecode-auto-choose-class):
4397         * cedet/srecode/extract.el (srecode-inserter-extract):
4398         * cedet/srecode/document.el
4399         (srecode-document-autocomment-return-last-alist)
4400         (srecode-document-autocomment-param-type-alist)
4401         (srecode-document-insert-function-comment)
4402         (srecode-document-insert-variable-one-line-comment)
4403         (srecode-document-function-name-comment):
4404         * cedet/srecode/dictionary.el (srecode-create-dictionary)
4405         (srecode-compound-toString):
4406         * cedet/srecode/compile.el (srecode-flush-active-templates):
4407         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4408         Doc/message fixes.
4410         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4411         match-data.  (Bug#4555).
4413         * cedet/semantic/bovine/gcc.el
4414         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4415         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4417         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4418         rather than parsing it as a regexp.  This relaxes the layout
4419         requirements and makes errors easier to detect.
4420         (check-declare-verify): Check file is regular.
4421         (check-declare-directory): Doc fix.
4422         * subr.el (declare-function): Doc fix.
4424         * ibuffer.el (ibuffer-format-qualifier):
4425         * isearch.el (hi-lock-regexp-okay):
4426         * calc/calc.el (math-zerop):
4427         * mail/uce.el (rmail-msgbeg, rmail-msgend):
4428         * term/w32-win.el (setup-default-fontset, set-fontset-font):
4429         Remove unused declarations.
4431 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4433         * cedet/semantic/wisent/javat-wy.el
4434         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4436 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
4438         * cedet/srecode/expandproto.el: Fix provide statement.
4440 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4442         * emacs-lisp/eieio.el (boolean-p): Delete.
4444 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
4446         * cedet/ede/srecode.el: Fix provide statement.
4448 2009-09-30  Glenn Morris  <rgm@gnu.org>
4450         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4451         * cedet/ede/proj-aux.el (ede-aux-source):
4452         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4453         (ede-misc-source):
4454         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4455         (semantic-mrub-switch-tags): Fix doc typos.
4457         * cedet/semantic/db-global.el (data-debug-new-buffer)
4458         (data-debug-insert-thing): Remove unneeded declarations (one broken).
4459         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4461         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4463         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4464         use of CL function `remove-if-not'.
4466         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4468         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4469         filename is not a string.
4471 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
4473         * files.el (safe-local-eval-forms): Fix typo.
4475 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4477         * vc-hooks.el (vc-dir-buffers): New var.
4478         (vc-state-refresh): New function.
4479         (vc-state): Use it.
4480         (vc-after-save): Always ask the backend to recompute the new state.
4481         Always call vc-dir if necessary, using vc-dir-buffers.
4482         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4483         Use vc-dir-buffers.
4484         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4485         (vc-dir-prepare-status-buffer, vc-dir-update)
4486         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4487         Don't call expand-file-name on default-directory.
4489 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4491         * speedbar.el (speedbar-item-delete):
4492         * calc/calc-prog.el (calc-kbd-if):
4493         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4495         * epa.el (epa-key-list-mode-map):
4496         * hi-lock.el (hi-lock-menu): Fix typos in menus.
4498         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4499         (hs-show-hook): Fix typo in docstring.
4501 2009-09-29  Glenn Morris  <rgm@gnu.org>
4503         * cedet/semantic/symref/idutils.el:
4504         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4506         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4508         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4509         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4510         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4511         Mark declarations not understood by check-declare.
4513         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4514         file-name-nondirectory call preventing location of cedet files.
4515         (check-declare-verify): Use literal search rather than re-search.
4516         Add basic defmethod and defclass, and define-overloadable-function.
4518         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4519         Use tramp-compat-file-attributes rather than nonexistent
4520         tramp-compat-handle-file-attributes.
4522         * Makefile.in (lisptagsfiles4): New.
4523         (AUTOGENEL): Add cedet loaddefs files.
4524         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4525         (update-elclist, compile-always, backup-compiled-files)
4526         (bootstrap-clean): Add yet another directory level.
4527         (update-elclist): Use LC_COLLATE rather than COLLATE.
4528         (ELCFILES): Update, via `make update-elclist'.
4530 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4532         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4533         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4534         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4536 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
4538         * Makefile.in (lisptagsfiles3): Define.
4539         (TAGS, TAGS-LISP): Use it.
4540         (update-elclist): Add third directory level to look for elc files.
4541         (compile-always): Likewise.
4542         (backup-compiled-files): Likewise.
4543         (bootstrap-clean): Likewise.
4544         (ELCFILES): Update.
4546 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
4548         * Makefile.in (ELCFILES): Add CEDET files.
4550 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4552         CEDET (development tools) package merged.
4554         * cedet/*.el:
4555         * cedet/ede/*.el:
4556         * cedet/semantic/*.el:
4557         * cedet/srecode/*.el: New files.
4559 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4561         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4563         * net/tramp.el (top): Require tramp-imap.
4565         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4566         Use `tramp-compat-handle-file-attributes'.
4568 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4570         * net/tramp-imap.el: New package.
4572 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4574         * emacs-lisp/chart.el:
4575         * emacs-lisp/eieio-base.el:
4576         * emacs-lisp/eieio-comp.el:
4577         * emacs-lisp/eieio-custom.el:
4578         * emacs-lisp/eieio-datadebug.el:
4579         * emacs-lisp/eieio-opt.el:
4580         * emacs-lisp/eieio-speedbar.el:
4581         * emacs-lisp/eieio.el: New files.
4583         * cedet/cedet-cscope.el:
4584         * cedet/cedet-files.el:
4585         * cedet/cedet-global.el:
4586         * cedet/cedet-idutils.el:
4587         * cedet/data-debug.el:
4588         * cedet/inversion.el:
4589         * cedet/mode-local.el:
4590         * cedet/pulse.el: New files.
4592 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4594         * whitespace.el (whitespace-trailing-regexp)
4595         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4596         Fix doc string.
4598 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4600         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4601         menu.
4603         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4604         menu-bar-ediff-menu.
4606         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4607         define-overloadable-function.
4609         * progmodes/autoconf.el: Provide autoconf as well, so that this
4610         file can be `require'd.
4612         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4614         * emacs-lisp/autoload.el (generated-autoload-feature)
4615         (generated-autoload-load-name): New vars.
4616         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4617         (make-autoload): Recognize define-overloadable-function and
4618         defclass forms (for EIEIO).
4620         * Makefile.in (update-subdirs): Exclude cedet directory.
4622 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4624         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4626         * faces.el: Default light-background background for region face to
4627         ns_selection_color under NS.
4629 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4631         * net/imap-hash.el: New library, see NEWS.
4633         * Makefile.in (ELCFILES): Add imap-hash.el.
4635 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4637         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4638         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4639         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4640         definition where the docstring could be taken for the return value.
4642 2009-09-26  Glenn Morris  <rgm@gnu.org>
4644         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4645         Add option to only show images below a certain size.
4646         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4647         save-excursion calls.
4649 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4651         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4652         subdirectories) and eieio.
4654 2009-09-26  Alan Mackenzie  <acm@muc.de>
4656         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4657         buggy bracketing.  (Bug#4289)
4659         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4660         character constants (as case labels).  (Bug#4289)
4662 2009-09-25  Juri Linkov  <juri@jurta.org>
4664         * files.el (safe-local-eval-forms): Allow time-stamp in
4665         before-save-hook (Bug#4554).
4667 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4669         * menu-bar.el (list-buffers-directory): Doc fix.
4671 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4673         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4674         Try and avoid copying twice the same paragraph.
4675         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4676         Remove save-excursion.
4677         (log-edit-changelog-entry): Do it here instead.
4679 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4681         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4682         when available, instead of hardcoding mode names.  Doc fix.
4684         * menu-bar.el (list-buffers-directory): Add docstring.
4685         Make automatically buffer-local.
4687         * dired.el (dired-mode):
4688         * files.el (cd-absolute):
4689         * pcvs.el (cvs-temp-buffer):
4690         * pcvs-util.el (cvs-get-buffer-create):
4691         * shell.el (shell-mode):
4692         * vc-dir.el (vc-dir-mode):
4693         Don't make `list-buffers-directory' buffer local.
4695 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4697         * comint.el (comint-exec, comint-run, make-comint):
4698         Doc fixes (Bug#4542).
4700 2009-09-25  Glenn Morris  <rgm@gnu.org>
4702         * mail/rmailmm.el (rmail-mime): New custom group.
4703         Move all defcustoms in this file into this group.
4704         (rmail-mime-media-type-handlers-alist): Revert previous change.
4705         (rmail-mime-show-images): New option.
4706         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4707         references to it, since it wasn't actually used for anything.
4708         (rmail-mime-insert-image): New function.
4709         (rmail-mime-image): Use rmail-mime-insert-image.
4710         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4711         obey the value of `rmail-mime-show-images' option.  Print the size of
4712         attachments.
4714 2009-09-25  David Engster  <deng@randomsample.de>
4716         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4718 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4720         * whitespace.el: Does not highlight trailing spaces While point is
4721         at end of line.  Does not highligt spaces at beginning of buffer
4722         while point is at beginning of buffer.  Does not highlight spaces
4723         at end of buffer while point is at end of buffer.  (Bug#4177)
4724         New version 12.0.
4725         (whitespace-display-mappings): Adjust initialization.
4726         (whitespace-point, whitespace-font-lock-refontify): New vars.
4727         (whitespace-color-on, whitespace-color-off): Adjust code.
4728         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4729         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4730         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4732 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4734         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4736         * textmodes/sgml-mode.el: Remove xml-mode alias.
4738         * files.el (auto-mode-alist, conf-mode-maybe)
4739         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4741 2009-09-24  Alan Mackenzie  <acm@muc.de>
4743         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4744         c-forward-conditionals, but it doesn't move point and doesn't set
4745         the mark.
4746         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4747         (c-down-conditional-with-else, c-backward-conditional)
4748         (c-forward-conditional): Refactor to use c-scan-conditionals.
4750 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4752         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4753         (help-default-arg-highlight): Remove.
4754         (help-highlight-arg): New function.
4755         (help-do-arg-highlight): Use it.
4756         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4758 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4761         Undo last change, which didn't fix the problem and introduced others.
4763 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4765         * progmodes/gdb-mi.el: Don't require speedbar.
4766         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4768 2009-09-24  Glenn Morris  <rgm@gnu.org>
4770         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4772         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4774         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4775         there is no newline after the final mime boundary.  (Bug#4539)
4776         Move markers on insertion so that any buttons inserted don't end up in
4777         the next part of a multipart message.
4778         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4779         (rmail-mime-bulk-handler): Optionally handle images.
4780         (rmail-mime-image): New button action.
4781         (rmail-mime-image-handler): New function.
4782         (rmail-mime-mode): New mode.
4783         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4785 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4787         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4788         than just dropping elements from it (bug#4504).
4790         * term.el (term-set-scroll-region): Don't move cursor any more.
4791         (term-handle-ansi-escape): Call term-goto here instead.
4792         Suggested by Ivan Kanis <apple@kanis.eu>.
4794         * term.el: Require CL.
4795         (term-ansi-reset): New function.
4796         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4797         (term-handle-colors-array): Simplify.
4799 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4801         * allout.el (allout-overlay-interior-modification-handler)
4802         (allout-obtain-passphrase):
4803         * epa-file.el (epa-file-write-region):
4804         * ps-print.el (ps-begin-job):
4805         * vc-hooks.el (vc-toggle-read-only):
4806         * vc-rcs.el (vc-rcs-rollback):
4807         * vc-sccs.el (vc-sccs-rollback):
4808         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4809         (vc-version-diff, vc-revert, vc-rollback):
4810         * wdired.el (wdired-check-kill-buffer):
4811         * emacs-lisp/authors.el (authors):
4812         * net/socks.el (socks-open-connection):
4813         * net/zeroconf.el (zeroconf-service-add-hook):
4814         * obsolete/vc-mcvs.el (vc-mcvs-register):
4815         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4816         (gdb-select-frame):
4817         * progmodes/grep.el (lgrep, rgrep):
4818         * progmodes/idlw-help.el (idlwave-help-check-locations)
4819         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4820         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4821         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4822         (reftex-toc-rename-label): Fix typos in error messages.
4824         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4825         (dired-copy-how-to-fn): Doc fix.
4826         (dired-files-attributes, dired-read-shell-command):
4827         Fix typos in docstrings.
4829         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4830         (dired-x-find-file-other-window): Reflow docstrings.
4831         (dired-omit-marker-char, dired-read-shell-command)
4832         (dired-x-submit-report): Fix typos in docstrings.
4834         * shell.el (shell-mode-hook):
4835         * view.el (View-scroll-line-forward):
4836         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4837         Fix typos in docstrings.
4839         * net/dig.el (dig-invoke): Fix typo in docstring.
4840         (query-dig): Reflow docstring.
4842         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4843         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4844         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4845         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4846         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4847         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4848         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4849         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4850         (idlwave-completion-map, idlwave-current-indent)
4851         (idlwave-custom-ampersand-surround, idlwave-customize)
4852         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4853         (idlwave-define-abbrev, idlwave-determine-class-special)
4854         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4855         (idlwave-end-block-reg, idlwave-end-of-statement)
4856         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4857         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4858         (idlwave-explicit-class-listed, idlwave-file-header)
4859         (idlwave-fill-paragraph, idlwave-find-class-definition)
4860         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4861         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4862         (idlwave-in-quote, idlwave-indent-action-table)
4863         (idlwave-indent-expand-table, idlwave-indent-line)
4864         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4865         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4866         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4867         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4868         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4869         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4870         (idlwave-outlawed-buffers, idlwave-popup-select)
4871         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4872         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4873         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4874         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4875         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4876         (idlwave-statement-type, idlwave-struct-skip)
4877         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
4878         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
4879         (idlwave-what-module-find-class): Fix typos in docstrings.
4880         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
4881         (idlwave-calculate-cont-indent, idlwave-expand-equal)
4882         (idlwave-find-module, idlwave-find-structure-definition)
4883         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
4884         (idlwave-list-load-path-shadows, idlwave-next-statement)
4885         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
4886         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
4887         (idlwave-template): Reflow docstrings.
4889         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
4890         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
4891         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
4892         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
4893         (idlwave-shell-display-line, idlwave-shell-display-wframe)
4894         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
4895         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
4896         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
4897         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
4898         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
4899         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
4900         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
4901         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
4902         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
4903         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
4904         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
4905         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
4906         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
4907         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
4908         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
4909         Fix typos in docstrings.
4910         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
4911         (idlwave-shell-hide-output, idlwave-shell-mode)
4912         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
4913         Reflow docstrings.
4915         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
4917 2009-09-24  Ivan Kanis  <apple@kanis.eu>
4919         * term.el (term-bold-attribute): New var.
4920         (term-handle-colors-array): Use it.
4922 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
4924         * progmodes/gdb-mi.el (gdb-version): New variable.
4925         (gdb-non-stop-handler): Set gdb-version.
4926         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
4927         Condition "--thread" option on gdb-version.
4928         (gdb-invalidate-threads): Remove unused argument.
4930 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4932         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
4933         to looking-back to avoid ridiculous slow down in large files (bug#4511).
4935 2009-09-23  Glenn Morris  <rgm@gnu.org>
4937         * mail/rmail.el (rmail-reply): Don't try to add a References header when
4938         replying to mail without References or Message-Id.  (Bug#4525)
4940 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
4942         * term/ns-win.el (ns-reg-to-script): New variable.
4944 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
4946         * epg.el (epg-wait-for-status): Preserve existing 'error results.
4948 2009-09-22  Sam Steingold  <sds@gnu.org>
4950         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
4951         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
4952         to 1 because hg returns status 1 when nothing is found.
4953         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
4955 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4957         * textmodes/fill.el: Convert to utf-8 encoding.
4958         (fill-french-nobreak-p): Remove redundant » and « inherited from our
4959         pre-unicode days.
4961         * add-log.el (change-log-fill-forward-paragraph): New function.
4962         (change-log-mode): Use it so fill-region DTRT.
4963         Set fill-indent-according-to-mode here rather than in
4964         change-log-fill-paragraph.
4965         (change-log-fill-paragraph): Remove.
4967 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
4969         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
4970         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
4972 2009-09-22  Glenn Morris  <rgm@gnu.org>
4974         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
4975         the scroll-bar scroll the calendar window rather than the buffer.
4977         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
4978         commands that move point (as opposed to scrolling).
4980         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
4982         * emacs-lisp/elint.el (elint): New custom group.
4983         (elint-log-buffer): Make it a defcustom.
4984         (elint-scan-preloaded, elint-ignored-warnings)
4985         (elint-directory-skip-re): New options.
4986         (elint-builtin-variables): Doc fix.
4987         (elint-preloaded-env): New variable.
4988         (elint-unknown-builtin-args): Add an entry for encode-time.
4989         (elint-extra-errors): Make it a variable rather than a constant.
4990         (elint-preloaded-skip-re): New constant.
4991         (elint-directory): Skip files matching elint-directory-skip-re.
4992         (elint-features): New variable, local to linted buffers.
4993         (elint-update-env): Initialize elint-features.  Possibly add
4994         elint-preloaded-env to the buffer's environment.
4995         (elint-get-top-forms): Bind elint-current-pos, for log messages.
4996         Skip quoted forms.
4997         (elint-init-form): New function, extracted from elint-init-env.
4998         Make non-list forms a warning rather than an error.
4999         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
5000         easy-menu-define, put that adds an error-condition, and provide.
5001         When requiring cl, also require cl-macs.  Really require cl, to handle
5002         some cl macros.  Store required libraries in the list elint-features,
5003         so as not to re-load them.  Treat cc-require like require.
5004         (elint-init-env): Call elint-init-form to do the work.
5005         Handle eval-and-compile and such like.
5006         (elint-add-required-env): Do not clear messages.
5007         (elint-special-forms): Add handlers for function, defalias, if, when,
5008         unless, and, or.
5009         (elint-form): Add optional argument to ignore elint-special-forms,
5010         useful to prevent recursive calls from handlers.  Doc fix.
5011         Respect elint-ignored-warnings.
5012         (elint-form): Respect elint-ignored-warnings.
5013         (elint-bound-variable, elint-bound-function): New variables.
5014         (elint-unbound-variable): Respect elint-bound-variable.
5015         (elint-get-args): Respect elint-bound-function.
5016         (elint-check-cond-form): Add some simple handling for (f)boundp and
5017         featurep tests.
5018         (elint-check-defalias-form): New handler.
5019         (elint-check-let-form): Make an empty let a warning rather than an
5020         error.
5021         (elint-check-setq-form): Make an empty setq a warning rather than an
5022         error.  Respect elint-ignored-warnings.
5023         (elint-check-defvar-form): Accept null doc-strings.
5024         (elint-check-conditional-form): New handler.  Does some simple-minded
5025         checking of featurep and (f)boundp tests.
5026         (elint-put-function-args): New function.
5027         (elint-initialize): Use elint-scan-doc-file rather than
5028         elint-find-builtin-variables.  Use elint-put-function-args.
5029         Possibly scan preloaded-file-list.
5030         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5031         extend to handle functions as well.
5033 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
5035         * linum.el (linum-delete-overlays, linum-update-window):
5036         Do not modify the right margin.  (Bug#3971)
5038 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
5040         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5041         nxml-mode instead of xml-mode.
5043 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5045         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
5047 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5049         * net/dig.el (dig-mode): Use define-derived-mode.
5051 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5053         * vc-dispatcher.el (vc-do-command): Return the process object in
5054         the asynchronous case.  Use when instead of if.  Do not run
5055         vc-exec-after to display a message if not enabled.  (Bug#4463)
5057         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5058         properties to the stash strings.
5059         (vc-git-stash-list): Return a list of strings.
5060         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5061         (vc-git-stash-show-at-point): New functions.
5062         (vc-git-stash-map): New keymap.
5064         * register.el (ctl-x-r-map): Define the keys here instead of
5065         using autoload.
5067 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
5069         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5070         list, to workaround performance problem (bug#4485).
5072 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
5074         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5076 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
5078         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5079         Document that this option is not recommended to use.
5081 2009-09-19  Glenn Morris  <rgm@gnu.org>
5083         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5084         variable `var'.
5086         * calc/calc-alg.el (var):
5087         * calc/calcalg2.el (var): Define for compiler.
5089 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
5091         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5092         Doc fix (Bug#3932).
5094         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5096         * time-stamp.el (time-stamp-month-dd-yyyy)
5097         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5098         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5099         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5100         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5101         Remove functions that have been obsolete since 1995 (Bug#4436).
5103         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5104         indent buffer only if called interactively (Bug#4452).
5106 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
5107             Eli Zaretskii  <eliz@gnu.org>
5109         This fixes bug#4197 (merged to bug#865, though not identical).
5110         * server.el (server-auth-dir): Add docstring note about FAT32.
5111         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5112         but warn against using them.
5114 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
5116         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5117         older GDB where there is no has_more field.
5119 2009-09-19  Glenn Morris  <rgm@gnu.org>
5121         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5123 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
5125         * files.el (auto-mode-alist): Change default for XML files to nXML
5126         mode (Bug#4169).
5128 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
5130         * server.el (server-ensure-safe-dir): Pass 'integer
5131         to `file-attributes', as suggested.
5133 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5135         * dired-aux.el (dired-query-alist): Remove spurious backslash.
5136         (dired-query): Use read-key.
5138 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5140         * cus-start.el (ns-use-qd-smoothing): Remove.
5142 2009-09-18  Glenn Morris  <rgm@gnu.org>
5144         * allout.el (top-level): Remove unnecessary progn.
5146         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5148         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5149         definition of abbrev table.
5151         * speedbar.el (speedbar-track-mouse):
5152         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5153         * net/eudc.el (eudc-expand-inline):
5154         * net/newst-backend.el (newsticker--cache-read-feed):
5155         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5156         condition-case handlers.
5158 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
5160         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5161         (gdb-var-list): Add an element for has_more field.
5162         (gdb-non-stop-handler): Enable pretty printing for STL containers.
5163         (gdb-var-create-handler, gdb-var-list-children-handler-1)
5164         (gdb-var-update-handler-1): Parse output of dynamic variable
5165         objects (STL containers).
5166         (gdb-var-delete-1): Pass var1 as an explicit second argument.
5167         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
5169         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5170         gdb-var-list.
5171         (gud-speedbar-buttons): Make node expandable if expression "has more"
5172         children.
5174 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
5176         * startup.el (emacs-quick-startup): Remove variable and all uses.
5177         (command-line): Set `inhibit-x-resources' instead.
5178         (command-line-1): Use `inhibit-x-resources' instead.
5180 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
5182         * subr.el: Fix last change to avoid using the `unless' macro,
5183         which breaks bootstrapping.
5185 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5187         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5188         extended definitions, in case we reload subr.el after having
5189         loaded CL.
5190         (eval-next-after-load): Mark as obsolete.
5192 2009-09-17  Juri Linkov  <juri@jurta.org>
5194         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5195         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5196         (menu-bar-showhide-menu, menu-bar-tools-menu)
5197         (menu-bar-describe-menu, menu-bar-help-menu)
5198         (minibuffer-local-completion-map, minibuffer-local-map):
5199         Fix list quoting.
5201 2009-09-17  Glenn Morris  <rgm@gnu.org>
5203         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5204         arguments, whether or not it has a handler.
5206         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5208         * simple.el (hard-newline): Give it a doc-string.
5210         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5211         (lisp-mode-syntax-table): Give them doc-strings.
5213 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5215         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5216         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5217         (menu-bar-options-menu, menu-bar-showhide-menu)
5218         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5219         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5220         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5221         (menu-bar-options-menu, menu-bar-tools-menu)
5222         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5223         (menu-bar-help-menu):
5224         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5225         string arguments.
5227         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5228         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5229         calls for the menu names and :help.
5231 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5233         * mouse.el (minor-mode-menu-from-indicator): Pay attention
5234         to :minor-mode-function (bug#4455).
5236 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5238         * startup.el (command-line): Initialize the window-system after
5239         processing the command-line.
5241         * textmodes/page.el (what-page): Make sure we don't inf-loop if
5242         page-delimiter matches the empty string.
5244 2009-09-16  Glenn Morris  <rgm@gnu.org>
5246         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5247         byte-compile-not-obsolete-var.  It's a list now.
5248         (byte-compile-not-obsolete-funcs): New variable.
5249         (byte-compile-warn-obsolete): Don't warn about functions if they are in
5250         byte-compile-not-obsolete-funcs.
5251         (byte-compile-variable-ref, byte-compile-defvar): Update for
5252         byte-compile-not-obsolete-vars name-change and list nature.
5253         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5254         and variables behind (f)boundp tests.
5255         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5257 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5259         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5261 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5263         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5264         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5265         Don't autoload.
5267 2009-09-15  Stephen Eglen  <stephen@gnu.org>
5269         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5270         the virtual-buffers, use the name of the buffer specified by
5271         find-file-noselect, as the match may be a symlink.  (This was a
5272         problem if the target and the symlink had different names.)
5274 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5278         * desktop.el (desktop-path): Check user-emacs-directory.
5280         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5282         * loadup.el: Use after-load-functions to GC after loading each file.
5283         Remove the explicit GC calls that used to be sprinkled around.
5285         * subr.el (after-load-functions): New hook.
5286         (do-after-load-evaluation): Run it.  Use string-match-p to detect
5287         `obsolete' packages, rather than painfully extracting the relevant
5288         directory name.
5290 2009-09-15  Glenn Morris  <rgm@gnu.org>
5292         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5293         free variable `doc'.
5295         * dired.el (dired-mode-map): Add menu entry for async shell command.
5297         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5298         variables, also consider the .elc files, since the .el files are
5299         normally gzipped (subsequent code locates the .el.gz from the .elc).
5301         * calc/calc-prog.el (arglist): Define for compiler.
5303         * calendar/diary-lib.el (diary-display-function): Change the default to
5304         fancy display.
5305         (body): Define for compiler.
5307         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5308         (byte-compile-file-form, byte-compile-lambda)
5309         (byte-compile-top-level-body, byte-compile-form)
5310         (byte-compile-variable-ref, byte-compile-setq)
5311         (byte-compile-setq-default, byte-compile-body)
5312         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5313         (batch-byte-compile): Give some more local variables with common names
5314         a "bytecomp-" prefix to avoid masking warnings about free variables.
5316         * startup.el (command-line-1): Give local variables with common names a
5317         distinguishing prefix, so as not to hide free variable warnings during
5318         bootstrap.
5320         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5321         clever and add a suffix to make a unique name, just let the user decide
5322         whether or not to overwrite it.  If the input is a directory, write the
5323         default filename to that directory.  (Bug#4388)
5324         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5325         is a filename-as-a-directory.
5327 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5329         * textmodes/page.el (what-page): Don't move to beginning of line.
5330         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5332 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5334         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5336 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5338         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5339         * help.el (help-for-help-internal): Add purecopy calls for text.
5341         * vc.el (top): print-log method now takes an optional SHORTLOG
5342         argument.  Add a new method: root.
5343         (vc-root-diff, vc-print-root-log): New functions.
5344         (vc-log-short-style): New variable.
5345         (vc-print-log-internal): Add support for showing short logs.
5347         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5348         vc-print-root-log and vc-print-root-diff.
5350         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5351         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5352         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5353         short logs.
5355         * vc-cvs.el (vc-cvs-print-log):
5356         * vc-mtn.el (vc-mtn-print-log):
5357         * vc-rcs.el (vc-rcs-print-log):
5358         * vc-sccs.el (vc-sccs-print-log):
5359         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5360         that is ignored for now.
5362         * vc-mtn.el (vc-mtn-annotate-command):
5363         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5365 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5367         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5368         to function-key-map, and give them ascii-character property.
5369         * term/x-win.el (x-alternatives-map):
5370         * term/ns-win.el (ns-alternatives-map):
5371         * term/internal.el (msdos-key-remapping-map):
5372         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5374 2009-09-14  Glenn Morris  <rgm@gnu.org>
5376         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5377         temp-buffers (2009-09-12).
5379 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5382         the new read-key function.
5384 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5386         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5387         is defined (Bug#4405).
5389 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
5391         * recentf.el (recentf-cleanup): Use a hash table to find
5392         duplicates (Bug#4407).
5394 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
5396         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5397         kp-0 to ascii equivalents (Bug#4325).
5399 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5401         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5403         * eshell/em-hist.el:
5404         * eshell/em-dirs.el (eshell-complete-user-reference):
5405         Declare pcomplete functions and variables to avoid compiler warnings.
5407 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
5409         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5410         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5411         * eshell/em-alias.el (eshell-aliases-file):
5412         * eshell/em-hist.el (eshell-history-file-name):
5413         Use expand-file-name instead of concat to make file names (Bug#4308).
5415 2009-09-13  Glenn Morris  <rgm@gnu.org>
5417         * ediff-merg.el (ediff-do-merge):
5418         * filesets.el (filesets-run-cmd):
5419         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5420         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5421         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5422         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5423         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5424         Replace empty `let's with `progn'.
5426 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * mail/sendmail.el (send-mail-function):
5429         * tooltip.el (tooltip-mode):
5430         * simple.el (transient-mark-mode):
5431         * rfn-eshadow.el (file-name-shadow-mode):
5432         * frame.el (blink-cursor-mode):
5433         * font-core.el (global-font-lock-mode):
5434         * files.el (temporary-file-directory)
5435         (small-temporary-file-directory, auto-save-file-name-transforms):
5436         * epa-hook.el (auto-encryption-mode):
5437         * composite.el (global-auto-composition-mode):
5438         Use custom-initialize-delay.
5439         * startup.el (command-line): Don't explicitly call
5440         custom-reevaluate-setting for all the above vars.
5441         * custom.el (custom-initialize-safe-set)
5442         (custom-initialize-safe-default): Delete.
5444 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5446         * term/x-win.el (x-initialize-window-system):
5447         * term/w32-win.el (w32-initialize-window-system):
5448         * term/ns-win.el (ns-initialize-window-system): Don't call
5449         mouse-wheel-mode since it's enabled globally by default already.
5451         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5452         actually define the variable, but only silences the byte-compiler.
5453         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5454         before looking it up.
5455         (mouse-wheel-scroll-amount): Also reset the bindings if this value
5456         is changed.
5458 2009-09-12  Glenn Morris  <rgm@gnu.org>
5460         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5461         1000.
5462         (elint-add-required-env): Don't beep on error.
5463         (elint-forms): In case of error, return ENV unchanged.
5464         (elint-init-env): Skip non-list forms.
5465         (elint-log): Handle unknown file positions.
5467 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
5469         * epg.el (epg-make-context): Add autoload cookie.
5470         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5471         (epg-decrypt-string, epg-start-verify, epg-verify-file)
5472         (epg-verify-string, epg-start-sign, epg-sign-file)
5473         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5474         (epg-encrypt-string, epg-start-export-keys)
5475         (epg-export-keys-to-file, epg-export-keys-to-string)
5476         (epg-start-import-keys, epg-import-keys-from-file)
5477         (epg-import-keys-from-string, epg-start-receive-keys)
5478         (epg-receive-keys, epg-import-keys-from-server)
5479         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5480         (epg-sign-keys, epg-start-generate-key)
5481         (epg-generate-key-from-file, epg-generate-key-from-string):
5482         Remove autoload cookie.
5484 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
5486         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5487         reevaluation of trash-directory.
5489         * mwheel.el: Fix last change.
5490         (mouse-wheel-mode): New defvar.
5491         (mouse-wheel-mode): Remove autoload cookie.
5493 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5495         * mwheel.el (mwheel-installed-bindings): New var.
5496         (mouse-wheel-mode): Use it, so as to make sure we really remove all
5497         the bindings we set last time.  Use custom-initialize-delay.
5498         * loadup.el: Load mwheel after term/*-win.el.
5499         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5500         and mouse-wheel-up-event now that their first evaluation is done
5501         sufficiently late to be correct.
5503         * startup.el (tutorial-directory): Make it a defcustom.
5504         Use custom-initialize-delay rather than eval-at-startup to set it.
5505         * image.el (image-load-path): Make it a defcustom.
5506         Use custom-initialize-delay rather than eval-at-startup to set it.
5507         * subr.el (eval-at-startup): Remove.
5508         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5510         * subr.el (do-after-load-evaluation): Warn the user after loading an
5511         obsolete package.
5513 2009-09-12  Glenn Morris  <rgm@gnu.org>
5515         * proced.el (proced-mark-alt): Remove alias.
5516         (proced-mode-map): Remove proced-mark-alt.
5518         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5519         Elint file and directory.  Remove initialization entry.
5521         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5522         commands.
5523         (elint-current-buffer): Set mode-line-process.
5524         (elint-init-env): Handle define-derived-mode.
5525         Fix declare-function with unspecified arglist.  Guard against odd
5526         defalias statements (eg iso-insert's 8859-1-map).
5527         (elint-add-required-env): Use a temp buffer.
5528         (elint-form): Just print the function/macro name, not the whole form.
5529         Return env unchanged if we fail to parse a macro.
5530         (elint-forms): Guard against parse errors.
5531         (elint-output): New function, to handle batch mode.
5532         (elint-log-message): Add optional argument.  Use elint-output.
5533         (elint-set-mode-line): New function.
5535 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5537         * emacs-lisp/elp.el (elp-not-profilable): Add more
5538         functions (Bug#4233).
5540 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
5542         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5543         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5545 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5547         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5548         (gdb-var-list-children): Use json parsing.
5550 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
5552         * progmodes/js.el (js--proper-indentation): Handle the case where
5553         char-before is null.  Reported by Deniz Dogan.
5555 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5557         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5559 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5561         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5562         (epg-digest-algorithm-alist): Add SHA224.
5563         (epg-context-set-passphrase-callback)
5564         (epg-context-set-progress-callback): Add description about
5565         callback function.
5567 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * custom.el (custom-delayed-init-variables): New var.
5570         (custom-initialize-delay): New function.
5571         * startup.el (command-line): "Re"evaluate all vars in
5572         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5573         explicitly any more.
5574         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5575         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5577         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5579 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5581         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5582         (gdb-var-update-handler): Use json parsing.
5584 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5586         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5587         decode annotated text, regardless of language environment.  (Bug#2741)
5589 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5591         * Makefile.in (autoloads): Make rmail.el writable as well.
5593 2009-09-11  Glenn Morris  <rgm@gnu.org>
5595         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5596         loaddefs.el.
5597         * dired.el: Regenerate with extracted autoloads.
5598         * Makefile.in (autoloads): Make dired.el writable.
5600         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5601         * ibuffer.el: Regenerate with extracted autoloads.
5602         * Makefile.in (autoloads): Make ibuffer.el writable.
5604         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5605         * version.el (emacs-copyright, emacs-major-version)
5606         (emacs-minor-version): Reformat doc-strings for make-docfile.
5608         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5609         functions and variables, since they must be stuff specific to some other
5610         platform.
5611         (apropos-print): Make mouse-click message less specific about button.
5613         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5614         that records where a macro was defined.
5615         * help-fns.el (describe-function-1): Mention if a function has a
5616         compiler-macro.
5617         * help-mode.el (help-function-cmacro): New button.
5619         * locate.el (top-level): Always require dired.
5620         (locate-mode-map): Initialize inside the defvar.
5622         * net/ange-ftp.el (dired-compress-file): Declare.
5623         (ange-ftp-dired-compress-file): Add doc string.
5625         * term/ns-win.el (x-display-name, x-setup-function-keys):
5626         Unify doc-strings with X versions.
5628 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5630         * emulation/crisp.el (crisp-mode-map): Move initialization
5631         into declaration.
5632         (crisp-mode): Use define-minor-mode.
5634         * progmodes/xscheme.el (xscheme-evaluation-commands):
5635         Put a :advertised-binding property rather than using
5636         advertised-xscheme-send-previous-expression.
5637         (advertised-xscheme-send-previous-expression): Declare obsolete.
5638         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5639         `advertised-undo'.
5640         (crisp-mode): Add corresponding bindings to
5641         undo's :advertised-binding instead.
5642         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5643         than using dired-advertised-find-file.
5644         (dired-advertised-find-file):
5645         * simple.el (advertised-undo):
5646         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5647         (widget-keymap): Put a :advertised-binding property rather
5648         than using advertised-widget-backward.
5649         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5650         than using advertised-undo.
5651         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5653 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5655         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5656         Mark mode is enabled and region is active; otherwise indent or
5657         insert TAB as usual.
5658         (delphi-mode): Update description of TAB-key binding.
5660 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5662         * subr.el (define-key-rebound-commands): Mark obsolete.
5663         * startup.el (precompute-menubar-bindings): Remove.
5664         (normal-top-level): Remove obsolete code that tried to precompute
5665         menubar bindings.
5666         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5667         define-key-rebound-commands and precompute-menubar-bindings.
5669 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5671         * net/imap.el (imap-interactive-login): Better messages.
5672         (imap-open): Fix bug with renamed buffer on reconnect.
5673         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5674         for easier debugging and cleaner code.  On successful (guessed based on
5675         server capabilities) secondary authentication, set imap-state
5676         correctly.
5677         (imap-last-authenticator): Define imap-last-authenticator as a variable
5678         to avoid warnings.
5680 2009-09-10  Glenn Morris  <rgm@gnu.org>
5682         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5684         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5685         (byte-compile-file-form-autoload): Don't warn about unknown functions
5686         where the autoload statement comes after the use.
5687         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5688         that any handlers inside the body (eg require) are in turn respected.
5690         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5691         effects.
5693         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5694         and syntax and abbrev tables basic docs, if they don't have any.
5696         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5698         * international/mule-cmds.el (top-level): Require cl when compiling.
5699         (view-hello-file): Use default-value rather than
5700         default-enable-multibyte-characters.
5702         * progmodes/fortran.el: Move all safe and risky properties into the
5703         defcustoms.
5705         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5706         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5707         * mail/undigest.el:
5708         Put autoloads in rmail.el rather than loaddefs.el.
5709         * mail/rmail.el: Regenerate with extracted autoloads.
5711         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5712         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5714 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5716         Reported in thread for Bug#4375.
5717         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5718         "-data-evaluate-expression" instead of print.
5719         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5720         (gdb-tooltip-print): Parse output from above MI command.
5721         (gdb): Revert 2009-08-11 change.  User should detach inferior
5722         manually.
5724         Remove the word "separate" from IO functions as inferior
5725         output is now never displayed in the GUD buffer.
5727 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5729         * startup.el (command-line-normalize-file-name): On Windows and
5730         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5732 2009-09-10  Juri Linkov  <juri@jurta.org>
5734         * isearch.el (isearch-text-char-description): Propertize escape
5735         character sequences with the `escape-glyph' face.  (Bug#4344)
5737         * simple.el (shell-command): Set asynchronous process filter to
5738         `comint-output-filter'.  (Bug#4343)
5740         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5741         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5742         the list.  Move "asm" to the bottom.
5743         (grep-find-ignored-directories): Add `choice' with nil value
5744         to empty the list easily.
5745         (grep-find-ignored-files): New option.
5746         (grep-files-history): Set to nil by default instead of '("ch" "el").
5747         (grep-compute-defaults): Add "<X>" to `grep-template'.
5748         (grep-read-files): Bind new local variables `default-alias' and
5749         `default-extension'.  Use a list of default values for the file prompt.
5750         (lgrep): Add `--exclude=' command line options composed from
5751         `grep-find-ignored-files'.
5752         (rgrep): Add `-name' command line options composed from
5753         `grep-find-ignored-files'.  (Bug#4301)
5755 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5757         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5758         (bug#4368).
5760 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5762         * calendar/time-date.el (autoload):
5763         Expand define-obsolete-function-alias into defalias and make-obsolete
5764         for old Emacsen that Gnus supports.
5765         (with-no-warnings): Define it for old Emacsen.
5766         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5767         is available.
5768         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5769         float-time is available; suppress compile warning for time-to-seconds.
5771 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5773         * net/imap.el (imap-message-map): Docstring fix.
5775 2009-09-09  Glenn Morris  <rgm@gnu.org>
5777         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5778         line numbers too.  (Bug#4374)
5780 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * smerge-mode.el (smerge-remove-props, smerge-refine):
5783         Use with-silent-modifications (bug#4342).
5785         * subr.el (with-silent-modifications): New macro.
5787 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5789         * files.el (top-level): Require `cl' when compiling.
5791 2009-09-07  Glenn Morris  <rgm@gnu.org>
5793         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5795         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5796         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5798 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5800         * vc-git.el (vc-git-annotate-command): Use separator to parse
5801         arguments correctly.
5803 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5805         * proced.el (proced-mode): Doc fix.
5807 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5809         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5810         lstat fails.
5811         (tramp-do-file-attributes-with-ls): Check for file existence at
5812         remote end.
5813         (tramp-do-file-attributes-with-stat): Likewise.
5814         (tramp-convert-file-attributes): Return nil when attr is nil.
5816 2009-09-05  Glenn Morris  <rgm@gnu.org>
5818         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5819         properties to this button.
5820         (diary-fancy-display): Don't extend the button to the final newline.
5821         (diary-fancy-display-mode): Continue to define "q" as a local key.
5823         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5824         efficient.
5826         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5828         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5829         (byte-compile-dest-file-function): New option.
5830         (byte-compile-dest-file): Doc fix.
5831         Obey byte-compile-dest-file-function.
5832         (byte-compile-cl-file-p): New function.
5833         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5834         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5835         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5836         than for file being previously loaded.
5837         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5838         (byte-compile-file-form-require): Handle the case where requiring a file
5839         indirectly causes CL to be loaded.
5841 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5843         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5844         before killing the old buffer, since by the time `kill-buffer' is
5845         run so many buffer variables have been set to nil that it may not
5846         behave as expected.  (Bug#4061)
5848 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5850         * files.el (find-alternate-file): If the old buffer is modified
5851         and visiting a file, behave similarly to `kill-buffer' when
5852         killing it, thus reverting to the pre-1.878 behavior; see
5853         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5854         for discussion.  Also, consult `buffer-file-name' as a variable
5855         not as a function, for consistency with the rest of the code.
5857 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5859         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5860         also when adding a new directory.
5862         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5863         defun.
5865 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5867         * files.el (locate-file-completion-table): Make it provide boundary
5868         information, so partial-completion works better.
5870 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5872         * mail/footnote.el (Footnote-text-under-cursor):
5873         Check footnote-text-marker-alist before using it (bug#4324).
5875 2009-09-04  Glenn Morris  <rgm@gnu.org>
5877         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
5878         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
5879         * play/solitaire.el, play/tetris.el:
5880         Remove leading * from defcustom and defface docs.
5882         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
5883         necessary.
5884         (diary-fancy-overriding-map): New variable.
5885         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
5886         Use view-mode.
5888         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
5889         goto-line.
5891 2009-09-03  Glenn Morris  <rgm@gnu.org>
5893         * arc-mode.el (archive-mode):
5894         * dos-fns.el (set-default-process-coding-system):
5895         * man.el (Man-getpage-in-background):
5896         * menu-bar.el (menu-bar-describe-menu):
5897         * server.el (server-process-filter):
5898         * startup.el (command-line):
5899         * tar-mode.el (tar-header-block-tokenize, tar-extract):
5900         * w32-fns.el (set-default-process-coding-system):
5901         * x-dnd.el (x-dnd-handle-file-name):
5902         * international/mule-cmds.el (mule-menu-keymap)
5903         (set-default-coding-systems, language-info-alist, set-language-info)
5904         (set-language-environment, standard-display-european-internal)
5905         (set-locale-environment):
5906         * international/mule-diag.el (mule-diag):
5907         * mail/emacsbug.el (report-emacs-bug):
5908         * mail/rmail.el (rmail-mode):
5909         * mail/sendmail.el (mail-setup):
5910         Use default-value rather than default-enable-multibyte-characters.
5912         * progmodes/f90.el: Move all safe properties into the defcustoms.
5913         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
5915         * calendar/appt.el (appt-check):
5916         * calendar/diary-lib.el (diary-set-header, diary-live-p)
5917         (diary-check-diary-file, diary-list-entries)
5918         (diary-include-other-diary-files, diary-simple-display)
5919         (diary-fancy-display, diary-print-entries)
5920         (diary-mark-included-diary-files, diary-make-entry):
5921         Don't call substitute-in-file-name on diary-file.
5923 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
5924             Stefan Monnier  <monnier@iro.umontreal.ca>
5926         * mail/footnote.el (footnote-prefix): Make it a defcustom.
5927         (footnote-mode-map): Move initialization into the declaration.
5928         (footnote-minor-mode-map): Define it rather than changing global-map.
5929         (footnote-mode): Use define-minor-mode.
5931 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
5933         * net/tramp.el (tramp-handle-file-attributes-with-ls)
5934         (tramp-do-file-attributes-with-perl)
5935         (tramp-do-file-attributes-with-stat): Rename from
5936         `tramp-handle-file-attributes-with-*'.
5937         (tramp-handle-file-attributes): Use them.
5938         (tramp-do-directory-files-and-attributes-with-perl)
5939         (tramp-do-directory-files-and-attributes-with-stat): Rename from
5940         `tramp-handle-directory-files-and-attributes-with-*'.
5941         (tramp-handle-directory-files-and-attributes): Use them.
5942         (tramp-method-out-of-band-p): Additional parameter SIZE.
5943         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
5944         (tramp-handle-write-region): Use it.
5945         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
5946         (tramp-handle-vc-registered): Check, whether the first run did
5947         return files to be tested.
5948         (tramp-advice-make-auto-save-file-name): Do not call directly
5949         `tramp-handle-make-auto-save-file-name', because this would bypass
5950         the locking mechanism.
5952         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
5953         (file-remote-p, process-file, start-file-process, set-file-times)
5954         (tramp-compat-file-attributes): Compatibility functions shall not
5955         call directly `tramp-handle-*', because this would bypass the
5956         locking mechanism.
5957         (tramp-compat-number-sequence): New defun.
5959 2009-09-02  Glenn Morris  <rgm@gnu.org>
5961         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
5962         alias for float-time.
5963         (time-to-number-of-days): In Emacs, use float-time.
5964         * net/newst-backend.el (time-add): Suppress warnings from compat
5965         function.
5966         * time.el (emacs-uptime, emacs-init-time):
5967         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
5968         Use float-time rather than time-to-seconds.
5970         * minibuffer.el (completion-initials-expand): Fix typo.
5972         * faces.el (modeline, modeline-inactive, modeline-highlight)
5973         (modeline-buffer-id):
5974         * info.el (info-menu-5): Mark these face aliases as obsolete.
5976 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5978         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
5979         space ...
5980         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
5981         no "--thread" option.
5982         (gdb-stopped): Don't print "Switched to thread" message when it is
5983         unchanged.
5985 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5987         * minibuffer.el (completion-try-completion)
5988         (completion-all-completions): Remove ill-defined (and
5989         mistakenly installed and luckily never used nor documented)
5990         `completion-styles' property.
5991         (completion-initials-expand, completion-initials-all-completions)
5992         (completion-initials-try-completion): New functions.
5993         (completion-styles-alist): Add doc to each entry.
5994         Add new `initials' entry.
5996 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
5998         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
5999         MI command -var-evaluate-expression.
6000         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6001         and tweak for case of string child.
6002         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6004 2009-09-01  Glenn Morris  <rgm@gnu.org>
6006         * add-log.el (change-log-date-face, change-log-name-face)
6007         (change-log-email-face, change-log-file-face, change-log-list-face)
6008         (change-log-conditionals-face, change-log-function-face)
6009         (change-log-acknowledgement-face):
6010         * cus-edit.el (custom-invalid-face, custom-rogue-face)
6011         (custom-modified-face, custom-set-face, custom-changed-face)
6012         (custom-saved-face, custom-button-face, custom-button-pressed-face)
6013         (custom-documentation-face, custom-state-face, custom-comment-face)
6014         (custom-comment-tag-face, custom-variable-tag-face)
6015         (custom-variable-button-face, custom-face-tag-face)
6016         (custom-group-tag-face-1, custom-group-tag-face):
6017         * diff-mode.el (diff-header-face, diff-file-header-face)
6018         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6019         (diff-added-face, diff-changed-face, diff-function-face)
6020         (diff-context-face, diff-nonexistent-face):
6021         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6022         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6023         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6024         (Info-title-4-face):
6025         * isearch.el (isearch-lazy-highlight-face):
6026         * log-view.el (log-view-file-face, log-view-message-face):
6027         * paren.el (show-paren-match-face, show-paren-mismatch-face):
6028         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6029         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6030         (cvs-msg-face):
6031         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6032         (smerge-base-face, smerge-markers-face):
6033         * wid-edit.el (widget-documentation-face, widget-button-face)
6034         (widget-field-face, widget-single-line-field-face)
6035         (widget-inactive-face, widget-button-pressed-face):
6036         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6037         (woman-addition-face):
6038         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6039         (eshell-ls-executable-face, eshell-ls-readonly-face)
6040         (eshell-ls-unreadable-face, eshell-ls-special-face)
6041         (eshell-ls-missing-face, eshell-ls-archive-face)
6042         (eshell-ls-backup-face, eshell-ls-product-face)
6043         (eshell-ls-clutter-face):
6044         * eshell/em-prompt.el (eshell-prompt-face):
6045         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6046         * obsolete/old-whitespace.el (whitespace-highlight-face):
6047         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6048         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6049         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6050         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6051         (antlr-font-lock-literal-face):
6052         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6053         (ebrowse-root-class-face, ebrowse-file-name-face)
6054         (ebrowse-default-face, ebrowse-member-attribute-face)
6055         (ebrowse-member-class-face, ebrowse-progress-face):
6056         * progmodes/make-mode.el (makefile-space-face):
6057         * progmodes/sh-script.el (sh-heredoc-face):
6058         * textmodes/flyspell.el (flyspell-incorrect-face)
6059         (flyspell-duplicate-face):
6060         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6061         * textmodes/texinfo.el (texinfo-heading-face):
6062         Mark face aliases with "-face" suffix as obsolete.
6064         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6065         compiler.
6067         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6068         (eudc-bob-sound-menu): Use defvar rather than defconst, since
6069         easy-menu-define wants to modify these.
6071         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6073         * net/browse-url.el (browse-url-file-url):
6074         * term/internal.el (dos-codepage-setup):
6075         Use default-value rather than default-enable-multibyte-characters.
6077         * progmodes/etags.el (etags-goto-tag-location):
6078         * progmodes/flymake.el (flymake-highlight-line)
6079         (flymake-goto-file-and-line, flymake-goto-line):
6080         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6081         (gdb-goto-breakpoint):
6082         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6083         * progmodes/python.el (python-find-function)
6084         (python-pdbtrack-track-stack-file):
6085         * progmodes/verilog-mode.el (verilog-surelint-off):
6086         * term/ns-win.el (ns-open-file-select-line):
6087         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6088         Use forward-line rather than goto-line.
6090         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6091         * textmodes/reftex-index.el (reftex-display-index):
6092         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6093         * textmodes/reftex-toc.el (reftex-toc):
6094         Remove unnecessary bindings of default-major-mode (all are followed by
6095         major-mode check and possible mode switch).
6097 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6099         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6100         Handle watchpoints (bug#4282).
6101         (def-gdb-thread-buffer-command): Enable thread to be selected by
6102         clicking without selecting threads buffer first.
6103         (gdb-current-context-command): Use selected frame so that "up",
6104         "down" etc work in the GUD buffer.
6105         (gdb-update): Find selected frame before rendering stack buffer.
6106         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6108 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * progmodes/sym-comp.el (displayed-completions): Remove.
6111         (symbol-complete): Use minibuffer-complete.
6113 2009-08-31  Glenn Morris  <rgm@gnu.org>
6115         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6117         * apropos.el (apropos-symbols-internal):
6118         Handle (obsolete) face aliases.
6120         * faces.el (describe-face): Adjust the output format to be more like
6121         describe-variable, and to mention (obsolete) face aliases.
6122         Adjust the whitespace so that help-setup-xref works.
6124         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6125         * calendar/diary-lib.el (diary-button-face):
6126         Mark these face aliases as obsolete.
6128         * calendar/calendar.el (calendar-today): Doc fix.
6130 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6132         * progmodes/gdb-mi.el (gdb-control-all-threads)
6133         (gdb-control-current-thread): Force tool bar update.
6134         (gdb-non-stop-handler): New function.
6135         (gdb-init-1): Use it to test if non-stop mode is supported.
6136         Remove unused gdbmi buffer type.
6138 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6140         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6141         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
6143 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
6145         * comint.el (comint-exec-1): Check command is non-null first.
6146         Part of gdb-mi.el change (2009-08-28).
6148 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6150         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6152 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
6154         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6155         instead of `dolist' to avoid a recursive require when bootstrapping.
6157 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6159         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6161         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6163         * net/imap.el (imap-send-command): Simplify.
6164         (imap-wait-for-tag): point-max -> buffer-size.
6166         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6168         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6169         with constant argument.
6171         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6173         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6175         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6176         Change default, since most of our files don't have a history.
6177         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6178         the user.
6180         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6181         Add comint-run.
6183         * calc/calc.el: Improve commenting convention.
6184         (calc-digit-map, toplevel): Simplify.
6186         * comint.el (comint-insert-input): Be careful to only set point if we
6187         don't delegate to some other command.
6189         * proced.el (proced-signal-list): Make it an alist.
6190         (proced-grammar-alist): Capitalize names.
6191         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6192         Disable undo manually and make it read-only.
6193         Use completion-annotate-function.
6195         * minibuffer.el (minibuffer-message): If the current buffer is not
6196         a minibuffer, insert the message in the echo area rather than at the
6197         end of the buffer.
6198         (completion-annotate-function): New variable.
6199         (minibuffer-completion-help): Use it.
6200         (completion--embedded-envvar-table): Environment vars are
6201         always case-sensitive.
6203 2009-08-30  Glenn Morris  <rgm@gnu.org>
6205         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6206         from fortran-current-defun.
6207         (fortran-beginning-of-subprogram): Be more precise about finding the
6208         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
6209         (fortran-end-of-subprogram): Simplify.
6210         (fortran-current-defun): Use fortran-start-prog-re.
6212 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
6214         * subr.el (do-after-load-evaluation): Simplify.
6216 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6218         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6220         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
6221         (vc-rcs-print-log): Use it.
6223         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6225 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * paths.el (abbrev-file-name): Move to abbrev.el.
6228         * abbrev.el (abbrev-file-name): Move from paths.el.
6229         Obey user-emacs-directory.
6230         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6231         user-emacs-directory.
6232         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6233         abbrev-file-name and calc-settings-file any more.
6234         * startup.el (command-line): Recompute abbrev-file-name and
6235         abbreviated-home-dir.
6236         (normal-no-mouse-startup-screen): Improve the generic code and get rid
6237         of the special code for when C-h bindings haven't been changed.
6238         (display-startup-echo-area-message): Use with-current-buffer.
6239         (command-line-1): Use a list of strings, rather than a list of lists
6240         of strings for longopts.
6242         * files.el (get-free-disk-space): Use / for default-directory.
6244         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6245         Use with-current-buffer.
6247         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6248         Recognize immutable variables like most-positive-fixnum.
6249         (byte-compile-setq-default): Check and warn if trying to assign
6250         to an immutable variable, or a non-variable.
6252         * progmodes/cc-vars.el (c-comment-continuation-stars):
6253         * progmodes/cc-engine.el (c-looking-at-bos):
6254         * progmodes/cc-cmds.el (c-toggle-auto-state)
6255         (c-forward-into-nomenclature, c-backward-into-nomenclature)
6256         (c-comment-line-break-function): Add version of obsolescence.
6258 2009-08-28  Juri Linkov  <juri@jurta.org>
6260         * files.el (magic-fallback-mode-alist): Add ZIP magic number
6261         associated with `archive-mode'.
6263         * image.el (image-type-header-regexps): Use only JPEG magic number
6264         to determine JPEG images, and don't use `image-jpeg-p' because
6265         Emacs can display non-JFIF non-Exif JPEG images.
6267 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6269         * arc-mode.el (archive-mode):
6270         * emacs-lisp/re-builder.el (re-builder-unload-function):
6271         Protect against the default value of `major-mode' being nil.
6273 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6275         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6276         Fix typos in docstrings.
6278         * progmodes/js.el (js--macro-decl-re): Doc fix.
6279         (js--plain-method-re, js--split-name): Refloc docstring.
6280         (js--class-styles, js--make-merged-item, js--splice-into-items):
6281         Fix typos in docstrings; reflow docstrings.
6282         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6283         (js--variable-decl-matcher, js--inside-pitem-p)
6284         (js--parse-state-at-point, js--get-all-known-symbols)
6285         (js--symbol-history, js-find-symbol, js--js-references)
6286         (js--moz-interactor, js--js-encode-value, js--read-tab):
6287         Fix typos in docstrings.
6289 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * textmodes/reftex.el (reftex-get-file-buffer-force):
6292         * progmodes/verilog-mode.el (verilog-batch-execute-func):
6293         * emulation/viper.el (viper-go-away, viper-set-hooks):
6294         * emacs-lisp/re-builder.el (re-builder-unload-function):
6295         * emacs-lisp/bytecomp.el (byte-compile-file):
6296         * ses.el (ses-unload-function):
6297         * hexl.el (hexl-find-file):
6298         * files.el (normal-mode):
6299         * ehelp.el (with-electric-help):
6300         * autoinsert.el (auto-insert-alist):
6301         * arc-mode.el (archive-mode):
6302         Use (default-value 'major-mode) instead of default-major-mode.
6304         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6305         * international/mule.el (load-with-code-conversion):
6306         * emacs-lisp/debug.el (debug):
6307         * ediff-vers.el (ediff-rcs-get-output-buffer):
6308         * dired.el (dired-internal-noselect): Don't let-bind
6309         default-major-mode around code that doesn't use it.
6310         E.g. buffer creation via get-buffer-create doesn't use it.
6312 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
6314         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6315         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6316         when writing the temp file.  Otherwise, epa-file gets confused.
6317         (tramp-register-file-name-handlers): Make it a defun.  Move also
6318         `epa-file-handler' to the front of `file-name-handler-alist'.
6320 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6322         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6323         start right after a ^M.
6324         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6325         (tramp-completion-file-name-regexp-separate)
6326         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6327         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6328         Don't modify last-coding-system-used by accident.
6329         (tramp-completion-file-name-handler): Apply the checks here,
6330         instead during registration.
6331         (tramp-register-file-name-handlers) Renamed from
6332         `tramp-register-file-name-handler'.  Register both
6333         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6334         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
6336 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
6338         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6339         Remove variable ...
6340         (gdb-init-1, gdb-display-separate-io-buffer)
6341         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6342         references to it.
6343         (gdb-inferior-io-mode): Use make-comint-in-buffer.
6344         (gdb-inferior-filter): Use comint-output-filter to stop
6345         echoing and remove ^M characters.
6347 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6349         * emulation/viper-init.el (viper-restore-cursor-type):
6350         * emulation/cua-base.el (cua--update-indications):
6351         Replace default-cursor-type with (default-value 'cursor-type).
6353         * mail/sendmail.el (mail-recover-1):
6354         * international/mule-diag.el (describe-current-coding-system-briefly)
6355         (describe-current-coding-system):
6356         * international/mule-cmds.el (select-safe-coding-system)
6357         (select-message-coding-system)
6358         (set-language-environment-coding-systems, set-locale-environment):
6359         * hexl.el (hexl-insert-multibyte-char):
6360         * dos-w32.el (find-buffer-file-type-coding-system):
6361         * simple.el (what-cursor-position):
6362         Replace uses of default-buffer-file-coding-system
6363         with (default-value 'buffer-file-coding-system).
6365         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6366         Replace uses of default-cursor-in-non-selected-windows
6367         with (default-value 'cursor-in-non-selected-windows).
6368         Use with-current-buffer.
6370         * mail/feedmail.el: Use CL macros.
6371         (feedmail-run-the-queue, feedmail-send-it-immediately):
6372         * dos-w32.el (find-buffer-file-type): Replace uses of
6373         default-buffer-file-type with (default-value 'buffer-file-type).
6375 2009-08-28  Glenn Morris  <rgm@gnu.org>
6377         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6378         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6379         Use default-value of major-mode rather than default-major-mode.
6381 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6383         * Makefile.in (update-elcfiles): Report left over elc files.
6385         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6386         expand-file-name and with-current-buffer.
6387         (mail-get-names, mail-directory): Use with-current-buffer.
6389         * vc.el (vc-read-revision): New function.
6390         (vc-version-diff, vc-merge): Use it.
6392 2009-08-27  Sam Steingold  <sds@gnu.org>
6394         * simple.el (kill-do-not-save-duplicates): New user option.
6395         (kill-new): When it is non-nil, and the new string is the same as
6396         the latest kill, set replace to t to avoid duplicates in kill-ring.
6398 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
6400         * net/tramp.el (tramp-handle-process-file): Do not flush all
6401         caches when `process-file-side-effects' is set.
6402         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6403         instead of `tramp-find-file-exists-command'.
6404         Unset `process-file-side-effects'.
6406 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
6408         * net/tramp.el (tramp-methods): New method "rsyncc".
6409         (top): Add completion function for "rsyncc".
6410         (tramp-message-show-message): New defvar.
6411         (tramp-message, tramp-error): Use it.
6412         (tramp-do-copy-or-rename-file-directly): Extend check for direct
6413         remote copying.
6414         (tramp-do-copy-or-rename-file-out-of-band): Handle new
6415         `tramp-methods' entry `copy-env' of "rsyncc".
6416         (tramp-vc-registered-read-file-names): New defconst.
6417         (tramp-vc-registered-file-names): New defvar.
6418         (tramp-handle-vc-registered): Implement optimization strategy.
6419         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6420         (tramp-vc-file-name-handler): New defun.
6421         (tramp-get-ls-command, tramp-get-test-command)
6422         (tramp-get-file-exists-command, tramp-get-remote-ln)
6423         (tramp-get-remote-perl, tramp-get-remote-stat)
6424         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6426         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6427         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
6428         timestamps.
6429         (tramp-get-file-property): Check for timestamps in
6430         `tramp-cache-inhibit-cache'.
6431         (tramp-set-file-property): Write timestamp.
6433 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6435         * language/japan-util.el (japanese-symbol-table): Add entries for
6436         cp932-2-byte.
6438         * international/characters.el: Add category `j' to cp932-2-byte.
6440 2009-08-27  Kenichi Handa  <handa@m17n.org>
6442         * international/fontset.el (build-default-fontset-data): New macro.
6443         (setup-default-fontset): Use build-default-fontset-data for CJK,
6444         tibetan, ethiopic, and ipa.
6446 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6448         * cus-start.el (default-major-mode): Customize `major-mode' instead.
6449         (enable-multibyte-characters): Not customizable any more.
6451         * subr.el (default-mode-line-format, default-header-line-format)
6452         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6453         (default-direction-reversed, default-truncate-lines)
6454         (default-left-margin, default-tab-width, default-case-fold-search)
6455         (default-left-margin-width, default-right-margin-width)
6456         (default-left-fringe-width, default-right-fringe-width)
6457         (default-fringes-outside-margins, default-scroll-bar-width)
6458         (default-vertical-scroll-bar, default-indicate-empty-lines)
6459         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6460         (default-fringe-cursor-alist, default-scroll-up-aggressively)
6461         (default-scroll-down-aggressively, default-fill-column)
6462         (default-cursor-type, default-buffer-file-type)
6463         (default-cursor-in-non-selected-windows)
6464         (default-buffer-file-coding-system, default-major-mode)
6465         (default-enable-multibyte-characters): Mark as obsolete.
6467 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
6469         * vc-dir.el (vc-dir-update): Remove debug helper.
6471         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6473 2009-08-26  Sam Steingold  <sds@gnu.org>
6475         * simple.el (save-interprogram-paste-before-kill): New user option.
6476         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6477         save the interprogram-paste into kill-ring before overriding it
6478         with the Emacs kill.
6480 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6482         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6483         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6484         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6485         and move to vc-rcs.el.
6486         (vc-default-next-revision): Rename to vc-rcs-next-revision and
6487         move to vc-rcs.el.
6488         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6489         (vc-rcs-update-changelog): Remove.
6490         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6491         and move to vc-rcs.el.
6493         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6494         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6495         renaming.
6496         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6497         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6498         vc.el, renamed to be RCS specific.
6500         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6501         New functions.
6502         (vc-cvs-update-changelog): Move here from vc.el.
6504         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6505         New functions.
6507 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6509         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6511 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6513         * vc-git.el (vc-git-register): Use "git add" for directories.
6514         (vc-git-stash, vc-git-stash-show): New functions.
6515         (vc-git-extra-menu-map): Bind them.
6517         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6518         directory correctly in case the item is a directory itself.
6520         * vc.el: Document the desired behavior for reverted files in the
6521         `added' state.
6522         (vc-default-prettify-state-info): Remove function, unused.
6524         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6526 2009-08-26  Glenn Morris  <rgm@gnu.org>
6528         * bindings.el (standard-mode-line-format): Reposition dashes in
6529         which-func entry.  (Bug#4217)
6531         * files.el (enable-local-variables, enable-local-eval)
6532         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6533         the defcustoms.
6534         (auto-mode-alist, ignored-local-variables)
6535         (save-some-buffers-action-alist): Move risky declarations to the
6536         definitions.
6537         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6538         (font-lock-defaults, format-alist, imenu--index-alist)
6539         (imenu-generic-expression, input-method-alist, minor-mode-alist)
6540         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6541         (mode-line-modified, mode-line-mule-info, mode-line-position)
6542         (mode-line-process, mode-line-remote, outline-level)
6543         (parse-time-rules, rmail-output-file-alist)
6544         (special-display-buffer-names, vc-mode):
6545         Move risky declarations to the relevant files.
6546         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6547         (mode-line-modified, mode-line-process, mode-line-position)
6548         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6549         * font-core.el (font-lock-defaults):
6550         * format.el (format-alist):
6551         * vc-hooks.el (vc-mode):
6552         * window.el (special-display-buffer-names):
6553         * international/mule-cmds.el (input-method-alist):
6554         Define riskiness here (dumped file) rather than in files.el.
6555         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6556         * imenu.el (imenu-generic-expression, imenu--index-alist):
6557         * outline.el (outline-level):
6558         * time.el (display-time-string):
6559         * calendar/parse-time.el (parse-time-rules):
6560         * mail/rmailout.el (rmail-output-file-alist):
6561         Autoload riskiness here, rather than placing in files.el.
6563 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6565         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6567 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6569         * simple.el (process-file-side-effects): New defvar.
6571         * dired-aux.el (dired-show-file-type):
6572         * vc.el (vc-diff-internal):
6573         * vc-arch.el (vc-arch-diff):
6574         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6575         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6576         * vc-git.el (vc-git-registered, vc-git-working-revision)
6577         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6578         (vc-git--empty-db-p):
6579         * vc-hooks.el (vc-user-login-name):
6580         * vc-svn.el (vc-svn-registered, vc-svn-state)
6581         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6582         * progmodes/grep.el (grep-probe): Let-bind
6583         `process-file-side-effects' with nil.
6585         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6587         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6588         daemon.  Replace ping by checking for running service for bluez
6589         and zeroconf.  (Bug#4239)
6591 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6593         * net/dig.el (dig): Add autoload cookie.
6595 2009-08-25  Glenn Morris  <rgm@gnu.org>
6597         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6598         load-history for absolute file-names.
6599         (byte-compile-file-form-require): Warn about use of the cl package.
6601         * format.el (format-alist): Doc fix.
6603         * play/bubbles.el (top-level): Don't require cl at run-time.
6605         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6606         run-time cl).
6608 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6610         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6611         from cl package.
6612         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6614 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6616         * calc/calc-alg.el (math-trig-rewrite)
6617         (math-hyperbolic-trig-rewrite): New functions.
6618         (calc-simplify): Simplify trig functions when asked.
6620 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6622         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6624 2009-08-24  Kenichi Handa  <handa@m17n.org>
6626         * language/ind-util.el (mapthread): Delete it.
6627         (combinatorial): New function.
6628         (indian--puthash-cv): Use combinatorial instead of mapthread.
6630 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6632         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6633         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6634         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6635         Clarify docstring that the value is strings not symbols.
6636         (checkdoc-list-of-strings-p): New function.
6638 2009-08-22  Glenn Morris  <rgm@gnu.org>
6640         * files.el (auto-mode-alist):
6641         * hippie-exp.el (he-concat-directory-file-name):
6642         * lpr.el (lpr-windows-system, printer-name):
6643         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6644         * ps-print.el (ps-windows-system):
6645         * startup.el (command-line):
6646         * emulation/viper-ex.el (viper-glob-function):
6647         * international/mule-cmds.el (set-language-environment-coding-systems):
6648         * net/ange-ftp.el (ange-ftp-write-region):
6649         * obsolete/fast-lock.el (fast-lock-cache-name):
6650         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6651         unisoft-unix, vax-vms, win32, w32.
6653         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6654         given name if the pattern is not more specific.
6656         * calendar/lunar.el (lunar-phase-names): New option.
6657         (lunar-phase): Doc fix.
6658         (lunar-cycles-per-year): New constant.
6659         (lunar-index): New function.
6660         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6661         (lunar-phase-name): Use lunar-phase-names.
6662         (calendar-lunar-phases): Use format.
6663         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6665         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6666         Copy imenu-example--name-and-position function here for own use.
6667         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6669         * bs.el (bs--redisplay):
6670         * cus-edit.el (custom-redraw):
6671         * ibuffer.el (ibuffer-bury-buffer):
6672         * server.el (server-goto-line-column):
6673         * startup.el (command-line-1):
6674         * strokes.el (strokes-xpm-for-stroke):
6675         * term.el (term-display-buffer-line):
6676         * view.el (View-goto-line):
6677         * calc/calc.el (calc-do, calc-trail-buffer):
6678         * play/gamegrid.el (gamegrid-add-score-insecure):
6679         * progmodes/ada-mode.el (ada-compile-goto-error):
6680         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6681         (ebrowse-select-1st-to-9nth):
6682         * progmodes/cperl-mode.el (cperl-time-fontification):
6683         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6684         * progmodes/gud.el (gud-display-line):
6685         (idlwave-shell-display-line):
6686         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6687         * progmodes/make-mode.el (makefile-browser-toggle):
6688         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6689         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6690         * textmodes/picture.el (picture-draw-rectangle):
6691         * textmodes/reftex-index.el (reftex-index-goto-letter):
6692         (reftex-select-jump-to-previous):
6693         * textmodes/reftex-sel.el (reftex-find-start-point)
6694         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6695         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6696         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6697         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6698         * textmodes/two-column.el (2C-associated-buffer):
6699         Use forward-line rather than goto-line.
6701         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6702         goto-line.
6704         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6705         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6706         (quick-check-list-to-regexp): Declare.
6708         * progmodes/make-mode.el (makefile-browser-insert-selection):
6709         Use goto-char rather than goto-line.
6711         * progmodes/prolog.el (compilation-error-regexp-alist)
6712         (compilation-forget-errors): Declare.
6714 2009-08-22  Juri Linkov  <juri@jurta.org>
6716         * progmodes/grep.el (lgrep, rgrep): At the beginning
6717         set `dir' to `default-directory' unless `dir' is a non-nil
6718         readable directory.  (Bug#4052)
6719         (lgrep, rgrep): Change a weird way to report an error
6720         from using `read-string' to using `error'.
6721         Instead of using interactive arguments in the function body,
6722         add new argument `confirm'.
6724 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6726         * textmodes/remember.el (remember-buffer):
6727         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6728         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6729         (icalendar-extract-ical-from-buffer):
6730         * net/newst-treeview.el (newsticker-groups-filename):
6731         * net/newst-backend.el (newsticker-cache-filename):
6732         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6733         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6734         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6735         (speedbar-buffers-line-path, speedbar-path-line)
6736         (speedbar-buffers-line-path):
6737         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6738         (epg-sign-keys):
6739         * epa.el (epa-display-verify-result):
6740         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6742 2009-08-21  Glenn Morris  <rgm@gnu.org>
6744         * progmodes/js.el (inferior-moz-process): Fix declaration.
6746         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6748         * obsolete/rnewspost.el (news-mail-reply):
6749         Use goto-char rather than goto-line.
6751         * term/ns-win.el (ns-open-file-select-line):
6752         Use line-beginning-position rather than goto-line.
6754         * apropos.el (apropos-command):
6755         * ehelp.el (electric-helpify):
6756         * printing.el (pr-show-setup):
6757         * strokes.el (strokes-help):
6758         * tutorial.el (tutorial--describe-nonstandard-key)
6759         (tutorial--detailed-help):
6760         * woman.el (woman-mini-help, woman-display-extended-fonts):
6761         * calc/calc-help.el (calc-describe-key):
6762         * emulation/edt.el (edt-electric-helpify):
6763         * international/mule-diag.el (mule-diag):
6764         * play/yow.el (apropos-zippy):
6765         * progmodes/python.el (python-describe-symbol):
6766         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6767         * textmodes/table.el (*table--cell-describe-mode)
6768         (*table--cell-describe-bindings):
6769         Use help-print-return-message rather than the now obsolete alias.
6771         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6772         (calendar-cursor-to-visible-date):
6773         * play/5x5.el (5x5-position-cursor):
6774         * play/decipher.el (decipher):
6775         * play/gomoku.el (gomoku-goto-xy):
6776         * play/landmark.el (lm-goto-xy):
6777         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6778         (mpuz-paint-digit):
6779         Use forward-line, not goto-line.
6781         * mail/rmail.el (rmail-obsolete): Delete custom group.
6782         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6783         (rmail-remote-password, rmail-remote-password-required):
6784         Remove unneeded :set-after and :set properties.
6786 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6788         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6790 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6792         * loadup.el: Remove leftover macos code.
6794         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6795         Explicitly pass the date format to git blame so that user local
6796         so that the output format can be parsed.
6798 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6800         * net/dbus.el (top): Don't check for (getenv
6801         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6803 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6805         * log-edit.el (log-edit-strip-single-file-name): New var.
6806         (log-edit-insert-changelog): Use it.  Bug#3571
6808 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6810         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6811         Bug#3287
6813         * help.el (help-print-return-message): Rename from
6814         print-help-return-message.
6816         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6817         cvs-mode-map parent hack.
6818         (log-view-mode): Derive from special-mode.
6820         * linum.el (linum-mode): window-size-change-functions is redundant.
6821         Adapt to new window-configuration-change-hook behavior.
6822         (linum-after-size, linum-after-config): Remove.
6824         * imenu.el (imenu-example--name-and-position)
6825         (imenu-example--lisp-extract-index-name)
6826         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6827         Mark as obsolete.
6829         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6830         (inferior-prolog-mode): Use it.
6831         (inferior-prolog-load-file): Reset list of errors.
6833 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6835         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6837         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6839 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6841         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6842         is running already.
6844 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6846         * subr.el (listify-key-sequence-1): Use normal syntax since those
6847         integers are nowadays always represented by the same (positive) number
6848         on all platforms.
6849         (read-key-empty-map): New const.
6850         (read-key-delay): New var.
6851         (read-key): New function.
6852         (force-mode-line-update): Use with-current-buffer.
6853         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6854         (start-process-shell-command, start-file-process-shell-command):
6855         Discourage the use of command-args.
6857 2009-08-19  Glenn Morris  <rgm@gnu.org>
6859         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6861 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6863         * simple.el (choose-completion-string): Don't rely on
6864         minibuffer-completing-file-name and ad-hoc checks to decide whether
6865         to continue completion or not.
6867         * minibuffer.el (minibuffer-hide-completions): New function.
6868         (completion--do-completion): Use it.
6869         (completions-annotations): New face.
6870         (completion--insert-strings): Use it.
6871         (completion-pcm--delim-wild-regex): Add docstring.
6872         (completion-pcm--string->pattern): Add support for 0-width delimiters
6873         in completion-pcm--delim-wild-regex.
6875 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
6878         Remove unused var `buffer-modified-p'.
6880         * minibuffer.el (completion--do-completion): Move point for the #b001
6881         case as well (bug#4176).
6882         (minibuffer-complete, minibuffer-complete-word): Don't move point.
6884 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
6886         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
6887         and :session buses.
6889 2009-08-18  Kenichi Handa  <handa@m17n.org>
6891         * international/ucs-normalize.el (ucs-normalize-version):
6892         Change to 1.1.
6893         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
6894         (utf-8-hfs): Make it perform normalization on encoding too.
6896         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
6897         (sentence-end-without-space): Delete duplicated chars.
6898         (sentence-end-base): Likewise.
6900         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
6901         (html-mode): Delete duplicated chars from sentence-end-base.
6903         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
6904         (texinfo-mode): Delete duplicated chars from sentence-end-base.
6906 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
6908         * files.el (hack-one-local-variable): If the mode function is for
6909         a minor mode, pass it an argument (Bug#4148).
6911 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
6913         * net/tramp.el (tramp-register-completion-file-name-handler):
6914         Check also for (member 'partial-completion completion-styles).
6916 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6918         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
6919         abbrev (Bug#3943).
6921 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
6923         * progmodes/cperl-mode.el: Merge upstream 6.2.
6924         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
6925         (cperl-forward-re): Check cperl-brace-recursing.
6926         (cperl-highlight-charclass): New function.
6927         (cperl-find-pods-heres): Use it.
6928         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
6929         (cperl-beautify-regexp-piece): Fix column calculation.
6930         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
6931         (cperl-beautify-level): Don't process entire regexp.
6932         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
6933         calling man.
6934         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
6935         (cperl-init-faces): Build a list in the normal way.
6937 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6939         * calendar/parse-time.el (parse-time-string-chars): Save match
6940         data.
6942 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6944         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
6945         (sql-product): Use it.
6946         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
6947         (sql-set-product): Add completion.
6948         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
6949         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
6950         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
6951         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
6952         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
6953         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
6954         (sql-highlight-db2-keywords): Remove.
6955         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6956         (sql-highlight-product): Use derived-mode-p.
6957         (sql-set-sqli-buffer): Use with-current-buffer.
6958         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
6959         Simplify.
6961         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
6963         * term.el: Fix commenting convention, turn comments into docstrings.
6965 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6967         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
6969 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6971         * calendar/parse-time.el (parse-time-string-chars): Compute using
6972         character classes, to handle non-ascii characters (Bug#3190).
6974 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6976         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
6977         another heredoc if the user adds another < (Bug#3226).
6979         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6980         Don't initialize based on window-system (Bug#4124).
6982         * facemenu.el (facemenu-read-color): Use a completion function
6983         that accepts any defined color, such as RGB triplets (Bug#3677).
6985         * files.el (get-free-disk-space): Change fallback default
6986         directory to /.  Expand DIR argument before switching to fallback.
6987         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
6989 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
6991         * files.el (load-library): Doc fix.
6993 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
6995         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
6996         (viper-if-string): Redefine C-s in the minibuffer to insert the last
6997         incremental search string.
6999         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7000         XEmacs.
7002         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7003         (ediff-merge-region-is-non-clash)
7004         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7005         Also check if the job is really a merge job.
7007         * ediff.el (ediff-current-file): New function.
7009 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7011         * progmodes/js.el: Edit docstrings throughout to follow Emacs
7012         conventions.
7013         (js-insert-and-indent): Delete function.
7014         (js-mode-map): Don't bind keys to js-insert-and-indent.
7015         (js-beginning-of-defun): Rename from js--beginning-of-defun.
7016         (js-end-of-defun): Rename from js--end-of-defun.
7017         (js-auto-indent-flag): Delete variable.
7019 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
7021         * progmodes/js.el: Remove proclaim statement.
7022         Defvar which-func-imenu-joiner-function to silence compiler.
7024         * files.el (auto-mode-alist): Use js-mode for .js files.
7026         * progmodes/js2-mode.el: Remove file.
7028         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7030         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7032         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7034 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
7035             Karl Landstrom  <karl.landstrom@brgeight.se>
7037         * progmodes/js.el: New file.
7039 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
7041         * timezone.el (timezone-parse-date): Add ability to understand ISO
7042         basic format (minimal separators) dates in addition to the
7043         already-supported extended format dates.
7045 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
7047         * international/ucs-normalize.el: Add a `coding' file variable.
7049         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7051 2009-08-14  Sam Steingold  <sds@gnu.org>
7053         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7055 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
7057         * faces.el (help-argument-name): Define it here instead of
7058         help-fns.el, because in daemon mode help-fns.el may be loaded when
7059         faces are still uninitialized (Bug#1078).
7061         * help-fns.el (help-argument-name): Move defface to faces.el.
7063 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
7065         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7066         create buffer with a pty but no process so that GDB can make the
7067         inferior the controlling process.
7069 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
7071         * international/ucs-normalize.el: New file.
7073 2009-08-13  Richard Stallman  <rms@gnu.org>
7075         * mail/rmail.el (rmail-get-attr-names):
7076         Accept an attribute header that is too short.
7078         * mail/rmail.el (rmail-forget-messages):
7079         Ignore nil elt in rmail-message-vector.  Use dotimes.
7081         * progmodes/compile.el (compilation-goto-locus):
7082         Use next-error-move-function.
7084         * simple.el (next-error-move-function): New variable.
7086 2009-08-12  Juri Linkov  <juri@jurta.org>
7088         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7089         always non-nil.  (Bug#4052)
7091         * replace.el (read-regexp): Return empty string when
7092         `default-value' is nil.
7093         (keep-lines-read-args): Don't use empty string as the
7094         default value for `read-regexp'.  (Bug#2495)
7096 2009-08-12  Juri Linkov  <juri@jurta.org>
7098         * international/mule-cmds.el (ucs-insert): Change arguments
7099         from `arg' to `character', `count', `inherit' to be the same
7100         as in `insert-char'.  Doc fix.  (Bug#4039)
7102         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7104 2009-08-12  Juri Linkov  <juri@jurta.org>
7106         * files-x.el: New file.
7108         * files.el: Move code that deals with adding/deleting
7109         file/directory-local variables to files-x.el.
7111         * Makefile.in (ELCFILES): Add files-x.elc.
7113 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
7115         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7116         to use `goto-line'.
7117         (gdb-place-breakpoints, gdb-get-location): Rewritten without
7118         `goto-line'.
7119         (gdb-invalidate-disassembly): Do not refresh upon receiving
7120         'update signal.  Instead, update all disassembly buffers only after
7121         threads list.
7122         (gdb): Send -target-detach when buffer is killed (Bug#3794).
7123         (gdb-starting): Moved -data-list-register-names...
7124         (gdb-stopped): ...here so it's sent when first thread stops.
7125         (gdb-registers-handler-custom): Do nothing if register names are
7126         unknown yet.
7128         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7129         from `gdb-mi.el' to avoid extra tangling.
7131         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7132         change which breaks `gud-def' definitions used in `gdb'.
7133         (gdb-update-gud-running): No extra fuss for updating frame number.
7135 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7137         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7138         (describe-language-environment-map, setup-language-environment-map)
7139         (set-coding-system-map): Move initialization into declaration.
7140         (set-language-info-alist): Last arg to define-key-after can be skipped.
7142         * international/quail.el (quail-completion-1): Simplify.
7143         (quail-define-rules): Use slightly more compact code.
7144         (quail-insert-decode-map): Propertize keys, compact columns.
7146         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7147         Add goto-line.
7149 2009-08-10  Miles Bader  <miles@gnu.org>
7151         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7152         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7153         (js2-instance-member, js2-private-member, js2-private-function-call)
7154         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7155         (js2-magic-paren, js2-external-variable):
7156         Remove "-face" suffix from face names.
7157         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7158         (js2-highlight-undeclared-vars, js2-peek-token)
7159         (js2-parse-function-params, js2-mode-show-errors)
7160         (js2-mode-show-warnings, js2-make-magic-delimiter)
7161         (js2-mode-highlight-magic-parens): Update to use new face names.
7163 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
7165         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7166         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
7168 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
7170         * subr.el: Provide hashtable-print-readable.
7172         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7173         hs-c-like-adjust-block-beginning.
7174         (hs-hide-block-at-point): Stop hiding at the beginning of
7175         hs-block-end-regexp (Bug#700).
7177 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
7179         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7180         a macro.
7181         (gdb-registers-handler-custom): Do not fail when register names
7182         are unavailable.
7184 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7186         * progmodes/gdb-mi.el (gdb-control-all-threads)
7187         (gdb-control-current-thread): Interactive setters for
7188         `gdb-gud-control-all-threads' to use in menu.
7189         (gdb-show-run-p): Show «Go» when process is not active.
7190         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
7191         gud/thread.xpm and gud/all.xpm.
7193 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
7195         * net/net-utils.el (net-utils-font-lock-keywords): New var.
7196         (nslookup-font-lock-keywords): Make it a variable.
7197         (net-utils-mode): New mode for viewing diagnostic network output.
7198         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7199         (net-utils-run-simple): New function.
7200         (ifconfig, iwconfig, netstat, arp, route): Use it.
7202 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7204         * progmodes/gdb-mi.el (gdb-read-memory-custom)
7205         (gdb-memory-set-address, def-gdb-set-positive-number)
7206         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7207         after changing settings.
7208         (gdb-invalidate-disassembly): Update when first shown.
7209         (gdb-edit-locals-value): Fixed.
7210         (gdb-registers-handler-custom): Print registers in right order and
7211         allow changing register values (only for current thread yet).
7212         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7213         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7214         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7215         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7216         info in mode name.
7217         (gdb-registers-mode-map): TAB to switch to locals.
7219 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
7221         * mail/rmail.el (rmail-add-mbox-headers)
7222         (rmail-set-message-counters-counter): Search for
7223         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
7225 2009-08-08  Glenn Morris  <rgm@gnu.org>
7227         * Makefile.in (ELCFILES): Update.
7229 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7231         * mail/sendmail.el (mail-yank-original): Set
7232         buffer-file-coding-system from the one used by the message whose
7233         text is yanked.
7235         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7236         to "windows" when "pgnuplot" is used.
7237         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7238         call accept-process-output if "pgnuplot" is used.
7239         (calc-graph-init): Don't send -display and -geometry to
7240         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
7241         running "pgnuplot -V" with shell-command-to-string.
7243         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7244         the default.
7246 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7248         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7249         org/org-latex.elc.
7251 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7253         * vc-dispatcher.el (vc-resynch-window): Update comment.
7255         * term.el (term-handle-ansi-escape): Add comments with the
7256         terminfo capabilities implemented.
7258 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
7260         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7261         (gdb-var-create-handler): Rewritten using JSON parser.
7262         (gdb-propertize-header): Moved earlier.
7263         (gdb-set-header): Removed to avoid duplication.
7264         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7265         Refresh disassembly buffers only after threads list have been
7266         update.
7267         (gdb-threads-header, gdb-registers-header): Per-buffer header line
7268         variables.
7270 2009-08-04  Juri Linkov  <juri@jurta.org>
7272         * files.el: Commands to add/delete file/directory-local variables.
7273         (read-file-local-variable, read-file-local-variable-value)
7274         (read-file-local-variable-mode, modify-file-local-variable)
7275         (modify-file-local-variable-prop-line)
7276         (modify-dir-local-variable): New functions.
7277         (add-file-local-variable, delete-file-local-variable)
7278         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7279         (add-dir-local-variable, delete-dir-local-variable)
7280         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7281         (copy-dir-locals-to-file-locals-prop-line): New commands.
7283 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
7285         * abbrev.el (insert-abbrev-table-description): Prettify output.
7286         Suggested by Karl Chen.
7288 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
7290         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7291         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7292         (gdb-overlay-arrow-position, gdb-thread-position)
7293         (gdb-disassembly-position): Declare variables.
7294         (gdb-wait-for-pending): Function now.
7295         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7296         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7297         compilation goes smoothly.
7298         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7299         (gdb-non-stop-setting): New customization setting which replaces
7300         `gdb-non-stop' so changing it doesn't break active GDB session.
7301         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7302         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7303         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7304         (gdb-show-threads-by-default): New customization options.
7305         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7306         routines.
7307         (gdb-get-buffer-create): Send buffers update signal when they are
7308         created.
7309         (gdb-invalidate-locals, gdb-invalidate-registers)
7310         (gdb-invalidate-breakpoints)
7311         (gdb-invalidate-threads, gdb-invalidate-disassembly)
7312         (gdb-invalidate-memory): Accept update signal.
7313         (gdb-current-context-command): Use --frame option.
7314         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7315         Implement `gdb-frame-number' selection logic.
7316         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7317         whether to show GUD toolbar buttons.
7318         (gdb-thread-exited): Unselect current thread when it exits.
7319         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7320         (gdb-mark-line): Routine which sets overlay arrow or inverses
7321         video on fringeless displays.
7322         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7323         to build aligned columns of data in GDB buffers and set text
7324         properties line-by-line.
7325         (gdb-invalidate-breakpoints)
7326         (gdb-breakpoints-list-handler-custom)
7327         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7328         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7329         (gdb-registers-handler-custom): Align data columns.
7330         (gdb-locals-handler-custom): Now prints data like in variable
7331         declarations.
7332         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7333         Removed confusing buttons.
7334         (gdb-invalidate-threads): Append --frame.
7335         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7336         between breakpoints/threads buffers.
7337         (gdb-set-window-buffer): Now can ignore dedicated windows.
7338         (gdb-propertize-header): Use `gdb-set-window-buffer'.
7339         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7340         (def-gdb-thread-buffer-gud-command): Replaces
7341         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7342         for fine thread control.
7343         (gdb-preempt-existing-or-display-buffer): New function used to
7344         display bound buffers without breaking window layout.
7345         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7346         (gdb-select-frame): New version of `gdb-frames-select' which now
7347         sets `gdb-frame-number' so commands may use --frame option instead
7348         of inner debugger state.
7349         (gdb-frame-handler): Do not set `gdb-frame-number'.
7350         (gdb-threads-mode-map): Select threads with mouse.
7352         * progmodes/gud.el (gdb-gud-context-call): Declare function to
7353         avoid compilation warning.
7354         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7355         `gdb-show-stop-p`.
7357         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7358         Argument `key' renamed to `buffer-type'.
7359         (gdb-current-context-buffer-name): Do not add thread info to
7360         buffer name when no thread is selected.
7361         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7362         command (bug 3794).
7363         (gdb-thread-selected): Handle `=thread-selected' notification.
7364         (gdb-wait-for-pending): New macro to deal with congestion problems.
7365         (gdb-breakpoints-list-handler-custom): Don't fail on pending
7366         breakpoints.
7367         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7368         This fixes problem similar to one described in bug 3947.
7369         (gud-menu-map): More menu items.
7370         (gdb-init-1): Reset `gdb-thread-number' to nil.
7372         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7373         non-stop settings.
7375         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7376         (gdb-current-context-command): Do not append --thread if
7377         `gdb-thread-number' is nil.
7378         (gdb-running-threads-count, gdb-stopped-threads-count): New
7379         variables.
7380         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7381         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7382         customization options.
7383         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7384         GUD commands.
7385         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7386         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7387         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7388         set `gdb-thread-number' and update `gud-running' properly.
7389         (gdb-running): Update threads list when new threads appear.
7390         (gdb-stopped): Support non-stop operation and new thread switching
7391         logic.
7392         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7393         (gdb-json-partial-output): New set of JSON routines.
7394         (def-gdb-auto-update-trigger): New `signal-list' optional
7395         argument.
7396         (gdb-thread-list-handler-custom): Update `gud-running',
7397         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7398         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7399         (gdb-continue-thread, gdb-step-thread): New commands for fine
7400         thread execution control.
7401         (gud-menu-map): New menu items to switch non-stop options.
7402         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7403         (gdb-send): Mimic RET properly (bug 3794).
7405         * progmodes/gdb-mi.el (gdb-rules-name-maker)
7406         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7407         gdb-buffer-rules.
7408         (def-gdb-auto-update-handler): New nopreserve optional argument.
7409         (gdb-stack-list-frames-custom): Print stack from top to bottom.
7411         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7412         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7413         (gdb-parent-mode): New mode to derive other GDB modes from.
7414         (gdb-display-disassembly-for-thread)
7415         (gdb-frame-disassembly-for-thread): New commands for threads
7416         buffer.
7418         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7419         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7420         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7421         (gdb-update): We now store all GDB buffers in a list so that they
7422         can be updated by traversing a list instead of calling invalidate
7423         triggers explicitly.
7424         (def-gdb-trigger-and-handler): New macro to define trigger-handler
7425         pair for GDB buffer.
7426         (gdb-stack-buffer-name): Add thread information.
7427         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7428         handle pending triggers.
7429         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7430         (def-gdb-thread-buffer-simple-command)
7431         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7432         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7433         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7434         New commands which show buffers bound to thread.
7435         (gdb-stack-list-locals-regexp): Removed unused regexp.
7437         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7438         (gdb-locals-buffer-name, gdb-registers-buffer-name)
7439         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7440         to (gud-comint-buffer) in *-buffer-name functions
7441         because (gdb-get-target-string) already does that.
7442         (gdb-locals-handler-custom, gdb-registers-handler-custom)
7443         (gdb-changed-registers-handler): Rewritten without regexps.
7445         * progmodes/gdb-mi.el: Basic thread selection support.
7446         (gdb-thread-number): New variable.
7447         (gdb-current-context-command): New macro which adds --thread
7448         option to command.
7449         (gdb-threads-mode-map): Select thread with SPC.
7450         (gdb-thread-list-handler-custom): Mark current thread with overlay
7451         arrow.  Synchronize GDB thread and Emacs thread.
7452         (gdb-select-thread): New command which selects current thread.
7453         (gdb-invalidate-frames, gdb-invalidate-locals)
7454         (gdb-invalidate-registers): Use --thread option.
7456 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
7458         * net/tramp.el (top): Make check for tramp-gvfs loading more
7459         robust.  (Bug#3977)
7460         (tramp-handle-insert-file-contents): `unwind-protect' must be
7461         inside `with-parsed-tramp-file-name'.
7463         * net/tramp-gvfs.el (top): Remove superfluous message when loading
7464         fails.
7466 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
7468         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7469         directory if CLASSPATH is not set.
7471 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
7473         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7474         New defconst.
7475         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
7477 2009-08-02  Kevin Ryde  <user42@zip.com.au>
7479         * net/newst-backend.el (newsticker--raw-url-list-defaults):
7480         Update freshmeat link.  Delete newsforge.com as it seems gone.
7482 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7484         * select.el (x-set-selection): Doc fix (Bug#4021).
7486         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7488         * help-fns.el (describe-variable): Treat list return values from
7489         dir-locals-find-file properly (Bug#4005).
7491 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
7493         * net/tramp.el (tramp-debug-message): Print also microseconds.
7495 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
7497         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7498         or END is non-nil.
7499         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7500         (tramp-get-debug-buffer): Change `outline-regexp' according to new
7501         format.
7503         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7504         (tramp-get-file-property): Use it.
7506         * autorevert.el (auto-revert-handler): Allow
7507         `auto-revert-tail-mode' for remote files.
7509 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7511         * minibuffer.el (read-file-name): Treat confirm options to
7512         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7514 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7516         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7517         (font-lock-variable-name-face, font-lock-constant-face): Darken
7518         the colors for light backgrounds.
7520 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7522         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7523         month names.  (Bug#3987)
7525 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7527         * simple.el (line-move-finish): Pass whole number to
7528         line-move-to-column.
7529         (line-move-visual): Perform hscroll to the recorded position.
7531 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7533         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7535 2009-07-29  Alan Mackenzie  <acm@muc.de>
7537         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7539 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
7541         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7542         (gdb-place-breakpoints): Use full path when setting breakpoints.
7544 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7546         * calc/calc.el (calc-mode-map): Add keybinding for
7547         `calc-transpose-lines'.
7549 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
7551         * calc/calc-misc.el (calc-transpose-lines): New function.
7553 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
7555         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7556         Simplify check for out-of-band methods.
7557         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7558         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7560 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7562         * vc-git.el (vc-git-checkin): Fix typo.
7564 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7566         * progmodes/js2-mode.el: New file.
7568 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7570         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7571         (gud-menu-map): Adjust tooltip accordingly.
7573 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7575         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7576         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7578         * add-log.el (change-log-mode-map): Add a menu.
7580 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7582         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7583         function returns nil.
7584         (dbus-handle-event): Handle special return value :ignore.
7585         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7587 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7589         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7590         it's not needed.
7592 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7594         Fix Bug#3888:
7596         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7598         * term/pc-win.el (x-display-name, x-colors)
7599         (x-select-enable-clipboard, x-select-text): Doc fix.
7601         * term/common-win.el (x-display-name, x-colors): Doc fix.
7603         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7604         (xw-defined-colors): Doc fix.
7606         * w32-fns.el (x-select-text, x-setup-function-keys)
7607         (x-get-selection, x-set-selection): Doc fix.
7609         * term/x-win.el (x-select-text, x-setup-function-keys)
7610         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7612         * select.el (x-set-selection): Doc fix.
7614 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7616         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7617         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7618         "IsNSSSupportAvailable" method is not available.  Reported by
7619         Steve Youngs <steve@sxemacs.org>.
7621 2009-07-24  Kenichi Handa  <handa@m17n.org>
7623         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7624         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7625         (build-unicode-category-table): Fix range checks.
7627 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7629         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7630         the buffer we try to sync is current when calling
7631         vc-resynch-buffer.
7633         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7634         not show up to date files.
7636 2009-07-24  Glenn Morris  <rgm@gnu.org>
7638         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7639         Add autoload cookies.  If necessary, initialize.
7640         (elint-log): Handle non-file buffers.
7641         (elint-initialize): Add optional argument to reinitialize.
7642         (elint-find-builtin-variables): Save excursion.
7644 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7646         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7647         for Lint.
7649 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7651         * vc.el (vc-print-log-internal): New function, split out from ...
7652         (vc-print-log): ... here.
7653         (vc-dir-move-to-goal-column): Declare.
7655         * vc-git.el (vc-git-add-signoff): New variable.
7656         (vc-git-checkin): Use it.
7657         (vc-git-toggle-signoff): New function.
7658         (vc-git-extra-menu-map): Bind it to menu.
7659         (vc-git--run-command-string): Accept a nil FILE argument.
7660         (vc-git-stash-list): New function.
7661         (vc-git-dir-extra-headers): Use it.
7663 2009-07-23  Glenn Morris  <rgm@gnu.org>
7665         * help-fns.el (describe-variable): Describe ignored and risky local
7666         variables in a similar way to that in which we describe safe ones.
7668         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7669         (byte-compile-output-file-form, byte-compile-output-docform)
7670         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7671         Give some more local variables with common names a "bytecomp-" prefix,
7672         so as not to shadow things during compilation.
7673         * emacs-lisp/cl-macs.el (load-time-value)
7674         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7675         `outbuffer' to `bytecomp-outbuffer'.
7677         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7678         since the next two variables cover them automatically now.
7679         (elint-builtin-variables, elint-autoloaded-variables): New.
7680         (elint-unknown-builtin-args): Remove all members, since they can be
7681         parsed automatically now.
7682         (elint-extra-errors): New.
7683         (elint-env-add-env, elint-env-add-macro): Use cadr.
7684         (elint-current-buffer): Use or.  Change final message.
7685         (elint-get-top-forms): Use line-end-position.
7686         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7687         and defalias.
7688         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7689         (regexp-assoc): Remove unused function.
7690         (elint-top-form): Set elint-current-pos, to record the start of the
7691         top-level form, for compilation-mode.
7692         (elint-form): Trap errors in macro expansion.  Use dolist.
7693         (elint-unbound-variable): Use elint-builtin-variables and
7694         elint-autoloaded-variables.
7695         (elint-get-args): Use cadr, or.
7696         (elint-check-cond-form): Use dolist, cadr.
7697         (elint-check-condition-case-form): Doc fix.  Use cadr.
7698         Use elint-extra-errors.
7699         (elint-log): New function.
7700         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7701         Distinguish errors and warnings.
7702         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7703         Use a bytecomp-style format.
7704         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7705         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7706         Don't truncate lines.
7707         (elint-initialize): Set builtin and autoloaded variable lists.
7708         Only process elint-unknown-builtin-args if non-nil.
7709         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7710         New functions.
7711         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7713 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7715         * net/newst-backend.el (newsticker--parse-atom-1.0)
7716         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7717         (newsticker--parse-rss-1.0):
7718         * progmodes/idlwave.el (idlwave-mode):
7719         * progmodes/idlw-shell.el (idlwave-shell-mode):
7720         * progmodes/vera-mode.el (vera-mode):
7721         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7722         * progmodes/vhdl-mode.el (vhdl-mode):
7723         * textmodes/table.el (table-generate-source)
7724         (table--warn-incompatibility):
7725         Hyperlink urls in docstrings with URL `...'.
7727 2009-07-22  Glenn Morris  <rgm@gnu.org>
7729         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7730         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7731         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7732         Remove leading * from defcustom docs.
7734         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7736         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7737         defcustom doc.
7738         (list-load-path-shadows): Optionally, just return shadows as a string.
7740         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7742 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7744         * mail/rmailedit.el (rmail-edit-mode): Use
7745         auto-save-include-big-deletions.
7747         * mail/rmail.el (rmail-variables): Use
7748         auto-save-include-big-deletions.
7750         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7751         changes.
7753 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7755         * calc/calc.el (calc-undo-length): New variable.
7756         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7758 2009-07-21  Richard Stallman  <rms@gnu.org>
7760         * files.el (auto-save-mode): Handle buffer-save-size = -2
7761         for toggling mode.
7763 2009-07-21  Glenn Morris  <rgm@gnu.org>
7765         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7767         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7769         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7770         silence compiler.  Instead...
7771         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7772         (ps-print-ensure-fontified): Update for above function name changes.
7774         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7775         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7776         silence compiler.  Instead...
7777         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7778         (mh-show-buffer): Only define for compiler.
7779         (pr-mh-current-message): Update for above function name changes.
7781         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7782         as an argument.
7783         (find-file-noselect, insert-file-1): Update for above change.
7785         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7787         * mail/mailclient.el (mailclient-send-it): Fix message.
7789         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7790         (edebug-eval): Check cl-debug-env is bound.
7791         (print-level, print-circle): Don't redefine built-in variables.
7793         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7794         (custom-print-vectors): Remove old comments from doc.
7796         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7797         (emerge-version): Make the variable an obsolete alias for the
7798         emacs-version variable.  Make the function obsolete.
7799         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7800         Emerge options, rather than merging in into the main Options menu.
7801         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7802         and auto advance modes.  Disable edit/fast items when not relevant.
7804 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7806         * term/vt420.el (terminal-init-vt420): Fix typo.
7808 2009-07-20  Sam Steingold  <sds@gnu.org>
7810         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7811         variable (removed from compile.el on 2004-03-11).
7813 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7815         * files.el (hack-local-variables-filter): Fix last change.
7817 2009-07-19  Juri Linkov  <juri@jurta.org>
7819         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7820         (dir-local-variables-alist): New buffer-local variable.
7821         (hack-local-variables-filter): If variable is not dir-local,
7822         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7823         because file-local overrides dir-local.
7824         (c-postprocess-file-styles)<declare-function>:
7825         Remove obsolete declaration.
7826         (hack-dir-local-variables): Add dir-local variable/value pair to
7827         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7829         * help-fns.el (describe-variable): Add information about
7830         file-local and dir-local variables.
7832 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7834         * files.el (hack-local-variables-filter): Rewrite.
7836 2009-07-19  Glenn Morris  <rgm@gnu.org>
7838         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7839         Silence compiler by only defining on XEmacs.
7841         * international/mule.el (auto-coding-regexp-alist): Only match
7842         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7844         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7845         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7846         (cal-menu-context-mouse-menu): Doc fix.
7848         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7850         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7852 2009-07-18  Juri Linkov  <juri@jurta.org>
7854         * info.el: Virtual Info keyword finder.
7855         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7856         (Info-finder-file): New variable.
7857         (Info-finder-find-file): New function.
7858         (finder-known-keywords, finder-package-info)
7859         (find-library-name, lm-commentary): Use defvar and
7860         declare-function to silence compiler warnings.
7861         (Info-finder-find-node): New function.
7862         (info-finder): New command.
7864         * subr.el (process-kill-buffer-query-function): New function.
7865         (add-hook)<kill-buffer-query-functions>: Add hook
7866         `process-kill-buffer-query-function'.
7868 2009-07-18  Alan Mackenzie  <acm@muc.de>
7870         * progmodes/cc-mode.el (c-before-hack-hook)
7871         (c-postprocess-file-styles): Give invocation of `c-set-style'
7872         DONT-OVERRIDE parameter of t.  Already set style variables will
7873         thus not be overridden by style settings given by `c-file-syle'.
7875         * files.el (hack-local-variables-filter): Remove entries with
7876         duplicate keys from `file-local-variables-alist'.
7878 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7880         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
7881         x-set-selection if display-selections-p returns nil for the
7882         current frame.
7884 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
7886         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
7888 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
7890         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
7891         Accept nil in addition to a regexp.
7892         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
7893         Accept nil in addition to a regexp.
7894         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
7895         buffers that have an associated file.  Handle nil values of
7896         desktop-buffers-not-to-save and desktop-files-not-to-save.
7897         (Bug#3833)
7899         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
7900         (x-disown-selection-internal): New functions.
7902 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
7904         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
7905         warning.
7906         (gdb-breakpoints-header): Move forward to avoid compiler warning.
7907         (gdb-make-header-line-mouse-map): Remove duplicate definition.
7909 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
7911         * simple.el (set-mark): Revert last change.
7913 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
7915         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
7916         rendering of pngs is not possible instead of messaging a long
7917         description.
7919 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
7921         * w32-fns.el (x-selection-owner-p): New function.
7923         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
7924         (mouse-yank-at-click, mouse-yank-primary): If
7925         select-active-regions is non-nil, deactivate the mark before
7926         insertion.
7928         * simple.el (deactivate-mark, set-mark): Only save selection if we
7929         own it.
7931 2009-07-17  Kenichi Handa  <handa@m17n.org>
7933         * case-table.el (describe-buffer-case-table): Fix for the case
7934         that KEY is a cons.
7936 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
7938         * vc-rcs.el (vc-rcs-find-file-hook):
7939         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
7941 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
7943         * net/tramp.el (tramp-wait-for-output): Handle the case when
7944         commands do not return a newline but a null byte before the shell
7945         prompt.  (Bug#3858)
7947 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7949         * term/ns-win.el (ns-set-alpha): Don't declare.
7950         (ns-set-background-alpha): Remove function.
7952 2009-07-16  Kevin Ryde  <user42@zip.com.au>
7954         * emacs-lisp/copyright.el (copyright-update): Save match-data across
7955         y-or-n-p, for safety.
7957 2009-07-16  Richard Stallman  <rms@gnu.org>
7959         * files.el (auto-save-mode): If buffer-saved-size is -2,
7960         don't clobber it.
7962         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
7963         (rmail-retry-ignored-headers): Add more uninteresting fields.
7965 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
7967         * net/rcirc.el (rcirc): Use history variables.
7968         (rcirc-server-name-history, rcirc-nick-name-history)
7969         (rcirc-server-port-history): New variables.
7971 2009-07-15  Kenichi Handa  <handa@m17n.org>
7973         * international/mule-cmds.el (set-language-environment-charset):
7974         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
7975         ignore them.
7977         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
7978         Delete unibyte-display.
7980 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7982         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
7984 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
7986         * simple.el (deactivate-mark): Optional argument FORCE.
7987         (set-mark): Use deactivate-mark.
7989         * info.el (Info-search): No need to check transient-mark-mode
7990         before calling deactivate-mark.
7992         * select.el (x-set-selection): Doc fix.
7993         (x-valid-simple-selection-p): Allow buffer values.
7994         (xselect--selection-bounds): Handle buffer values.  Suggested by
7995         David De La Harpe Golden.
7997         * mouse.el (mouse-set-region, mouse-drag-track): Call
7998         copy-region-as-kill before setting the mark, to let
7999         select-active-regions work.
8001 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
8003         * simple.el (deactivate-mark): If select-active-regions is
8004         non-nil, copy the selection data into a string.
8005         (activate-mark): If select-active-regions is non-nil, set the
8006         selection to the current buffer.
8007         (set-mark): Update selection if select-active-regions is non-nil.
8009         * select.el (x-valid-simple-selection-p): Allow buffer values.
8011 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8013         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8014         and more featureful message-mode.
8016 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
8018         * select.el (x-set-selection): Doc fix.
8019         (x-valid-simple-selection-p): Disallow selection data consisting
8020         of a list or cons of integers, since that is not used.
8021         (xselect--selection-bounds, xselect--int-to-cons): New functions.
8022         (xselect-convert-to-string, xselect-convert-to-length)
8023         (xselect-convert-to-filename, xselect-convert-to-charpos)
8024         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8026 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
8028         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8029         output in -break-info command (Emacs bug #3794).
8031 2009-07-14  Glenn Morris  <rgm@gnu.org>
8033         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8034         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8035         (edebug-print-length, edebug-print-level, edebug-print-circle)
8036         (edebug-sit-for-seconds, edebug-view-outside)
8037         (edebug-bounce-point, edebug-set-global-break-condition)
8038         (edebug-Go-nonstop-mode, edebug-trace-mode)
8039         (edebug-Trace-fast-mode, edebug-continue-mode)
8040         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8041         (edebug-visit-eval-list): Doc fixes.
8043         * subr.el (def-edebug-spec): Doc fix.
8045 2009-07-14  Kenichi Handa  <handa@m17n.org>
8047         * international/characters.el: Fix setting of category ?C.
8049 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8051         * term/ns-win.el (x-select-font): defalias x-select-font to
8052         ns-popup-font-panel instead of generate-fontset-menu.
8054 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
8056         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
8058 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
8060         * arc-mode.el (archive-find-type): Allow for a PK00 string before
8061         the PK\003\004 header (Bug#3770).
8063 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
8065         * pcomplete.el (pcomplete-comint-setup): Check for
8066         shell-dynamic-complete-filename too.
8068 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
8070         * simple.el (temporary-goal-column): Change the value for
8071         line-move-visual to a cons cell.
8072         (line-move-visual): Record or set the window hscroll, if
8073         necessary (Bug#3494).
8074         (line-move-1): Handle cons value of temporary-goal-column.
8076 2009-07-11  Kenichi Handa  <handa@m17n.org>
8078         * international/mule-diag.el (describe-character-set): Don't show
8079         width.
8081 2009-07-10  Sam Steingold  <sds@gnu.org>
8083         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8084         Omake sometimes indents the errors it prints, so allow all
8085         regexps to start with spaces.
8087 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
8089         * cus-edit.el (customize-changed-options-previous-release):
8090         Bump value to 22.1.  (Bug#3804)
8092 2009-07-08  Sam Steingold  <sds@gnu.org>
8094         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8095         to be a cons cell (test . ignored-directory) to selectively ignore
8096         some directories depending on the location of the search.
8098 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
8100         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8101         remote user is root, on the local host.
8102         (tramp-local-host-p): Either the local user or the remote user
8103         must be root.  (Bug#3771)
8105 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8107         * progmodes/gdb-mi.el (gdb): Remove description of
8108         gdb-use-separate-io-buffer.
8109         (menu): Don't allow toggling of or enable
8110         gdb-use-separate-io-buffer from menubar.
8112 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8114         * mail/unrmail.el (unrmail): Make sure the message ends with two
8115         newlines (Bug#3769).
8117 2009-07-08  Glenn Morris  <rgm@gnu.org>
8119         * calendar/calendar.el (calendar-current-date): Rework previous change.
8121 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
8123         * calendar/calendar.el (calendar-current-date):
8124         Add an optional argument giving an offset from today.
8126 2009-07-08  Glenn Morris  <rgm@gnu.org>
8128         * tutorial.el (tutorial--describe-nonstandard-key):
8129         Adjust the message for when a key has been unbound.
8130         (help-with-tutorial): Hide the arch-tag.
8132 2009-07-08  Kenichi Handa  <handa@m17n.org>
8134         * international/fontset.el (setup-default-fontset): For each
8135         script, append (not set) font-specs.
8137         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8138         docstring.
8140 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8142         * progmodes/gdb-mi.el (gdb-init-1): Move sending
8143         -data-list-register-names to ...
8144         (gdb-starting): ... here because GDB 7.0 requires execution to
8145         have started when using this MI command.
8146         (gdb-set-header): New function to distinguish select and
8147         unselected tabs in gdb buffers.
8148         (gdb-propertize-header): New macro that uses gdb-set-header.
8149         (gdb-breakpoints-header, gdb-locals-header): Use it.
8150         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8152 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
8154         * Makefile.in (ELCFILES): Remove fadr.elc.
8156 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
8158         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8159         may contain frame information, so `string-match' should be used.
8160         (gdb-update): Disassembly is invalidated through
8161         `gdb-get-selected-frame'.
8162         (gdb-pad-string): New function to pad string with spaces.
8163         (gdb-invalidate-disassembly): Invalidate only if the buffer
8164         exists.
8165         (gdb-disassembly-handler-custom): Column alignment.
8166         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8167         placing new ones.
8168         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8169         end of line, too.
8170         (gdb-frame-handler): Match convention to for disassembly buffer
8171         mode name.
8172         (gdb-stack-list-frames-handler): Rewritten without regexps.
8173         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8174         not highlight breakpoints without line information.
8175         (gdb-input): Add trailing newline to command.
8177         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8178         buffer properly.
8179         (gdb-breakpoints-list-handler-custom): Replacement for
8180         `gdb-break-list-handler'.  Using real parser instead of regexps
8181         now.
8182         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8183         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8184         to place breakpoints.
8185         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8186         functions.
8187         (gdb-disassembly-handler-custom): Show overlay arrow.
8188         (gdb-disassembly-place-breakpoints): Show breakpoints in
8189         disassembly buffer.
8190         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8191         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8192         instead of parsing breakpoints buffer.  Fixed old menu references
8193         in `gud-menu-map'.
8195         * fadr.el: Remove.
8197         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8198         (gdb-memory-address): New variable which holds top address of
8199         memory page shown in memory buffer.
8200         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8201         customization variables.
8202         New functions:
8203         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8204         display the memory buffer.
8205         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8206         buffer display parameters.
8207         (def-gdb-memory-format, gdb-memory-format-binary)
8208         (gdb-memory-format-octal, gdb-memory-format-unsigned)
8209         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8210         Functions for setting memory buffer format.
8211         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8212         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8213         unit size used in memory buffer.
8214         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8215         to next/previous page of memory buffer.
8216         Now using (bindat-get-field) instead of fadr functions.
8218 2009-07-07  Sam Steingold  <sds@gnu.org>
8220         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8221         non-top-level files.
8223 2009-07-07  Kenichi Handa  <handa@m17n.org>
8225         * international/mule-cmds.el (reset-language-environment): Put
8226         the highset priority to the charset iso-8859-1.
8228 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8230         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8231         to the end of the line when locating the block (Bug#700).
8233 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
8235         * net/tramp.el (tramp-handle-write-region): Flush file properties
8236         in case of short track.
8238 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
8240         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8241         representation of verilog error regular expressions to work with
8242         Emacs-22's new format.
8243         (verilog-error-regexp-xemacs-alist): Coded custom representation
8244         of verilog error regular expressions to work with XEmacs format.
8245         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8246         error recognition into XEmacs.
8247         (verilog-error-regexp-add-emacs): Hook routine to install verilog
8248         error recognition into Emacs-22.
8250 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8252         * woman.el: Remove stand-alone closing parentheses.
8253         (woman-file-name, woman2-format-paragraphs)
8254         (woman-leave-blank-lines): Code cleanup.
8255         (woman-use-own-frame): Change default to nil.
8256         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8257         defaults to inherit from default faces.
8258         (woman2-process-escapes): Consume the newline after a stand-alone
8259         filler character (Bug#3651).
8261 2009-07-06  Glenn Morris  <rgm@gnu.org>
8263         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8264         (top-level): Move provide to the end.
8265         (ffap): Remove defunct URL from custom group.
8267         * subr.el (eval-after-load): Doc fix.
8269 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
8271         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8272         `calc-embedded-word' is called twice.
8274 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8276         * files.el (find-alternate-file-other-window, find-alternate-file):
8277         Obey confirm-nonexistent-file-or-buffer.
8279 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
8281         * dired-aux.el (dired-show-file-type): Handle remote files.
8283 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
8285         * desktop.el (desktop-globals-to-save):
8286         Add file-name-history (Bug#2750).
8288 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
8290         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8292 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
8294         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8295         property on entire argument since this is what eshell-lisp-command
8296         expects.
8298 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
8300         * net/tramp-gvfs.el (tramp-gvfs-methods)
8301         (tramp-gvfs-zeroconf-domain)
8302         (tramp-bluez-discover-devices-timeout): Add version flag.
8303         (tramp-gvfs-handler-mounted-unmounted)
8304         (tramp-gvfs-connection-mounted-p): Polish handling of
8305         incompatibilities between GVFS 0.2 and 1.0.
8307 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
8309         * cus-start.el (all): Add make-pointer-invisible.
8311 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
8313         * calc-math.el (math-use-emacs-fn): Make sure that the number is
8314         formatted correctly.
8316 2009-07-02  Juri Linkov  <juri@jurta.org>
8318         * info.el: Virtual Info files and nodes.
8319         (Info-virtual-files, Info-virtual-nodes): New variables.
8320         (Info-current-node-virtual): New variable.
8321         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8322         New functions.
8323         (Info-file-supports-index-cookies): Use Info-virtual-file-p
8324         to check for a virtual file instead of checking a fixed list
8325         of node names.
8326         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8327         instead of ad-hoc processing of "dir" and (apropos history toc).
8328         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8329         instead of ad-hoc processing of "dir" and (apropos history toc).
8330         Reread a file when moving from a virtual node.
8331         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8332         (Info-directory-toc-nodes, Info-directory-find-file)
8333         (Info-directory-find-node): New functions.
8334         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8335         (Info-history): Move part of code to
8336         `Info-history-find-node'.
8337         (Info-history-toc-nodes, Info-history-find-file)
8338         (Info-history-find-node): New functions.
8339         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8340         (Info-toc): Move part of code to `Info-toc-find-node'.
8341         (Info-toc-find-node): New function.
8342         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
8343         the current Info file name to references because now the node
8344         "*TOC*" belongs to the same Info manual.
8345         (Info-toc-build): Rename from `Info-build-toc'.
8346         (Info-toc-nodes): Rename input argument `file' to `filename'.
8347         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8348         instead of ad-hoc processing of ("dir" apropos history toc).
8349         (Info-index-nodes): Use Info-virtual-file-p
8350         to check for a virtual file instead of checking a fixed list
8351         of node names.
8352         (Info-index-node): Add check for `Info-current-node-virtual'.
8353         Raise `save-match-data' higher up the tree to contain
8354         `search-forward' too (bug fix).
8355         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8356         (Info-virtual-index-nodes): New variable.
8357         (Info-virtual-index-find-node, Info-virtual-index): New functions.
8358         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8359         (Info-apropos-file, Info-apropos-nodes): New variables.
8360         (Info-apropos-toc-nodes, Info-apropos-find-file)
8361         (Info-apropos-find-node, Info-apropos-matches): New functions.
8362         (info-apropos): Move part of code to `Info-apropos-find-node' and
8363         `Info-apropos-matches'.
8364         (Info-mode-map): Bind "I" to `Info-virtual-index'.
8365         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8366         for a virtual file instead of checking a fixed list of node names.
8368         * simple.el (async-shell-command): New command.
8370         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8372         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8373         instead of `mount-info'.
8375 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
8377         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8378         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8380 2009-07-02  Kenichi Handa  <handa@m17n.org>
8382         * international/mule.el (set-keyboard-coding-system): Force *-unix
8383         coding-system to avoid eol conversion.
8385 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
8387         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8388         Add handler for `process-file', `shell-command' and
8389         `start-file-process'.
8390         (tramp-gvfs-handle-shell-command)
8391         (tramp-gvfs-handle-start-file-process)
8392         (tramp-gvfs-handle-process-file): New defuns.
8393         (tramp-synce-list-devices): Simplify check for existence of property.
8395 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8397         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8399 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8401         * language/korean.el (set-language-info-alist): Add korean-cp949,
8402         cp949 to spec.
8404 2009-07-01  Kenichi Handa  <handa@m17n.org>
8406         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8408         * international/encoded-kb.el: Deleted.
8410         * international/mule.el (set-keyboard-coding-system): Perform the
8411         necessary setup here instead of calling encoded-kbd-setup-display.
8413 2009-07-01  Glenn Morris  <rgm@gnu.org>
8415         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8417 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
8419         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
8421 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
8423         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8424         Handle also the 'rename case, when setting file modes.  (Bug#3712)
8425         (tramp-default-file-modes) Remove execute permissions.
8427         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8428         (top): Add a default for "synce" in `tramp-default-user-alist'.
8429         Add completion function for "synce" method.
8430         (tramp-hal-service, tramp-hal-path-manager)
8431         (tramp-hal-interface-manager, tramp-hal-interface-device):
8432         New defconst.
8433         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8434         (tramp-synce-list-devices, tramp-synce-parse-device-names):
8435         New defuns.
8437         * net/trampver.el: Update release number.
8439 2009-06-30  Kenichi Handa  <handa@m17n.org>
8441         * international/fontset.el (setup-default-fontset): Add CJK fonts
8442         for symbols and the other miscellaneous characters.
8444         * language/korea-util.el (setup-korean-environment-internal):
8445         Make char-width-table suitable for Korean environments.
8446         (exit-korean-environment): Cancel above.
8448         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8449         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8450         setup-funcion to make char-widht-table suitable for respective
8451         environments, and an exit-function to cancel that.
8453         * language/japan-util.el (setup-japanese-environment-internal):
8454         Call use-cjk-char-width-table with arg `ja_JP'.
8456         * international/characters.el (cjk-char-width-table): Delete it.
8457         (cjk-char-width-table-list): New variable.
8458         (use-cjk-char-width-table): New arg local-name.
8459         (use-default-char-width-table): Fix for the case that Emacs is
8460         already using the default char-width-table.
8462 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
8464         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8465         modes mandatory.  (Bug#3712)
8467 2009-06-29  Alan Mackenzie  <acm@muc.de>
8469         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8470         correction between the visible width of TABs and their number of bytes.
8472 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
8474         * server.el (server-buffer-done): Prevent kill-buffer from
8475         prompting by clearing the buffer modification flag (Bug#3696).
8477 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
8479         * verilog-mode.el (verilog-beg-of-statement)
8480         (verilog-endcomment-reason-re): Support unique case and priority case.
8481         (verilog-basic-complete-re): Support localparam lineup.
8482         (verilog-beg-of-statement-1): Fix for robustness, unique case.
8483         (verilog-set-auto-endcomments): Fix for unique case, always_comb
8484         commenting.
8485         (verilog-leap-to-case-head): Now support *nested* unique &
8486         priority case statements.
8487         (verilog-auto-lineup): Make just declarations the default (as it
8488         had been).
8489         (verilog-leap-to-case-head): Support priority/unique case statements.
8490         (verilog-auto-lineup): Rework to give users radio buttons to
8491         select the various styles of automatic lineup.
8492         (verilog-error-regexp-alist): Rework to support the XEmacs style
8493         of error regular expressions from compilers, lint tools &
8494         simulators.  Note that GNU Emacs has made it impossible for a mode
8495         to load such things.
8496         (electric-verilog-terminate-line, verilog-indent-declaration)
8497         (verilog-auto-wiure): Rework for radio button selection of
8498         auto-lineup selection of specification of auto lineup.
8499         (verilog-beg-of-statement-1): Redesign to support proper operation
8500         in additional code, based on testing with auto-lineup.
8501         (verilog-calculate-indent, assignments & declarations)
8502         (verilog-backward-token): Enhance to support auto-lineup of
8503         assignments & declarations.
8504         (verilog-in-directive-p, verilog-at-struct-p): New function for
8505         easy test of whether we are.
8506         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8507         to support safe execution at almost anyline.
8508         (verilog-calc-1): Properly support indenting deep inside generate
8509         blocks.
8510         (verilog-init-font) Remove definition & use of verilog-init-font,
8511         as it is redundant with font-lock-defaults.
8512         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8513         to avoid circular calls if syntax-ppss is a function (as is the
8514         case now in 22.x GNU Emacs) as that function would sometimes call
8515         itself, leading to (nearly) infinite recursion.
8516         (verilog-ovm-begin-re, verilog-ovm-end-re)
8517         (verilog-ovm-statement-re, verilog-leap-to-head)
8518         (verilog-backward-token): Add support for OVM macros.  Some are
8519         complete statements, and others open and close scopes like begin
8520         and end.
8521         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8522         (verilog-defun-level-generate-only-re): Really fix the defun-list
8523         compilation issue.
8524         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8525         coverpoint, constraint and cross statements.
8526         (verilog-defun-level-list, verilog-generate-defun-level-list)
8527         (verilog-all-defun-level-list): Redo these specifications - it is
8528         too hard to support eval-when compile aggregation of lists also
8529         built at when-compile time.
8530         (verilog-defun-level-list): Place defconsts of variables used in
8531         building regular expressions which are built in eval-when-compile
8532         bodies in the same eval-when-compile body to facilitate compile
8533         without load.
8534         (verilog-beg-block-re-ordered): Support indenting
8535         virtual/protected tasks and functions.
8536         (verilog-defun-level-list, verilog-in-generate-region-p)
8537         (verilog-backward-ws&directives, verilog-calc-1): Speed up
8538         indentation of some module items (generate items).
8539         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8540         across virtual/protected tasks and functions.
8542 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
8544         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8545         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
8546         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8547         in concatenations.  Reported by Yishay Belkind.
8548         (verilog-auto-ascii-enum): Support one-hot state machines in
8549         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
8550         (verilog-auto-inst, verilog-auto-inst-port): Include interface
8551         modport in AUTOINST and add vl-modport for users.  Reported by
8552         David Rogoff.
8553         (verilog-auto-inout-module, verilog-auto-inst)
8554         (verilog-decls-get-interfaces, verilog-insert-definition)
8555         (verilog-insert-one-definition, verilog-read-decls)
8556         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8557         (verilog-sig-modport, verilog-signals-combine-bus)
8558         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8559         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8560         Suggested by David Rogoff.
8561         (verilog-repair-open-comma): Fix non-insertion of comma when
8562         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8563         (verilog-make-width-expression): Simplify [A-1:0] expression
8564         widths to just {A{1'b0}}.
8565         (verilog-mode): Cleanup checkdoc warnings.
8566         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8567         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8568         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8569         (next-error-last-buffer): Fix byte-compiler warning.
8570         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8571         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8572         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8573         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8574         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8575         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8576         in AUTOINOUT.  Reported by Matthew Lovell.
8577         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8578         causing use of <= assignments.  Reported by Alex Reed.
8579         (verilog-read-decls): Fix triand, trior, wand, wor to be
8580         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8581         (verilog-extended-complete-re): Support import "DPI-C" functions.
8582         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8583         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8584         (verilog-insert-date, verilog-insert-year)
8585         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8586         Windows systems.  Reported by Michael Potts.
8587         (verilog-read-module-name): Fix AUTOINST when the child module
8588         declaration's name is a tick define.  Reported by Elliot Mednick.
8589         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8590         passed to next parameter's definition.  Reported by Bruce T.
8591         (verilog-read-decls): Fix detecting "parameter int" when using
8592         AUTOINSTPARAM.  Reported by Bruce T.
8593         (verilog-goto-defun): Fix goto not finding modules unless first
8594         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8595         (verilog-mode): Expand -f flag arguments on entry to mode so
8596         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8597         (verilog-getopt): Expand environment variables in -f file
8598         arguments.  Suggested by Lawrence Butcher.
8599         (verilog-set-define): Fix "Symbol's value as variable is void"
8600         when reading enumerations.
8601         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8602         Suggested by Stephen Peltan.
8603         (verilog-read-defines): Fix reading of enumerations in include
8604         files.  Reported by Steve Peltan.
8606 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8608         * files.el (trash-directory): Fix defcustom type.
8610 2009-06-28  Juri Linkov  <juri@jurta.org>
8612         * help-fns.el (describe-function-1): Correctly locate adviced
8613         functions in hyperlink (Bug#2438).
8615 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8617         * files.el (trash-directory): Change default to nil.
8618         (move-file-to-trash): If trash-directory is nil and
8619         system-move-file-to-trash is unbound, perform freedesktop-style
8620         trashing.
8622 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8624         * files.el (move-file-to-trash): Add freedesktop trash
8625         support (Bug#973).
8627 2009-06-28  Glenn Morris  <rgm@gnu.org>
8629         * autorevert.el (global-auto-revert-non-file-buffers)
8630         (global-auto-revert-mode): Doc fixes.
8632 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8634         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8636 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8638         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8639         opened an X connection before calling x-get-resource (Bug#3194).
8641         * play/doctor.el: Remove reference to obsolete website.
8642         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8644 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8646         Remove find-file-not-found-hook VC method.  (Bug#2757)
8647         * vc-hooks.el (vc-file-not-found-hook)
8648         (vc-default-find-file-not-found-hook): Remove functions.
8649         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8650         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8651         * vc.el:
8652         * vc-hg.el:
8653         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8655 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8657         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8658           compatibility function for `looking-back'.
8660         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8661         Use `ispell-looking-back'.
8663 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8665         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8666         rather than `filename'.
8668 2009-06-23  Miles Bader  <miles@gnu.org>
8670         * face-remap.el (text-scale-set): New function.
8672 2009-06-23  Glenn Morris  <rgm@gnu.org>
8674         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8676         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8678         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8680         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8682         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8683         Simplify Persian conditionals.
8685         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8686         variable `filename'.
8688         * comint.el (comint-insert-input): Doc fix.
8690         * Makefile.in (ELCFILES): Fix typo in previous change.
8692 2009-06-23  Miles Bader  <miles@gnu.org>
8694         * cus-start.el: Add entry for `recenter-redisplay'.
8696 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8698         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8699         Add an optional argument for the backend, use it instead of
8700         calling vc-backend.
8701         (vc-mode-line): Add an optional argument for the backend.
8702         Pass the backend to vc-state and vc-working-revision.  Move code for
8703         special handling for vc-state being a buffer to ...
8705         * vc-rcs.el (vc-rcs-find-file-hook):
8706         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8708         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8709         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8710         vc-stay-local-p and vc-mode-line calls.
8712         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8713         (vc-cvs-diff, vc-cvs-annotate-command)
8714         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8715         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8716         vc-mode-line calls.
8718         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8719         direct comparison.
8720         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8721         backend when calling vc-mode-line.
8722         (vc-register): Do not create a closure for calling the vc register
8723         function, call it directly.
8725 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8727         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8728         to make it obvious item can be clicked.
8730         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8732 2009-06-23  Kenichi Handa  <handa@m17n.org>
8734         * language/korea-util.el (korean-key-bindings): Change the binding
8735         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8736         same command.
8738 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8740         Sync with Tramp 2.1.16.
8742         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8744         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8745         when a loading of a package fails.  Completion function for rsync
8746         is `tramp-completion-function-alist-ssh'.
8747         (all): Replace all calls of `split-string' and
8748         `tramp-split-string' by `tramp-compat-split-string'.
8749         (tramp-default-method): Use `tramp-compat-process-running-p'.
8750         (tramp-default-proxies-alist): Allow also Lisp forms.
8751         (tramp-remote-path): Add choice "Private Directories".
8752         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8753         (tramp-domain-regexp): Allow also "-", "_" and ".".
8754         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8755         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8756         (tramp-debug-message): Insert header line in debug buffer.
8757         (tramp-handle-directory-files-and-attributes-with-stat):
8758         Care about filenames with spaces, or starting with "-".
8759         (tramp-handle-dired-uncache): New defun.
8760         (tramp-handle-insert-directory): Don't flush the directory from
8761         cache, this is handled by `dired-uncache' now.
8762         (tramp-handle-insert-file-contents): Improve error handling.
8763         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8764         Quote `tramp-end-of-output'.
8765         (tramp-action-password): Improve trace message.
8766         (tramp-check-for-regexp): Both echoes must be present, before removing.
8767         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8768         (tramp-compute-multi-hops): Eval cons cells of
8769         `tramp-default-proxies-alist'.
8770         (tramp-maybe-open-connection): Use the same command pattern for
8771         first hop and further hops.
8772         (tramp-wait-for-output): Remove handling of newlines.
8773         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8774         (tramp-split-string): Remove function.  It is handled in
8775         tramp-compat now.
8777         * net/tramp-cmds.el (tramp-bug):
8778         Recommend `tramp-cleanup-all-connections' in the bug mail.
8780         * net/tramp-compat.el (tramp-compat-split-string)
8781         (tramp-compat-process-running-p): New defuns.
8783         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8784         for `dired-uncache'.
8786         * net/tramp-gvfs.el: New package.
8788         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8789         Add handler for `dired-uncache'.
8790         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8792         * net/trampver.el: Update release number.  Make version check fit
8793         for SXEmacs 22.
8795 2009-06-22  Jim Meyering  <meyering@redhat.com>
8797         Automatically handle .xz suffix (XZ-compressed files), too.
8798         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8799         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8801 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8802             Nick Roberts  <nickrob@snap.net.nz>
8804         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8805         repository (http://sphinx.net.ru/hg/gdb-mi/).
8807 2009-06-22  Glenn Morris  <rgm@gnu.org>
8809         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8810         `mode' and `eval' entries.  (Bug#3430)
8812         * Makefile.in (ELCFILES): Add fadr.elc.
8814         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8815         differing behavior of \n and ^ in strings.  (Bug#3385)
8817         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8819         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8820         property.
8821         (lisp-indent-function): Make it a defcustom.
8823 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8825         * progmodes/gdb-ui.el: Replace with ...
8826         * progmodes/gdb-mi.el: ... this file.
8827         * progmodes/gud.el: Modify for gdb-mi.el.
8829 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8831         * fadr.el: New file.
8833 See ChangeLog.14 for earlier changes.
8835 ;; Local Variables:
8836 ;; coding: utf-8
8837 ;; End:
8839     Copyright (C) 2009  Free Software Foundation, Inc.
8841   This file is part of GNU Emacs.
8843   GNU Emacs is free software: you can redistribute it and/or modify
8844   it under the terms of the GNU General Public License as published by
8845   the Free Software Foundation, either version 3 of the License, or
8846   (at your option) any later version.
8848   GNU Emacs is distributed in the hope that it will be useful,
8849   but WITHOUT ANY WARRANTY; without even the implied warranty of
8850   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8851   GNU General Public License for more details.
8853   You should have received a copy of the GNU General Public License
8854   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8856 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1