* progmodes/js.el (js--js-not): Add null to the list of values.
[emacs.git] / lisp / ChangeLog
blobaaa1a4b861e8046010e43826ee79a4785f073911
1 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
3         * progmodes/js.el (js--js-not): Add null to the list of values.
5 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
7         * ansi-color.el (ansi-color-for-comint-mode): Add :version
8         keyword.
10 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13         delimiter if it is at the end of the current line.
14         (bibtex-generate-url-list): Fix docstring.
16 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
19         minibuffer's content with itself.
20         Fold the confirm-after-completion case into the `confirm' case.
21         (completion-pcm-word-delimiters): Add : and / to the delimiters.
23 2009-12-06  Kevin Ryde  <user42@zip.com.au>
25         * ffap.el (ffap-rfc-path): Make this a defcustom since
26         `ffap-rfc-directories' is also a defcustom.  (My Bug#4514.)
28         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
29         manuals, similar to existing setup for help-mode.  (My bug#3913.)
31 2009-12-05  Juri Linkov  <juri@jurta.org>
33         Save and restore dired buffer's point positions too.  (Bug#4880)
35         * dired.el (dired-save-positions): Return in the first element
36         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
37         Doc fix.
38         (dired-restore-positions): First restore buffer's position.
39         While restoring window's positions, check if window still displays
40         the original buffer.
42 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
44         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
45         if possible.
47         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
48         Make argument optional.
50         * shell.el (shell): Require ansi-color (Bug#5113).
52         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
54         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
56 2009-12-05  Alan Mackenzie  <acm@muc.de>
58         * progmodes/cc-mode.el (c-before-hack-hook)
59         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
60         `c-file-style' to work again.  This reversion restores the current
61         software to its state in Emacs 23.1.  (Bug#4146)
63 2009-12-05  Kevin Ryde  <user42@zip.com.au>
65         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
66         comment-start-skip to comment-end-skip as comment (Bug#4781).
68 2009-12-05  Juri Linkov  <juri@jurta.org>
70         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
71         for virtual nodes.  (Bug#4147)
72         (Info-find-node-2): Set `Info-current-node-virtual' to nil
73         when moving from a virtual node.
74         (Info-mode-menu): Add `Info-virtual-index' to the menu.
75         (Info-mode): Add `Info-virtual-index' to the docstring.
77 2009-12-05  Eric Ludlam  <zappo@gnu.org>
79         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
80         Describe project macro symbols.
82         * cedet/semantic/complete.el (semantic-complete-do-completion):
83         Don't call semantic-collector-current-exact-match.
85         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
86         ede-objects as targets.
88         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
89         a target's object list even if compiler vars are already in the
90         Makefile.
92         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
93         list of headers producing necessary macros.
95 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
97         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
98         track of the buffer position of the end of a BibTeX entry as this
99         position may change during reformatting.
100         (bibtex-format-entry): Remove whitespace before processing
101         numerical fields so that we recognize the latter properly.
102         (bibtex-reformat): Do not use push which changes the global value
103         of bibtex-entry-format.
104         (bibtex-field-braces-alist, bibtex-field-strings-alist)
105         (bibtex-field-re-init): Replace only space characters by regexp
106         for whitespace.
107         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
108         (bibtex-initialize): Also update bibtex-strings.
109         (bibtex-kill-field): Preserve white space at end of entry.
110         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
111         Update bibtex-reference-keys.
113 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
115         * minibuffer.el (completion-pcm--merge-try): Also consider placing
116         point after a star, if that's the only place where modifications can
117         make progress.
119 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
121         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
122         in docstrings.
124 2009-12-04  Juri Linkov  <juri@jurta.org>
126         * proced.el (proced): Call `(proced-update t)' to update process
127         information instead of only running proced-post-display-hook.
128         (proced-send-signal): Add a leading space to the buffer name
129         " *Marked Processes*" to make this buffer ephemeral.
131 2009-12-04  Juri Linkov  <juri@jurta.org>
133         * dired.el (dired-auto-revert-buffer): New defcustom.
134         (dired-internal-noselect): Use it.
136 2009-12-04  Juri Linkov  <juri@jurta.org>
138         Change roles of modes and functions in image-mode.el (Bug#5062).
140         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
141         in `auto-mode-alist'.
142         (image-mode-previous-major-mode): New variable.
143         (image-minor-mode-map): Rename from `image-mode-text-map'.
144         (image-mode): Move graceful error-handling code from
145         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
146         (image-minor-mode): Remove all image-handling code.
147         Replace `image-mode-text-map' with `image-minor-mode-map'.
148         Check for `image-type' in mode-line format string.
149         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
150         (image-mode-as-text): New function with most code from
151         `image-mode-maybe'.
152         (image-toggle-display-text): Move code that removes image
153         properties from `image-toggle-display' to here.
154         (image-toggle-display-image): New function with code that adds
155         image properties copied from `image-toggle-display'.
156         (image-toggle-display): Remove most code with leaving only code
157         that toggles between `image-mode-as-text' and `image-mode'.
159 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
161         * net/newst-treeview.el
162         (newsticker--treeview-list-highlight-start): Restored call to
163         save-excursion: Selected item was stuck.
164         (newsticker--treeview-list-select): New.
165         (newsticker--treeview-item-show-text)
166         (newsticker--treeview-item-show)
167         (newsticker--treeview-item-update): Use new
168         newsticker-treeview-item-mode.
169         (newsticker-treeview-update): Keep current item.
170         (newsticker-treeview-next-new-or-immortal-item): Doc change.
171         (newsticker--treeview-first-feed): Doc change.
172         (newsticker-treeview-list-menu)
173         (newsticker-treeview-item-menu): Added menu entries.
174         (newsticker-treeview-item-mode): New.
176         * net/newst-backend.el (newsticker-customize): delete other
177         windows.
179 2009-12-04  Sam Steingold  <sds@gnu.org>
181         * log-view.el (log-view-mode-map): "q" calls quit-window,
182         like in all the other non-self-insert buffers.
184 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
186         Minor cleanup.
187         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
188         key decoding rather than do it manually via last-input-event +
189         ascii-character.
190         (term-exec): Use delete-and-extract-region.
191         (term-handle-ansi-terminal-messages): Remove unused var `end'.
192         (term-process-pager): Remove unused var `i'.
193         (term-dynamic-simple-complete): Make obsolete.
194         (serial-update-config-menu): Remove unused vars `y' and `str'.
195         (term-update-mode-line): Remove unused var `temp'.
197 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
199         Limit the number of log entries displayed by default.
200         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
201         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
202         using a prefix argument.
204 2009-12-03  Glenn Morris  <rgm@gnu.org>
206         * progmodes/idlwave.el (class): Restore still useful declaration.
208 2009-12-03  Alan Mackenzie  <acm@muc.de>
210         Enhance `c-parse-state' to run efficiently in "brace deserts".
212         * progmodes/cc-mode.el (c-basic-common-init):
213         Call c-state-cache-init.
214         (c-neutralize-syntax-in-and-mark-CPP):  Rename from
215         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
216         placing `category' properties value 'c-cpp-delimiter at its boundaries.
218         * progmodes/cc-langs.el (c-before-font-lock-function):
219         c-extend-and-neutralize-syntax-in-CPP has been renamed
220         c-neutralize-syntax-in-and-mark-CPP.
222         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
223         with `category' properties now, not `syntax-table' ones.
225         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
226         enhanced (but slower) version of c-end-of-macro that won't land
227         inside a literal or on another awkward character.
228         (c-state-cache-too-far, c-state-cache-start)
229         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
230         (c-state-nonlit-pos-cache-limit, c-state-point-min)
231         (c-state-point-min-lit-type, c-state-point-min-lit-start)
232         (c-state-min-scan-pos, c-state-brace-pair-desert)
233         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
234         buffer local variables.
235         (c-state-literal-at, c-state-lit-beg)
236         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
237         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
238         (c-state-cache-top-paren, c-state-cache-after-top-paren)
239         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
240         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
241         (c-renarrow-state-cache)
242         (c-append-lower-brace-pair-to-state-cache)
243         (c-state-push-any-brace-pair, c-append-to-state-cache)
244         (c-remove-stale-state-cache)
245         (c-remove-stale-state-cache-backwards, c-state-cache-init)
246         (c-invalidate-state-cache-1, c-parse-state-1)
247         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
248         (c-parse-state): Enhance and refactor.
249         (c-debug-parse-state): Amend to deal with all the new variables.
251         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
252         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
253         modify to use category text properties rather than syntax-table ones.
254         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
255         to switch off/on the syntactic paren property of C++ template
256         delimiters using the category property.
257         (c-with-<->-as-parens-suppressed): Macro to invoke code with
258         template delims suppressed.
259         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
260         New constant/macros which apply category properties to the start
261         and end of preprocessor constructs.
262         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
263         "comment out" the syntactic value of characters in preprocessor
264         constructs.
265         (c-with-cpps-commented-out)
266         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
267         with characters in all or all but one preprocessor constructs
268         "commented out".
270 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
272         * proced.el (proced-filter-alist): Use regexp-quote.
274 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
276         Cleanup.
277         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
278         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
279         arguments.  Expand `default-directory'.
281         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
282         the benefit of returning an expanded localname.
283         (tramp-tramp-file-p): Handle the case NAME is not a string.
285 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
287         Add support for bzr shelve/unshelve.
288         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
289         (vc-bzr-extra-menu-map): New variables.
290         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
291         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
292         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
293         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
294         (vc-bzr-dir-extra-headers): Display shelves.
296         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
298 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * textmodes/bibtex.el (bibtex-complete-internal):
301         Use completion-in-region.
302         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
304 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
306         Support applying stashes.  Improve UI.
307         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
308         (vc-git-stash-apply, vc-git-stash-pop)
309         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
310         (vc-git-stash-menu): New functions.
311         (vc-git-stash-menu-map): New variable.
312         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
314 2009-12-03  Glenn Morris  <rgm@gnu.org>
316         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
317         (vc-print-log-internal): Fix previous change.
318         (vc-revert): Correct pluralization.
320 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
322         * progmodes/make-mode.el (makefile-special-targets-list): No need for
323         it to be an alist any more.
324         (makefile-complete): Use completion-in-region.
326         * progmodes/octave-mod.el (octave-complete-symbol):
327         Use completion-in-region.
329         Misc cleanup.
330         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
331         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
332         (idlwave-complete-class): Don't quote lambda.
333         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
334         (idlwave-mode-map): Move initialization into declaration.
335         (idlwave-action-and-binding): Use backquotes.
336         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
337         Simplify.
338         (idlwave-is-pointer-dereference): Remove unused var `pos'.
339         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
340         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
341         `parts', and `all-parts'.
342         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
343         (idlwave-convert-xml-system-routine-info): Remove unused string
344         `version-string'.
345         (idlwave-display-user-catalog-widget): Use dolist.
346         (idlwave-scanning-lib): Declare dynamically-scoped var.
347         (idlwave-scan-library-catalogs): Remove unused var `flags'.
348         (completion-highlight-first-word-only): Declare to silence bytecomp.
349         (idlwave-popup-select): Tighten scope of `resp'.
350         (idlwave-find-struct-tag): Remove unused var `beg'.
351         (idlwave-after-load-rinfo-hook): Declare.
352         (idlwave-sintern-class-info): Remove unused var `taglist'.
353         (idlwave-find-class-definition): Remove unused var `list'.
354         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
355         (idlwave-what-module-find-class): Remove unused var `classes'.
357 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
359         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
361 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
363         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
364         buffers visited.  Remove redundant current-buffer-saving.
366 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
368         Use completion-in-buffer and remove uses of dynamic scoping.
369         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
370         (pascal-buffer-to-use, pascal-flag): Don't declare.
371         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
372         (pascal-get-completion-decl, pascal-keyword-completion):
373         Add `pascal-str' argument, save-excursion,
374         return the found completions, and don't filter with pascal-pred.
375         (pascal-completion-cache): New var.
376         (pascal-completion): Don't switch buffer any more (it was never
377         necessary).  Don't save-excursion any more (it's done by the called
378         subroutines).  Use a cache to avoid redundant computations.
379         Use complete-with-action rather than pascal-completion-response and
380         let it apply the predicate as well.
381         (pascal-complete-word): Use completion-in-buffer when
382         pascal-toggle-completions is nil.
383         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
384         not used any more.
385         (pascal-comp-defun): Don't change buffer any more.
386         Use complete-with-action rather than pascal-completion-response and
387         let it apply the predicate as well.
388         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
389         when neded.
391 2009-12-02  Kenichi Handa  <handa@m17n.org>
393         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
394         shape for all Indic scripts.
396 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
398         Use completion-in-buffer.
399         * wid-edit.el (widget-field-text-end): New function.
400         (widget-field-value-get): Use it.
401         (widget-string-complete, widget-file-complete)
402         (widget-color-complete): Use it and completion-in-region.
403         (widget-complete): Don't narrow the buffer.
405 2009-12-02  Glenn Morris  <rgm@gnu.org>
407         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
408         (rmail-select-summary): Use rmail-pop-to-buffer.
409         * mail/rmailsum.el: Replace all pop-to-buffer calls with
410         rmail-pop-to-buffer, to prevent horizontal splits.
412         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
413         save-excursion with save-current-buffer.
414         Widen before searching.  (Bug#5093)
415         (diary-list-sexp-entries): Remove superfluous save-excursion.
417 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
419         * woman.el (woman-make-bufname): Handle man-pages with "." in the
420         name.  (Bug#5038)
422 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
424         * ido.el (ido-file-internal): Handle filenames at point that do
425         not have a directory part.  (Bug#5049)
427 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
429         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
430         (mpc-songs-jump-to, mpc-resume): Doc fixes.
432 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
434         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
435         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
436         any more.
438 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
440         * comint.el (comint-insert-input): Ignore clicks to the right of
441         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
443         * vc.el (vc-print-log-internal): Don't wait for the process to
444         terminate before setting up the major mode.
446         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
447         in case.
449         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
450         the last element.
452         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
454 2009-12-01  Glenn Morris  <rgm@gnu.org>
456         * window.el (window--display-buffer-2): Fix previous changes.
458 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
460         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
462 2009-12-01  Glenn Morris  <rgm@gnu.org>
464         * Makefile.in (ELCFILES): Add mpc.elc.
466 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
468         * mpc.el: New file.
470 2009-12-01  Glenn Morris  <rgm@gnu.org>
472         * window.el (window-to-use): Define for compiler.
474         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
475         consistent with others (no final period).
477         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
478         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
480 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
482         Make vc-print-log buttons work.
483         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
485 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
487         * savehist.el (savehist-autosave-interval): Allow setting to nil
488         through customize.  (Bug#5056)
490 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
492         Fix references to jit-lock properties.
493         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
494         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
495         (perl-font-lock-special-syntactic-constructs):
496         Quote jit-lock-defer-multiline property.
498 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
500         * vc-git.el (vc-git-registered): Call vc-git-root only once.
502 2009-11-30  Juri Linkov  <juri@jurta.org>
504         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
505         value `buffer' of `multi-isearch-next-buffer-current-function'.
506         Use `(current-buffer)' when `buffer' is nil.
507         (multi-isearch-next-buffer-from-list): Don't fallback to
508         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
510 2009-11-30  Juri Linkov  <juri@jurta.org>
512         * misearch.el (multi-isearch-read-buffers): Move canonicalization
513         of buffers with `get-buffer' to `multi-isearch-buffers'.
514         (multi-isearch-buffers, multi-isearch-buffers-regexp):
515         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
516         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
517         FILES with `expand-file-name' converting relative file names
518         to absolute.  Doc fix.  (Bug#4727)
520 2009-11-30  Juri Linkov  <juri@jurta.org>
522         * misearch.el (multi-isearch-read-buffers)
523         (multi-isearch-read-matching-buffers): New functions.
524         (multi-isearch-buffers, multi-isearch-buffers-regexp):
525         Use them in the `interactive' spec.  Doc fix.
526         (multi-isearch-read-files, multi-isearch-read-matching-files):
527         New functions.
528         (multi-isearch-files, multi-isearch-files-regexp):
529         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
531 2009-11-30  Juri Linkov  <juri@jurta.org>
533         * doc-view.el (doc-view-continuous):
534         Rename from `doc-view-continuous-mode'.
535         (doc-view-menu): Move "Toggle display" to the top.
536         Add submenu "Continuous" with radio buttons "Off"/"On"
537         and "Save as Default".
538         (doc-view-scroll-up-or-next-page)
539         (doc-view-scroll-down-or-previous-page)
540         (doc-view-next-line-or-next-page)
541         (doc-view-previous-line-or-previous-page): Rename
542         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
544 2009-11-30  Juri Linkov  <juri@jurta.org>
546         * comint.el (comint-mode-map): Rebind `M-r' from
547         `comint-previous-matching-input' to
548         `comint-history-isearch-backward-regexp'.
549         Unbind `M-s' to allow global key binding `M-s'.
550         Add menu items for `comint-history-isearch-backward' and
551         `comint-history-isearch-backward-regexp'.  (Bug#3746)
553 2009-11-30  Juri Linkov  <juri@jurta.org>
555         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
556         For def=recenter, replace `recenter' with `recenter-top-bottom'
557         that is called with `this-command' and `last-command' let-bound
558         to `recenter-top-bottom'.  When the last `def' was not `recenter',
559         set `recenter-last-op' to nil.  (Bug#4981)
561 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
563         Minor cleanup and simplification.
564         * filecache.el (file-cache-add-directory)
565         (file-cache-add-directory-recursively)
566         (file-cache-add-from-file-cache-buffer)
567         (file-cache-delete-file-regexp, file-cache-delete-directory)
568         (file-cache-files-matching-internal, file-cache-display): Use dolist.
569         (file-cache-temp-minibuffer-message): Delete function.
570         (file-cache-minibuffer-complete): Use minibuffer-message instead.
572         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
573         Don't signal an error when bumping into EOB in tr, s, or y.
575 2009-11-29  Juri Linkov  <juri@jurta.org>
577         * startup.el (fancy-about-text): Fix wording of Guided Tour.
578         (Bug#4960)
580         * descr-text.el (describe-char-unidata-list): Use lowercase name
581         for "Unicode name" like in other tags.
583 2009-11-29  Juri Linkov  <juri@jurta.org>
585         * ediff-util.el (ediff-minibuffer-with-setup-hook):
586         New compatibility macro.
587         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
589 2009-11-29  Juri Linkov  <juri@jurta.org>
591         Add defcustom to define the cycling order of `recenter-top-bottom'.
592         (Bug#4981)
594         * window.el (recenter-last-op): Doc fix.
595         (recenter-positions): New defcustom.
596         (recenter-top-bottom): Rewrite to use `recenter-positions'.
597         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
599 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
601         Improve integration of Tramp and ange-ftp in eshell.
603         * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
604         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
605         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
607         * eshell/esh-util.el (top): Require also Tramp when compiling.
608         (eshell-directory-files-and-attributes): Check for FTP remote
609         connection.
610         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
611         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
612         (eshell-file-attributes): Handle ".".  Return `entry'.
614         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
615         (ange-ftp-directory-files-and-attributes)
616         (ange-ftp-real-directory-files-and-attributes): New defuns.
618         * net/tramp.el (tramp-maybe-open-connection): Open the remote
619         shell with "exec" when possible.  This prevents trailing prompts
620         in `start-file-process'.
622 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
624         Try and remove assumptions about point-min==1.
625         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
626         (rng-compute-mode-line-string): Show the validation percentage in
627         terms of the narrowed text, not the widened text.
628         (rng-do-some-validation): Don't catch internal errors when debugging.
629         (rng-first-error): Simplify.
630         (rng-after-change-function): Remove work around.  AFAIK the bug has
631         been fixed a while ago.
633         * image-mode.el (image-minor-mode): Exit more gracefully when the image
634         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
636         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
638         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
639         `cd' doesn't always do it for us (bug#5067).
641         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
642         on 2009-10-25 as part of some other change (bug#5067).
644 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
647         `suspicious'.
648         (byte-compile-warnings): Use byte-compile-warning-types.
649         (byte-compile-save-excursion): Warn about use of set-buffer right
650         after save-excursion.
652         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
653         the excursion as well.
655 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
657         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
658         providing a Tramp related implementation of "su" and "sudo".
659         (eshell-unix-initialize): Add "su" and "sudo".
661 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
663         * net/socks.el (socks-send-command): Convert binary request to
664         unibyte before sending.  This fixes mishandling of some port
665         numbers such as 129.
667 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * help.el (describe-bindings-internal): Remove `interactive'.
671         * man.el (Man-completion-table): Trim a terminating "(".
672         Remove the space between name page a section.
673         Add the command's description on the `help-echo' property.
674         Remove `process-connection-type' binding since it's unused by
675         call-process.
676         Provide completion for the "<section> <name>" format as well.
677         (Man-default-man-entry): Remove spurious var shadowing the argument.
679 2009-11-26  Kevin Ryde  <user42@zip.com.au>
681         * log-view.el: Add "Keywords: tools", since its other keywords
682         aren't in finder-known-keywords, and following vc.el.
684         * sha1.el (sha1-string-external): default-directory "/" in case
685         otherwise non-existent.  process-connection-type pipe for touch of
686         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
688 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
690         Misc coding convention cleanups.
691         * htmlfontify.el (hfy-init-kludge-hook): Rename from
692         hfy-init-kludge-hooks.
693         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
694         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
695         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
696         and push.
697         (hfy-slant, hfy-weight): Use tables rather than code.
698         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
699         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
700         (hfy-face-attr-for-class): Initialize `face-spec' directly.
701         (hfy-face-to-css): Remove `nconc' with single arg.
702         (hfy-p-to-face-lennart): Use `or'.
703         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
704         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
705         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
706         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
707         (hfy-force-fontification): Use run-hooks.
709 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
711         Various minor fixes.
712         * htmlfontify.el (hfy-default-header): Add toggle_invis since
713         Javascript belongs in the header, not the body.
714         (hfy-javascript): Remove.
715         (hfy-fontify-buffer): Don't insert it any more.
716         (hfy-face-at): Handle (face0 face1 face2) style face properties.
717         Fix bug in invis handling when there were no invis props in a chunk.
719 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
721         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
723 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
725         * finder.el (finder-mode-map): Add a menu.
727 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
729         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
730         "unsigned" structs.
732         (verilog-leap-to-head, verilog-backward-token): Handle "disable
733         fork" statement better.
735 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
737         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
738         (verilog-delete-empty-auto-pair, verilog-library-filenames):
739         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
741         (verilog-auto-inst, verilog-auto-star-safe)
742         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
743         Fix removing "// Interfaces" when saving .* expansions.  Reported by
744         Pierre-David Pfister.
746 2009-11-26  Glenn Morris  <rgm@gnu.org>
748         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
749         the scope.
751 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
753         * vc-annotate.el (vc-annotate-revision-previous-to-line):
754         Really use previous revision.
756 2009-11-25  Kevin Ryde  <user42@zip.com.au>
758         * man.el (Man-completion-table): default-directory "/" in case
759         doesn't otherwise exist.  process-environment COLUMNS=999 so as
760         not to truncate long names.  process-connection-type pipe to avoid
761         any chance of hitting the pseudo-tty TIOCGWINSZ.
762         (man): completion-ignore-case t for friendliness and since man
763         itself is case-insensitive on the command line.
764         Further to Bug#3717.
766         * arc-mode.el: Add "Keywords: files", so the details in its
767         commentary can be reached from finder-by-keyword.
768         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
769         editing mode, but it's comms related and sgml-mode.el has "comm"
770         on that basis too.
771         * textmodes/bibtex-style.el: Add "Keywords: tex".
772         * international/isearch-x.el, international/ja-dic-cnv.el:
773         * international/ja-dic-utl.el, international/kkc.el:
774         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
776 2009-11-25  Juri Linkov  <juri@jurta.org>
778         * man.el (Man-completion-table): Modify regexp to include
779         section names to completion strings.  (Bug#3717)
781 2009-11-25  Juri Linkov  <juri@jurta.org>
783         Search recursively in gzipped files.  (Bug#4982)
785         * progmodes/grep.el (grep-highlight-matches): Add new options
786         `always' and `auto'.  Doc fix.
787         (grep-process-setup): Check `grep-highlight-matches' for
788         `auto-detect' to determine the need to compute grep defaults.
789         Move Windows/DOS specific --colors settings handling
790         to `grep-compute-defaults'.  Check `grep-highlight-matches'
791         to get the value of "--color=".
792         (grep-compute-defaults): Compute `grep-highlight-matches' when it
793         has the value `auto-detect'.  Move Windows/DOS specific settings
794         from `grep-process-setup'.
795         (zrgrep): New command with alias `rzgrep'.
797 2009-11-25  Juri Linkov  <juri@jurta.org>
799         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
800         to nil instead of switching off view-mode.  (Bug#4896)
802 2009-11-25  Juri Linkov  <juri@jurta.org>
804         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
806         * mwheel.el (mwheel-scroll-up-function)
807         (mwheel-scroll-down-function): New defvars.
808         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
809         `scroll-up', and `mwheel-scroll-down-function' instead of
810         `scroll-down'.
812         * doc-view.el (doc-view-scroll-up-or-next-page)
813         (doc-view-scroll-down-or-previous-page): Add optional ARG.
814         Use this ARG in the call to image-scroll-up/image-scroll-down.
815         Change `interactive' spec to "P".  Goto next/previous page only
816         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
817         SPC/DEL case).  Doc fix.
818         (doc-view-next-line-or-next-page)
819         (doc-view-previous-line-or-previous-page): Rename arg to ARG
820         for consistency.
821         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
822         `doc-view-scroll-up-or-next-page', and buffer-local
823         `mwheel-scroll-down-function' to
824         `doc-view-scroll-down-or-previous-page'.
826 2009-11-25  Juri Linkov  <juri@jurta.org>
828         Provide additional default values (directories at other Dired
829         windows) via M-n in the minibuffer of some Dired commands.
831         * dired-aux.el (dired-diff, dired-compare-directories)
832         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
833         `minibuffer-default' in `minibuffer-with-setup-hook'.
834         (dired-dwim-target-directory): Find a window that displays Dired
835         buffer instead of failing when the next window is not Dired.
836         Use `get-window-with-predicate' to find for the next Dired window.
837         (dired-dwim-target-defaults): New function.
839         * ediff-util.el (ediff-read-file-name):
840         Use `dired-dwim-target-defaults' to set `minibuffer-default'
841         in `minibuffer-with-setup-hook'.
843 2009-11-25  Juri Linkov  <juri@jurta.org>
845         Provide additional default values (file name at point or at the
846         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
848         * minibuffer.el (read-file-name-defaults): New function.
849         (read-file-name): Reset `minibuffer-default' to nil when
850         it duplicates initial input `insdef'.
851         Bind `minibuffer-default-add-function' to lambda that
852         calls `read-file-name-defaults' in `minibuffer-selected-window'.
853         (minibuffer-insert-file-name-at-point): New command.
855         * files.el (file-name-at-point-functions): New defcustom.
856         (find-file-default): Remove defvar.
857         (find-file-read-args): Don't use `find-file-default'.
858         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
859         to `read-file-name'.
860         (find-file-literally): Use `read-file-name' with
861         `confirm-nonexistent-file-or-buffer'.
863         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
865         * dired.el (dired-read-dir-and-switches):
866         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
867         to `read-file-name'.
868         (dired-file-name-at-point): New function.
869         (dired-mode): Add hook `dired-file-name-at-point' to
870         `file-name-at-point-functions'.
872 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
874         Really make the *Completions* window soft-dedicated (bug#5030).
875         * window.el (window--display-buffer-2): Add `dedicated' argument.
876         (display-buffer): Pass it when needed so the dedicated flag is set
877         after calling set-window-buffer, which would otherwise reset it.
879 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * progmodes/meta-mode.el (meta-complete-symbol):
882         * progmodes/etags.el (complete-tag):
883         * mail/mailabbrev.el (mail-abbrev-complete-alias):
884         Use completion-in-region.
886         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
887         (dabbrev-completion): Use completion-in-region.
888         (dabbrev--abbrev-at-point): Simplify regexp.
890         * abbrev.el (abbrev--before-point): Use word-motion functions
891         if :regexp is not specified (bug#5031).
893         * subr.el (string-prefix-p): New function.
895         * man.el (Man-completion-cache): New var.
896         (Man-completion-table): Use it.
898         * vc.el (vc-print-log-internal): Make `limit' optional for better
899         compatibility (e.g. with vc-annotate.el).
901 2009-11-24  Kevin Ryde  <user42@zip.com.au>
903         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
904         Build value with regexp-opt instead of explicit joining loop.  (My
905         Bug#4927.)
907         * emacs-lisp/elint.el (elint-add-required-env): Better error message
908         when .el source file not found or other error.
910 2009-11-24  Markus Triska  <markus.triska@gmx.at>
912         * linum.el (linum-update-window): Ignore intangible (bug#4996).
914 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
916         Handle the [back] button properly (bug#4979).
917         * descr-text.el (describe-text-properties): Add a `buffer' argument.
918         Use help-setup-xref, help-buffer, and with-help-window.
919         (describe-char): Add `buffer' argument.
920         Pass proper command to help-setup-xref.  Don't meddle with
921         help-xref-stack-item directly.
922         (describe-text-category): Use with-help-window and help-buffer.
924         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
925         for the displayed buffer (bug#4887).
927         * man.el (Man-completion-table): New function.
928         (man): Use it.
930 2009-11-24  David Reitter  <david.reitter@gmail.com>
932         * vc-git.el (vc-git-registered): Use checkout directory (where
933         .git is) rather than the file's directory and a relative path spec
934         to work around a bug in git.
936 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
938         Improve handling of processes on remote hosts.
940         * eshell/esh-util.el (eshell-path-env): New defvar.
941         (eshell-parse-colon-path): New defun.
942         (eshell-file-attributes): Use `eshell-parse-colon-path'.
944         * eshell/esh-ext.el (eshell-search-path):
945         Use `eshell-parse-colon-path'.
946         (eshell-remote-command): Remove argument HANDLER.
947         (eshell-external-command): Check for FTP remote connection.
949         * eshell/esh-proc.el (eshell-gather-process-output):
950         Use `file-truename', in order to start also symlinked files.
951         Apply `start-file-process' instead of `start-process'.
952         Shorten `command' to the local file name part.
954         * eshell/em-cmpl.el (eshell-complete-commands-list):
955         Use `eshell-parse-colon-path'.
957         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
959         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
960         to `eshell-directory-change-hook'.
962 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
964         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
965         because it could be enabled automatically if view-read-only is non-nil.
967 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
969         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
970         made on 2009-11-22.
972 2009-11-24  Glenn Morris  <rgm@gnu.org>
974         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
975         deleted variable bookmark-bmenu-bookmark-column.
977         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
978         Move after definition of global-semantic-idle-tag-highlight-mode.
980 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
984 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
986         * net/browse-url.el (browse-url-filename-alist): On Windows, add
987         two slashes to the "file:" prefix.
988         (browse-url-file-url): De-munge Cygwin filenames before passing
989         them to Windows browser.
990         (browse-url-default-windows-browser): Use call-process.
992 2009-11-23  Juri Linkov  <juri@jurta.org>
994         Implement DocView Continuous mode.  (Bug#4896)
995         * doc-view.el (doc-view-continuous-mode): New defcustom.
996         (doc-view-mode-map): Bind C-n/<down> to
997         `doc-view-next-line-or-next-page', C-p/<up> to
998         `doc-view-previous-line-or-previous-page'.
999         (doc-view-next-line-or-next-page)
1000         (doc-view-previous-line-or-previous-page): New commands.
1002 2009-11-23  Juri Linkov  <juri@jurta.org>
1004         Implement Isearch in comint input history.  (Bug#3746)
1005         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1006         `isearch-mode-hook'.
1007         (comint-history-isearch): New defcustom.
1008         (comint-history-isearch-backward)
1009         (comint-history-isearch-backward-regexp): New commands.
1010         (comint-history-isearch-message-overlay): New buffer-local variable.
1011         (comint-history-isearch-setup, comint-history-isearch-end)
1012         (comint-goto-input, comint-history-isearch-search)
1013         (comint-history-isearch-message, comint-history-isearch-wrap)
1014         (comint-history-isearch-push-state)
1015         (comint-history-isearch-pop-state): New functions.
1017 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
1019         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1020         return.
1021         (tramp-handle-make-symbolic-link)
1022         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1023         Quote file names.
1024         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1025         (tramp-handle-process-file): Use it.
1027 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1029         * window.el (move-to-window-line-last-op): Remove.
1030         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1032 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1034         Make M-r mirror the new cycling behavior of C-l.
1035         * window.el (move-to-window-line-last-op): New var.
1036         (move-to-window-line-top-bottom): New command.
1037         (global-map): Bind M-r move-to-window-line-top-bottom.
1039 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
1041         * dired-x.el (dired-guess-shell-alist-default):
1042         Support xz format.  (Bug#4953)
1044 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1046         * cedet/srecode/map.el (srecode-get-maps):
1047         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1048         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1049         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1050         (semantic-toggle-decoration-style):
1051         * cedet/semantic/decorate/include.el
1052         (semantic-decoration-include-describe)
1053         (semantic-decoration-unknown-include-describe)
1054         (semantic-decoration-unparsed-include-describe)
1055         (semantic-decoration-all-include-summary):
1056         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1057         * cedet/semantic/analyze/complete.el
1058         (semantic-analyze-possible-completions):
1059         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1060         (semantic-show-unmatched-syntax-mode)
1061         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1062         (semantic-highlight-func-mode):
1063         * cedet/semantic/util.el (semantic-describe-buffer):
1064         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1065         (semantic-symref-find-tags-by-name)
1066         (semantic-symref-find-tags-by-regexp)
1067         (semantic-symref-find-tags-by-completion)
1068         (semantic-symref-find-file-references-by-name)
1069         (semantic-symref-find-text):
1070         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1071         (senator-yank-tag):
1072         * cedet/semantic/scope.el (semantic-calculate-scope):
1073         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1074         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1075         (define-semantic-idle-service):
1076         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1077         (semantic-complete-analyze-inline-idle):
1078         * cedet/semantic/analyze.el (semantic-analyze-current-context):
1079         * cedet/mode-local.el (describe-mode-local-bindings)
1080         (describe-mode-local-bindings-in-mode):
1081         * cedet/ede/make.el (ede-make-check-version):
1082         * cedet/ede/locate.el (ede-enable-locate-on-project):
1083         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1084         (cedet-idutils-version-check):
1085         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1086         (cedet-gnu-global-version-check):
1087         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1088         (cedet-cscope-version-check): Use called-interactively-p instead
1089         of interactive-p.
1091         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1092         Use semantic-format-tag-prototype.
1094 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1096         * emulation/viper-cmd.el: Use viper-last-command-char instead of
1097         last-command-char/last-command-event.
1098         (viper-prefix-arg-value): Do correct conversion of event-char for
1099         XEmacs.
1101         * emulation/viper-util.el, emulation/viper.el:
1102         Use viper-last-command-char instead of
1103         last-command-char/last-command-event.
1105         * ediff-init.el, ediff-mult.el, ediff-util.el:
1106         Replace last-command-char and last-command-event
1107         with (ediff-last-command-char) everywhere.
1109         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1110         created in fundamental mode.
1112         * ediff.el (ediff-version): Revert the change of interactive-p to
1113         called-interactively-p.
1115 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1117         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1118         generation from word-movement command names.
1120 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1122         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1123         (semantic-complete-jump-local, semantic-complete-jump):
1124         Improve prompt string.
1126 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1128         * cus-start.el (all): Add native condition for font-use-system-font.
1130 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
1132         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1133         Correct the patch from 2009-11-18.  (Bug#3910)
1135 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
1137         * progmodes/subword.el: Rename from lisp/subword.el.
1139         * subword.el: Rename to progmodes/subword.el.
1141         * Makefile.in (ELCFILES): Adapt to subword.el move.
1143 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1144             Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1147         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1148         (bookmark-bmenu-show-filenames): Use push.
1149         (bookmark-bmenu-hide-filenames): Use local var instead of
1150         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
1151         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1152         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1153         filenames now that the bookmark names are always available.
1155 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1157         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1158         (bookmark-search-pattern): Move and leave unbound.
1159         (bookmark-bmenu-mode-map): Change binding.
1160         (bookmark-read-search-input): Simplify.
1161         Don't use text-char-description.  Don't error on non-char events.
1162         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1163         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1164         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1165         Use a local var for the timer.
1166         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1167         (i.e. bookmark-bmenu-search).
1169 2009-11-21  Glenn Morris  <rgm@gnu.org>
1171         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
1173 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1175         * net/browse-url.el (browse-url-default-windows-browser):
1176         Use cygstart for cygwin.
1178 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
1180         * bookmark.el Formatting and doc fixes only:
1181         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1182         (bookmark-bmenu-search): Wrap to fit within 80 columns.
1183           Minor grammar and punctuation fixes in doc string.
1184         (bookmark-read-search-input): Adjust to fit within 80 columns.
1186 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1188         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1189         (c-backward-into-nomenclature): Adapt to subword renaming.
1191         * subword.el (subword-forward, subword-backward, subword-mark)
1192         (subword-kill, subword-backward-kill, subword-transpose)
1193         (subword-downcase, subword-upcase, subword-capitalize)
1194         (subword-forward-internal, subword-backward-internal):
1195         Rename from forward-subword, backward-subword, mark-subword,
1196         kill-subword, backward-kill-subword, transpose-subwords,
1197         downcase-subword, upcase-subword, capitalize-subword,
1198         forward-subword-internal, backward-subword-internal.
1200 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1202         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1203         New options.
1204         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1205         New vars.
1206         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1207         (bookmark-bmenu-filter-alist-by-regexp)
1208         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1209         (bookmark-bmenu-search): New command.
1210         (bookmark-bmenu-mode-map): Bind it.
1212 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1214         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1216         * cedet/semantic/idle.el (define-semantic-idle-service)
1217         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1219 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1221         * progmodes/cc-cmds.el: declare-functioned forward-subword and
1222         backward-subword to quit the byte-compiler.
1224         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1226         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1228         * progmodes/cc-cmds.el (c-update-modeline)
1229         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1230         Refer to subword.el functions instead of cc-subword.el.
1232         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1233         subword.el functions instead of cc-subword.el.
1235         * progmodes/cc-subword.el: Rename to subword.el.
1236         * subword.el: Rename from progmodes/cc-subword.el.
1237         (subword-mode-map): Rename from c-subword-mode-map.
1238         (subword-mode): Rename from c-subword-mode.
1239         (global-subword-mode): New global minor mode.
1240         (forward-subword): Rename from c-forward-subword.
1241         (backward-subword): Rename from c-backward-subword.
1242         (mark-subword): Rename from c-mark-subword.
1243         (kill-subword): Rename from c-kill-subword.
1244         (backward-kill-subword): Rename from c-backward-kill-subword.
1245         (transpose-subwords): Rename from c-tranpose-subword.
1246         (downcase-subword): Rename from c-downcase-subword.
1247         (capitalize-subword): Rename from c-capitalize-subword.
1248         (forward-subword-internal): Rename from c-forward-subword-internal.
1249         (backward-subword-internal): Rename from c-backward-subword-internal.
1251 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1253         * vc.el (vc-deduce-fileset): Allow non-state changing operations
1254         from a dired buffer.
1255         (vc-dired-deduce-fileset): New function.
1256         (vc-root-diff, vc-print-root-log): Use it.
1258         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1259         nil LIMIT argument to vc-print-log-internal.
1261 2009-11-20  Glenn Morris  <rgm@gnu.org>
1263         * Makefile.in (ELCFILES): Regenerate.
1265 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1267         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1269         * cedet/semantic.el: Enable idle-mode menu items only if
1270         global-semantic-idle-scheduler-mode is enabled.
1271         (semantic-default-submodes): Doc fix.
1273         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1274         When turning off, disable other idle modes.
1276 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
1278         * calc/calc.el (calc-set-mode-line):
1279         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1280         (math-format-number): Rename `math-format-complement-signed' to
1281         `math-format-twos-complement'.
1283         * calc/calc-bin.el (math-format-twos-complement): Rename from
1284         math-format-complement-signed.
1285         (calc-radix): Rename `calc-complement-signed-mode' to
1286         `calc-twos-complement-mode'.
1287         (calc-octal-radix, calc-hex-radix): Add an argument for
1288         two's complement.
1290         * calc/calc-embed.el (calc-embedded-mode-vars):
1291         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1293         * calc/calc-ext.el (calc-init-extensions):
1294         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1295         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1297         * calc/calc-units.el (math-build-units-table-buffer):
1298         Let `calc-twos-complement-mode' be nil.
1300         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1301         entries.
1303         * calc/calc-vec.el (calcFunc-vunpack):
1304         * calc/calc-aent.el (calc-do-calc-eval):
1305         * calc/calc-forms.el (math-format-date):
1306         * calc/calc-graph.el (calc-graph-plot):
1307         * calc/calc-math.el (math-use-emacs-fn):
1308         * calc/calccomp.el (math-compose-expr):
1309         Let `calc-twos-complement-mode' be nil.
1311 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1313         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1314         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
1315         * minibuffer.el (completion-in-region-functions): New hook.
1316         (completion-in-region): New function.
1317         * emacs-lisp/lisp.el (lisp-complete-symbol):
1318         * pcomplete.el (pcomplete-std-complete): Use it.
1320 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1322         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1323         (latex-complete-alist): New vars.
1324         (latex-string-prefix-p, latex-complete-bibtex-keys)
1325         (latex-complete-envnames, latex-complete-refkeys)
1326         (latex-complete-data): New functions.
1327         (latex-complete, latex-indent-or-complete): New commands.
1329         * window.el (display-buffer-mark-dedicated): New var.
1330         (display-buffer): Obey it.
1331         * minibuffer.el (minibuffer-completion-help): Use it.
1333         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1335         * filecache.el (file-cache-add-file): Use push and cons.
1336         (file-cache-delete-file-regexp): Use push.
1337         (file-cache-complete): Use completion-in-region.
1339         * simple.el (with-wrapper-hook): Fix thinko.
1341         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1342         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1343         Use with-current-buffer and string-to-number.
1344         (hfy-fallback-colour-values): Use assoc-string.
1345         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1346         (hfy-face-at): Remove unused var `found-face'.
1347         (hfy-compile-stylesheet): Remove unused var `css'.
1348         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1349         and `orig-buffer'.
1350         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1351         Use with-current-buffer.
1352         (hfy-text-p): Use expand-file-name and fewer setq.
1354 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
1356         * htmlfontify.el, hfy-cmap.el: New files.
1358 2009-11-19  Juri Linkov  <juri@jurta.org>
1360         * minibuffer.el (completions-format): New defcustom.
1361         (completion--insert-strings): Implement vertical format.
1363         * simple.el (switch-to-completions): Move point to the first
1364         completion when point was at the beginning of the buffer.
1366 2009-11-19  Juri Linkov  <juri@jurta.org>
1368         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
1370         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1372 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1374         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1375         (mail-signature): Change default to t.
1376         (mail-from-style): Deprecate `system-default' value.
1377         (mail-insert-from-field): For default value of mail-from-style,
1378         default to `angles' unless `angles' needs quoting and `parens'
1379         does not.
1380         (mail-citation-prefix-regexp): Use citation regexp from
1381         message-mode.
1383 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
1385         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1386         Set variables for computing the prompt for reading password.
1388 2009-11-19  Glenn Morris  <rgm@gnu.org>
1390         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
1392         * textmodes/flyspell.el (sgml-lexical-context): Declare.
1394         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1395         (newsticker-treeview-listwindow-height): Fix custom type.
1397 2009-11-19  Kenichi Handa  <handa@m17n.org>
1399         * descr-text.el (describe-char-padded-string): Compose with TAB
1400         only if there's a font for CH.
1401         (describe-char): Fix the condition for detecting a trivial composition.
1403 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
1405         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1406         more accurate version of the regexp.  (Bug#3910)
1408 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1410         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1412 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
1414         * font-setting.el (font-use-system-font): Declare for byte-compiler.
1415         (font-setting-change-default-font): Fix typo in docstring.
1417 2009-11-18  Alan Mackenzie  <acm@muc.de>
1419         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1421 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1423         * font-setting.el (font-use-system-font): Move ...
1425         * cus-start.el (all): ... to here.
1427 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
1429         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1430         Don't set `ad-return-value' if `ad-do-it' doesn't.
1432         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1433         modification time.
1435 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1437         * menu-bar.el: Put "Use system font" in Option-menu.
1438         (menu-bar-options-save): Add font-use-system-font.
1440         * loadup.el: If feature system-font-setting or font-render-setting is
1441         there, load font-setting.
1443         * Makefile.in (ELCFILES): Add font-settings.el.
1444         * font-setting.el: New file.
1446 2009-11-17  Glenn Morris  <rgm@gnu.org>
1448         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1450         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1451         Preserve point in the list buffer.  (Bug#4939)
1452         Use point-at-eol.
1453         (newsticker--treeview-list-update-highlight)
1454         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1456 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1458         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1459         Remove.
1461         * calc/calc-ext.el (calc-init-extensions): Remove references to
1462         symclip.
1464         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1466         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1467         * calc/calc-help.el (calc-b-prefix-help): Remove references to
1468         `calc-symclip'.
1470 2009-11-16  Kevin Ryde  <user42@zip.com.au>
1472         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1473         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1475         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1476         (lm-keywords-list): Allow comma-only separator like "foo,bar".
1477         Ignore trailing spaces by omit-nulls to split-string (fixing
1478         regression from Emacs 21 due to the incompatible split-string
1479         change).  (Bug #4928.)
1481 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1483         * vc.el (vc-log-show-limit): Default to 2000.
1484         (vc-print-log-internal): Insert buttons to request more entries
1485         when limiting the output.
1487         * vc-sccs.el (vc-sccs-print-log):
1488         * vc-rcs.el (vc-rcs-print-log):
1489         * vc-cvs.el (vc-cvs-print-log):
1490         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1491         LIMIT is non-nil.
1493 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1495         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1496         error when `tramp-gvfs-dbus-event-vector' is set.
1497         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1499 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1501         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1503 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1505         * net/dbus.el (dbus-unregister-service): New defun.
1506         (dbus-register-property): Register the handlers of
1507         "org.freedesktop.DBus.Properties" for SERVICE.
1508         (dbus-property-handler): Fix docstring.
1510 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1512         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1513         Quote doc string reference in defvaralias as it is not in special form.
1514         (byte-compile-output-docform): Doc fix.
1516 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1518         * calc/calc.el (math-2-word-size, math-half-2-word-size)
1519         (calc-complement-signed-mode): New variables.
1520         (calc-set-mode-line): Add indicator for twos-complements.
1521         (math-format-number): Format twos-complement notation.
1523         * calc/calc-bin.el (calc-word-size): Reset the variables
1524         `math-2-word-size' and `math-half-2-word-size'.
1525         (math-format-complement-signed, math-symclip, calcFunc-symclip)
1526         (calc-symclip): New functions.
1528         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1530         * calc/calc-embed.el (calc-embedded-mode-vars):
1531         Add `calc-complement-signed-mode' to the list of modes.
1533         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1534         (calc-b-oper-keys): Add `calc-symclip' to list.
1536         * calc/calc-ext.el (math-read-number-fancy): Read complement
1537         signed numbers.
1538         (calc-init-extensions): Add binding for `calc-symclip'.
1539         Add autoload for `calcFunc-symclip' and `calc-symclip'.
1541         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1542         `calc-symclip'.
1543         (calc-modes-menu): Add item for twos complement mode.
1545         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1547 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1549         * register.el (jump-to-register, insert-register): Handle Semantic
1550         tags.  From commented-out advice in semantic/senator.el.
1552 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1554         * vc.el (vc-log-show-limit): New variable.
1555         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
1556         when using a prefix argument.
1557         (vc-print-log-internal): Add new argument LIMIT.
1559         * vc-svn.el (vc-svn-print-log):
1560         * vc-mtn.el (vc-mtn-print-log):
1561         * vc-hg.el (vc-hg-print-log):
1562         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1563         pass it to the log command when set.  Make the BUFFER argument
1564         non-optional.
1566         * vc-sccs.el (vc-sccs-print-log):
1567         * vc-rcs.el (vc-rcs-print-log):
1568         * vc-git.el (vc-git-print-log):
1569         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1570         ignore it.  Make the BUFFER argument non-optional
1572         * bindings.el (mode-line-buffer-identification): Do not purecopy.
1574 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1576         * dired.el (dired-mode-map): Move encryption items to "Operate"
1577         menu (Bug#4703).
1579         * strokes.el (strokes-update-window-configuration): Make strokes
1580         buffer current before erasing (Bug#4906).
1582         * cedet/semantic/idle.el (semantic-idle-summary-mode)
1583         (semantic-idle-summary-mode): Define using define-minor-mode
1584         instead of define-semantic-idle-service.
1585         (semantic-idle-summary-mode): New function.
1586         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1587         that mouse motion does not reset the echo area.
1589 2009-11-15  Juri Linkov  <juri@jurta.org>
1591         * simple.el (set-mark-default-inactive): Add :type, :group
1592         and :version.  (Bug#4876)
1594 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
1596         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1597         (archive-unique-fname): ... here.  (Bug#4929)
1599 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1601         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1602         with a real fix.
1604         * novice.el (disabled-command-function): Add useful args.
1605         Setup the help buffer so that [back] works.
1606         Remove redundant call to help-mode.
1607         (disabled-command-function): Use `case'.
1608         (en/disable-command): New function extracted from enable-command.
1609         (enable-command, disable-command): Use it.
1611 2009-11-14  Glenn Morris  <rgm@gnu.org>
1613         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1614         constants.  (Bug#4913)
1616         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1618 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1620         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1621         defined in C that have no doc-strings.  (Bug#1063)
1623 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1625         * cus-edit.el (data, files):
1626         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1628 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1630         * simple.el (shell-command): Doc fix (Bug#4891).
1632         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1634 2009-11-14  Glenn Morris  <rgm@gnu.org>
1636         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1637         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1638         If they are already loaded, eval-after-load will do the right thing.
1640         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1641         compiling.
1643         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1645         * simple.el (x-selection-owner-p): Declare.
1646         (read-mail-command): Use custom radio type rather than choice.
1647         (completion-no-auto-exit): Doc fix.
1649         * custom.el (defgroup):
1650         * epg-config.el (epg): Doc fixes.
1652 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1654         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1655         * international/ccl.el (define-ccl-program): Do not purecopy the
1656         docstring, defconst does it anyway.
1658 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1660         * add-log.el (add-change-log-entry): Avoid displaying the changelog
1661         a second time.
1663         * x-dnd.el (x-dnd-maybe-call-test-function):
1664         * window.el (split-window-vertically):
1665         * whitespace.el (whitespace-help-on):
1666         * vc-rcs.el (vc-rcs-consult-headers):
1667         * userlock.el (ask-user-about-lock-help)
1668         (ask-user-about-supersession-help):
1669         * type-break.el (type-break-force-mode-line-update):
1670         * time-stamp.el (time-stamp-conv-warn):
1671         * terminal.el (te-set-output-log, te-more-break, te-filter)
1672         (te-sentinel,terminal-emulator):
1673         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1674         (term-write-input-ring, term-check-source, term-start-output-log):
1675         (term-display-buffer-line, term-dynamic-list-completions):
1676         (term-ansi-make-term, serial-term):
1677         * subr.el (selective-display):
1678         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1679         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1680         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1681         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1682         (speedbar-remove-localized-speedbar-support)
1683         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1684         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1685         (speedbar-buffers-line-directory):
1686         * simple.el (shell-command-on-region, append-to-buffer)
1687         (prepend-to-buffer):
1688         * shadowfile.el (shadow-save-todo-file):
1689         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1690         (scroll-bar-maybe-set-window-start):
1691         * sb-image.el (speedbar-image-dump):
1692         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1693         (load-save-place-alist-from-file):
1694         * ps-samp.el (ps-print-message-from-summary):
1695         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1696         (ps-background-image, ps-begin-job, ps-do-despool):
1697         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1698         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1699         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1700         (pr-call-process, pr-file-list, pr-interface-save):
1701         * novice.el (disabled-command-function)
1702         (enable-command, disable-command):
1703         * mouse.el (mouse-buffer-menu-alist):
1704         * mouse-copy.el (mouse-kill-preserving-secondary):
1705         * macros.el (kbd-macro-query):
1706         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1707         * informat.el (batch-info-validate):
1708         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1709         * hippie-exp.el (try-expand-dabbrev-visible):
1710         * help-mode.el (help-make-xrefs):
1711         * help-fns.el (describe-variable):
1712         * generic-x.el (bat-generic-mode-run-as-comint):
1713         * finder.el (finder-mouse-select):
1714         * find-dired.el (find-dired-sentinel):
1715         * filesets.el (filesets-file-close):
1716         * files.el (list-directory):
1717         * faces.el (list-faces-display, describe-face):
1718         * facemenu.el (list-colors-display):
1719         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1720         * epg.el (epg--process-filter, epg-cancel):
1721         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1722         (epa--read-signature-type):
1723         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1724         (emerge-file-names):
1725         * ehelp.el (electric-helpify):
1726         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1727         * ediff-vers.el (rcs-ediff-view-revision):
1728         * ediff-util.el (ediff-setup):
1729         * ediff-mult.el (ediff-append-custom-diff):
1730         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1731         (ediff-wordify):
1732         * echistory.el (Electric-command-history-redo-expression):
1733         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1734         * disp-table.el (describe-display-table):
1735         * dired.el (dired-find-buffer-nocreate):
1736         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1737         * dabbrev.el (dabbrev--same-major-mode-p):
1738         * chistory.el (list-command-history):
1739         * apropos.el (apropos-documentation):
1740         * allout.el (allout-obtain-passphrase):
1741         (allout-copy-exposed-to-buffer):
1742         (allout-verify-passphrase): Use with-current-buffer.
1744 2009-11-13  Glenn Morris  <rgm@gnu.org>
1746         * Makefile.in (ELCFILES): Regenerate.
1748 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1750         * net/dbus.el (dbus-registered-objects-table): Rename from
1751         `dbus-registered-functions-table', because it contains also properties.
1752         (dbus-unregister-object): Unregister also properties.
1753         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1754         Use a timeout of 500 msec, in order to not block.
1755         (dbus-register-property, dbus-property-handler): New defuns.
1757 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         * simple.el (minibuffer-default-add-completions): Drop deprecated
1760         4th arg.
1762 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1764         * textmodes/artist.el (artist-mouse-choose-operation):
1765         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1766         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1767         (artist-compute-up-event-key): New function.
1768         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1770 2009-11-13  Kenichi Handa  <handa@m17n.org>
1772         * language/japan-util.el: Make sure that the value of jisx0208
1773         property is jisx0208 character.
1775 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1777         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1778         car or each item, not the whole list.
1780 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1782         * minibuffer.el (minibuffer-completion-help):
1783         Use minibuffer-hide-completions.
1785 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1787         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1788         (dired-revert): Use them (bug#4880).
1790 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1792         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1794 2009-11-12  Juri Linkov  <juri@jurta.org>
1796         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1797         New functions.
1798         (find-file-literally-at-point): Alias of `ffap-literally'.
1800 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1802         * textmodes/ispell.el (ispell-skip-region-alist):
1803         * textmodes/css-mode.el (auto-mode-alist):
1804         * progmodes/compile.el (auto-mode-alist):
1805         * international/mule.el (ctext-non-standard-encodings-alist)
1806         (ctext-non-standard-encodings-regexp):
1807         * simple.el (shell-command-switch, text-read-only):
1808         * replace.el (occur-mode-map):
1809         * paths.el (rmail-file-name):
1810         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1811         * find-file.el (ff-special-constructs):
1812         * files.el (file-name-handler-alist):
1813         * composite.el: Purecopy strings.
1815         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1817 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1819         * widget.el (define-widget): Purecopy the docstring.
1820         * international/mule-cmds.el (charset): Do not purecopy the
1821         docstring here, define-widget does it.
1823         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1824         * textmodes/bibtex-style.el (auto-mode-alist):
1825         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1826         * progmodes/compile.el (compile-command):
1827         * language/korea-util.el (default-korean-keyboard):
1828         * international/mule-conf.el (file-coding-system-alist):
1829         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1830         * tooltip.el (tooltip-frame-parameters):
1831         * newcomment.el (comment-end, comment-padding):
1832         * dired.el (dired-trivial-filenames):
1833         * comint.el (comint-file-name-prefix): Purecopy initial values.
1835 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1837         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1838         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1839         `tramp-unload'.
1840         (tramp-advice-make-auto-save-file-name)
1841         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1842         after removing the advice.
1844 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1846         * progmodes/grep.el (grep-regexp-alist):
1847         * international/mule-cmds.el (iso-2022-control-alist):
1848         * emacs-lisp/timer.el (timer-duration-words):
1849         * subr.el (version-separator, version-regexp-alist):
1850         * minibuffer.el (completion-styles-alist):
1851         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1852         Change defvars to defconsts.
1854         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1855         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1856         * international/mule-conf.el: Allow to be byte compiled.
1858         * international/mule.el (define-charset): Purecopy props.
1859         (load-with-code-conversion): Purecopy doc string and file name.
1860         (put-charset-property): Purecopy strings.
1861         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1863         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1864         (define-char-code-property): Correctly purecopy the table.
1866         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1868         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1870         * subr.el (add-hook): Purecopy strings.
1871         (eval-after-load): Purecopy load-history-regexp and the form.
1873         * custom.el (custom-declare-group): Purecopy load-file-name.
1875         * subr.el (menu-bar-separator): New defconst.
1876         * net/eudc.el (eudc-tools-menu):
1877         * international/mule-cmds.el (set-coding-system-map)
1878         (mule-menu-keymap):
1879         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1880         * vc-hooks.el (vc-menu-map):
1881         * replace.el (occur-mode-map):
1882         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1883         (menu-bar-edit-menu, menu-bar-goto-menu)
1884         (menu-bar-custom-menu, menu-bar-showhide-menu)
1885         (menu-bar-options-menu, menu-bar-tools-menu)
1886         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1887         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1888         (menu-bar-help-menu):
1889         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1890         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1892         * term/x-win.el (x-gtk-stock-map):
1893         * progmodes/vera-mode.el (auto-mode-alist):
1894         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1895         (inferior-lisp-program, inferior-lisp-load-command):
1896         * progmodes/hideshow.el (hs-special-modes-alist):
1897         * progmodes/gud.el (same-window-regexps):
1898         * progmodes/grep.el (grep-program, find-program, xargs-program):
1899         * net/telnet.el (same-window-regexps):
1900         * net/rlogin.el (same-window-regexps):
1901         * language/ethiopic.el (font-ccl-encoder-alist):
1902         * vc-sccs.el (vc-sccs-master-templates):
1903         * vc-rcs.el (vc-rcs-master-templates):
1904         * subr.el (cl-assertion-failed):
1905         * simple.el (next-error-overlay-arrow-position):
1906         * lpr.el (lpr-command):
1907         * locate.el (locate-ls-subdir-switches):
1908         * info.el (same-window-regexps, info)
1909         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1910         * image-mode.el (image-mode, auto-mode-alist):
1911         * hippie-exp.el (hippie-expand-ignore-buffers):
1912         * format.el (format-alist):
1913         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1914         (find-name-arg):
1915         * facemenu.el (facemenu-keybindings):
1916         * dired.el (dired-listing-switches, dired-chown-program):
1917         * diff.el (diff-switches, diff-command):
1918         * cus-edit.el (same-window-regexps):
1919         * bindings.el (mode-line-mule-info)
1920         (mode-line-buffer-identification): Purecopy strings.
1922 2009-11-11  Juri Linkov  <juri@jurta.org>
1924         * simple.el (dired-get-filename)<declare-function>:
1925         Tell the byte-compiler about dired-get-filename.
1926         (shell-command): In Dired mode, get filename from the current line
1927         as the default value.
1929 2009-11-10  Glenn Morris  <rgm@gnu.org>
1931         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1932         * calendar/holidays.el, progmodes/cperl-mode.el:
1933         Update x-popup-menu declarations.
1935         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1936         (list-load-path-shadows): Use dolist.
1937         (list-load-path-shadows): Use with-current-buffer.
1939 2009-11-10  Juri Linkov  <juri@jurta.org>
1941         * minibuffer.el (read-file-name): Support a list of default values
1942         in `default-filename'.  Use the first file name where only one
1943         element is required.  Doc fix.
1945 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1947         * net/dbus.el (dbus-unregister-object): Release service, if no
1948         other method is registered for it.
1950 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
1952         * bookmark.el (bookmark-completing-read): Sort bookmark names if
1953         bookmark-sort-flag is non-nil (Bug#4653).
1955 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1957         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
1958         the progress reporter entirely.
1960         * emulation/cua-base.el: Add CUA property to some CC mode commands
1961         (Bug#4100).
1963 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1965         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
1966         at end of sentence (Bug#4818).
1968 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
1970         * progmodes/compile.el (compilation-error-regexp-alist-alist):
1971         Handle "see declaration of" MSFT statements (Bug#4100).
1973 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
1975         * net/tramp.el (tramp-advice-make-auto-save-file-name)
1976         (tramp-advice-file-expand-wildcards): Unload via
1977         `ad-remove-advice'.
1979         * net/trampver.el: Update release number.
1981 2009-11-08  Kevin Ryde  <user42@zip.com.au>
1983         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
1984         `ad-do-it'.
1986 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
1988         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
1989         in order to keep context in SELinux.
1991 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
1993         * dired-aux.el (dired-query): Place cursor in echo area and allow
1994         C-g.
1996         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
1997         menu item if not on a directory (Bug#4701).
1999 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2001         Sync with Tramp 2.1.17.
2003         * net/tramp.el (tramp-handle-copy-directory): Don't use
2004         `file-remote-p' (due to compatibility).
2006         * net/tramp-compat.el (tramp-compat-copy-directory)
2007         (tramp-compat-delete-directory): New defuns.
2009         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2010         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2011         `tramp-compat-delete-directory'.
2013         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2014         (tramp-smb-handle-delete-directory ): Use
2015         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2017         * net/trampver.el: Update release number.
2019 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
2021         * tar-mode.el (tar-copy): Call write-region on the right buffer
2022         (Bug#4857).
2024         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2025         by hand, if necessary (Bug#4878).
2027 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
2029         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2030         align size column (Bug#4839).
2032         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2033         statement.
2035 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2037         * progmodes/ld-script.el (auto-mode-alist):
2038         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2040         * cus-face.el (custom-declare-face): Purecopy face spec.
2042 2009-11-06  Kenichi Handa  <handa@m17n.org>
2044         * international/uni-bidi.el: Re-generated.
2045         * international/uni-category.el: Re-generated.
2046         * international/uni-combining.el: Re-generated.
2047         * international/uni-mirrored.el: Re-generated.
2049 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2051         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2052         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2053         (tex-start-options, slitex-run-command, latex-run-command)
2054         (tex-run-command, tex-directory):
2055         * textmodes/ispell.el (ispell-html-skip-alists)
2056         (ispell-tex-skip-alists, ispell-tex-skip-alists):
2057         * textmodes/fill.el (adaptive-fill-first-line-regexp):
2058         (adaptive-fill-regexp):
2059         * textmodes/dns-mode.el (auto-mode-alist):
2060         * progmodes/python.el (interpreter-mode-alist):
2061         * progmodes/etags.el (tags-compression-info-list):
2062         * progmodes/etags.el (tags-file-name):
2063         * net/browse-url.el (browse-url-galeon-program)
2064         (browse-url-firefox-program):
2065         * mail/sendmail.el (mail-signature-file)
2066         (mail-citation-prefix-regexp):
2067         * international/mule-conf.el (eight-bit):
2068         * international/latexenc.el (latex-inputenc-coding-alist):
2069         * international/fontset.el (x-pixel-size-width-font-regexp):
2070         * emacs-lisp/warnings.el (warning-type-format):
2071         * emacs-lisp/trace.el (trace-buffer):
2072         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2073         (emacs-lisp-mode-map):
2074         * calendar/holidays.el (holiday-solar-holidays)
2075         (holiday-bahai-holidays, holiday-islamic-holidays)
2076         (holiday-christian-holidays, holiday-hebrew-holidays)
2077         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2078         (hebrew-holidays-1, holiday-oriental-holidays)
2079         (holiday-general-holidays):
2080         * x-dnd.el (x-dnd-known-types):
2081         * tool-bar.el (tool-bar):
2082         * startup.el (site-run-file):
2083         * shell.el (shell-dumb-shell-regexp):
2084         * rfn-eshadow.el (file-name-shadow-tty-properties)
2085         (file-name-shadow-properties):
2086         * paths.el (remote-shell-program, news-directory):
2087         * mouse.el ([C-down-mouse-3]):
2088         * menu-bar.el (menu-bar-tools-menu):
2089         * jka-cmpr-hook.el (jka-compr-load-suffixes)
2090         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2091         (jka-compr-compression-info-list):
2092         * isearch.el (search-whitespace-regexp):
2093         * image-file.el (image-file-name-extensions):
2094         * find-dired.el (find-ls-option):
2095         * files.el (directory-listing-before-filename-regexp)
2096         (directory-free-space-args, insert-directory-program)
2097         (list-directory-brief-switches, magic-fallback-mode-alist)
2098         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2099         (automount-dir-prefix):
2100         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2101         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2102         (face-font-registry-alternatives, face-font-registry-alternatives)
2103         (face-font-family-alternatives):
2104         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2105         (facemenu-foreground-menu, facemenu-face-menu):
2106         * epa-hook.el (epa-file-name-regexp):
2107         * dnd.el (dnd-protocol-alist):
2108         * textmodes/rst.el (auto-mode-alist):
2109         * button.el (default-button): Purecopy strings.
2111 2009-11-06  Glenn Morris  <rgm@gnu.org>
2113         * Makefile.in (ELCFILES): Update.
2115 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2117         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2118         * emacs-lisp/levents.el: Move to obsolete/levents.el.
2120         * nxml/xsd-regexp.el (xsdre-gen-categories):
2121         * nxml/xmltok.el (xmltok-parse-entity):
2122         * nxml/rng-parse.el (rng-parse-validate-file):
2123         * nxml/rng-maint.el (rng-format-manual)
2124         (rng-manual-output-force-new-line):
2125         * nxml/rng-loc.el (rng-save-schema-location-1):
2126         * nxml/rng-cmpct.el (rng-c-parse-file):
2127         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2128         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2130 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
2132         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2133         Remove extra save-excursions and make-variable-buffer-local's.
2134         Suggested by Stefan Monnier.
2136         (verilog-getopt-file, verilog-module-inside-filename-p)
2137         (verilog-set-define): Merge GNU 1.35 and repair changes from
2138         switching to using with-current-buffer.
2140         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2141         being treated as a number and confusing AUTORESET.
2142         Reported by Dan Dever.
2144         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2145         Add verilog-auto-ignore-concat to fix backward compatibility with
2146         older verilog-modes.  Reported by Dan Katz.
2148         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2149         containing closing anchors "...$".
2151         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2152         Reported by Wade Smith.
2154         (verilog-batch-execute-func) Comment on function usage.
2156 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
2158         * verilog-mode.el (verilog-label-re): Fix regular expression for
2159         labels.
2161         (verilog-label-re, verilog-calc-1): Support proper indent of named
2162         asserts.
2164         (verilog-backward-token, verilog-basic-complete-re)
2165         (verilog-beg-of-statement, verilog-indent-re): Support proper
2166         indent of the assert statement at the beginning of a block of text.
2168         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2169         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2170         tokens as begins.
2172 2009-11-05  Glenn Morris  <rgm@gnu.org>
2174         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2175         Emacs 19.  (Bug#1531)
2176         (byte-compile-fix-header): Update for the above change.
2177         Drop test for epoch::version.
2179         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2180         * cus-dep.el (custom-make-dependencies):
2181         * finder.el (finder-compile-keywords):
2182         Use autoload-rubric's feature argument.
2184         * calendar/diary-lib.el (top-level): Make load behave more like require.
2186         * vc-git.el (vc-git-stash-map): Move definition before use.
2188 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2190         * custom.el (custom-declare-group): Purecopy standard-value.
2191         (custom-declare-group): Purecopy custom-prefix.
2193         * international/mule.el (load-with-code-conversion):
2194         Call do-after-load-evaluation unconditionally.
2196         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2198 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2200         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2202 2009-11-04  Glenn Morris  <rgm@gnu.org>
2204         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2205         (byte-compile-compatibility): Remove option.
2206         (byte-compile-close-variables, byte-compile-fix-header)
2207         (byte-compile-insert-header, byte-compile-output-docform)
2208         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2209         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2210         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2211         (byte-compile-insert, byte-compile-defun):
2212         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
2213         (byte-defop-compiler19): Remove.
2214         Without byte-compile-compatibility, the 'emacs19-opcode property is not
2215         used by anything.  Replace all calls with byte-defop-compiler.
2217 2009-11-04  Juri Linkov  <juri@jurta.org>
2219         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2220         (menu-bar-options-menu): Don't quote the `prop' arg of
2221         `menu-bar-make-mm-toggle'.
2223 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
2225         * calendar/calendar.el (cal-loaddefs):
2226         * calendar/diary-lib.el (diary-loaddefs):
2227         * calendar/holidays.el (hol-loaddefs):
2228         * eshell/esh-module.el (esh-groups): Load rather than require.
2230 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2232         * calendar/todo-mode.el (todo-add-category): Don't hardcode
2233         point-min==1.
2234         (todo-top-priorities): Only display-buffer when called interactively.
2235         (todo-item-start): Don't save excursion point.
2236         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
2237         (todo-insert-item-here, todo-file-item, todo-remove-item):
2238         Adjust uses of todo-item-start and todo-item-end.
2240         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2241         (autoload-rubric): Don't use any more.
2242         * cedet/semantic/fw.el (semantic/loaddefs):
2243         * cedet/srecode.el (srecode/loaddefs):
2244         * cedet/ede.el (ede/loaddefs): Load rather than require.
2245         * cedet/ede/cpp-root.el:
2246         * cedet/ede/emacs.el:
2247         * cedet/ede/files.el:
2248         * cedet/ede/linux.el:
2249         * cedet/ede/locate.el:
2250         * cedet/ede/make.el:
2251         * cedet/ede/shell.el:
2252         * cedet/ede/speedbar.el:
2253         * cedet/ede/system.el:
2254         * cedet/ede/util.el:
2255         * cedet/semantic/analyze.el:
2256         * cedet/semantic/bovine.el:
2257         * cedet/semantic/complete.el:
2258         * cedet/semantic/ctxt.el:
2259         * cedet/semantic/db-file.el:
2260         * cedet/semantic/db-find.el:
2261         * cedet/semantic/db-global.el:
2262         * cedet/semantic/db-mode.el:
2263         * cedet/semantic/db-typecache.el:
2264         * cedet/semantic/db.el:
2265         * cedet/semantic/debug.el:
2266         * cedet/semantic/dep.el:
2267         * cedet/semantic/doc.el:
2268         * cedet/semantic/edit.el:
2269         * cedet/semantic/find.el:
2270         * cedet/semantic/format.el:
2271         * cedet/semantic/html.el:
2272         * cedet/semantic/ia-sb.el:
2273         * cedet/semantic/ia.el:
2274         * cedet/semantic/idle.el:
2275         * cedet/semantic/lex-spp.el:
2276         * cedet/semantic/lex.el:
2277         * cedet/semantic/mru-bookmark.el:
2278         * cedet/semantic/scope.el:
2279         * cedet/semantic/senator.el:
2280         * cedet/semantic/sort.el:
2281         * cedet/semantic/symref.el:
2282         * cedet/semantic/tag-file.el:
2283         * cedet/semantic/tag-ls.el:
2284         * cedet/semantic/tag-write.el:
2285         * cedet/semantic/tag.el:
2286         * cedet/semantic/util-modes.el:
2287         * cedet/semantic/analyze/complete.el:
2288         * cedet/semantic/analyze/refs.el:
2289         * cedet/semantic/bovine/c.el:
2290         * cedet/semantic/bovine/gcc.el:
2291         * cedet/semantic/bovine/make.el:
2292         * cedet/semantic/bovine/scm.el:
2293         * cedet/semantic/decorate/include.el:
2294         * cedet/semantic/decorate/mode.el:
2295         * cedet/semantic/symref/cscope.el:
2296         * cedet/semantic/symref/global.el:
2297         * cedet/semantic/symref/grep.el:
2298         * cedet/semantic/symref/idutils.el:
2299         * cedet/semantic/symref/list.el:
2300         * cedet/semantic/wisent/java-tags.el:
2301         * cedet/semantic/wisent/javascript.el:
2302         * cedet/srecode/compile.el:
2303         * cedet/srecode/cpp.el:
2304         * cedet/srecode/document.el:
2305         * cedet/srecode/el.el:
2306         * cedet/srecode/expandproto.el:
2307         * cedet/srecode/getset.el:
2308         * cedet/srecode/insert.el:
2309         * cedet/srecode/java.el:
2310         * cedet/srecode/map.el:
2311         * cedet/srecode/mode.el:
2312         * cedet/srecode/template.el:
2313         * cedet/srecode/texi.el: Remove the file-local setting of
2314         generated-autoload-feature.
2316         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2317         and only put a prop if it is non-nil.
2319 2009-11-03  Juri Linkov  <juri@jurta.org>
2321         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2322         (menu-bar-options-menu): Fix list quoting (Bug#4429).
2324         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2325         and "Menu" to make top-level menu item visually one unit (like
2326         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2327         multi-word menu items).  Fix :help string for quit-window.
2329 2009-11-03  Glenn Morris  <rgm@gnu.org>
2331         * cedet/mode-local.el (with-mode-local): Doc fix.
2333         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2334         (byte-compile-file-form-define-abbrev-table)
2335         (byte-compile-file-form-custom-declare-variable)
2336         (byte-compile-variable-ref, byte-compile-defvar):
2337         Whether or not a warning is enabled should only affect whether we issue
2338         the warning, not whether or not we collect the relevant data.
2339         Eg warnings can be turned on and off throughout the course of a file.
2341         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2342         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2344 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2346         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2347         * play/mpuz.el (mpuz-create-buffer):
2348         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2349         (lm-print-y,s,noise, lm-print-w0, lm-init):
2350         * play/gomoku.el (gomoku-prompt-for-move):
2351         * play/fortune.el (fortune-in-buffer):
2352         * play/dissociate.el (dissociated-press):
2353         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2354         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2355         * mail/supercite.el (sc-eref-show):
2356         * mail/smtpmail.el (smtpmail-send-it):
2357         * mail/rmailsum.el (rmail-summary-next-labeled-message)
2358         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2359         (rmail-summary-undelete-many, rmail-summary-rmail-update)
2360         (rmail-summary-goto-msg, rmail-summary-expunge)
2361         (rmail-summary-get-new-mail, rmail-summary-search-backward)
2362         (rmail-summary-add-label, rmail-summary-output-menu)
2363         (rmail-summary-output-body):
2364         * mail/rfc822.el (rfc822-addresses):
2365         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2366         * mail/mailpost.el (post-mail-send-it):
2367         * mail/hashcash.el (hashcash-generate-payment):
2368         * mail/feedmail.el (feedmail-run-the-queue)
2369         (feedmail-queue-send-edit-prompt-help-first)
2370         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2371         (feedmail-deduce-address-list):
2372         * eshell/esh-ext.el (eshell-remote-command):
2373         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2374         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2375         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2376         (viper-save-string-in-file, viper-valid-marker):
2377         * emulation/viper-keym.el (viper-toggle-key):
2378         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2379         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2380         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2381         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2382         (viper-exec-form-in-emacs, viper-brac-function):
2383         * emulation/viper.el (viper-delocalize-var):
2384         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2385         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2386         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2387         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2388         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2389         * emulation/edt.el (edt-electric-helpify):
2390         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2391         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2392         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2393         (cua-indent-to-global-mark-column):
2394         * calendar/diary-lib.el (calendar-mark-1):
2395         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2396         Use with-current-buffer.
2397         * emulation/viper.el (viper-delocalize-var): Use dolist.
2399 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
2401         * comint.el (comint-replace-by-expanded-history-before-point):
2402         Replace !! with the previous input string literally (Bug#1795).
2404 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
2406         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2407         to be made up of whitespace.
2409 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2411         * minibuffer.el (read-file-name): Don't use file dialogs for
2412         remote directories (Bug#99).
2414 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
2416         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2418 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
2420         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2421         instead of deleting the window or frame.
2423 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2425         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2426         Support face colors.
2428         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2429         New function.  Support face colors (Bug#1168).
2430         (tex-common-initialization): Use it.
2432         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2433         mode allows it (Bug#1168).
2435 2009-10-31  Juri Linkov  <juri@jurta.org>
2437         * facemenu.el (list-colors-display): Don't mark buffer as
2438         modified (Bug#3948).
2440 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2442         * international/mule-diag.el (list-character-sets-1): Minor
2443         message fix (Bug#3526).
2445         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2446         face property (Bug#4834).
2447         (etags-list-tags, etags-tags-apropos-additional)
2448         (etags-tags-apropos, tags-select-tags-table): Add follow-link
2449         property.
2451         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2452         items.
2454         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2455         items.
2457         * cedet/ede.el (ede-minor-mode):
2458         * cedet/semantic.el (semantic-mode): Toggle menu separators.
2460 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2462         * textmodes/two-column.el (2C-split):
2463         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2464         * textmodes/tex-mode.el (tex-set-buffer-directory):
2465         * textmodes/spell.el (spell-region, spell-string):
2466         * textmodes/reftex.el (reftex-erase-buffer):
2467         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2468         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2469         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2470         (reftex-select-item):
2471         * textmodes/reftex-ref.el (reftex-label-info-update)
2472         (reftex-offer-label-menu):
2473         * textmodes/reftex-index.el (reftex-index-change-entry)
2474         (reftex-index-phrases-info):
2475         * textmodes/reftex-global.el (reftex-create-tags-file)
2476         (reftex-save-all-document-buffers, reftex-ensure-write-access):
2477         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2478         (reftex-view-crossref-from-bibtex):
2479         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2480         (reftex-extract-bib-entries-from-thebibliography)
2481         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2482         * textmodes/refbib.el (r2b-capitalize-title):
2483         (r2b-convert-buffer, r2b-help):
2484         * textmodes/page-ext.el (pages-directory)
2485         (pages-directory-goto-with-mouse):
2486         * textmodes/bibtex.el (bibtex-validate-globally):
2487         * textmodes/bib-mode.el (bib-capitalize-title):
2488         * textmodes/artist.el (artist-clear-buffer, artist-system):
2489         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2490         (local-set-scheme-interaction-buffer, xscheme-process-filter)
2491         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2492         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2493         (xscheme-send-control-g-interrupt, xscheme-start-process)
2494         (xscheme-process-sentinel, xscheme-cd):
2495         * progmodes/verilog-mode.el (verilog-read-always-signals)
2496         (verilog-set-define, verilog-getopt-file)
2497         (verilog-module-inside-filename-p):
2498         * progmodes/sh-script.el:
2499         * progmodes/python.el (python-pdbtrack-get-source-buffer)
2500         (python-pdbtrack-grub-for-buffer, python-execute-file):
2501         * progmodes/octave-inf.el (inferior-octave):
2502         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2503         (idlwave-shell-compile-helper-routines, idlwave-set-local)
2504         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2505         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2506         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2507         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2508         (idlwave-shell-filter, idlwave-shell-examine-highlight)
2509         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2510         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2511         (idlwave-shell-examine-display, idlwave-shell-run-region)
2512         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2513         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2514         * progmodes/idlw-help.el (idlwave-help-get-special-help)
2515         (idlwave-help-get-help-buffer):
2516         * progmodes/gud.el (gud-basic-call, gud-find-class)
2517         (gud-tooltip-activate-mouse-motions-if-enabled):
2518         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2519         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2520         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2521         (ebrowse-tags-next-file):
2522         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2523         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2524         (ebnf-eps-finish-and-write):
2525         * progmodes/cpp.el (cpp-edit-save):
2526         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2527         * progmodes/cc-defs.el (c-emacs-features):
2528         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2529         (antlr-directory-dependencies):
2530         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2531         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2532         (ada-find-any-references, ada-make-filename-from-adaname)
2533         (ada-make-body-gnatstub):
2534         * obsolete/rnews.el (news-list-news-groups):
2535         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2536         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2537         * net/rcirc.el (rcirc-debug):
2538         * net/newst-treeview.el (newsticker--treeview-list-add-item)
2539         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2540         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2541         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2542         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2543         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2544         (newsticker--treeview-list-clear-highlight)
2545         (newsticker--treeview-list-update-highlight)
2546         (newsticker--treeview-list-highlight-start)
2547         (newsticker--treeview-tree-update-highlight)
2548         (newsticker--treeview-get-selected-item)
2549         (newsticker-treeview-mark-list-items-old)
2550         (newsticker--treeview-set-current-node):
2551         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2552         * net/newst-backend.el (newsticker--get-news-by-funcall)
2553         (newsticker--get-news-by-wget, newsticker--image-get)
2554         (newsticker--image-sentinel):
2555         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2556         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2557         (eudc-ph-close-session):
2558         * net/eudc.el (eudc-save-options):
2559         * language/thai-word.el (thai-update-word-table):
2560         * language/japan-util.el (japanese-string-conversion):
2561         * international/titdic-cnv.el (tsang-quick-converter)
2562         (ziranma-converter, ctlau-converter):
2563         * international/mule-cmds.el (describe-language-environment):
2564         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2565         (skkdic-convert-postfix, skkdic-convert-prefix):
2566         (skkdic-convert-okuri-nasi, skkdic-convert):
2567         * emacs-lisp/re-builder.el (reb-update-overlays):
2568         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2569         * emacs-lisp/gulp.el (gulp-send-requests):
2570         * emacs-lisp/find-gc.el (trace-call-tree):
2571         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2572         (eieio-describe-generic):
2573         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2574         * emacs-lisp/edebug.el (edebug-outside-excursion):
2575         * emacs-lisp/debug.el (debugger-make-xrefs):
2576         * emacs-lisp/cust-print.el (custom-prin1-to-string):
2577         * emacs-lisp/chart.el (chart-new-buffer):
2578         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2579         Use with-current-buffer.
2580         * textmodes/artist.el (artist-system): Don't call
2581         copy-sequence on a fresh string.
2582         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2584 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
2586         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2587         is no item to edit.  (Bug#4820)
2588         (todo-top-priorities): Restore point and restore narrowing in Todo
2589         buffer.  (Bug#4820)
2591 2009-10-31  Glenn Morris  <rgm@gnu.org>
2593         * net/ange-ftp.el (top-level): Don't require dired when compiling.
2594         (comint-last-output-start, comint-last-input-start)
2595         (comint-last-input-end): Don't defvar when compiling.
2596         (ange-ftp-process-file): Use bound-and-true-p.
2598         * pcmpl-rpm.el (top-level): Move provide statement to end.
2599         (pcmpl-rpm): Remove unused custom group.
2601         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2603         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2605         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2606         (byte-compile-warnings): Add `constants' as an option.
2607         (byte-compile-callargs-warn, byte-compile-arglist-warn)
2608         (display-call-tree): Update for byte-compile-fdefinition possibly
2609         returning `(macro lambda ...)'.  (Bug#4778)
2610         (byte-compile-variable-ref, byte-compile-setq-default):
2611         Respect `constants' member of byte-compile-warnings.
2613         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2614         Use mapc rather than mapcar because the return value is never used.
2616         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2617         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2618         * cedet/semantic/html.el:
2619         Suppress harmless warnings about setting up semantic-imenu (not
2620         part of Emacs) variables.
2622 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2624         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2625         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2626         to "submit:".
2628         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2629         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2630         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2631         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2632         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2633         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2634         (semantic-analyzer-debug-global-symbol)
2635         (semantic-analyzer-debug-missing-innertype)
2636         (semantic-analyzer-debug-insert-include-summary):
2637         * cedet/semantic/util.el (semantic-file-tag-table):
2638         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2639         (semantic-recursive-find-nonterminal-by-name):
2640         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2641         * cedet/semantic/tag-file.el (semantic-prototype-file):
2642         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2643         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2644         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2645         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2646         (semantic-idle-summary-maybe-highlight):
2647         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2648         (semantic-ia-sb-tag-info):
2649         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2650         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2651         * cedet/semantic/ede-grammar.el (project-compile-target):
2652         (ede-proj-makefile-insert-variables):
2653         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2654         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2655         (semantic-debug-mode, semantic-debug):
2656         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2657         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2658         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2659         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2660         (semanticdb-find-translate-path-includes--internal)
2661         (semanticdb-reset-log, semanticdb-find-log-activity):
2662         * cedet/semantic/db-file.el (object-write):
2663         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2664         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2665         (semanticdb-create-ebrowse-database):
2666         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2667         * cedet/semantic/complete.el (semantic-displayor-focus-request)
2668         (semantic-collector-calculate-completions-raw)
2669         (semantic-complete-read-tag-analyzer):
2670         * cedet/semantic/analyze.el (semantic-analyze-pulse):
2671         * cedet/ede/util.el (ede-update-version-in-source):
2672         * cedet/ede/proj.el (project-delete-target):
2673         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2674         (ede-proj-flush-autoconf):
2675         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2676         (ede-proj-configure-synchronize):
2677         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2678         * cedet/ede/linux.el (ede-linux-version):
2679         * cedet/ede/emacs.el (ede-emacs-version):
2680         * cedet/ede/dired.el (ede-dired-add-to-target):
2681         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2682         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2683         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2684         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2685         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2686         (cedet-idutils-version-check):
2687         * cedet/cedet-global.el (cedet-gnu-global-call):
2688         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2689         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2690         * cedet/cedet-cscope.el (cedet-cscope-call)
2691         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2692         Use with-current-buffer.
2693         * cedet/ede.el (ede-make-project-local-variable)
2694         (ede-set-project-variables, ede-set): Use dolist.
2696 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2698         * textmodes/ispell.el (ispell-skip-region-alist):
2699         * international/mule-conf.el (eight-bit):
2700         * international/fontset.el (font-encoding-alist):
2701         * startup.el (pure-space-overflow-message):
2702         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2703         * paths.el (gnus-nntp-service, rmail-spool-directory)
2704         (term-file-prefix):
2705         * files.el (save-some-buffers-action-alist):
2706         * cmuscheme.el (same-window-buffer-names):
2707         * ielm.el (same-window-buffer-names):
2708         * shell.el (same-window-buffer-names):
2709         * mail/sendmail.el (same-window-buffer-names):
2710         * progmodes/inf-lisp.el (same-window-buffer-names):
2711         * bindings.el (mode-line-client)
2712         (mode-line-column-line-number-mode-map):
2713         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2714         (tibetan-precomposed-regexp): Purecopy string arguments.
2716 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2718         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2719         (calcDigit-nondigit):
2720         * calc/calc-yank.el (calc-copy-to-buffer):
2721         * calc/calc-units.el (calc-invalidate-units-table):
2722         * calc/calc-trail.el (calc-trail-yank):
2723         * calc/calc-store.el (calc-insert-variables):
2724         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2725         * calc/calc-prog.el (calc-read-parse-table):
2726         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2727         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2728         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2729         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2730         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2731         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2732         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2733         * calc/calc-ext.el (calc-realign):
2734         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2735         (calc-embedded-finish-edit, calc-embedded-make-info)
2736         (calc-embedded-finish-command, calc-embedded-stack-change):
2737         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2739         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2740         (overload-docstring-extension): Use that info.
2741         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2742         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2743         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2744         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2745         (semantic-nonterminal-full-name): Add the new `when' info.
2746         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2747         `assert'.
2749         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2750         shell-dynamic-complete-filename in preference to
2751         comint-dynamic-complete-filename.
2753         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2754         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2755         Don't consider whether the display supports colors.
2756         (bookmark-import-new-list): Use dolist.
2757         (bookmark-bmenu-mode-map): Move initialization into declaration.
2758         (bookmark-bmenu-list): Use dolist, simplify.
2759         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2760         (menu-bar-final-items): Use push.
2762 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2764         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2765         it works on remote files.
2766         (vc-hg-diff): Don't pass any `--cwd' argument.
2768 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2770         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2771         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2772         (Further to Bug#3921).
2774 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2776         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2777         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2778         calling `tramp-imap-put-file'.  Add file size to the call.
2779         (tramp-imap-get-file-entries): Compute also user name, file size,
2780         and date.
2781         (tramp-imap-handle-insert-directory): Insert uid and gid.
2782         (tramp-imap-handle-file-attributes): Transform uid and gid
2783         according to `id-format'.
2784         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2785         size in header X-Size.
2787 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2789         * simple.el (transpose-subr): Give clearer error when the mark
2790         is not set.  (Bug#4807)
2792 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2794         * net/tramp.el (tramp-perl-file-truename): New defconst.
2795         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2796         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2797         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2798         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2800         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2801         Ignore `dired-call-process'.
2802         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2804 2009-10-26  Julian Scheid  <julians37@gmail.com>
2806         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2807         (tramp-get-remote-readlink): New defun.
2808         (tramp-handle-file-truename): Use it.
2809         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2810         file exists if cache value present.
2811         (tramp-check-cached-permissions) New defun.
2812         (tramp-handle-file-readable-p): Use it.
2813         (tramp-handle-file-writable-p): Likewise.
2814         (tramp-handle-file-executable-p): Likewise.
2815         (tramp-handle-file-name-all-completions): Try using Perl to get
2816         partial completions.  When perl not available, combine `cd' and
2817         `ls' into single remote operation and use shell expansion to get
2818         partial remote directory contents.  Set `file-exists-p' cache for
2819         directory and any files returned by ls.  Change cache handling to
2820         support partial directory contents.  Use error message emitted by
2821         remote `cd' or Perl code for local tramp-error.
2822         (tramp-do-copy-or-rename-file-directly): Avoid separate
2823         tramp-send-command-and-check call.
2824         (tramp-handle-process-file): Merge three remote ops into one.
2825         Do not flush all caches when `process-file-side-effects' is set.
2826         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2827         file-attributes shows uid/gid to be set already.
2829 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2831         * textmodes/tex-mode.el (tex-dvi-view-command)
2832         (tex-show-queue-command, tex-open-quote):
2833         * progmodes/ruby-mode.el (auto-mode-alist)
2834         (interpreter-mode-alist): Purecopy strings.
2836         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2838         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2839         string for the hook, keymap and abbrev table.
2841         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2843         * x-dnd.el (x-dnd-xdnd-to-action):
2844         * startup.el (fancy-startup-text, fancy-about-text): Change to
2845         defconst from defvar.
2847         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2849         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2850         Purecopy initialization strings.
2852         * mail/sendmail.el (mail-header-separator)
2853         (mail-personal-alias-file):
2854         * mail/rmail.el (rmail-default-dont-reply-to-names)
2855         (rmail-ignored-headers, rmail-retry-ignored-headers)
2856         (rmail-highlighted-headers, rmail-secondary-file-directory)
2857         (rmail-secondary-file-regexp):
2858         * files.el (null-device, file-name-invalid-regexp)
2859         (locate-dominating-stop-dir-regexp)
2860         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2861         (interpreter-mode-alist): Use mapcar instead of mapc.
2863         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2865         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2866         (completion-ignored-extensions):
2867         (debug-ignored-errors): Purecopy strings.
2869 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2871         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2872         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2873         (pcomplete--here): Use push.
2875         * subr.el (all-completions): Declare the 4th arg obsolete.
2877 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2879         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2880         (pcomplete-unquote-argument): New function.
2881         (pcomplete--common-suffix): Always pay attention to case.
2882         (pcomplete--table-subvert): Quote and unquote the text.
2883         (pcomplete--common-quoted-suffix): New function.
2884         (pcomplete-std-complete): Use it and pcomplete-begin.
2886         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2887         we're inside a dedicated or minibuffer window.
2889 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2891         * cedet/semantic/fw.el (semantic-alias-obsolete)
2892         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2893         (define-mode-overload-implementation):
2894         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2895         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2896         * cedet/semantic/util.el (semantic-file-token-stream)
2897         (semantic-something-to-stream):
2898         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2899         (semantic-expand-nonterminal):
2900         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2901         (semantic-find-dependency, semantic-find-nonterminal)
2902         (semantic-find-dependency):
2903         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2904         (semantic-flex-text, semantic-flex-make-keyword-table)
2905         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2906         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2907         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2908         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2909         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2910         (semantic-after-idle-scheduler-reparse-hooks):
2911         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2912         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2913         * cedet/semantic.el (semantic-toplevel-bovine-table)
2914         (semantic-toplevel-bovine-cache)
2915         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2916         (semantic-init-mode-hooks, semantic-init-db-hooks)
2917         (semantic-bovination-working-type): Provide the `when' arg.
2919 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2921         * bookmark.el: Update documentation, especially documentation
2922         of `bookmark-alist' and of the bookmark file format.
2923         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2925 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2927         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2928         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2929         window to buffer.
2931         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2932         (global-whitespace-mode, global-whitespace-newline-mode)
2933         (whitespace-toggle-options, global-whitespace-toggle-options):
2934         Doc fix (Bug#3660).
2936         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2937         of xmltok-start before the end tag was inserted (Bug#2840).
2939         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2940         patterns that are preceded by an open-paren (Bug#1320).
2942 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2944         * files.el (delete-directory): Delete symlinks to directories with
2945         delete-file (Bug#4739).
2947 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2949         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2950         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2951         argument to make-obsolete.
2953         * cedet/semantic/fw.el (semantic-alias-obsolete)
2954         (semantic-varalias-obsolete): Add optional WHEN argument.
2956 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
2958         * vc.el (vc-backend-for-registration): Rename from
2959         vc-get-backend-for-registration.  Update callers.
2961         * international/mule-cmds.el (set-language-info-alist):
2962         Purecopy lang-env.
2963         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
2964         (charset): Purecopy the name.
2965         (define-char-code-property): Purecopy string arguments.
2967         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
2968         Purecopy string arguments.
2970         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
2971         * ediff-hook.el (menu-bar-ediff-menu):
2972         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
2973         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
2975 2009-10-24  Glenn Morris  <rgm@gnu.org>
2977         * comint.el (comint-dynamic-list-completions):
2978         * term.el (term-dynamic-list-completions): Use choose-completion rather
2979         than obsolete alias mouse-choose-completion.
2981         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
2982         file-cache-choose-completion.
2983         (file-cache-choose-completion): Handle an optional event argument.
2984         (file-cache-mouse-choose-completion): Make it an obsolete alias.
2986         * progmodes/octave-mod.el (octave-complete-symbol):
2987         Use choose-completion if mouse-choose-completion is ever removed.
2989         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
2990         use.
2992         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
2993         compiler.
2995         * vc-hooks.el (vc-responsible-backend): Fix declaration.
2997 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3000         Ignore `pred' now that we receive one.
3001         Handle test-completion specially.
3003 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3005         * vc.el (vc-responsible-backend): Throw an error if not backend is
3006         found.  Remove the REGISTER argument.  Move the code dealing with
3007         REGISTER ...
3008         (vc-get-backend-for-registration): ... here.  New function.
3009         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3010         of vc-responsible-backend, pass the file name instead of the
3011         directory name.
3013 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3015         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3016         New funs.
3017         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
3018         (pcomplete-comint-setup): Don't modify a global var via
3019         accidental side-effects.
3020         (pcomplete-shell-setup): Adjust call accordingly.
3021         (pcomplete-parse-comint-arguments): Use push.
3023 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
3025         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3026         Allow uncapitalized info node names (Bug#3921).
3028         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3029         to the DEBUG file (Bug#3781).
3031 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
3033         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3034         dictionary entry (Bug#4579).
3036 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3038         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3039         from `rfn-eshadow-update-overlay-hook' when unloading.
3040         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3041         "rsyncc".  Adjust doc string.
3042         (tramp-temp-buffer-file-name) New buffer-local defvar.
3043         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3044         Keep temporary file when indicated by method ("rsync" and
3045         "rsyncc").
3046         (tramp-handle-write-region): Handle APPEND.
3047         (tramp-delete-temp-file-function): New defun.  Added to
3048         `kill-buffer-hook'.
3050 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
3052         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3054 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3056         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3057         (color-name-rgb-alist, tty-standard-colors)
3058         (tty-color-mode-alist): Change to defconst.
3060         * simple.el (mark-inactive): Purecopy message.
3062         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3063         (global-map, yank-menu):
3064         * textmodes/ispell.el (ispell-menu-map):
3065         * net/eudc.el (eudc-tools-menu):
3066         * international/mule-cmds.el (describe-language-environment-map)
3067         (setup-language-environment-map, set-coding-system-map)
3068         (mule-menu-keymap):
3069         * vc-hooks.el (vc-menu-entry, vc-menu-map):
3070         * replace.el (occur-mode-map):
3071         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3073 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
3075         * calc/calc.el (math-read-number, math-read-number-simple): Use
3076         `save-match-data'.
3078 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3080         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3081         rather than fiddling with global-map bindings, since it should only
3082         affect per-terminal settings.
3083         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3085         * minibuffer.el (completion-table-with-terminator): Allow to specify
3086         the terminator-regexp.
3088         * simple.el (switch-to-completions): Look for *Completions* in other
3089         frames as well.
3091         * pcomplete.el: Allow the use of completion-tables.
3092         (pcomplete-std-complete): New command.
3093         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3094         (pcomplete--here): Use a function for `form' rather than an expression,
3095         so it can be byte-compiled.
3096         (pcomplete-here, pcomplete-here*): Adjust accordingly.
3097         Add edebug declaration.
3098         (pcomplete-show-completions): Remove unused var `curbuf'.
3099         (pcomplete-do-complete, pcomplete-stub):
3100         Don't assume `completions' is a list of strings any more.
3102 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
3104         * find-dired.el (find-name-arg): Fix typo in docstring.
3106 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3108         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3109         (pcmpl-linux-fs-types): Same, and update to new modules layout.
3111         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3112         pcomplete-entries.
3114         * comint.el (comint-read-input-ring, comint-write-input-ring)
3115         (comint-substitute-in-file-name)
3116         (comint-dynamic-complete-as-filename)
3117         (comint-dynamic-simple-complete)
3118         (comint-dynamic-list-filename-completions)
3119         (comint-dynamic-list-completions)
3120         (comint-redirect-results-list-from-process): Minor simplifications.
3122 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3124         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3125         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3126         the first form.  And insert a blank line after ";;; Code" since
3127         that's usual style.  (My Bug#4612.)
3129         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3131 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3133         * minibuffer.el (completion-table-with-terminator): Properly implement
3134         boundaries, in case `terminator' appears in the suffix.
3135         (completion--embedded-envvar-table): Don't return boundaries if
3136         there's no valid completion.  Simplify.
3137         (completion-file-name-table): New completion table extracted from
3138         completion--file-name-table.
3139         (completion--file-name-table): Use it.
3140         (read-file-name-predicate): Declare obsolete.
3141         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3142         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3143         completion-file-name-table, and use the `pred' argument.
3144         * files.el (locate-file-completion-table): Use the `pred' arg rather
3145         than read-file-name-predicate.
3146         (abbreviate-file-name): Use \` rather than ^ for BOS.
3148 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3150         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3151         vc-responsible-backend to register, it causes problems.
3153 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3157 2009-10-21  Eric Ludlam  <zappo@gnu.org>
3159         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3160         (semantic-c-debug-mode-init-pch): New functions.
3161         (semantic-c-debug-mode-init-last-mode): New var.
3162         (semantic-c-parse-lexical-token): Use them.
3164         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3165         When extracting the argument list, limit only by point-max.
3167 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
3169         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3170         (tramp-smb-handle-file-attributes): Use it.
3171         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3172         (tramp-smb-handle-insert-directory): Use `mapc' rather than
3173         `mapcar'.  Use `tramp-smb-get-stat-capability'.
3174         Add `dired-filename' text properties.
3175         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3176         (tramp-smb-maybe-open-connection): Simplify check for smbclient
3177         version.
3179 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * subr.el (read-key-delay): Reduce to 0.01.
3182         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3183         (bug#4751).
3185 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3187         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3189         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3190         (Info-menu): Remove unused vars `last' and `completions'.
3191         (Info-index-nodes): Remove unused var `node'.
3193         * info.el (Info-complete-menu-item): Use complete-with-action.
3195 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3197         Make vc-annotate work through copies and renames.
3198         * vc-annotate.el (vc-annotate-extract-revision-at-line):
3199         Return the file name too.
3200         (vc-annotate-revision-at-line)
3201         (vc-annotate-find-revision-at-line)
3202         (vc-annotate-revision-previous-to-line)
3203         (vc-annotate-show-log-revision-at-line): Update to get the file
3204         name from vc-annotate-extract-revision-at-line.
3205         (vc-annotate-show-diff-revision-at-line-internal): Change the
3206         argument to mean whether to show a file diff or not.  Get the file
3207         name from vc-annotate-extract-revision-at-line.
3208         (vc-annotate-show-diff-revision-at-line):
3209         Update vc-annotate-show-diff-revision-at-line call.
3210         (vc-annotate-warp-revision): Add an optional file argument.
3212         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3213         (vc-git-annotate-extract-revision-at-line): Also return the file
3214         name if found.
3216         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3217         command.  Remove unused code.
3218         (vc-hg-annotate-re): Update to match --follow output.
3219         (vc-hg-annotate-extract-revision-at-line): Also return the file
3220         name if found.
3222         * vc.el: Update annotate-extract-revision-at-line documentation.
3224 2009-10-18  Kevin Ryde  <user42@zip.com.au>
3226         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3227         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3229         * net/browse-url.el (browse-url): Identify alist with "consp and
3230         not functionp" and let all other things go down the `apply' leg,
3231         as suggested by Stefan.  (Further to bug#4531.)
3233 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
3235         * minibuffer.el (read-file-name): Check for repeat before putting
3236         a default argument in file-name-history (Bug#4657).
3238         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3239         read syntax (Bug#4737).
3241         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3243 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3245         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3246         (html-tag-alist, html-tag-help): Add descriptions for undocumented
3247         entries and make note of obsolete tags.
3249 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3251         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3253 2009-10-18  Glenn Morris  <rgm@gnu.org>
3255         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3256         grep, so that binary files (eg international/uni-bidi.el) can match.
3257         Remove test for "UnicodeData" files, since it is hopefully unnecessary
3258         now, and in any case the file header format has changed.
3260 2009-10-17  Glenn Morris  <rgm@gnu.org>
3262         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3263         (flyspell-get-word, flyspell-large-region)
3264         (flyspell-auto-correct-previous-word): Doc/error message fixes.
3266 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3268         * Makefile.in (ELCFILES): Add ede/shell.
3270 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3272         * term/common-win.el (x-colors): Purecopy it.
3274 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3276         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3277         permissive for when the buffer is empty.
3278         (tar-header-block-tokenize): Decode the username and groupname.
3279         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3281 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3283         * cedet/srecode/srt.el:
3284         * cedet/srecode/compile.el:
3285         * cedet/semantic/mru-bookmark.el:
3286         * cedet/semantic/debug.el:
3287         * cedet/semantic/complete.el:
3288         * cedet/semantic/analyze.el: Require CL when compiling.
3290 2009-10-17  Eric Ludlam  <zappo@gnu.org>
3292         * cedet/semantic/scope.el
3293         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3294         tmpscope so that the regular scope will continue to work.
3296         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3297         Use semantic-idle-summary-highlight-face as the highlighting.
3299         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3300         contains multibyte characters, choose first applicable coding
3301         system automatically.
3303         * cedet/ede/project-am.el (project-run-target): New method.
3304         (project-run-target): New method.
3306         * cedet/ede.el (ede-target): Add run target menu item.
3307         (ede-project, ede-minor-keymap): Add ede-run-target binding.
3308         (ede-run-target): New function.
3309         (ede-target::project-run-target): New method.
3311         * cedet/ede/proj.el (project-run-target): New method.
3313         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3314         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
3315         Add :rules.
3316         (ede-proj-target-makefile-shared-object): Only libtool compilers
3317         now available.  Add linkers for libtool.
3318         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3319         (ede-proj-makefile-target-name): Always use .la extension.
3321         * cedet/ede/proj-prog.el (project-run-target): New method.
3323         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3324         (ede-g++-linker): Change Change link lines.
3326         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3327         When searching for old variables, go to the end of the buffer and
3328         search backward from there.
3329         (ede-proj-makefile-automake-insert-subdirs)
3330         (ede-proj-makefile-automake-insert-extradist): New methods.
3331         (ede-proj-makefile-create): Use them.
3333         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3334         Force FILE to expand to the current target.  Use file-exists-p to
3335         check that it exists.
3337         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3338         (ede-linux-load): Wrap dir in file-name-as-directory.
3339         Set :version slot.
3341         * cedet/ede/files.el (ede-get-locator-object): When enabling
3342         locate, do so on "top".
3344         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3345         file-name-as-directory during compare.
3346         (ede-emacs-version): Return Emacs/XEmacs differentiator.
3347         Get version number from different places.  Don't call egrep.
3348         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
3349         to set the directory.
3351         * cedet/ede/shell.el: New file.
3353         * cedet/inversion.el (inversion-decoders): Allow for stray . in
3354         alpha/beta variants.
3356 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3358         * international/mule-cmds.el (select-safe-coding-system): If the file
3359         has a coding cookie, use it regardless of any other setting (bug#4712).
3361 2009-10-17  Glenn Morris  <rgm@gnu.org>
3363         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3364         All errors should have messages.
3366         * foldout.el (foldout-mouse-swallow-events):
3367         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3369         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3370         (dired-keep-marker-copy, dired-keep-marker-hardlink)
3371         (dired-keep-marker-symlink, dired-dwim-target)
3372         (dired-copy-preserve-time): Do not autoload these defcustoms.
3374         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3375         messages from messing up the file coding.  (Bug#4623)
3377 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
3379         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3380         if no match is found for the current dictionary.  (Bug#4578)
3382         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3383         optional, since that is how it is documented, and this is often called
3384         with a nil argument.  (Bug#4577)
3385         (flyspell-external-point-words, flyspell-auto-correct-word)
3386         (flyspell-correct-word-before-point, flyspell-word-search-forward)
3387         (flyspell-word-search-backward): Remove nil argument in calls to
3388         flyspell-get-word, since it is not needed now.
3390 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
3392         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
3394 2009-10-16  Glenn Morris  <rgm@gnu.org>
3396         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3398 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3400         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3401         (ange-ftp-file-size): New function.
3402         (ange-ftp-file-attributes): Use it.
3404 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
3406         * net/tramp-smb.el (tramp-smb-version): New defvar.
3407         (tramp-smb-maybe-open-connection): Use it, in order to avoid
3408         repeated checks.
3410 2009-10-16  Glenn Morris  <rgm@gnu.org>
3412         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3413         Maybe copy some custom properties from old to new name.  (Bug#4706)
3415 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3417         * subr.el (error, sit-for, start-process-shell-command)
3418         (start-file-process-shell-command): Set the calling convention
3419         after the function definition.
3421 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * subr.el (error, sit-for, start-process-shell-command)
3424         (start-file-process-shell-command): Use the new
3425         set-advertised-calling-convention feature.
3427 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
3429         * international/ucs-normalize.el (ucs-normalize-version):
3430         Change to 1.2.
3431         (check-range): Adjust for Unicode 5.2.
3433 2009-10-15  Juri Linkov  <juri@jurta.org>
3435         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3436         to the `menu-item' format.
3438 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
3440         * net/tramp.el (tramp-replace-environment-variables): Do not fail
3441         if the environment variable does not exist.
3443         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3444         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3445         parameter.
3446         (tramp-smb-handle-add-name-to-file)
3447         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3448         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3449         (tramp-smb-handle-file-attributes)
3450         (tramp-smb-do-file-attributes-with-stat)
3451         (tramp-smb-handle-file-local-copy)
3452         (tramp-smb-handle-insert-directory)
3453         (tramp-smb-handle-make-directory)
3454         (tramp-smb-handle-make-directory-internal)
3455         (tramp-smb-handle-make-symbolic-link)
3456         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3457         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3458         (tramp-smb-maybe-open-connection): Apply the changed parameters.
3459         (tramp-smb-read-file-entry): Read Disk names in compressed format.
3460         Handle long file names.
3461         (tramp-smb-get-cifs-capabilities): Check, whether the connection
3462         process is running.
3463         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3464         Read share names with "-g" option.
3466 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
3468         * net/rcirc.el (rcirc-view-log-file): New command.
3469         (rcirc-track-minor-mode-map): Remove C-c ` binding.
3470         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3471         specified.
3473 2009-10-15  Glenn Morris  <rgm@gnu.org>
3475         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3476         from the second command-line argument.
3477         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3478         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3479         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3480         w32-batch-update-autoloads.
3481         * emacs-lisp/autoload.el (autoload-make-program): New variable.
3482         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3484         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3485         the headers cannot be located.  Simplify, subtracting superflous
3486         save-excursions.
3488 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3490         Replace completion-base-size by completion-base-position to fix bugs
3491         such as (bug#4699).
3492         * simple.el (completion-base-position): New var.
3493         (completion-base-size): Mark as obsolete.
3494         (choose-completion): Make it work for mouse events as well.
3495         Pass the new base-position to choose-completion-string.
3496         (choose-completion-guess-base-position): New function, extracted from
3497         choose-completion-delete-max-match.
3498         (choose-completion-delete-max-match): Use it.  Make obsolete.
3499         (choose-completion-string): Use the new base-position info.
3500         (completion-root-regexp): Delete.
3501         (completion-setup-function): Preserve completion-base-position.
3502         Eliminate obsolete base-size manipulation.
3503         * minibuffer.el (display-completion-list): Don't mess with base-size.
3504         (minibuffer-completion-help): Set completion-base-position instead.
3505         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3506         choose-completion.
3507         * textmodes/bibtex.el (bibtex-complete):
3508         * emacs-lisp/crm.el (crm--choose-completion-string):
3509         Adjust to new calling convention.
3510         * complete.el (partial-completion-mode): Use minibufferp to avoid
3511         bumping into incompatible change to choose-completion-string-functions.
3512         * ido.el (ido-choose-completion-string): Make its calling convention
3513         more permissive.
3514         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3515         base-size manipulation.
3516         (comint-dynamic-list-input-ring): Use dotimes and push.
3517         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3518         fundamental-mode.  Use `or'.
3520 2009-10-14  Juri Linkov  <juri@jurta.org>
3522         * misearch.el (multi-isearch-next-buffer-from-list)
3523         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
3525 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3527         * Makefile.in (compile-onefile): Load `bytecomp' rather than
3528         `bytecomp.el'.
3530         * minibuffer.el (completion-pcm--merge-completions): Make sure the
3531         string we return is all made up of text from the completions rather
3532         than part from the completions and part from the input (bug#4219).
3534         * ido.el (ido-everywhere): Use define-minor-mode.
3536         * buff-menu.el (list-buffers, ctl-x-map):
3537         Mark the entry points with ;;;###autoload cookies.
3539 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3541         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3542         correctly in the detached head case.
3543         (vc-git-print-log): Remove unused binding.
3545         * vc.el (vc-responsible-backend): When a directory is passed for
3546         for registration create a VC repository if no backend is
3547         responsible for the directory argument.
3548         (vc-deduce-fileset): Tell vc-responsible-backend to register.
3550         * vc.el: Move comments about RCS and SCCS ...
3551         * vc-rcs.el:
3552         * vc-sccs.el: ... here, respectively.
3554 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3556         * minibuffer.el (completion--file-name-table): Return nil if there's
3557         no file completion, even if substitute-in-file-name changed
3558         the string (bug#4708).
3560 2009-10-13  Juri Linkov  <juri@jurta.org>
3562         * files-x.el (read-file-local-variable-value): Don't filter out
3563         minor modes from mode name completion (bug#4664).
3565 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3567         * international/mule-cmds.el (ucs-names): Remove exclusion of
3568         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3570 2009-10-13  Kenichi Handa  <handa@m17n.org>
3572         * international/uni-name.el: Regenerated.
3574 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3576         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
3577         should be automatically buffer-local, but isn't.)
3579 2009-10-12  Sam Steingold  <sds@gnu.org>
3581         * progmodes/compile.el (compilation-next-error-function): Fix the
3582         timestamps if the buffer has been visited before.
3583         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3584         non-anchored patterns, like the perl one (bug#3928).
3586 2009-10-12  Glenn Morris  <rgm@gnu.org>
3588         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3589         Let-bind `size'.
3591 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
3593         * proced.el (proced-unload-function): New function.
3595         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3596         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3597         Doc fix.
3599         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3601 2009-10-11  Juri Linkov  <juri@jurta.org>
3603         * files-x.el (read-file-local-variable-value):
3604         Provide default value only for bound variables (bug#4664).
3606 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
3608         * net/tramp.el (tramp-local-host-p): Function shall return nil for
3609         connection methods like smb.
3611         * net/tramp-cache.el (tramp-flush-connection-property): The hash
3612         can be empty.
3614         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3615         (tramp-smb-file-name-handler-alist): Add handlers for
3616         `add-name-to-file', `make-symbolic-link'.
3617         (tramp-smb-handle-add-name-to-file)
3618         (tramp-smb-do-file-attributes-with-stat)
3619         (tramp-smb-handle-make-symbolic-link)
3620         (tramp-smb-get-cifs-capabilities): New defuns.
3621         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3622         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3623         (tramp-smb-handle-file-local-copy)
3624         (tramp-smb-handle-make-directory-internal)
3625         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3626         The file name syntax depends on cifs capabilities.
3627         (tramp-smb-handle-file-attributes):
3628         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3629         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3630         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3632 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3634         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3635         (eieio-defclass): Apply deftype handler and setf-method properties
3636         directly.
3637         (eieio-add-new-slot): Avoid union function from cl library.
3638         (eieio--typep): New function.
3639         (eieio-perform-slot-validation): Use it.
3641 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3643         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3644         Update documentation to refer to the variables documented in r1.135.
3645         (Bug#4188)
3647 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3649         * bookmark.el (Info-suffix-list): Remove this unused variable.
3650         (bookmark-current-point): Remove this obsolete variable.
3651         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3652         Adjust for removal of bookmark-current-point.
3654         (bookmarks-already-loaded, bookmark-current-buffer)
3655         (bookmark-yank-point): Document.  (Bug#4188)
3657 2009-10-10  Glenn Morris  <rgm@gnu.org>
3659         * frame.el (frame-height): Doc fix.
3661         * calendar/calendar.el (calendar-split-width-threshold): New option.
3662         (calendar-basic-setup): Use calendar-split-width-threshold.
3664 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
3666         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3667         Use .la for Automake.
3669 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
3671         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3672         Use "autoreconf -i".  Suggested by Andreas Schwab.
3674 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3676         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3677         Ideographic Supplement" range (U+1F200..U+1F2FF).
3679 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3681         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3682         since the list will have been rebuilt anyway.  (Bug#4349)
3684 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3686         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3687         (bookmark-bmenu-execute-deletions): Don't save here, as
3688         bookmark-delete will now do so if necessary.
3689         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3690         (Bug#4348)
3692 2009-10-09  Glenn Morris  <rgm@gnu.org>
3694         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3696 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3698         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3699         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3700         argument now, so the two function's behaviors will match.  (Bug#3645)
3702 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3704         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3705         Fix filename test.
3706         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3707         to expand file names.
3709 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3711         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3712         (tramp-file-name-real-host, tramp-file-name-port):
3713         Apply `save-match-data'.
3715         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3716         case both directories are remote.
3717         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3718         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3720 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3722         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3723         (ede-proj-target-makefile-objectcode): Use it.
3725         * cedet/ede/source.el (ede-want-any-source-files-p)
3726         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3727         Return search result.  This error was introduced while merging.
3729 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3731         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3733 2009-10-07  Glenn Morris  <rgm@gnu.org>
3735         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3736         of concat.
3738 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3740         * files-x.el (read-file-local-variable): Include some
3741         non-user-variables in the completion table (bug#4664).
3743 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3745         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3746         message.
3748         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3749         (tramp-smb-file-name-handler-alist): Add handler for
3750         `copy-directory', `expand-file-name', `set-file-modes'.
3751         (tramp-smb-handle-copy-directory)
3752         (tramp-smb-handle-expand-file-name)
3753         (tramp-smb-handle-set-file-modes): New defuns.
3754         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3755         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3756         entry.
3757         (tramp-smb-handle-insert-directory): Don't flush the cache.
3758         (tramp-smb-maybe-open-connection): Check for samba client and
3759         server versions.
3761 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3763         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3764         to not error out of search for "^lisp=" fails.
3766 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3768         * makefile.w32-in (WINS_UPDATES): New macro.
3769         (custom-deps, finder-data, autoloads): Use it.
3771 2009-10-07  Glenn Morris  <rgm@gnu.org>
3773         * Makefile.in (autoloads): Revert previous change.
3774         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3775         the list of preloaded files passed on the command-line, get
3776         it from src/Makefile.
3778         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3779         show the original buffer rather than a random one.
3781 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3783         * help.el (describe-no-warranty): Place point in a slightly better
3784         position in the GPLv3 text.
3786 2009-10-06  Sam Steingold  <sds@gnu.org>
3788         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3789         the comm attribute is present before calling regexp-quote.
3791 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3793         * play/animate.el (animate-string): For good effect, make sure
3794         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3796         * play/animate.el (animate-sequence, animate-birthday-present):
3797         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3799 2009-10-06  Glenn Morris  <rgm@gnu.org>
3801         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3803         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3804         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3805         (batch-update-autoloads): Process a string value of autoload-excludes,
3806         set during the build process.
3807         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3809         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3810         inside with-parsed...  macro so that `v' is defined.
3812         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3813         * progmodes/fortran.el (fortran-end-of-block)
3814         (fortran-beginning-of-block):
3815         Also push mark in the macro case.
3817         * emerge.el (emerge-show-file-name):
3818         * calc/calc.el (calc-quit):
3819         * calc/calc-misc.el (calc-big-or-small):
3820         * calc/calc-graph.el (calc-graph-view):
3821         * calc/calc-ext.el (calc-reset):
3822         * calendar/calendar.el (calendar-basic-setup):
3823         Use window-full-height-p.
3825         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3826         header we don't understand, don't insert another.  (Bug#4624)
3827         If changing mime charset, insert the new one in the right place.
3829 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3831         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3832         (cal-tex-cursor-month): Correctly increment the end date for diary and
3833         holiday listing.  (Bug#4626)
3835 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3837         * help-fns.el (describe-function-1): Don't burp if the function is not
3838         a symbol.
3840 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3842         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3843         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3844         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3845         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3847         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3848         (eieio-default-superclass): Reflow docstrings.
3849         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3850         (eieio-unbind-method-implementations, defmethod)
3851         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3852         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3853         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3854         (eieio-slot-originating-class-p, eieio-slot-name-index)
3855         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3856         (constructor, initialize-instance, no-next-method, object-print)
3857         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3858         Fix typos in docstrings.
3859         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3860         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3861         (next-method-p): Doc fixes.
3862         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3863         Fix typos in error messages.
3864         (eieio-defmethod): Fix typo in description of generic method.
3866         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3867         (eieio-persistent-save-interactive, slot-missing):
3868         Fix typos in docstrings.
3869         (eieio-instance-inheritor-slot-boundp): Doc fix.
3871         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3872         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3874         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3875         (eieio-custom-object-apply-reset):
3876         Fix typos in docstrings and error messages.
3878         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3879         Fix typo in docstring.
3881         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3882         (eieio-browse-tree): Doc fix.
3883         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3884         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3885         Fix typos in docstrings.
3887         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3888         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3889         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3890         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3891         Reflow docstrings.
3893 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3895         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3896         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3897         Set log-view-vc-backend so that diff can work.
3899         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3900         vc-version-diff.
3901         (vc-diff-internal): Autoload this instead of vc-version-diff.
3903 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3905         * simple.el (eval-expression): Doc fix.
3907         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3909 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3911         * files.el (directory-files-no-dot-files-regexp): New defconst.
3912         (delete-directory): Use it.
3913         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3915         * net/tramp.el (tramp-verbose): Fix docstring.
3916         (tramp-methods): Add recursive option to `tramp-copy-args'.
3917         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3918         "scp1_old", "scp2_old", "rsync", "rsyncc".
3919         (tramp-default-method): Check also for `auth-source-user-or-password'.
3920         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3921         Add handler for `copy-directory'.
3922         (tramp-handle-copy-directory): New defun.
3923         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3924         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3925         Optimize sent command.
3927 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3930         window if necessary.
3932         * calendar/calendar.el (calendar-basic-setup): Don't call
3933         switch-to-buffer in a dedicated window.
3935 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3937         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3938           don't do anything related to relocating, just return nil.
3939         (bookmark-error-no-filename): New error.
3940         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3941           bookmark has no file.  Don't even attempt to handle things that
3942           are not files; the whole point of custom handlers is to keep that
3943           knowledge elsewhere anyway.  Tighten some comments.
3944         (bookmark-file-or-variation-thereof): Remove now-unused function.
3945         (bookmark-location): Doc string fix.
3946         (Bug#4250)
3948 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3950         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3951         don't use a file dialog, because they usually don't know how to read
3952         a directory target from the user.  (Bug#4230)
3953         Also, make sure the prompt can display directories as well as files.
3955 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3957         * bookmark.el (bookmark-set, bookmark-buffer-name):
3958         Improve doc strings.  (Bug#1193)
3960 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3962         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
3963         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
3964         (bookmark-get-annotation, bookmark-set-annotation)
3965         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
3966         (bookmark-set-position, bookmark-get-front-context-string)
3967         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
3968         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
3969         (bookmark-jump-other-window, bookmark-handle-bookmark)
3970         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
3971         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
3972         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
3973            Improve doc strings to say whether bookmark can be a string or
3974            a record or both, and make other consistency and clarity fixes.
3975         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
3976         (bookmark-default-annotation-text, bookmark-yank-word)
3977         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
3978         (bookmark-import-new-list, bookmark-maybe-rename)
3979         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
3980         (bookmark-bmenu-bookmark): Give these doc strings.
3981         (bookmark-bmenu-check-position): Give this a doc string, but also
3982            add a FIXME comment about how the function may be pointless.
3983         (bookmark-default-handler): Rework doc string and change a
3984            parameter name, to clarify that this takes a bookmark record
3985            not a bookmark name.
3986         (bookmark-set): Change a parameter name to indicate its meaning,
3987            and improve the doc string a bit.
3988         (Bug#4188)
3990 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3992         * bookmark.el (bookmark-alist): Document the new `handler' element
3993         in the param alist.
3994         (bookmark-make-record-function): Adjust documentation for above.
3995         (Bug#4193)
3997 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3999         * info.el (Info-bookmark-make-record): Document this function.
4000         (Info-bookmark-jump): Document with a doc string, not just a comment.
4001         (Bug#4203)
4003 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4005         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4006         (semantic-new-buffer-fcn): Call parser setup functions here.
4007         (semantic-mode): Don't call parser setup functions here, it's done
4008         in semantic-new-buffer-fcn now.
4009         (semantic-mode): Parse all existing buffers when enabled.
4011         * cedet/srecode/compile.el (srecode-compile-file):
4012         Call semantic-new-buffer-fcn if the buffer has not been parsed.
4014 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4016         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4018         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4019         (proj-comp-insert-variable-once): New macro, renamed from
4020         ede-pmake-insert-variable-once in ede/pmake.edl.
4021         (ede-proj-makefile-insert-variables): Use it.
4023 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
4025         * files.el (copy-directory): New defun.
4027         * dired-aux.el (dired-copy-file-recursive): Use it.
4029 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4031         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4032         (makefile-end-of-command):
4033         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4034         (semantic-end-of-context): Fix previous change.  Doc fixes.
4036 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4038         * files-x.el (modify-dir-local-variable)
4039         (copy-dir-locals-to-file-locals-prop-line):
4040         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4041         (makefile-end-of-command):
4042         * cedet/semantic/lex.el (semantic-lex-token):
4043         * cedet/semantic/analyze/fcn.el
4044         (semantic-analyze-dereference-metatype-1):
4045         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4046         (semantic-lex-cpp-undef):
4047         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4048         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4049         (semantic-end-of-context): Fix typos in docstrings.
4051         * recentf.el (recentf-unload-function): New function.
4053 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4055         * cedet/ede.el (ede-project-placeholder-cache-file):
4056         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4057         * cedet/srecode/map.el (srecode-map-save-file):
4058         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
4060 2009-10-04  Glenn Morris  <rgm@gnu.org>
4062         * window.el (window-full-height-p): Add doc string.
4064 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
4066         * window.el (window-full-height-p): New function.  (Bug#4543)
4068 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
4070         * cedet/srecode/insert.el: Require srecode/args.
4072         * cedet/srecode/args.el: Require srecode/dictionary instead of
4073         srecode/insert.
4075         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4077         * files.el (auto-mode-alist): Add .srt and Project.ede.
4079         * cedet/semantic.el (semantic-mode):
4080         Handle srecode-template-mode-hook as well.
4081         (semantic-mode): Use js-mode-hook for Javascript hook.
4083         * cedet/srecode/template.el: Remove hook variable.
4085         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4087         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4088         projects exist.
4089         (ede-project-placeholder-cache-file): Default to a file in
4090         user-emacs-directory.
4092         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4093         templates in data-directory.
4094         (srecode-map-save-file): Default to a file in user-emacs-directory.
4096         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4097         directory.
4099 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4101         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4102         Doc fix.
4104         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4105         Only insert each variable once.
4107         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4108         (ede-pmake-insert-variable-shared): Use it.
4110         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4111         for lexical table iff table is nil.
4113 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4115         * vc.el: Remove commented out code.
4116         (vc-derived-from-dir-mode): Remove, unused.
4117         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4119 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
4121         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4122         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
4123         there could be recursive loading when `default-directory' is a
4124         remote file name.  (Bug#4614)
4126 2009-10-03  Glenn Morris  <rgm@gnu.org>
4128         * calendar/calendar.el (calendar-basic-setup): Handle the case where
4129         the frame is wide.
4130         (calendar-generate-window): Test for shrinkability rather than width.
4132         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4133         declaration, currently false.
4135         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4136         reusing existing buffers, in case we happen to visit two files with the
4137         same basename.  (Bug#4593)
4139 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4141         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4142         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4143         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4144         subdirs of cedet as well.
4145         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4147 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4149         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4150         Obey advertised-signature-table.
4152         * help-fns.el (help-function-arglist): Don't check
4153         advertised-signature-table.
4154         (describe-function-1): Do it here instead so it also applies to subrs.
4156 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4158         * simple.el (start-file-process): Say in the doc-string, that file
4159         handlers might not support pty association, if PROGRAM is nil.
4161         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4162         HOST and USER are strings.  They are nil, when there are
4163         incomplete entries in ~/.netrc, for example.
4164         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
4165         root directory ("device busy" error otherwise).
4167         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4168         Flush file properties of created directory.
4170 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4172         * makefile.w32-in (WINS_BASIC): Remove cedet.
4173         (WINS_CEDET): Add cedet.
4174         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4176 2009-10-02  Kevin Ryde  <user42@zip.com.au>
4178         * net/browse-url.el (browse-url): Pass any symbol in
4179         browse-url-browser-function to `apply', since if you've mistakenly put
4180         an unbound symbol then the error is clearer.  (Bug#4531)
4182 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4184         * allout.el (allout-init, allout-back-to-current-heading)
4185         (allout-beginning-of-current-entry, allout-ascend-to-depth)
4186         (allout-ascend, allout-up-current-level, allout-end-of-level)
4187         (allout-previous-visible-heading, allout-forward-current-level)
4188         (allout-backward-current-level, allout-show-children):
4189         * apropos.el (apropos-describe-plist):
4190         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4191         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4192         * completion.el (add-completion, add-permanent-completion):
4193         * descr-text.el (describe-text-category, describe-char):
4194         * desktop.el (desktop-lazy-abort):
4195         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4196         * dired.el (dired-build-subdir-alist):
4197         * ediff.el (ediff-version):
4198         * elide-head.el (elide-head, elide-head-show):
4199         * emerge.el (emerge-version):
4200         * env.el (getenv):
4201         * face-remap.el (variable-pitch-mode):
4202         * faces.el (describe-face):
4203         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4204         (dired-at-point):
4205         * files.el (find-file-existing, auto-save-mode):
4206         * font-lock.el (font-lock-fontify-buffer):
4207         * help-fns.el (describe-function, describe-variable)
4208         (describe-syntax, describe-categories):
4209         * help.el (view-lossage, describe-bindings, describe-key)
4210         (describe-mode):
4211         * hexl.el (hexl-current-address):
4212         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4213         * info.el (Info-goto-emacs-key-command-node):
4214         * log-edit.el (log-edit-insert-cvs-template)
4215         (log-edit-insert-cvs-rcstemplate):
4216         * menu-bar.el (menu-bar-mode):
4217         * mouse.el (mouse-appearance-menu):
4218         * newcomment.el (comment-indent-new-line):
4219         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4220         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4221         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4222         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4223         * recentf.el (recentf-mode):
4224         * savehist.el (savehist-mode, savehist-save):
4225         * shadowfile.el (shadow-copy-files):
4226         * simple.el (kill-ring-save, next-line, previous-line)
4227         (normal-erase-is-backspace-mode):
4228         * strokes.el (strokes-update-window-configuration)
4229         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4230         (strokes-xpm-for-stroke):
4231         * time.el (emacs-uptime, emacs-init-time):
4232         * tutorial.el (tutorial--describe-nonstandard-key)
4233         (tutorial--detailed-help):
4234         * type-break.el (type-break-mode)
4235         (type-break-mode-line-message-mode, type-break-query-mode)
4236         (type-break-guesstimate-keystroke-threshold):
4237         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4238         * version.el (emacs-version):
4239         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4240         * winner.el (winner-mode):
4241         * calendar/timeclock.el (timeclock-in, timeclock-out)
4242         (timeclock-status-string, timeclock-change)
4243         (timeclock-workday-remaining-string)
4244         (timeclock-workday-elapsed-string)
4245         (timeclock-when-to-leave-string):
4246         * calendar/todo-mode.el (todo-add-category):
4247         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4248         * emacs-lisp/autoload.el (update-file-autoloads):
4249         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4250         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4251         (checkdoc-message-text, checkdoc-defun):
4252         * emacs-lisp/debug.el (debugger-list-functions):
4253         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4254         * emacs-lisp/eieio-opt.el (eieio-describe-class)
4255         (eieio-describe-generic):
4256         * emacs-lisp/lisp-mnt.el (lm-synopsis):
4257         * emacs-lisp/shadow.el (list-load-path-shadows):
4258         * emulation/cua-base.el (cua-mode):
4259         * emulation/edt.el (edt-set-scroll-margins):
4260         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4261         (tpu-toggle-regexp, tpu-toggle-search-direction)
4262         (tpu-toggle-rectangle, tpu-toggle-control-keys):
4263         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4264         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4265         (viper-set-parsing-style-toggling-macro)
4266         (viper-set-emacs-state-searchstyle-macros):
4267         * emulation/viper.el (viper-set-hooks):
4268         * eshell/esh-mode.el (eshell-truncate-buffer):
4269         * international/mule-cmds.el (prefer-coding-system)
4270         (describe-input-method, describe-language-environment):
4271         * international/mule-diag.el (list-character-sets)
4272         (describe-character-set, describe-coding-system)
4273         (describe-fontset, list-fontsets, list-input-methods):
4274         * mail/sendmail.el (mail-signature):
4275         * net/ange-ftp.el (ange-ftp-copy-file):
4276         * net/browse-url.el (browse-url):
4277         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4278         * net/quickurl.el (quickurl-add-url):
4279         * net/rcirc.el (names, topic):
4280         * net/xesam.el (xesam-mode):
4281         * play/5x5.el (5x5-new-game):
4282         * play/yow.el (apropos-zippy):
4283         * progmodes/ada-mode.el (ada-mode-version):
4284         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4285         (f90-end-of-block)
4286         (f90-beginning-of-block):
4287         * progmodes/fortran.el (fortran-end-of-block)
4288         (fortran-beginning-of-block):
4289         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4290         * progmodes/python.el (python-describe-symbol, python-shell):
4291         * term/ns-win.el (ns-print-buffer):
4292         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4293         * textmodes/flyspell.el (flyspell-mode-on):
4294         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4295         (pages-directory-for-addresses):
4296         * textmodes/table.el (table-recognize-cell)
4297         (table-query-dimension, table-generate-source)
4298         (table-insert-sequence, table--warn-incompatibility):
4299         * textmodes/tex-mode.el (tex-validate-buffer):
4300         * textmodes/texinfmt.el (texinfmt-version)
4301         (texinfo-format-buffer):
4302         Use `called-interactively-p' instead of `interactive-p'.
4304 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4306         * image-mode.el (image-toggle-display):
4307         * emacs-lisp/elp.el (elp-instrument-function):
4308         * emacs-lisp/advice.el (ad-make-advised-definition):
4309         * emacs-lisp/easy-mmode.el (define-minor-mode):
4310         * net/browse-url.el (browse-url-maybe-new-window):
4311         * progmodes/sh-script.el (sh-learn-buffer-indent):
4312         Pass new argument 'any to `called-interactively-p'.
4314 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4316         * international/uni-bidi.el:
4317         * international/uni-category.el:
4318         * international/uni-combining.el:
4319         * international/uni-comment.el:
4320         * international/uni-decimal.el:
4321         * international/uni-decomposition.el:
4322         * international/uni-digit.el:
4323         * international/uni-lowercase.el:
4324         * international/uni-mirrored.el:
4325         * international/uni-name.el:
4326         * international/uni-numeric.el:
4327         * international/uni-old-name.el:
4328         * international/uni-titlecase.el:
4329         * international/uni-uppercase.el:
4330         Regenerate from Unicode 5.2.0 data.
4332 2009-10-01  Glenn Morris  <rgm@gnu.org>
4334         * Makefile.in (ELCFILES): Regenerate.
4336 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4338         * subr.el (interactive-p): Mark obsolete.
4339         (called-interactively-p): Make the optional-ness of `kind' obsolete.
4340         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4341         advertised-signature-table for subroutines as well.
4343         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4344         (set-advertised-calling-convention): New function.
4345         (make-obsolete, define-obsolete-function-alias)
4346         (make-obsolete-variable, define-obsolete-variable-alias):
4347         Make the optional-ness of `when' obsolete.
4348         (define-obsolete-face-alias): Make `when' non-optional.
4349         * help-fns.el (help-function-arglist):
4350         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4351         Use advertised-signature-table.
4353 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4355         * files.el (delete-directory): New defun.  The original function
4356         in fileio.c has been renamed to `delete-directory-internal'.
4358         * dired.el (dired-delete-file): Call `delete-directory' with
4359         RECURSIVE parameter.
4361         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4362         parameter RECURSIVE.  Implementation is missing.
4364         * net/tramp.el (tramp-handle-make-directory): Flush upper
4365         directory's file properties.
4366         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4367         (tramp-handle-dired-recursive-delete-directory): Flush directory
4368         properties after the remove command only.
4370         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4371         Handle optional parameter RECURSIVE.
4373         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4374         Handle optional parameter RECURSIVE.
4376         * net/tramp-smb.el (tramp-smb-errors): Add error message for
4377         connection timeout.
4378         (tramp-smb-handle-delete-directory): Handle optional parameter
4379         RECURSIVE.
4381 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4383         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4384         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4385         (byte-compile-defmacro): Use backquotes.
4387         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4389         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4390         has no associated file.
4391         (vc-resynch-buffer): Use vc-dir-buffers.
4393 2009-10-01  Glenn Morris  <rgm@gnu.org>
4395         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4396         (chart-file-count):
4397         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4398         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4399         * emacs-lisp/eieio-opt.el (eieio-describe-class):
4400         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4401         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4402         (eieio-copy-parents-into-subclass, make-instance, class-children)
4403         (eieio-generic-form):
4404         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4405         * cedet/cedet-idutils.el (cedet-idutils-search)
4406         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4407         (cedet-idutils-version-check):
4408         * cedet/cedet.el (cedet-version):
4409         * cedet/data-debug.el (data-debug-insert-overlay-button)
4410         (data-debug-insert-overlay-list-button)
4411         (data-debug-insert-buffer-button)
4412         (data-debug-insert-buffer-list-button)
4413         (data-debug-insert-process-button, data-debug-insert-ring-button)
4414         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4415         (data-debug-insert-stuff-vector-button)
4416         (data-debug-insert-symbol-button, data-debug-insert-string)
4417         (data-debug-insert-number, data-debug-insert-lambda-expression)
4418         (data-debug-insert-nil, data-debug-insert-simple-thing)
4419         (data-debug-insert-custom, data-debug-edebug-expr):
4420         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4421         (global-ede-mode-map, ede-new, ede-debug-target)
4422         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4423         * cedet/semantic.el (semantic-minimum-working-buffer-size)
4424         (semantic-fetch-tags, semantic-submode-list)
4425         (semantic-default-submodes):
4426         * cedet/ede/source.el (ede-source-match):
4427         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4428         (project-am-package-info):
4429         * cedet/ede/proj.el (ede-proj-target, project-new-target):
4430         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4431         * cedet/ede/proj-comp.el (ede-current-build-list):
4432         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4433         * cedet/ede/files.el (ede-toplevel-project-or-nil):
4434         * cedet/ede/cpp-root.el (initialize-instance):
4435         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4436         (autoconf-parameter-strip, autoconf-insert-new-macro):
4437         * cedet/semantic/wisent.el (wisent-lex-eoi):
4438         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4439         (semantic-show-parser-state-mode):
4440         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4441         * cedet/semantic/tag.el (semantic-tag-new-variable)
4442         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4443         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4444         (semantic--tag-deep-copy-tag-list)
4445         (semantic-tag-components-with-overlays-default):
4446         * cedet/semantic/symref.el (semantic-symref-find-text):
4447         * cedet/semantic/senator.el (senator-yank-tag)
4448         (senator-transpose-tags-up):
4449         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4450         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4451         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4452         * cedet/semantic/lex.el (semantic-lex-comment-regex)
4453         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4454         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4455         * cedet/semantic/lex-spp.el
4456         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4457         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4458         * cedet/semantic/idle.el
4459         (semantic-idle-summary-current-symbol-info-brutish)
4460         (semantic-idle-summary-current-symbol-info-default):
4461         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4462         (semantic--grammar-macro-compl-dict):
4463         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4464         * cedet/semantic/format.el (semantic-format-tag-custom-list)
4465         (semantic-format-tag-canonical-name-default):
4466         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4467         (semantic-find-tags-for-completion)
4468         (semantic-find-tags-by-scope-protection-default)
4469         (semantic-deep-find-tags-for-completion):
4470         * cedet/semantic/edit.el
4471         (semantic-edits-incremental-reparse-failed-hook)
4472         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4473         (semantic-edits-splice-remove, semantic-edits-splice-replace):
4474         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4475         * cedet/semantic/dep.el (semantic-dependency-include-path):
4476         * cedet/semantic/db.el (semanticdb-default-find-index-class)
4477         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4478         (semanticdb-project-roots):
4479         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4480         (semanticdb-find-adebug-insert-scanned-tag-cons)
4481         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4482         (semanticdb-brute-deep-find-tags-for-completion):
4483         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4484         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4485         (semantic-end-of-context-default)
4486         (semantic-ctxt-current-function-default)
4487         (semantic-ctxt-scoped-types-default):
4488         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4489         (semantic-complete-inline-tag-engine)
4490         (semantic-complete-inline-custom-type)
4491         (semantic-complete-read-tag-analyzer):
4492         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4493         (semantic-chart-database-size):
4494         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4495         (semantic-analyze-current-context):
4496         * cedet/semantic/symref/list.el (semantic-symref)
4497         (semantic-symref-hide-buffer, semantic-symref-symbol):
4498         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4499         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4500         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4501         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4502         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4503         (semantic-c-dereference-template):
4504         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4505         (semantic--analyze-refs-full-lookup-with-parents)
4506         (semantic--analyze-refs-full-lookup-simple):
4507         * cedet/semantic/analyze/complete.el
4508         (semantic-analyze-possible-completions):
4509         * cedet/srecode/table.el (srecode-mode-table-new):
4510         * cedet/srecode/srt.el (srecode-read-variable-name):
4511         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4512         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4513         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4514         * cedet/srecode/map.el (srecode-current-map):
4515         * cedet/srecode/insert.el (srecode-insert)
4516         (srecode-insert-variable-secondname-handler, srecode-insert-method)
4517         (srecode-template-inserter-point-override)
4518         (srecode-insert-include-lookup):
4519         * cedet/srecode/getset.el (srecode-auto-choose-class):
4520         * cedet/srecode/extract.el (srecode-inserter-extract):
4521         * cedet/srecode/document.el
4522         (srecode-document-autocomment-return-last-alist)
4523         (srecode-document-autocomment-param-type-alist)
4524         (srecode-document-insert-function-comment)
4525         (srecode-document-insert-variable-one-line-comment)
4526         (srecode-document-function-name-comment):
4527         * cedet/srecode/dictionary.el (srecode-create-dictionary)
4528         (srecode-compound-toString):
4529         * cedet/srecode/compile.el (srecode-flush-active-templates):
4530         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4531         Doc/message fixes.
4533         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4534         match-data.  (Bug#4555).
4536         * cedet/semantic/bovine/gcc.el
4537         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4538         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4540         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4541         rather than parsing it as a regexp.  This relaxes the layout
4542         requirements and makes errors easier to detect.
4543         (check-declare-verify): Check file is regular.
4544         (check-declare-directory): Doc fix.
4545         * subr.el (declare-function): Doc fix.
4547         * ibuffer.el (ibuffer-format-qualifier):
4548         * isearch.el (hi-lock-regexp-okay):
4549         * calc/calc.el (math-zerop):
4550         * mail/uce.el (rmail-msgbeg, rmail-msgend):
4551         * term/w32-win.el (setup-default-fontset, set-fontset-font):
4552         Remove unused declarations.
4554 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4556         * cedet/semantic/wisent/javat-wy.el
4557         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4559 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
4561         * cedet/srecode/expandproto.el: Fix provide statement.
4563 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4565         * emacs-lisp/eieio.el (boolean-p): Delete.
4567 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
4569         * cedet/ede/srecode.el: Fix provide statement.
4571 2009-09-30  Glenn Morris  <rgm@gnu.org>
4573         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4574         * cedet/ede/proj-aux.el (ede-aux-source):
4575         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4576         (ede-misc-source):
4577         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4578         (semantic-mrub-switch-tags): Fix doc typos.
4580         * cedet/semantic/db-global.el (data-debug-new-buffer)
4581         (data-debug-insert-thing): Remove unneeded declarations (one broken).
4582         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4584         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4586         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4587         use of CL function `remove-if-not'.
4589         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4591         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4592         filename is not a string.
4594 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
4596         * files.el (safe-local-eval-forms): Fix typo.
4598 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4600         * vc-hooks.el (vc-dir-buffers): New var.
4601         (vc-state-refresh): New function.
4602         (vc-state): Use it.
4603         (vc-after-save): Always ask the backend to recompute the new state.
4604         Always call vc-dir if necessary, using vc-dir-buffers.
4605         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4606         Use vc-dir-buffers.
4607         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4608         (vc-dir-prepare-status-buffer, vc-dir-update)
4609         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4610         Don't call expand-file-name on default-directory.
4612 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4614         * speedbar.el (speedbar-item-delete):
4615         * calc/calc-prog.el (calc-kbd-if):
4616         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4618         * epa.el (epa-key-list-mode-map):
4619         * hi-lock.el (hi-lock-menu): Fix typos in menus.
4621         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4622         (hs-show-hook): Fix typo in docstring.
4624 2009-09-29  Glenn Morris  <rgm@gnu.org>
4626         * cedet/semantic/symref/idutils.el:
4627         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4629         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4631         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4632         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4633         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4634         Mark declarations not understood by check-declare.
4636         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4637         file-name-nondirectory call preventing location of cedet files.
4638         (check-declare-verify): Use literal search rather than re-search.
4639         Add basic defmethod and defclass, and define-overloadable-function.
4641         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4642         Use tramp-compat-file-attributes rather than nonexistent
4643         tramp-compat-handle-file-attributes.
4645         * Makefile.in (lisptagsfiles4): New.
4646         (AUTOGENEL): Add cedet loaddefs files.
4647         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4648         (update-elclist, compile-always, backup-compiled-files)
4649         (bootstrap-clean): Add yet another directory level.
4650         (update-elclist): Use LC_COLLATE rather than COLLATE.
4651         (ELCFILES): Update, via `make update-elclist'.
4653 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4655         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4656         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4657         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4659 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
4661         * Makefile.in (lisptagsfiles3): Define.
4662         (TAGS, TAGS-LISP): Use it.
4663         (update-elclist): Add third directory level to look for elc files.
4664         (compile-always): Likewise.
4665         (backup-compiled-files): Likewise.
4666         (bootstrap-clean): Likewise.
4667         (ELCFILES): Update.
4669 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
4671         * Makefile.in (ELCFILES): Add CEDET files.
4673 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4675         CEDET (development tools) package merged.
4677         * cedet/*.el:
4678         * cedet/ede/*.el:
4679         * cedet/semantic/*.el:
4680         * cedet/srecode/*.el: New files.
4682 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4684         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4686         * net/tramp.el (top): Require tramp-imap.
4688         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4689         Use `tramp-compat-handle-file-attributes'.
4691 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4693         * net/tramp-imap.el: New package.
4695 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4697         * emacs-lisp/chart.el:
4698         * emacs-lisp/eieio-base.el:
4699         * emacs-lisp/eieio-comp.el:
4700         * emacs-lisp/eieio-custom.el:
4701         * emacs-lisp/eieio-datadebug.el:
4702         * emacs-lisp/eieio-opt.el:
4703         * emacs-lisp/eieio-speedbar.el:
4704         * emacs-lisp/eieio.el: New files.
4706         * cedet/cedet-cscope.el:
4707         * cedet/cedet-files.el:
4708         * cedet/cedet-global.el:
4709         * cedet/cedet-idutils.el:
4710         * cedet/data-debug.el:
4711         * cedet/inversion.el:
4712         * cedet/mode-local.el:
4713         * cedet/pulse.el: New files.
4715 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4717         * whitespace.el (whitespace-trailing-regexp)
4718         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4719         Fix doc string.
4721 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4723         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4724         menu.
4726         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4727         menu-bar-ediff-menu.
4729         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4730         define-overloadable-function.
4732         * progmodes/autoconf.el: Provide autoconf as well, so that this
4733         file can be `require'd.
4735         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4737         * emacs-lisp/autoload.el (generated-autoload-feature)
4738         (generated-autoload-load-name): New vars.
4739         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4740         (make-autoload): Recognize define-overloadable-function and
4741         defclass forms (for EIEIO).
4743         * Makefile.in (update-subdirs): Exclude cedet directory.
4745 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4747         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4749         * faces.el: Default light-background background for region face to
4750         ns_selection_color under NS.
4752 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4754         * net/imap-hash.el: New library, see NEWS.
4756         * Makefile.in (ELCFILES): Add imap-hash.el.
4758 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4760         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4761         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4762         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4763         definition where the docstring could be taken for the return value.
4765 2009-09-26  Glenn Morris  <rgm@gnu.org>
4767         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4768         Add option to only show images below a certain size.
4769         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4770         save-excursion calls.
4772 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4774         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4775         subdirectories) and eieio.
4777 2009-09-26  Alan Mackenzie  <acm@muc.de>
4779         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4780         buggy bracketing.  (Bug#4289)
4782         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4783         character constants (as case labels).  (Bug#4289)
4785 2009-09-25  Juri Linkov  <juri@jurta.org>
4787         * files.el (safe-local-eval-forms): Allow time-stamp in
4788         before-save-hook (Bug#4554).
4790 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4792         * menu-bar.el (list-buffers-directory): Doc fix.
4794 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4796         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4797         Try and avoid copying twice the same paragraph.
4798         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4799         Remove save-excursion.
4800         (log-edit-changelog-entry): Do it here instead.
4802 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4804         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4805         when available, instead of hardcoding mode names.  Doc fix.
4807         * menu-bar.el (list-buffers-directory): Add docstring.
4808         Make automatically buffer-local.
4810         * dired.el (dired-mode):
4811         * files.el (cd-absolute):
4812         * pcvs.el (cvs-temp-buffer):
4813         * pcvs-util.el (cvs-get-buffer-create):
4814         * shell.el (shell-mode):
4815         * vc-dir.el (vc-dir-mode):
4816         Don't make `list-buffers-directory' buffer local.
4818 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4820         * comint.el (comint-exec, comint-run, make-comint):
4821         Doc fixes (Bug#4542).
4823 2009-09-25  Glenn Morris  <rgm@gnu.org>
4825         * mail/rmailmm.el (rmail-mime): New custom group.
4826         Move all defcustoms in this file into this group.
4827         (rmail-mime-media-type-handlers-alist): Revert previous change.
4828         (rmail-mime-show-images): New option.
4829         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4830         references to it, since it wasn't actually used for anything.
4831         (rmail-mime-insert-image): New function.
4832         (rmail-mime-image): Use rmail-mime-insert-image.
4833         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4834         obey the value of `rmail-mime-show-images' option.  Print the size of
4835         attachments.
4837 2009-09-25  David Engster  <deng@randomsample.de>
4839         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4841 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4843         * whitespace.el: Does not highlight trailing spaces While point is
4844         at end of line.  Does not highligt spaces at beginning of buffer
4845         while point is at beginning of buffer.  Does not highlight spaces
4846         at end of buffer while point is at end of buffer.  (Bug#4177)
4847         New version 12.0.
4848         (whitespace-display-mappings): Adjust initialization.
4849         (whitespace-point, whitespace-font-lock-refontify): New vars.
4850         (whitespace-color-on, whitespace-color-off): Adjust code.
4851         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4852         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4853         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4855 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4857         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4859         * textmodes/sgml-mode.el: Remove xml-mode alias.
4861         * files.el (auto-mode-alist, conf-mode-maybe)
4862         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4864 2009-09-24  Alan Mackenzie  <acm@muc.de>
4866         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4867         c-forward-conditionals, but it doesn't move point and doesn't set
4868         the mark.
4869         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4870         (c-down-conditional-with-else, c-backward-conditional)
4871         (c-forward-conditional): Refactor to use c-scan-conditionals.
4873 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4875         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4876         (help-default-arg-highlight): Remove.
4877         (help-highlight-arg): New function.
4878         (help-do-arg-highlight): Use it.
4879         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4881 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4883         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4884         Undo last change, which didn't fix the problem and introduced others.
4886 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4888         * progmodes/gdb-mi.el: Don't require speedbar.
4889         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4891 2009-09-24  Glenn Morris  <rgm@gnu.org>
4893         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4895         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4897         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4898         there is no newline after the final mime boundary.  (Bug#4539)
4899         Move markers on insertion so that any buttons inserted don't end up in
4900         the next part of a multipart message.
4901         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4902         (rmail-mime-bulk-handler): Optionally handle images.
4903         (rmail-mime-image): New button action.
4904         (rmail-mime-image-handler): New function.
4905         (rmail-mime-mode): New mode.
4906         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4908 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4910         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4911         than just dropping elements from it (bug#4504).
4913         * term.el (term-set-scroll-region): Don't move cursor any more.
4914         (term-handle-ansi-escape): Call term-goto here instead.
4915         Suggested by Ivan Kanis <apple@kanis.eu>.
4917         * term.el: Require CL.
4918         (term-ansi-reset): New function.
4919         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4920         (term-handle-colors-array): Simplify.
4922 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4924         * allout.el (allout-overlay-interior-modification-handler)
4925         (allout-obtain-passphrase):
4926         * epa-file.el (epa-file-write-region):
4927         * ps-print.el (ps-begin-job):
4928         * vc-hooks.el (vc-toggle-read-only):
4929         * vc-rcs.el (vc-rcs-rollback):
4930         * vc-sccs.el (vc-sccs-rollback):
4931         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4932         (vc-version-diff, vc-revert, vc-rollback):
4933         * wdired.el (wdired-check-kill-buffer):
4934         * emacs-lisp/authors.el (authors):
4935         * net/socks.el (socks-open-connection):
4936         * net/zeroconf.el (zeroconf-service-add-hook):
4937         * obsolete/vc-mcvs.el (vc-mcvs-register):
4938         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4939         (gdb-select-frame):
4940         * progmodes/grep.el (lgrep, rgrep):
4941         * progmodes/idlw-help.el (idlwave-help-check-locations)
4942         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4943         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4944         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4945         (reftex-toc-rename-label): Fix typos in error messages.
4947         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4948         (dired-copy-how-to-fn): Doc fix.
4949         (dired-files-attributes, dired-read-shell-command):
4950         Fix typos in docstrings.
4952         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
4953         (dired-x-find-file-other-window): Reflow docstrings.
4954         (dired-omit-marker-char, dired-read-shell-command)
4955         (dired-x-submit-report): Fix typos in docstrings.
4957         * shell.el (shell-mode-hook):
4958         * view.el (View-scroll-line-forward):
4959         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
4960         Fix typos in docstrings.
4962         * net/dig.el (dig-invoke): Fix typo in docstring.
4963         (query-dig): Reflow docstring.
4965         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
4966         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
4967         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
4968         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
4969         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
4970         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
4971         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
4972         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
4973         (idlwave-completion-map, idlwave-current-indent)
4974         (idlwave-custom-ampersand-surround, idlwave-customize)
4975         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
4976         (idlwave-define-abbrev, idlwave-determine-class-special)
4977         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
4978         (idlwave-end-block-reg, idlwave-end-of-statement)
4979         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
4980         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
4981         (idlwave-explicit-class-listed, idlwave-file-header)
4982         (idlwave-fill-paragraph, idlwave-find-class-definition)
4983         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
4984         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
4985         (idlwave-in-quote, idlwave-indent-action-table)
4986         (idlwave-indent-expand-table, idlwave-indent-line)
4987         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
4988         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
4989         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
4990         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
4991         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
4992         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
4993         (idlwave-outlawed-buffers, idlwave-popup-select)
4994         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
4995         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
4996         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
4997         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
4998         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
4999         (idlwave-statement-type, idlwave-struct-skip)
5000         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5001         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5002         (idlwave-what-module-find-class): Fix typos in docstrings.
5003         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5004         (idlwave-calculate-cont-indent, idlwave-expand-equal)
5005         (idlwave-find-module, idlwave-find-structure-definition)
5006         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5007         (idlwave-list-load-path-shadows, idlwave-next-statement)
5008         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5009         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5010         (idlwave-template): Reflow docstrings.
5012         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5013         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5014         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5015         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5016         (idlwave-shell-display-line, idlwave-shell-display-wframe)
5017         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5018         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5019         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5020         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5021         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5022         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5023         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5024         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5025         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5026         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5027         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5028         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5029         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5030         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5031         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5032         Fix typos in docstrings.
5033         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5034         (idlwave-shell-hide-output, idlwave-shell-mode)
5035         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5036         Reflow docstrings.
5038         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5040 2009-09-24  Ivan Kanis  <apple@kanis.eu>
5042         * term.el (term-bold-attribute): New var.
5043         (term-handle-colors-array): Use it.
5045 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
5047         * progmodes/gdb-mi.el (gdb-version): New variable.
5048         (gdb-non-stop-handler): Set gdb-version.
5049         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5050         Condition "--thread" option on gdb-version.
5051         (gdb-invalidate-threads): Remove unused argument.
5053 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5055         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5056         to looking-back to avoid ridiculous slow down in large files (bug#4511).
5058 2009-09-23  Glenn Morris  <rgm@gnu.org>
5060         * mail/rmail.el (rmail-reply): Don't try to add a References header when
5061         replying to mail without References or Message-Id.  (Bug#4525)
5063 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
5065         * term/ns-win.el (ns-reg-to-script): New variable.
5067 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
5069         * epg.el (epg-wait-for-status): Preserve existing 'error results.
5071 2009-09-22  Sam Steingold  <sds@gnu.org>
5073         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5074         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5075         to 1 because hg returns status 1 when nothing is found.
5076         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5078 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * textmodes/fill.el: Convert to utf-8 encoding.
5081         (fill-french-nobreak-p): Remove redundant » and « inherited from our
5082         pre-unicode days.
5084         * add-log.el (change-log-fill-forward-paragraph): New function.
5085         (change-log-mode): Use it so fill-region DTRT.
5086         Set fill-indent-according-to-mode here rather than in
5087         change-log-fill-paragraph.
5088         (change-log-fill-paragraph): Remove.
5090 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
5092         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5093         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
5095 2009-09-22  Glenn Morris  <rgm@gnu.org>
5097         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5098         the scroll-bar scroll the calendar window rather than the buffer.
5100         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5101         commands that move point (as opposed to scrolling).
5103         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5105         * emacs-lisp/elint.el (elint): New custom group.
5106         (elint-log-buffer): Make it a defcustom.
5107         (elint-scan-preloaded, elint-ignored-warnings)
5108         (elint-directory-skip-re): New options.
5109         (elint-builtin-variables): Doc fix.
5110         (elint-preloaded-env): New variable.
5111         (elint-unknown-builtin-args): Add an entry for encode-time.
5112         (elint-extra-errors): Make it a variable rather than a constant.
5113         (elint-preloaded-skip-re): New constant.
5114         (elint-directory): Skip files matching elint-directory-skip-re.
5115         (elint-features): New variable, local to linted buffers.
5116         (elint-update-env): Initialize elint-features.  Possibly add
5117         elint-preloaded-env to the buffer's environment.
5118         (elint-get-top-forms): Bind elint-current-pos, for log messages.
5119         Skip quoted forms.
5120         (elint-init-form): New function, extracted from elint-init-env.
5121         Make non-list forms a warning rather than an error.
5122         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
5123         easy-menu-define, put that adds an error-condition, and provide.
5124         When requiring cl, also require cl-macs.  Really require cl, to handle
5125         some cl macros.  Store required libraries in the list elint-features,
5126         so as not to re-load them.  Treat cc-require like require.
5127         (elint-init-env): Call elint-init-form to do the work.
5128         Handle eval-and-compile and such like.
5129         (elint-add-required-env): Do not clear messages.
5130         (elint-special-forms): Add handlers for function, defalias, if, when,
5131         unless, and, or.
5132         (elint-form): Add optional argument to ignore elint-special-forms,
5133         useful to prevent recursive calls from handlers.  Doc fix.
5134         Respect elint-ignored-warnings.
5135         (elint-form): Respect elint-ignored-warnings.
5136         (elint-bound-variable, elint-bound-function): New variables.
5137         (elint-unbound-variable): Respect elint-bound-variable.
5138         (elint-get-args): Respect elint-bound-function.
5139         (elint-check-cond-form): Add some simple handling for (f)boundp and
5140         featurep tests.
5141         (elint-check-defalias-form): New handler.
5142         (elint-check-let-form): Make an empty let a warning rather than an
5143         error.
5144         (elint-check-setq-form): Make an empty setq a warning rather than an
5145         error.  Respect elint-ignored-warnings.
5146         (elint-check-defvar-form): Accept null doc-strings.
5147         (elint-check-conditional-form): New handler.  Does some simple-minded
5148         checking of featurep and (f)boundp tests.
5149         (elint-put-function-args): New function.
5150         (elint-initialize): Use elint-scan-doc-file rather than
5151         elint-find-builtin-variables.  Use elint-put-function-args.
5152         Possibly scan preloaded-file-list.
5153         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5154         extend to handle functions as well.
5156 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
5158         * linum.el (linum-delete-overlays, linum-update-window):
5159         Do not modify the right margin.  (Bug#3971)
5161 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
5163         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5164         nxml-mode instead of xml-mode.
5166 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5168         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
5170 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5172         * net/dig.el (dig-mode): Use define-derived-mode.
5174 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5176         * vc-dispatcher.el (vc-do-command): Return the process object in
5177         the asynchronous case.  Use when instead of if.  Do not run
5178         vc-exec-after to display a message if not enabled.  (Bug#4463)
5180         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5181         properties to the stash strings.
5182         (vc-git-stash-list): Return a list of strings.
5183         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5184         (vc-git-stash-show-at-point): New functions.
5185         (vc-git-stash-map): New keymap.
5187         * register.el (ctl-x-r-map): Define the keys here instead of
5188         using autoload.
5190 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
5192         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5193         list, to workaround performance problem (bug#4485).
5195 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
5197         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5199 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
5201         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5202         Document that this option is not recommended to use.
5204 2009-09-19  Glenn Morris  <rgm@gnu.org>
5206         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5207         variable `var'.
5209         * calc/calc-alg.el (var):
5210         * calc/calcalg2.el (var): Define for compiler.
5212 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
5214         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5215         Doc fix (Bug#3932).
5217         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5219         * time-stamp.el (time-stamp-month-dd-yyyy)
5220         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5221         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5222         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5223         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5224         Remove functions that have been obsolete since 1995 (Bug#4436).
5226         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5227         indent buffer only if called interactively (Bug#4452).
5229 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
5230             Eli Zaretskii  <eliz@gnu.org>
5232         This fixes bug#4197 (merged to bug#865, though not identical).
5233         * server.el (server-auth-dir): Add docstring note about FAT32.
5234         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5235         but warn against using them.
5237 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
5239         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5240         older GDB where there is no has_more field.
5242 2009-09-19  Glenn Morris  <rgm@gnu.org>
5244         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5246 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
5248         * files.el (auto-mode-alist): Change default for XML files to nXML
5249         mode (Bug#4169).
5251 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
5253         * server.el (server-ensure-safe-dir): Pass 'integer
5254         to `file-attributes', as suggested.
5256 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5258         * dired-aux.el (dired-query-alist): Remove spurious backslash.
5259         (dired-query): Use read-key.
5261 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5263         * cus-start.el (ns-use-qd-smoothing): Remove.
5265 2009-09-18  Glenn Morris  <rgm@gnu.org>
5267         * allout.el (top-level): Remove unnecessary progn.
5269         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5271         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5272         definition of abbrev table.
5274         * speedbar.el (speedbar-track-mouse):
5275         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5276         * net/eudc.el (eudc-expand-inline):
5277         * net/newst-backend.el (newsticker--cache-read-feed):
5278         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5279         condition-case handlers.
5281 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
5283         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5284         (gdb-var-list): Add an element for has_more field.
5285         (gdb-non-stop-handler): Enable pretty printing for STL containers.
5286         (gdb-var-create-handler, gdb-var-list-children-handler-1)
5287         (gdb-var-update-handler-1): Parse output of dynamic variable
5288         objects (STL containers).
5289         (gdb-var-delete-1): Pass var1 as an explicit second argument.
5290         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
5292         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5293         gdb-var-list.
5294         (gud-speedbar-buttons): Make node expandable if expression "has more"
5295         children.
5297 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
5299         * startup.el (emacs-quick-startup): Remove variable and all uses.
5300         (command-line): Set `inhibit-x-resources' instead.
5301         (command-line-1): Use `inhibit-x-resources' instead.
5303 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
5305         * subr.el: Fix last change to avoid using the `unless' macro,
5306         which breaks bootstrapping.
5308 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5310         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5311         extended definitions, in case we reload subr.el after having
5312         loaded CL.
5313         (eval-next-after-load): Mark as obsolete.
5315 2009-09-17  Juri Linkov  <juri@jurta.org>
5317         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5318         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5319         (menu-bar-showhide-menu, menu-bar-tools-menu)
5320         (menu-bar-describe-menu, menu-bar-help-menu)
5321         (minibuffer-local-completion-map, minibuffer-local-map):
5322         Fix list quoting.
5324 2009-09-17  Glenn Morris  <rgm@gnu.org>
5326         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5327         arguments, whether or not it has a handler.
5329         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5331         * simple.el (hard-newline): Give it a doc-string.
5333         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5334         (lisp-mode-syntax-table): Give them doc-strings.
5336 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5338         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5339         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5340         (menu-bar-options-menu, menu-bar-showhide-menu)
5341         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5342         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5343         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5344         (menu-bar-options-menu, menu-bar-tools-menu)
5345         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5346         (menu-bar-help-menu):
5347         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5348         string arguments.
5350         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5351         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5352         calls for the menu names and :help.
5354 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5356         * mouse.el (minor-mode-menu-from-indicator): Pay attention
5357         to :minor-mode-function (bug#4455).
5359 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5361         * startup.el (command-line): Initialize the window-system after
5362         processing the command-line.
5364         * textmodes/page.el (what-page): Make sure we don't inf-loop if
5365         page-delimiter matches the empty string.
5367 2009-09-16  Glenn Morris  <rgm@gnu.org>
5369         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5370         byte-compile-not-obsolete-var.  It's a list now.
5371         (byte-compile-not-obsolete-funcs): New variable.
5372         (byte-compile-warn-obsolete): Don't warn about functions if they are in
5373         byte-compile-not-obsolete-funcs.
5374         (byte-compile-variable-ref, byte-compile-defvar): Update for
5375         byte-compile-not-obsolete-vars name-change and list nature.
5376         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5377         and variables behind (f)boundp tests.
5378         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5380 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5382         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5384 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5386         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5387         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5388         Don't autoload.
5390 2009-09-15  Stephen Eglen  <stephen@gnu.org>
5392         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5393         the virtual-buffers, use the name of the buffer specified by
5394         find-file-noselect, as the match may be a symlink.  (This was a
5395         problem if the target and the symlink had different names.)
5397 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5399         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5401         * desktop.el (desktop-path): Check user-emacs-directory.
5403         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5405         * loadup.el: Use after-load-functions to GC after loading each file.
5406         Remove the explicit GC calls that used to be sprinkled around.
5408         * subr.el (after-load-functions): New hook.
5409         (do-after-load-evaluation): Run it.  Use string-match-p to detect
5410         `obsolete' packages, rather than painfully extracting the relevant
5411         directory name.
5413 2009-09-15  Glenn Morris  <rgm@gnu.org>
5415         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5416         free variable `doc'.
5418         * dired.el (dired-mode-map): Add menu entry for async shell command.
5420         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5421         variables, also consider the .elc files, since the .el files are
5422         normally gzipped (subsequent code locates the .el.gz from the .elc).
5424         * calc/calc-prog.el (arglist): Define for compiler.
5426         * calendar/diary-lib.el (diary-display-function): Change the default to
5427         fancy display.
5428         (body): Define for compiler.
5430         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5431         (byte-compile-file-form, byte-compile-lambda)
5432         (byte-compile-top-level-body, byte-compile-form)
5433         (byte-compile-variable-ref, byte-compile-setq)
5434         (byte-compile-setq-default, byte-compile-body)
5435         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5436         (batch-byte-compile): Give some more local variables with common names
5437         a "bytecomp-" prefix to avoid masking warnings about free variables.
5439         * startup.el (command-line-1): Give local variables with common names a
5440         distinguishing prefix, so as not to hide free variable warnings during
5441         bootstrap.
5443         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5444         clever and add a suffix to make a unique name, just let the user decide
5445         whether or not to overwrite it.  If the input is a directory, write the
5446         default filename to that directory.  (Bug#4388)
5447         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5448         is a filename-as-a-directory.
5450 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5452         * textmodes/page.el (what-page): Don't move to beginning of line.
5453         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5455 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5457         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5459 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5461         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5462         * help.el (help-for-help-internal): Add purecopy calls for text.
5464         * vc.el (top): print-log method now takes an optional SHORTLOG
5465         argument.  Add a new method: root.
5466         (vc-root-diff, vc-print-root-log): New functions.
5467         (vc-log-short-style): New variable.
5468         (vc-print-log-internal): Add support for showing short logs.
5470         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5471         vc-print-root-log and vc-print-root-diff.
5473         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5474         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5475         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5476         short logs.
5478         * vc-cvs.el (vc-cvs-print-log):
5479         * vc-mtn.el (vc-mtn-print-log):
5480         * vc-rcs.el (vc-rcs-print-log):
5481         * vc-sccs.el (vc-sccs-print-log):
5482         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5483         that is ignored for now.
5485         * vc-mtn.el (vc-mtn-annotate-command):
5486         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5488 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5490         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5491         to function-key-map, and give them ascii-character property.
5492         * term/x-win.el (x-alternatives-map):
5493         * term/ns-win.el (ns-alternatives-map):
5494         * term/internal.el (msdos-key-remapping-map):
5495         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5497 2009-09-14  Glenn Morris  <rgm@gnu.org>
5499         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5500         temp-buffers (2009-09-12).
5502 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5504         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5505         the new read-key function.
5507 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5509         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5510         is defined (Bug#4405).
5512 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
5514         * recentf.el (recentf-cleanup): Use a hash table to find
5515         duplicates (Bug#4407).
5517 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
5519         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5520         kp-0 to ascii equivalents (Bug#4325).
5522 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5524         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5526         * eshell/em-hist.el:
5527         * eshell/em-dirs.el (eshell-complete-user-reference):
5528         Declare pcomplete functions and variables to avoid compiler warnings.
5530 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
5532         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5533         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5534         * eshell/em-alias.el (eshell-aliases-file):
5535         * eshell/em-hist.el (eshell-history-file-name):
5536         Use expand-file-name instead of concat to make file names (Bug#4308).
5538 2009-09-13  Glenn Morris  <rgm@gnu.org>
5540         * ediff-merg.el (ediff-do-merge):
5541         * filesets.el (filesets-run-cmd):
5542         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5543         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5544         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5545         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5546         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5547         Replace empty `let's with `progn'.
5549 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5551         * mail/sendmail.el (send-mail-function):
5552         * tooltip.el (tooltip-mode):
5553         * simple.el (transient-mark-mode):
5554         * rfn-eshadow.el (file-name-shadow-mode):
5555         * frame.el (blink-cursor-mode):
5556         * font-core.el (global-font-lock-mode):
5557         * files.el (temporary-file-directory)
5558         (small-temporary-file-directory, auto-save-file-name-transforms):
5559         * epa-hook.el (auto-encryption-mode):
5560         * composite.el (global-auto-composition-mode):
5561         Use custom-initialize-delay.
5562         * startup.el (command-line): Don't explicitly call
5563         custom-reevaluate-setting for all the above vars.
5564         * custom.el (custom-initialize-safe-set)
5565         (custom-initialize-safe-default): Delete.
5567 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5569         * term/x-win.el (x-initialize-window-system):
5570         * term/w32-win.el (w32-initialize-window-system):
5571         * term/ns-win.el (ns-initialize-window-system): Don't call
5572         mouse-wheel-mode since it's enabled globally by default already.
5574         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5575         actually define the variable, but only silences the byte-compiler.
5576         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5577         before looking it up.
5578         (mouse-wheel-scroll-amount): Also reset the bindings if this value
5579         is changed.
5581 2009-09-12  Glenn Morris  <rgm@gnu.org>
5583         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5584         1000.
5585         (elint-add-required-env): Don't beep on error.
5586         (elint-forms): In case of error, return ENV unchanged.
5587         (elint-init-env): Skip non-list forms.
5588         (elint-log): Handle unknown file positions.
5590 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
5592         * epg.el (epg-make-context): Add autoload cookie.
5593         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5594         (epg-decrypt-string, epg-start-verify, epg-verify-file)
5595         (epg-verify-string, epg-start-sign, epg-sign-file)
5596         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5597         (epg-encrypt-string, epg-start-export-keys)
5598         (epg-export-keys-to-file, epg-export-keys-to-string)
5599         (epg-start-import-keys, epg-import-keys-from-file)
5600         (epg-import-keys-from-string, epg-start-receive-keys)
5601         (epg-receive-keys, epg-import-keys-from-server)
5602         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5603         (epg-sign-keys, epg-start-generate-key)
5604         (epg-generate-key-from-file, epg-generate-key-from-string):
5605         Remove autoload cookie.
5607 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
5609         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5610         reevaluation of trash-directory.
5612         * mwheel.el: Fix last change.
5613         (mouse-wheel-mode): New defvar.
5614         (mouse-wheel-mode): Remove autoload cookie.
5616 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5618         * mwheel.el (mwheel-installed-bindings): New var.
5619         (mouse-wheel-mode): Use it, so as to make sure we really remove all
5620         the bindings we set last time.  Use custom-initialize-delay.
5621         * loadup.el: Load mwheel after term/*-win.el.
5622         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5623         and mouse-wheel-up-event now that their first evaluation is done
5624         sufficiently late to be correct.
5626         * startup.el (tutorial-directory): Make it a defcustom.
5627         Use custom-initialize-delay rather than eval-at-startup to set it.
5628         * image.el (image-load-path): Make it a defcustom.
5629         Use custom-initialize-delay rather than eval-at-startup to set it.
5630         * subr.el (eval-at-startup): Remove.
5631         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5633         * subr.el (do-after-load-evaluation): Warn the user after loading an
5634         obsolete package.
5636 2009-09-12  Glenn Morris  <rgm@gnu.org>
5638         * proced.el (proced-mark-alt): Remove alias.
5639         (proced-mode-map): Remove proced-mark-alt.
5641         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5642         Elint file and directory.  Remove initialization entry.
5644         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5645         commands.
5646         (elint-current-buffer): Set mode-line-process.
5647         (elint-init-env): Handle define-derived-mode.
5648         Fix declare-function with unspecified arglist.  Guard against odd
5649         defalias statements (eg iso-insert's 8859-1-map).
5650         (elint-add-required-env): Use a temp buffer.
5651         (elint-form): Just print the function/macro name, not the whole form.
5652         Return env unchanged if we fail to parse a macro.
5653         (elint-forms): Guard against parse errors.
5654         (elint-output): New function, to handle batch mode.
5655         (elint-log-message): Add optional argument.  Use elint-output.
5656         (elint-set-mode-line): New function.
5658 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5660         * emacs-lisp/elp.el (elp-not-profilable): Add more
5661         functions (Bug#4233).
5663 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
5665         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5666         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5668 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5670         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5671         (gdb-var-list-children): Use json parsing.
5673 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
5675         * progmodes/js.el (js--proper-indentation): Handle the case where
5676         char-before is null.  Reported by Deniz Dogan.
5678 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5680         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5682 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5684         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5685         (epg-digest-algorithm-alist): Add SHA224.
5686         (epg-context-set-passphrase-callback)
5687         (epg-context-set-progress-callback): Add description about
5688         callback function.
5690 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5692         * custom.el (custom-delayed-init-variables): New var.
5693         (custom-initialize-delay): New function.
5694         * startup.el (command-line): "Re"evaluate all vars in
5695         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5696         explicitly any more.
5697         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5698         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5700         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5702 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5704         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5705         (gdb-var-update-handler): Use json parsing.
5707 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5709         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5710         decode annotated text, regardless of language environment.  (Bug#2741)
5712 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5714         * Makefile.in (autoloads): Make rmail.el writable as well.
5716 2009-09-11  Glenn Morris  <rgm@gnu.org>
5718         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5719         loaddefs.el.
5720         * dired.el: Regenerate with extracted autoloads.
5721         * Makefile.in (autoloads): Make dired.el writable.
5723         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5724         * ibuffer.el: Regenerate with extracted autoloads.
5725         * Makefile.in (autoloads): Make ibuffer.el writable.
5727         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5728         * version.el (emacs-copyright, emacs-major-version)
5729         (emacs-minor-version): Reformat doc-strings for make-docfile.
5731         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5732         functions and variables, since they must be stuff specific to some other
5733         platform.
5734         (apropos-print): Make mouse-click message less specific about button.
5736         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5737         that records where a macro was defined.
5738         * help-fns.el (describe-function-1): Mention if a function has a
5739         compiler-macro.
5740         * help-mode.el (help-function-cmacro): New button.
5742         * locate.el (top-level): Always require dired.
5743         (locate-mode-map): Initialize inside the defvar.
5745         * net/ange-ftp.el (dired-compress-file): Declare.
5746         (ange-ftp-dired-compress-file): Add doc string.
5748         * term/ns-win.el (x-display-name, x-setup-function-keys):
5749         Unify doc-strings with X versions.
5751 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * emulation/crisp.el (crisp-mode-map): Move initialization
5754         into declaration.
5755         (crisp-mode): Use define-minor-mode.
5757         * progmodes/xscheme.el (xscheme-evaluation-commands):
5758         Put a :advertised-binding property rather than using
5759         advertised-xscheme-send-previous-expression.
5760         (advertised-xscheme-send-previous-expression): Declare obsolete.
5761         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5762         `advertised-undo'.
5763         (crisp-mode): Add corresponding bindings to
5764         undo's :advertised-binding instead.
5765         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5766         than using dired-advertised-find-file.
5767         (dired-advertised-find-file):
5768         * simple.el (advertised-undo):
5769         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5770         (widget-keymap): Put a :advertised-binding property rather
5771         than using advertised-widget-backward.
5772         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5773         than using advertised-undo.
5774         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5776 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5778         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5779         Mark mode is enabled and region is active; otherwise indent or
5780         insert TAB as usual.
5781         (delphi-mode): Update description of TAB-key binding.
5783 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5785         * subr.el (define-key-rebound-commands): Mark obsolete.
5786         * startup.el (precompute-menubar-bindings): Remove.
5787         (normal-top-level): Remove obsolete code that tried to precompute
5788         menubar bindings.
5789         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5790         define-key-rebound-commands and precompute-menubar-bindings.
5792 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5794         * net/imap.el (imap-interactive-login): Better messages.
5795         (imap-open): Fix bug with renamed buffer on reconnect.
5796         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5797         for easier debugging and cleaner code.  On successful (guessed based on
5798         server capabilities) secondary authentication, set imap-state
5799         correctly.
5800         (imap-last-authenticator): Define imap-last-authenticator as a variable
5801         to avoid warnings.
5803 2009-09-10  Glenn Morris  <rgm@gnu.org>
5805         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5807         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5808         (byte-compile-file-form-autoload): Don't warn about unknown functions
5809         where the autoload statement comes after the use.
5810         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5811         that any handlers inside the body (eg require) are in turn respected.
5813         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5814         effects.
5816         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5817         and syntax and abbrev tables basic docs, if they don't have any.
5819         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5821         * international/mule-cmds.el (top-level): Require cl when compiling.
5822         (view-hello-file): Use default-value rather than
5823         default-enable-multibyte-characters.
5825         * progmodes/fortran.el: Move all safe and risky properties into the
5826         defcustoms.
5828         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5829         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5830         * mail/undigest.el:
5831         Put autoloads in rmail.el rather than loaddefs.el.
5832         * mail/rmail.el: Regenerate with extracted autoloads.
5834         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5835         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5837 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5839         Reported in thread for Bug#4375.
5840         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5841         "-data-evaluate-expression" instead of print.
5842         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5843         (gdb-tooltip-print): Parse output from above MI command.
5844         (gdb): Revert 2009-08-11 change.  User should detach inferior
5845         manually.
5847         Remove the word "separate" from IO functions as inferior
5848         output is now never displayed in the GUD buffer.
5850 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5852         * startup.el (command-line-normalize-file-name): On Windows and
5853         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5855 2009-09-10  Juri Linkov  <juri@jurta.org>
5857         * isearch.el (isearch-text-char-description): Propertize escape
5858         character sequences with the `escape-glyph' face.  (Bug#4344)
5860         * simple.el (shell-command): Set asynchronous process filter to
5861         `comint-output-filter'.  (Bug#4343)
5863         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5864         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5865         the list.  Move "asm" to the bottom.
5866         (grep-find-ignored-directories): Add `choice' with nil value
5867         to empty the list easily.
5868         (grep-find-ignored-files): New option.
5869         (grep-files-history): Set to nil by default instead of '("ch" "el").
5870         (grep-compute-defaults): Add "<X>" to `grep-template'.
5871         (grep-read-files): Bind new local variables `default-alias' and
5872         `default-extension'.  Use a list of default values for the file prompt.
5873         (lgrep): Add `--exclude=' command line options composed from
5874         `grep-find-ignored-files'.
5875         (rgrep): Add `-name' command line options composed from
5876         `grep-find-ignored-files'.  (Bug#4301)
5878 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5880         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5881         (bug#4368).
5883 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5885         * calendar/time-date.el (autoload):
5886         Expand define-obsolete-function-alias into defalias and make-obsolete
5887         for old Emacsen that Gnus supports.
5888         (with-no-warnings): Define it for old Emacsen.
5889         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5890         is available.
5891         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5892         float-time is available; suppress compile warning for time-to-seconds.
5894 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5896         * net/imap.el (imap-message-map): Docstring fix.
5898 2009-09-09  Glenn Morris  <rgm@gnu.org>
5900         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5901         line numbers too.  (Bug#4374)
5903 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5905         * smerge-mode.el (smerge-remove-props, smerge-refine):
5906         Use with-silent-modifications (bug#4342).
5908         * subr.el (with-silent-modifications): New macro.
5910 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5912         * files.el (top-level): Require `cl' when compiling.
5914 2009-09-07  Glenn Morris  <rgm@gnu.org>
5916         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5918         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5919         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5921 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5923         * vc-git.el (vc-git-annotate-command): Use separator to parse
5924         arguments correctly.
5926 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5928         * proced.el (proced-mode): Doc fix.
5930 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5932         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5933         lstat fails.
5934         (tramp-do-file-attributes-with-ls): Check for file existence at
5935         remote end.
5936         (tramp-do-file-attributes-with-stat): Likewise.
5937         (tramp-convert-file-attributes): Return nil when attr is nil.
5939 2009-09-05  Glenn Morris  <rgm@gnu.org>
5941         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5942         properties to this button.
5943         (diary-fancy-display): Don't extend the button to the final newline.
5944         (diary-fancy-display-mode): Continue to define "q" as a local key.
5946         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5947         efficient.
5949         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5951         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
5952         (byte-compile-dest-file-function): New option.
5953         (byte-compile-dest-file): Doc fix.
5954         Obey byte-compile-dest-file-function.
5955         (byte-compile-cl-file-p): New function.
5956         (byte-compile-eval): Only suppress noruntime warnings about cl functions
5957         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
5958         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
5959         than for file being previously loaded.
5960         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
5961         (byte-compile-file-form-require): Handle the case where requiring a file
5962         indirectly causes CL to be loaded.
5964 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5966         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
5967         before killing the old buffer, since by the time `kill-buffer' is
5968         run so many buffer variables have been set to nil that it may not
5969         behave as expected.  (Bug#4061)
5971 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
5973         * files.el (find-alternate-file): If the old buffer is modified
5974         and visiting a file, behave similarly to `kill-buffer' when
5975         killing it, thus reverting to the pre-1.878 behavior; see
5976         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
5977         for discussion.  Also, consult `buffer-file-name' as a variable
5978         not as a function, for consistency with the rest of the code.
5980 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
5982         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
5983         also when adding a new directory.
5985         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
5986         defun.
5988 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * files.el (locate-file-completion-table): Make it provide boundary
5991         information, so partial-completion works better.
5993 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
5995         * mail/footnote.el (Footnote-text-under-cursor):
5996         Check footnote-text-marker-alist before using it (bug#4324).
5998 2009-09-04  Glenn Morris  <rgm@gnu.org>
6000         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6001         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6002         * play/solitaire.el, play/tetris.el:
6003         Remove leading * from defcustom and defface docs.
6005         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6006         necessary.
6007         (diary-fancy-overriding-map): New variable.
6008         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6009         Use view-mode.
6011         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6012         goto-line.
6014 2009-09-03  Glenn Morris  <rgm@gnu.org>
6016         * arc-mode.el (archive-mode):
6017         * dos-fns.el (set-default-process-coding-system):
6018         * man.el (Man-getpage-in-background):
6019         * menu-bar.el (menu-bar-describe-menu):
6020         * server.el (server-process-filter):
6021         * startup.el (command-line):
6022         * tar-mode.el (tar-header-block-tokenize, tar-extract):
6023         * w32-fns.el (set-default-process-coding-system):
6024         * x-dnd.el (x-dnd-handle-file-name):
6025         * international/mule-cmds.el (mule-menu-keymap)
6026         (set-default-coding-systems, language-info-alist, set-language-info)
6027         (set-language-environment, standard-display-european-internal)
6028         (set-locale-environment):
6029         * international/mule-diag.el (mule-diag):
6030         * mail/emacsbug.el (report-emacs-bug):
6031         * mail/rmail.el (rmail-mode):
6032         * mail/sendmail.el (mail-setup):
6033         Use default-value rather than default-enable-multibyte-characters.
6035         * progmodes/f90.el: Move all safe properties into the defcustoms.
6036         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6038         * calendar/appt.el (appt-check):
6039         * calendar/diary-lib.el (diary-set-header, diary-live-p)
6040         (diary-check-diary-file, diary-list-entries)
6041         (diary-include-other-diary-files, diary-simple-display)
6042         (diary-fancy-display, diary-print-entries)
6043         (diary-mark-included-diary-files, diary-make-entry):
6044         Don't call substitute-in-file-name on diary-file.
6046 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
6047             Stefan Monnier  <monnier@iro.umontreal.ca>
6049         * mail/footnote.el (footnote-prefix): Make it a defcustom.
6050         (footnote-mode-map): Move initialization into the declaration.
6051         (footnote-minor-mode-map): Define it rather than changing global-map.
6052         (footnote-mode): Use define-minor-mode.
6054 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
6056         * net/tramp.el (tramp-handle-file-attributes-with-ls)
6057         (tramp-do-file-attributes-with-perl)
6058         (tramp-do-file-attributes-with-stat): Rename from
6059         `tramp-handle-file-attributes-with-*'.
6060         (tramp-handle-file-attributes): Use them.
6061         (tramp-do-directory-files-and-attributes-with-perl)
6062         (tramp-do-directory-files-and-attributes-with-stat): Rename from
6063         `tramp-handle-directory-files-and-attributes-with-*'.
6064         (tramp-handle-directory-files-and-attributes): Use them.
6065         (tramp-method-out-of-band-p): Additional parameter SIZE.
6066         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6067         (tramp-handle-write-region): Use it.
6068         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6069         (tramp-handle-vc-registered): Check, whether the first run did
6070         return files to be tested.
6071         (tramp-advice-make-auto-save-file-name): Do not call directly
6072         `tramp-handle-make-auto-save-file-name', because this would bypass
6073         the locking mechanism.
6075         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6076         (file-remote-p, process-file, start-file-process, set-file-times)
6077         (tramp-compat-file-attributes): Compatibility functions shall not
6078         call directly `tramp-handle-*', because this would bypass the
6079         locking mechanism.
6080         (tramp-compat-number-sequence): New defun.
6082 2009-09-02  Glenn Morris  <rgm@gnu.org>
6084         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6085         alias for float-time.
6086         (time-to-number-of-days): In Emacs, use float-time.
6087         * net/newst-backend.el (time-add): Suppress warnings from compat
6088         function.
6089         * time.el (emacs-uptime, emacs-init-time):
6090         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6091         Use float-time rather than time-to-seconds.
6093         * minibuffer.el (completion-initials-expand): Fix typo.
6095         * faces.el (modeline, modeline-inactive, modeline-highlight)
6096         (modeline-buffer-id):
6097         * info.el (info-menu-5): Mark these face aliases as obsolete.
6099 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6101         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6102         space ...
6103         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6104         no "--thread" option.
6105         (gdb-stopped): Don't print "Switched to thread" message when it is
6106         unchanged.
6108 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6110         * minibuffer.el (completion-try-completion)
6111         (completion-all-completions): Remove ill-defined (and
6112         mistakenly installed and luckily never used nor documented)
6113         `completion-styles' property.
6114         (completion-initials-expand, completion-initials-all-completions)
6115         (completion-initials-try-completion): New functions.
6116         (completion-styles-alist): Add doc to each entry.
6117         Add new `initials' entry.
6119 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6121         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6122         MI command -var-evaluate-expression.
6123         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6124         and tweak for case of string child.
6125         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6127 2009-09-01  Glenn Morris  <rgm@gnu.org>
6129         * add-log.el (change-log-date-face, change-log-name-face)
6130         (change-log-email-face, change-log-file-face, change-log-list-face)
6131         (change-log-conditionals-face, change-log-function-face)
6132         (change-log-acknowledgement-face):
6133         * cus-edit.el (custom-invalid-face, custom-rogue-face)
6134         (custom-modified-face, custom-set-face, custom-changed-face)
6135         (custom-saved-face, custom-button-face, custom-button-pressed-face)
6136         (custom-documentation-face, custom-state-face, custom-comment-face)
6137         (custom-comment-tag-face, custom-variable-tag-face)
6138         (custom-variable-button-face, custom-face-tag-face)
6139         (custom-group-tag-face-1, custom-group-tag-face):
6140         * diff-mode.el (diff-header-face, diff-file-header-face)
6141         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6142         (diff-added-face, diff-changed-face, diff-function-face)
6143         (diff-context-face, diff-nonexistent-face):
6144         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6145         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6146         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6147         (Info-title-4-face):
6148         * isearch.el (isearch-lazy-highlight-face):
6149         * log-view.el (log-view-file-face, log-view-message-face):
6150         * paren.el (show-paren-match-face, show-paren-mismatch-face):
6151         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6152         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6153         (cvs-msg-face):
6154         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6155         (smerge-base-face, smerge-markers-face):
6156         * wid-edit.el (widget-documentation-face, widget-button-face)
6157         (widget-field-face, widget-single-line-field-face)
6158         (widget-inactive-face, widget-button-pressed-face):
6159         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6160         (woman-addition-face):
6161         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6162         (eshell-ls-executable-face, eshell-ls-readonly-face)
6163         (eshell-ls-unreadable-face, eshell-ls-special-face)
6164         (eshell-ls-missing-face, eshell-ls-archive-face)
6165         (eshell-ls-backup-face, eshell-ls-product-face)
6166         (eshell-ls-clutter-face):
6167         * eshell/em-prompt.el (eshell-prompt-face):
6168         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6169         * obsolete/old-whitespace.el (whitespace-highlight-face):
6170         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6171         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6172         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6173         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6174         (antlr-font-lock-literal-face):
6175         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6176         (ebrowse-root-class-face, ebrowse-file-name-face)
6177         (ebrowse-default-face, ebrowse-member-attribute-face)
6178         (ebrowse-member-class-face, ebrowse-progress-face):
6179         * progmodes/make-mode.el (makefile-space-face):
6180         * progmodes/sh-script.el (sh-heredoc-face):
6181         * textmodes/flyspell.el (flyspell-incorrect-face)
6182         (flyspell-duplicate-face):
6183         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6184         * textmodes/texinfo.el (texinfo-heading-face):
6185         Mark face aliases with "-face" suffix as obsolete.
6187         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6188         compiler.
6190         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6191         (eudc-bob-sound-menu): Use defvar rather than defconst, since
6192         easy-menu-define wants to modify these.
6194         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6196         * net/browse-url.el (browse-url-file-url):
6197         * term/internal.el (dos-codepage-setup):
6198         Use default-value rather than default-enable-multibyte-characters.
6200         * progmodes/etags.el (etags-goto-tag-location):
6201         * progmodes/flymake.el (flymake-highlight-line)
6202         (flymake-goto-file-and-line, flymake-goto-line):
6203         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6204         (gdb-goto-breakpoint):
6205         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6206         * progmodes/python.el (python-find-function)
6207         (python-pdbtrack-track-stack-file):
6208         * progmodes/verilog-mode.el (verilog-surelint-off):
6209         * term/ns-win.el (ns-open-file-select-line):
6210         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6211         Use forward-line rather than goto-line.
6213         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6214         * textmodes/reftex-index.el (reftex-display-index):
6215         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6216         * textmodes/reftex-toc.el (reftex-toc):
6217         Remove unnecessary bindings of default-major-mode (all are followed by
6218         major-mode check and possible mode switch).
6220 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6222         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6223         Handle watchpoints (bug#4282).
6224         (def-gdb-thread-buffer-command): Enable thread to be selected by
6225         clicking without selecting threads buffer first.
6226         (gdb-current-context-command): Use selected frame so that "up",
6227         "down" etc work in the GUD buffer.
6228         (gdb-update): Find selected frame before rendering stack buffer.
6229         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6231 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * progmodes/sym-comp.el (displayed-completions): Remove.
6234         (symbol-complete): Use minibuffer-complete.
6236 2009-08-31  Glenn Morris  <rgm@gnu.org>
6238         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6240         * apropos.el (apropos-symbols-internal):
6241         Handle (obsolete) face aliases.
6243         * faces.el (describe-face): Adjust the output format to be more like
6244         describe-variable, and to mention (obsolete) face aliases.
6245         Adjust the whitespace so that help-setup-xref works.
6247         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6248         * calendar/diary-lib.el (diary-button-face):
6249         Mark these face aliases as obsolete.
6251         * calendar/calendar.el (calendar-today): Doc fix.
6253 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6255         * progmodes/gdb-mi.el (gdb-control-all-threads)
6256         (gdb-control-current-thread): Force tool bar update.
6257         (gdb-non-stop-handler): New function.
6258         (gdb-init-1): Use it to test if non-stop mode is supported.
6259         Remove unused gdbmi buffer type.
6261 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6263         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6264         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
6266 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
6268         * comint.el (comint-exec-1): Check command is non-null first.
6269         Part of gdb-mi.el change (2009-08-28).
6271 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6273         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6275 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
6277         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6278         instead of `dolist' to avoid a recursive require when bootstrapping.
6280 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6282         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6284         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6286         * net/imap.el (imap-send-command): Simplify.
6287         (imap-wait-for-tag): point-max -> buffer-size.
6289         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6291         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6292         with constant argument.
6294         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6296         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6298         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6299         Change default, since most of our files don't have a history.
6300         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6301         the user.
6303         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6304         Add comint-run.
6306         * calc/calc.el: Improve commenting convention.
6307         (calc-digit-map, toplevel): Simplify.
6309         * comint.el (comint-insert-input): Be careful to only set point if we
6310         don't delegate to some other command.
6312         * proced.el (proced-signal-list): Make it an alist.
6313         (proced-grammar-alist): Capitalize names.
6314         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6315         Disable undo manually and make it read-only.
6316         Use completion-annotate-function.
6318         * minibuffer.el (minibuffer-message): If the current buffer is not
6319         a minibuffer, insert the message in the echo area rather than at the
6320         end of the buffer.
6321         (completion-annotate-function): New variable.
6322         (minibuffer-completion-help): Use it.
6323         (completion--embedded-envvar-table): Environment vars are
6324         always case-sensitive.
6326 2009-08-30  Glenn Morris  <rgm@gnu.org>
6328         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6329         from fortran-current-defun.
6330         (fortran-beginning-of-subprogram): Be more precise about finding the
6331         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
6332         (fortran-end-of-subprogram): Simplify.
6333         (fortran-current-defun): Use fortran-start-prog-re.
6335 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
6337         * subr.el (do-after-load-evaluation): Simplify.
6339 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6341         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6343         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
6344         (vc-rcs-print-log): Use it.
6346         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6348 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * paths.el (abbrev-file-name): Move to abbrev.el.
6351         * abbrev.el (abbrev-file-name): Move from paths.el.
6352         Obey user-emacs-directory.
6353         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6354         user-emacs-directory.
6355         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6356         abbrev-file-name and calc-settings-file any more.
6357         * startup.el (command-line): Recompute abbrev-file-name and
6358         abbreviated-home-dir.
6359         (normal-no-mouse-startup-screen): Improve the generic code and get rid
6360         of the special code for when C-h bindings haven't been changed.
6361         (display-startup-echo-area-message): Use with-current-buffer.
6362         (command-line-1): Use a list of strings, rather than a list of lists
6363         of strings for longopts.
6365         * files.el (get-free-disk-space): Use / for default-directory.
6367         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6368         Use with-current-buffer.
6370         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6371         Recognize immutable variables like most-positive-fixnum.
6372         (byte-compile-setq-default): Check and warn if trying to assign
6373         to an immutable variable, or a non-variable.
6375         * progmodes/cc-vars.el (c-comment-continuation-stars):
6376         * progmodes/cc-engine.el (c-looking-at-bos):
6377         * progmodes/cc-cmds.el (c-toggle-auto-state)
6378         (c-forward-into-nomenclature, c-backward-into-nomenclature)
6379         (c-comment-line-break-function): Add version of obsolescence.
6381 2009-08-28  Juri Linkov  <juri@jurta.org>
6383         * files.el (magic-fallback-mode-alist): Add ZIP magic number
6384         associated with `archive-mode'.
6386         * image.el (image-type-header-regexps): Use only JPEG magic number
6387         to determine JPEG images, and don't use `image-jpeg-p' because
6388         Emacs can display non-JFIF non-Exif JPEG images.
6390 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6392         * arc-mode.el (archive-mode):
6393         * emacs-lisp/re-builder.el (re-builder-unload-function):
6394         Protect against the default value of `major-mode' being nil.
6396 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6398         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6399         Fix typos in docstrings.
6401         * progmodes/js.el (js--macro-decl-re): Doc fix.
6402         (js--plain-method-re, js--split-name): Refloc docstring.
6403         (js--class-styles, js--make-merged-item, js--splice-into-items):
6404         Fix typos in docstrings; reflow docstrings.
6405         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6406         (js--variable-decl-matcher, js--inside-pitem-p)
6407         (js--parse-state-at-point, js--get-all-known-symbols)
6408         (js--symbol-history, js-find-symbol, js--js-references)
6409         (js--moz-interactor, js--js-encode-value, js--read-tab):
6410         Fix typos in docstrings.
6412 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6414         * textmodes/reftex.el (reftex-get-file-buffer-force):
6415         * progmodes/verilog-mode.el (verilog-batch-execute-func):
6416         * emulation/viper.el (viper-go-away, viper-set-hooks):
6417         * emacs-lisp/re-builder.el (re-builder-unload-function):
6418         * emacs-lisp/bytecomp.el (byte-compile-file):
6419         * ses.el (ses-unload-function):
6420         * hexl.el (hexl-find-file):
6421         * files.el (normal-mode):
6422         * ehelp.el (with-electric-help):
6423         * autoinsert.el (auto-insert-alist):
6424         * arc-mode.el (archive-mode):
6425         Use (default-value 'major-mode) instead of default-major-mode.
6427         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6428         * international/mule.el (load-with-code-conversion):
6429         * emacs-lisp/debug.el (debug):
6430         * ediff-vers.el (ediff-rcs-get-output-buffer):
6431         * dired.el (dired-internal-noselect): Don't let-bind
6432         default-major-mode around code that doesn't use it.
6433         E.g. buffer creation via get-buffer-create doesn't use it.
6435 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
6437         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6438         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6439         when writing the temp file.  Otherwise, epa-file gets confused.
6440         (tramp-register-file-name-handlers): Make it a defun.  Move also
6441         `epa-file-handler' to the front of `file-name-handler-alist'.
6443 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6445         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6446         start right after a ^M.
6447         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6448         (tramp-completion-file-name-regexp-separate)
6449         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6450         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6451         Don't modify last-coding-system-used by accident.
6452         (tramp-completion-file-name-handler): Apply the checks here,
6453         instead during registration.
6454         (tramp-register-file-name-handlers) Renamed from
6455         `tramp-register-file-name-handler'.  Register both
6456         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6457         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
6459 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
6461         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6462         Remove variable ...
6463         (gdb-init-1, gdb-display-separate-io-buffer)
6464         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6465         references to it.
6466         (gdb-inferior-io-mode): Use make-comint-in-buffer.
6467         (gdb-inferior-filter): Use comint-output-filter to stop
6468         echoing and remove ^M characters.
6470 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * emulation/viper-init.el (viper-restore-cursor-type):
6473         * emulation/cua-base.el (cua--update-indications):
6474         Replace default-cursor-type with (default-value 'cursor-type).
6476         * mail/sendmail.el (mail-recover-1):
6477         * international/mule-diag.el (describe-current-coding-system-briefly)
6478         (describe-current-coding-system):
6479         * international/mule-cmds.el (select-safe-coding-system)
6480         (select-message-coding-system)
6481         (set-language-environment-coding-systems, set-locale-environment):
6482         * hexl.el (hexl-insert-multibyte-char):
6483         * dos-w32.el (find-buffer-file-type-coding-system):
6484         * simple.el (what-cursor-position):
6485         Replace uses of default-buffer-file-coding-system
6486         with (default-value 'buffer-file-coding-system).
6488         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6489         Replace uses of default-cursor-in-non-selected-windows
6490         with (default-value 'cursor-in-non-selected-windows).
6491         Use with-current-buffer.
6493         * mail/feedmail.el: Use CL macros.
6494         (feedmail-run-the-queue, feedmail-send-it-immediately):
6495         * dos-w32.el (find-buffer-file-type): Replace uses of
6496         default-buffer-file-type with (default-value 'buffer-file-type).
6498 2009-08-28  Glenn Morris  <rgm@gnu.org>
6500         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6501         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6502         Use default-value of major-mode rather than default-major-mode.
6504 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6506         * Makefile.in (update-elcfiles): Report left over elc files.
6508         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6509         expand-file-name and with-current-buffer.
6510         (mail-get-names, mail-directory): Use with-current-buffer.
6512         * vc.el (vc-read-revision): New function.
6513         (vc-version-diff, vc-merge): Use it.
6515 2009-08-27  Sam Steingold  <sds@gnu.org>
6517         * simple.el (kill-do-not-save-duplicates): New user option.
6518         (kill-new): When it is non-nil, and the new string is the same as
6519         the latest kill, set replace to t to avoid duplicates in kill-ring.
6521 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
6523         * net/tramp.el (tramp-handle-process-file): Do not flush all
6524         caches when `process-file-side-effects' is set.
6525         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6526         instead of `tramp-find-file-exists-command'.
6527         Unset `process-file-side-effects'.
6529 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
6531         * net/tramp.el (tramp-methods): New method "rsyncc".
6532         (top): Add completion function for "rsyncc".
6533         (tramp-message-show-message): New defvar.
6534         (tramp-message, tramp-error): Use it.
6535         (tramp-do-copy-or-rename-file-directly): Extend check for direct
6536         remote copying.
6537         (tramp-do-copy-or-rename-file-out-of-band): Handle new
6538         `tramp-methods' entry `copy-env' of "rsyncc".
6539         (tramp-vc-registered-read-file-names): New defconst.
6540         (tramp-vc-registered-file-names): New defvar.
6541         (tramp-handle-vc-registered): Implement optimization strategy.
6542         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6543         (tramp-vc-file-name-handler): New defun.
6544         (tramp-get-ls-command, tramp-get-test-command)
6545         (tramp-get-file-exists-command, tramp-get-remote-ln)
6546         (tramp-get-remote-perl, tramp-get-remote-stat)
6547         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6549         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6550         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
6551         timestamps.
6552         (tramp-get-file-property): Check for timestamps in
6553         `tramp-cache-inhibit-cache'.
6554         (tramp-set-file-property): Write timestamp.
6556 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6558         * language/japan-util.el (japanese-symbol-table): Add entries for
6559         cp932-2-byte.
6561         * international/characters.el: Add category `j' to cp932-2-byte.
6563 2009-08-27  Kenichi Handa  <handa@m17n.org>
6565         * international/fontset.el (build-default-fontset-data): New macro.
6566         (setup-default-fontset): Use build-default-fontset-data for CJK,
6567         tibetan, ethiopic, and ipa.
6569 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6571         * cus-start.el (default-major-mode): Customize `major-mode' instead.
6572         (enable-multibyte-characters): Not customizable any more.
6574         * subr.el (default-mode-line-format, default-header-line-format)
6575         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6576         (default-direction-reversed, default-truncate-lines)
6577         (default-left-margin, default-tab-width, default-case-fold-search)
6578         (default-left-margin-width, default-right-margin-width)
6579         (default-left-fringe-width, default-right-fringe-width)
6580         (default-fringes-outside-margins, default-scroll-bar-width)
6581         (default-vertical-scroll-bar, default-indicate-empty-lines)
6582         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6583         (default-fringe-cursor-alist, default-scroll-up-aggressively)
6584         (default-scroll-down-aggressively, default-fill-column)
6585         (default-cursor-type, default-buffer-file-type)
6586         (default-cursor-in-non-selected-windows)
6587         (default-buffer-file-coding-system, default-major-mode)
6588         (default-enable-multibyte-characters): Mark as obsolete.
6590 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
6592         * vc-dir.el (vc-dir-update): Remove debug helper.
6594         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6596 2009-08-26  Sam Steingold  <sds@gnu.org>
6598         * simple.el (save-interprogram-paste-before-kill): New user option.
6599         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6600         save the interprogram-paste into kill-ring before overriding it
6601         with the Emacs kill.
6603 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6605         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6606         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6607         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6608         and move to vc-rcs.el.
6609         (vc-default-next-revision): Rename to vc-rcs-next-revision and
6610         move to vc-rcs.el.
6611         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6612         (vc-rcs-update-changelog): Remove.
6613         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6614         and move to vc-rcs.el.
6616         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6617         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6618         renaming.
6619         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6620         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6621         vc.el, renamed to be RCS specific.
6623         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6624         New functions.
6625         (vc-cvs-update-changelog): Move here from vc.el.
6627         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6628         New functions.
6630 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6632         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6634 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6636         * vc-git.el (vc-git-register): Use "git add" for directories.
6637         (vc-git-stash, vc-git-stash-show): New functions.
6638         (vc-git-extra-menu-map): Bind them.
6640         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6641         directory correctly in case the item is a directory itself.
6643         * vc.el: Document the desired behavior for reverted files in the
6644         `added' state.
6645         (vc-default-prettify-state-info): Remove function, unused.
6647         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6649 2009-08-26  Glenn Morris  <rgm@gnu.org>
6651         * bindings.el (standard-mode-line-format): Reposition dashes in
6652         which-func entry.  (Bug#4217)
6654         * files.el (enable-local-variables, enable-local-eval)
6655         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6656         the defcustoms.
6657         (auto-mode-alist, ignored-local-variables)
6658         (save-some-buffers-action-alist): Move risky declarations to the
6659         definitions.
6660         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6661         (font-lock-defaults, format-alist, imenu--index-alist)
6662         (imenu-generic-expression, input-method-alist, minor-mode-alist)
6663         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6664         (mode-line-modified, mode-line-mule-info, mode-line-position)
6665         (mode-line-process, mode-line-remote, outline-level)
6666         (parse-time-rules, rmail-output-file-alist)
6667         (special-display-buffer-names, vc-mode):
6668         Move risky declarations to the relevant files.
6669         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6670         (mode-line-modified, mode-line-process, mode-line-position)
6671         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6672         * font-core.el (font-lock-defaults):
6673         * format.el (format-alist):
6674         * vc-hooks.el (vc-mode):
6675         * window.el (special-display-buffer-names):
6676         * international/mule-cmds.el (input-method-alist):
6677         Define riskiness here (dumped file) rather than in files.el.
6678         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6679         * imenu.el (imenu-generic-expression, imenu--index-alist):
6680         * outline.el (outline-level):
6681         * time.el (display-time-string):
6682         * calendar/parse-time.el (parse-time-rules):
6683         * mail/rmailout.el (rmail-output-file-alist):
6684         Autoload riskiness here, rather than placing in files.el.
6686 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6688         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6690 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6692         * simple.el (process-file-side-effects): New defvar.
6694         * dired-aux.el (dired-show-file-type):
6695         * vc.el (vc-diff-internal):
6696         * vc-arch.el (vc-arch-diff):
6697         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6698         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6699         * vc-git.el (vc-git-registered, vc-git-working-revision)
6700         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6701         (vc-git--empty-db-p):
6702         * vc-hooks.el (vc-user-login-name):
6703         * vc-svn.el (vc-svn-registered, vc-svn-state)
6704         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6705         * progmodes/grep.el (grep-probe): Let-bind
6706         `process-file-side-effects' with nil.
6708         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6710         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6711         daemon.  Replace ping by checking for running service for bluez
6712         and zeroconf.  (Bug#4239)
6714 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6716         * net/dig.el (dig): Add autoload cookie.
6718 2009-08-25  Glenn Morris  <rgm@gnu.org>
6720         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6721         load-history for absolute file-names.
6722         (byte-compile-file-form-require): Warn about use of the cl package.
6724         * format.el (format-alist): Doc fix.
6726         * play/bubbles.el (top-level): Don't require cl at run-time.
6728         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6729         run-time cl).
6731 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6733         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6734         from cl package.
6735         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6737 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6739         * calc/calc-alg.el (math-trig-rewrite)
6740         (math-hyperbolic-trig-rewrite): New functions.
6741         (calc-simplify): Simplify trig functions when asked.
6743 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6745         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6747 2009-08-24  Kenichi Handa  <handa@m17n.org>
6749         * language/ind-util.el (mapthread): Delete it.
6750         (combinatorial): New function.
6751         (indian--puthash-cv): Use combinatorial instead of mapthread.
6753 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6755         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6756         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6757         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6758         Clarify docstring that the value is strings not symbols.
6759         (checkdoc-list-of-strings-p): New function.
6761 2009-08-22  Glenn Morris  <rgm@gnu.org>
6763         * files.el (auto-mode-alist):
6764         * hippie-exp.el (he-concat-directory-file-name):
6765         * lpr.el (lpr-windows-system, printer-name):
6766         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6767         * ps-print.el (ps-windows-system):
6768         * startup.el (command-line):
6769         * emulation/viper-ex.el (viper-glob-function):
6770         * international/mule-cmds.el (set-language-environment-coding-systems):
6771         * net/ange-ftp.el (ange-ftp-write-region):
6772         * obsolete/fast-lock.el (fast-lock-cache-name):
6773         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6774         unisoft-unix, vax-vms, win32, w32.
6776         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6777         given name if the pattern is not more specific.
6779         * calendar/lunar.el (lunar-phase-names): New option.
6780         (lunar-phase): Doc fix.
6781         (lunar-cycles-per-year): New constant.
6782         (lunar-index): New function.
6783         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6784         (lunar-phase-name): Use lunar-phase-names.
6785         (calendar-lunar-phases): Use format.
6786         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6788         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6789         Copy imenu-example--name-and-position function here for own use.
6790         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6792         * bs.el (bs--redisplay):
6793         * cus-edit.el (custom-redraw):
6794         * ibuffer.el (ibuffer-bury-buffer):
6795         * server.el (server-goto-line-column):
6796         * startup.el (command-line-1):
6797         * strokes.el (strokes-xpm-for-stroke):
6798         * term.el (term-display-buffer-line):
6799         * view.el (View-goto-line):
6800         * calc/calc.el (calc-do, calc-trail-buffer):
6801         * play/gamegrid.el (gamegrid-add-score-insecure):
6802         * progmodes/ada-mode.el (ada-compile-goto-error):
6803         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6804         (ebrowse-select-1st-to-9nth):
6805         * progmodes/cperl-mode.el (cperl-time-fontification):
6806         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6807         * progmodes/gud.el (gud-display-line):
6808         (idlwave-shell-display-line):
6809         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6810         * progmodes/make-mode.el (makefile-browser-toggle):
6811         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6812         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6813         * textmodes/picture.el (picture-draw-rectangle):
6814         * textmodes/reftex-index.el (reftex-index-goto-letter):
6815         (reftex-select-jump-to-previous):
6816         * textmodes/reftex-sel.el (reftex-find-start-point)
6817         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6818         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6819         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6820         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6821         * textmodes/two-column.el (2C-associated-buffer):
6822         Use forward-line rather than goto-line.
6824         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6825         goto-line.
6827         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6828         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6829         (quick-check-list-to-regexp): Declare.
6831         * progmodes/make-mode.el (makefile-browser-insert-selection):
6832         Use goto-char rather than goto-line.
6834         * progmodes/prolog.el (compilation-error-regexp-alist)
6835         (compilation-forget-errors): Declare.
6837 2009-08-22  Juri Linkov  <juri@jurta.org>
6839         * progmodes/grep.el (lgrep, rgrep): At the beginning
6840         set `dir' to `default-directory' unless `dir' is a non-nil
6841         readable directory.  (Bug#4052)
6842         (lgrep, rgrep): Change a weird way to report an error
6843         from using `read-string' to using `error'.
6844         Instead of using interactive arguments in the function body,
6845         add new argument `confirm'.
6847 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6849         * textmodes/remember.el (remember-buffer):
6850         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6851         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6852         (icalendar-extract-ical-from-buffer):
6853         * net/newst-treeview.el (newsticker-groups-filename):
6854         * net/newst-backend.el (newsticker-cache-filename):
6855         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6856         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6857         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6858         (speedbar-buffers-line-path, speedbar-path-line)
6859         (speedbar-buffers-line-path):
6860         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6861         (epg-sign-keys):
6862         * epa.el (epa-display-verify-result):
6863         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6865 2009-08-21  Glenn Morris  <rgm@gnu.org>
6867         * progmodes/js.el (inferior-moz-process): Fix declaration.
6869         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6871         * obsolete/rnewspost.el (news-mail-reply):
6872         Use goto-char rather than goto-line.
6874         * term/ns-win.el (ns-open-file-select-line):
6875         Use line-beginning-position rather than goto-line.
6877         * apropos.el (apropos-command):
6878         * ehelp.el (electric-helpify):
6879         * printing.el (pr-show-setup):
6880         * strokes.el (strokes-help):
6881         * tutorial.el (tutorial--describe-nonstandard-key)
6882         (tutorial--detailed-help):
6883         * woman.el (woman-mini-help, woman-display-extended-fonts):
6884         * calc/calc-help.el (calc-describe-key):
6885         * emulation/edt.el (edt-electric-helpify):
6886         * international/mule-diag.el (mule-diag):
6887         * play/yow.el (apropos-zippy):
6888         * progmodes/python.el (python-describe-symbol):
6889         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6890         * textmodes/table.el (*table--cell-describe-mode)
6891         (*table--cell-describe-bindings):
6892         Use help-print-return-message rather than the now obsolete alias.
6894         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6895         (calendar-cursor-to-visible-date):
6896         * play/5x5.el (5x5-position-cursor):
6897         * play/decipher.el (decipher):
6898         * play/gomoku.el (gomoku-goto-xy):
6899         * play/landmark.el (lm-goto-xy):
6900         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6901         (mpuz-paint-digit):
6902         Use forward-line, not goto-line.
6904         * mail/rmail.el (rmail-obsolete): Delete custom group.
6905         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6906         (rmail-remote-password, rmail-remote-password-required):
6907         Remove unneeded :set-after and :set properties.
6909 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6911         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6913 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6915         * loadup.el: Remove leftover macos code.
6917         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6918         Explicitly pass the date format to git blame so that user local
6919         so that the output format can be parsed.
6921 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6923         * net/dbus.el (top): Don't check for (getenv
6924         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6926 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6928         * log-edit.el (log-edit-strip-single-file-name): New var.
6929         (log-edit-insert-changelog): Use it.  Bug#3571
6931 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6933         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6934         Bug#3287
6936         * help.el (help-print-return-message): Rename from
6937         print-help-return-message.
6939         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6940         cvs-mode-map parent hack.
6941         (log-view-mode): Derive from special-mode.
6943         * linum.el (linum-mode): window-size-change-functions is redundant.
6944         Adapt to new window-configuration-change-hook behavior.
6945         (linum-after-size, linum-after-config): Remove.
6947         * imenu.el (imenu-example--name-and-position)
6948         (imenu-example--lisp-extract-index-name)
6949         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6950         Mark as obsolete.
6952         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
6953         (inferior-prolog-mode): Use it.
6954         (inferior-prolog-load-file): Reset list of errors.
6956 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6958         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
6960         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
6962 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
6964         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
6965         is running already.
6967 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6969         * subr.el (listify-key-sequence-1): Use normal syntax since those
6970         integers are nowadays always represented by the same (positive) number
6971         on all platforms.
6972         (read-key-empty-map): New const.
6973         (read-key-delay): New var.
6974         (read-key): New function.
6975         (force-mode-line-update): Use with-current-buffer.
6976         (locate-user-emacs-file): Don't forget to abbreviate the file name.
6977         (start-process-shell-command, start-file-process-shell-command):
6978         Discourage the use of command-args.
6980 2009-08-19  Glenn Morris  <rgm@gnu.org>
6982         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
6984 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6986         * simple.el (choose-completion-string): Don't rely on
6987         minibuffer-completing-file-name and ad-hoc checks to decide whether
6988         to continue completion or not.
6990         * minibuffer.el (minibuffer-hide-completions): New function.
6991         (completion--do-completion): Use it.
6992         (completions-annotations): New face.
6993         (completion--insert-strings): Use it.
6994         (completion-pcm--delim-wild-regex): Add docstring.
6995         (completion-pcm--string->pattern): Add support for 0-width delimiters
6996         in completion-pcm--delim-wild-regex.
6998 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7000         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7001         Remove unused var `buffer-modified-p'.
7003         * minibuffer.el (completion--do-completion): Move point for the #b001
7004         case as well (bug#4176).
7005         (minibuffer-complete, minibuffer-complete-word): Don't move point.
7007 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
7009         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
7010         and :session buses.
7012 2009-08-18  Kenichi Handa  <handa@m17n.org>
7014         * international/ucs-normalize.el (ucs-normalize-version):
7015         Change to 1.1.
7016         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7017         (utf-8-hfs): Make it perform normalization on encoding too.
7019         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
7020         (sentence-end-without-space): Delete duplicated chars.
7021         (sentence-end-base): Likewise.
7023         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
7024         (html-mode): Delete duplicated chars from sentence-end-base.
7026         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
7027         (texinfo-mode): Delete duplicated chars from sentence-end-base.
7029 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
7031         * files.el (hack-one-local-variable): If the mode function is for
7032         a minor mode, pass it an argument (Bug#4148).
7034 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
7036         * net/tramp.el (tramp-register-completion-file-name-handler):
7037         Check also for (member 'partial-completion completion-styles).
7039 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7041         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7042         abbrev (Bug#3943).
7044 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
7046         * progmodes/cperl-mode.el: Merge upstream 6.2.
7047         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7048         (cperl-forward-re): Check cperl-brace-recursing.
7049         (cperl-highlight-charclass): New function.
7050         (cperl-find-pods-heres): Use it.
7051         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7052         (cperl-beautify-regexp-piece): Fix column calculation.
7053         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7054         (cperl-beautify-level): Don't process entire regexp.
7055         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7056         calling man.
7057         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7058         (cperl-init-faces): Build a list in the normal way.
7060 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7062         * calendar/parse-time.el (parse-time-string-chars): Save match
7063         data.
7065 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7067         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7068         (sql-product): Use it.
7069         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7070         (sql-set-product): Add completion.
7071         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7072         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7073         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7074         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7075         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7076         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7077         (sql-highlight-db2-keywords): Remove.
7078         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7079         (sql-highlight-product): Use derived-mode-p.
7080         (sql-set-sqli-buffer): Use with-current-buffer.
7081         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7082         Simplify.
7084         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7086         * term.el: Fix commenting convention, turn comments into docstrings.
7088 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7090         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7092 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7094         * calendar/parse-time.el (parse-time-string-chars): Compute using
7095         character classes, to handle non-ascii characters (Bug#3190).
7097 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7099         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7100         another heredoc if the user adds another < (Bug#3226).
7102         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7103         Don't initialize based on window-system (Bug#4124).
7105         * facemenu.el (facemenu-read-color): Use a completion function
7106         that accepts any defined color, such as RGB triplets (Bug#3677).
7108         * files.el (get-free-disk-space): Change fallback default
7109         directory to /.  Expand DIR argument before switching to fallback.
7110         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7112 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7114         * files.el (load-library): Doc fix.
7116 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7118         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7119         (viper-if-string): Redefine C-s in the minibuffer to insert the last
7120         incremental search string.
7122         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7123         XEmacs.
7125         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7126         (ediff-merge-region-is-non-clash)
7127         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7128         Also check if the job is really a merge job.
7130         * ediff.el (ediff-current-file): New function.
7132 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7134         * progmodes/js.el: Edit docstrings throughout to follow Emacs
7135         conventions.
7136         (js-insert-and-indent): Delete function.
7137         (js-mode-map): Don't bind keys to js-insert-and-indent.
7138         (js-beginning-of-defun): Rename from js--beginning-of-defun.
7139         (js-end-of-defun): Rename from js--end-of-defun.
7140         (js-auto-indent-flag): Delete variable.
7142 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
7144         * progmodes/js.el: Remove proclaim statement.
7145         Defvar which-func-imenu-joiner-function to silence compiler.
7147         * files.el (auto-mode-alist): Use js-mode for .js files.
7149         * progmodes/js2-mode.el: Remove file.
7151         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7153         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7155         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7157 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
7158             Karl Landstrom  <karl.landstrom@brgeight.se>
7160         * progmodes/js.el: New file.
7162 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
7164         * timezone.el (timezone-parse-date): Add ability to understand ISO
7165         basic format (minimal separators) dates in addition to the
7166         already-supported extended format dates.
7168 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
7170         * international/ucs-normalize.el: Add a `coding' file variable.
7172         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7174 2009-08-14  Sam Steingold  <sds@gnu.org>
7176         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7178 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
7180         * faces.el (help-argument-name): Define it here instead of
7181         help-fns.el, because in daemon mode help-fns.el may be loaded when
7182         faces are still uninitialized (Bug#1078).
7184         * help-fns.el (help-argument-name): Move defface to faces.el.
7186 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
7188         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7189         create buffer with a pty but no process so that GDB can make the
7190         inferior the controlling process.
7192 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
7194         * international/ucs-normalize.el: New file.
7196 2009-08-13  Richard Stallman  <rms@gnu.org>
7198         * mail/rmail.el (rmail-get-attr-names):
7199         Accept an attribute header that is too short.
7201         * mail/rmail.el (rmail-forget-messages):
7202         Ignore nil elt in rmail-message-vector.  Use dotimes.
7204         * progmodes/compile.el (compilation-goto-locus):
7205         Use next-error-move-function.
7207         * simple.el (next-error-move-function): New variable.
7209 2009-08-12  Juri Linkov  <juri@jurta.org>
7211         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7212         always non-nil.  (Bug#4052)
7214         * replace.el (read-regexp): Return empty string when
7215         `default-value' is nil.
7216         (keep-lines-read-args): Don't use empty string as the
7217         default value for `read-regexp'.  (Bug#2495)
7219 2009-08-12  Juri Linkov  <juri@jurta.org>
7221         * international/mule-cmds.el (ucs-insert): Change arguments
7222         from `arg' to `character', `count', `inherit' to be the same
7223         as in `insert-char'.  Doc fix.  (Bug#4039)
7225         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7227 2009-08-12  Juri Linkov  <juri@jurta.org>
7229         * files-x.el: New file.
7231         * files.el: Move code that deals with adding/deleting
7232         file/directory-local variables to files-x.el.
7234         * Makefile.in (ELCFILES): Add files-x.elc.
7236 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
7238         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7239         to use `goto-line'.
7240         (gdb-place-breakpoints, gdb-get-location): Rewritten without
7241         `goto-line'.
7242         (gdb-invalidate-disassembly): Do not refresh upon receiving
7243         'update signal.  Instead, update all disassembly buffers only after
7244         threads list.
7245         (gdb): Send -target-detach when buffer is killed (Bug#3794).
7246         (gdb-starting): Moved -data-list-register-names...
7247         (gdb-stopped): ...here so it's sent when first thread stops.
7248         (gdb-registers-handler-custom): Do nothing if register names are
7249         unknown yet.
7251         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7252         from `gdb-mi.el' to avoid extra tangling.
7254         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7255         change which breaks `gud-def' definitions used in `gdb'.
7256         (gdb-update-gud-running): No extra fuss for updating frame number.
7258 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7260         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7261         (describe-language-environment-map, setup-language-environment-map)
7262         (set-coding-system-map): Move initialization into declaration.
7263         (set-language-info-alist): Last arg to define-key-after can be skipped.
7265         * international/quail.el (quail-completion-1): Simplify.
7266         (quail-define-rules): Use slightly more compact code.
7267         (quail-insert-decode-map): Propertize keys, compact columns.
7269         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7270         Add goto-line.
7272 2009-08-10  Miles Bader  <miles@gnu.org>
7274         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7275         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7276         (js2-instance-member, js2-private-member, js2-private-function-call)
7277         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7278         (js2-magic-paren, js2-external-variable):
7279         Remove "-face" suffix from face names.
7280         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7281         (js2-highlight-undeclared-vars, js2-peek-token)
7282         (js2-parse-function-params, js2-mode-show-errors)
7283         (js2-mode-show-warnings, js2-make-magic-delimiter)
7284         (js2-mode-highlight-magic-parens): Update to use new face names.
7286 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
7288         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7289         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
7291 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
7293         * subr.el: Provide hashtable-print-readable.
7295         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7296         hs-c-like-adjust-block-beginning.
7297         (hs-hide-block-at-point): Stop hiding at the beginning of
7298         hs-block-end-regexp (Bug#700).
7300 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
7302         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7303         a macro.
7304         (gdb-registers-handler-custom): Do not fail when register names
7305         are unavailable.
7307 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7309         * progmodes/gdb-mi.el (gdb-control-all-threads)
7310         (gdb-control-current-thread): Interactive setters for
7311         `gdb-gud-control-all-threads' to use in menu.
7312         (gdb-show-run-p): Show «Go» when process is not active.
7313         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
7314         gud/thread.xpm and gud/all.xpm.
7316 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
7318         * net/net-utils.el (net-utils-font-lock-keywords): New var.
7319         (nslookup-font-lock-keywords): Make it a variable.
7320         (net-utils-mode): New mode for viewing diagnostic network output.
7321         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7322         (net-utils-run-simple): New function.
7323         (ifconfig, iwconfig, netstat, arp, route): Use it.
7325 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7327         * progmodes/gdb-mi.el (gdb-read-memory-custom)
7328         (gdb-memory-set-address, def-gdb-set-positive-number)
7329         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7330         after changing settings.
7331         (gdb-invalidate-disassembly): Update when first shown.
7332         (gdb-edit-locals-value): Fixed.
7333         (gdb-registers-handler-custom): Print registers in right order and
7334         allow changing register values (only for current thread yet).
7335         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7336         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7337         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7338         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7339         info in mode name.
7340         (gdb-registers-mode-map): TAB to switch to locals.
7342 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
7344         * mail/rmail.el (rmail-add-mbox-headers)
7345         (rmail-set-message-counters-counter): Search for
7346         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
7348 2009-08-08  Glenn Morris  <rgm@gnu.org>
7350         * Makefile.in (ELCFILES): Update.
7352 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7354         * mail/sendmail.el (mail-yank-original): Set
7355         buffer-file-coding-system from the one used by the message whose
7356         text is yanked.
7358         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7359         to "windows" when "pgnuplot" is used.
7360         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7361         call accept-process-output if "pgnuplot" is used.
7362         (calc-graph-init): Don't send -display and -geometry to
7363         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
7364         running "pgnuplot -V" with shell-command-to-string.
7366         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7367         the default.
7369 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7371         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7372         org/org-latex.elc.
7374 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7376         * vc-dispatcher.el (vc-resynch-window): Update comment.
7378         * term.el (term-handle-ansi-escape): Add comments with the
7379         terminfo capabilities implemented.
7381 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
7383         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7384         (gdb-var-create-handler): Rewritten using JSON parser.
7385         (gdb-propertize-header): Moved earlier.
7386         (gdb-set-header): Removed to avoid duplication.
7387         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7388         Refresh disassembly buffers only after threads list have been
7389         update.
7390         (gdb-threads-header, gdb-registers-header): Per-buffer header line
7391         variables.
7393 2009-08-04  Juri Linkov  <juri@jurta.org>
7395         * files.el: Commands to add/delete file/directory-local variables.
7396         (read-file-local-variable, read-file-local-variable-value)
7397         (read-file-local-variable-mode, modify-file-local-variable)
7398         (modify-file-local-variable-prop-line)
7399         (modify-dir-local-variable): New functions.
7400         (add-file-local-variable, delete-file-local-variable)
7401         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7402         (add-dir-local-variable, delete-dir-local-variable)
7403         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7404         (copy-dir-locals-to-file-locals-prop-line): New commands.
7406 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
7408         * abbrev.el (insert-abbrev-table-description): Prettify output.
7409         Suggested by Karl Chen.
7411 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
7413         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7414         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7415         (gdb-overlay-arrow-position, gdb-thread-position)
7416         (gdb-disassembly-position): Declare variables.
7417         (gdb-wait-for-pending): Function now.
7418         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7419         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7420         compilation goes smoothly.
7421         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7422         (gdb-non-stop-setting): New customization setting which replaces
7423         `gdb-non-stop' so changing it doesn't break active GDB session.
7424         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7425         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7426         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7427         (gdb-show-threads-by-default): New customization options.
7428         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7429         routines.
7430         (gdb-get-buffer-create): Send buffers update signal when they are
7431         created.
7432         (gdb-invalidate-locals, gdb-invalidate-registers)
7433         (gdb-invalidate-breakpoints)
7434         (gdb-invalidate-threads, gdb-invalidate-disassembly)
7435         (gdb-invalidate-memory): Accept update signal.
7436         (gdb-current-context-command): Use --frame option.
7437         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7438         Implement `gdb-frame-number' selection logic.
7439         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7440         whether to show GUD toolbar buttons.
7441         (gdb-thread-exited): Unselect current thread when it exits.
7442         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7443         (gdb-mark-line): Routine which sets overlay arrow or inverses
7444         video on fringeless displays.
7445         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7446         to build aligned columns of data in GDB buffers and set text
7447         properties line-by-line.
7448         (gdb-invalidate-breakpoints)
7449         (gdb-breakpoints-list-handler-custom)
7450         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7451         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7452         (gdb-registers-handler-custom): Align data columns.
7453         (gdb-locals-handler-custom): Now prints data like in variable
7454         declarations.
7455         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7456         Removed confusing buttons.
7457         (gdb-invalidate-threads): Append --frame.
7458         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7459         between breakpoints/threads buffers.
7460         (gdb-set-window-buffer): Now can ignore dedicated windows.
7461         (gdb-propertize-header): Use `gdb-set-window-buffer'.
7462         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7463         (def-gdb-thread-buffer-gud-command): Replaces
7464         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7465         for fine thread control.
7466         (gdb-preempt-existing-or-display-buffer): New function used to
7467         display bound buffers without breaking window layout.
7468         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7469         (gdb-select-frame): New version of `gdb-frames-select' which now
7470         sets `gdb-frame-number' so commands may use --frame option instead
7471         of inner debugger state.
7472         (gdb-frame-handler): Do not set `gdb-frame-number'.
7473         (gdb-threads-mode-map): Select threads with mouse.
7475         * progmodes/gud.el (gdb-gud-context-call): Declare function to
7476         avoid compilation warning.
7477         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7478         `gdb-show-stop-p`.
7480         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7481         Argument `key' renamed to `buffer-type'.
7482         (gdb-current-context-buffer-name): Do not add thread info to
7483         buffer name when no thread is selected.
7484         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7485         command (bug 3794).
7486         (gdb-thread-selected): Handle `=thread-selected' notification.
7487         (gdb-wait-for-pending): New macro to deal with congestion problems.
7488         (gdb-breakpoints-list-handler-custom): Don't fail on pending
7489         breakpoints.
7490         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7491         This fixes problem similar to one described in bug 3947.
7492         (gud-menu-map): More menu items.
7493         (gdb-init-1): Reset `gdb-thread-number' to nil.
7495         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7496         non-stop settings.
7498         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7499         (gdb-current-context-command): Do not append --thread if
7500         `gdb-thread-number' is nil.
7501         (gdb-running-threads-count, gdb-stopped-threads-count): New
7502         variables.
7503         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7504         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7505         customization options.
7506         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7507         GUD commands.
7508         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7509         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7510         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7511         set `gdb-thread-number' and update `gud-running' properly.
7512         (gdb-running): Update threads list when new threads appear.
7513         (gdb-stopped): Support non-stop operation and new thread switching
7514         logic.
7515         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7516         (gdb-json-partial-output): New set of JSON routines.
7517         (def-gdb-auto-update-trigger): New `signal-list' optional
7518         argument.
7519         (gdb-thread-list-handler-custom): Update `gud-running',
7520         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7521         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7522         (gdb-continue-thread, gdb-step-thread): New commands for fine
7523         thread execution control.
7524         (gud-menu-map): New menu items to switch non-stop options.
7525         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7526         (gdb-send): Mimic RET properly (bug 3794).
7528         * progmodes/gdb-mi.el (gdb-rules-name-maker)
7529         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7530         gdb-buffer-rules.
7531         (def-gdb-auto-update-handler): New nopreserve optional argument.
7532         (gdb-stack-list-frames-custom): Print stack from top to bottom.
7534         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7535         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7536         (gdb-parent-mode): New mode to derive other GDB modes from.
7537         (gdb-display-disassembly-for-thread)
7538         (gdb-frame-disassembly-for-thread): New commands for threads
7539         buffer.
7541         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7542         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7543         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7544         (gdb-update): We now store all GDB buffers in a list so that they
7545         can be updated by traversing a list instead of calling invalidate
7546         triggers explicitly.
7547         (def-gdb-trigger-and-handler): New macro to define trigger-handler
7548         pair for GDB buffer.
7549         (gdb-stack-buffer-name): Add thread information.
7550         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7551         handle pending triggers.
7552         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7553         (def-gdb-thread-buffer-simple-command)
7554         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7555         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7556         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7557         New commands which show buffers bound to thread.
7558         (gdb-stack-list-locals-regexp): Removed unused regexp.
7560         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7561         (gdb-locals-buffer-name, gdb-registers-buffer-name)
7562         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7563         to (gud-comint-buffer) in *-buffer-name functions
7564         because (gdb-get-target-string) already does that.
7565         (gdb-locals-handler-custom, gdb-registers-handler-custom)
7566         (gdb-changed-registers-handler): Rewritten without regexps.
7568         * progmodes/gdb-mi.el: Basic thread selection support.
7569         (gdb-thread-number): New variable.
7570         (gdb-current-context-command): New macro which adds --thread
7571         option to command.
7572         (gdb-threads-mode-map): Select thread with SPC.
7573         (gdb-thread-list-handler-custom): Mark current thread with overlay
7574         arrow.  Synchronize GDB thread and Emacs thread.
7575         (gdb-select-thread): New command which selects current thread.
7576         (gdb-invalidate-frames, gdb-invalidate-locals)
7577         (gdb-invalidate-registers): Use --thread option.
7579 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
7581         * net/tramp.el (top): Make check for tramp-gvfs loading more
7582         robust.  (Bug#3977)
7583         (tramp-handle-insert-file-contents): `unwind-protect' must be
7584         inside `with-parsed-tramp-file-name'.
7586         * net/tramp-gvfs.el (top): Remove superfluous message when loading
7587         fails.
7589 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
7591         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7592         directory if CLASSPATH is not set.
7594 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
7596         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7597         New defconst.
7598         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
7600 2009-08-02  Kevin Ryde  <user42@zip.com.au>
7602         * net/newst-backend.el (newsticker--raw-url-list-defaults):
7603         Update freshmeat link.  Delete newsforge.com as it seems gone.
7605 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7607         * select.el (x-set-selection): Doc fix (Bug#4021).
7609         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7611         * help-fns.el (describe-variable): Treat list return values from
7612         dir-locals-find-file properly (Bug#4005).
7614 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
7616         * net/tramp.el (tramp-debug-message): Print also microseconds.
7618 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
7620         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7621         or END is non-nil.
7622         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7623         (tramp-get-debug-buffer): Change `outline-regexp' according to new
7624         format.
7626         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7627         (tramp-get-file-property): Use it.
7629         * autorevert.el (auto-revert-handler): Allow
7630         `auto-revert-tail-mode' for remote files.
7632 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7634         * minibuffer.el (read-file-name): Treat confirm options to
7635         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7637 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7639         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7640         (font-lock-variable-name-face, font-lock-constant-face): Darken
7641         the colors for light backgrounds.
7643 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7645         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7646         month names.  (Bug#3987)
7648 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7650         * simple.el (line-move-finish): Pass whole number to
7651         line-move-to-column.
7652         (line-move-visual): Perform hscroll to the recorded position.
7654 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7656         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7658 2009-07-29  Alan Mackenzie  <acm@muc.de>
7660         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7662 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
7664         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7665         (gdb-place-breakpoints): Use full path when setting breakpoints.
7667 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7669         * calc/calc.el (calc-mode-map): Add keybinding for
7670         `calc-transpose-lines'.
7672 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
7674         * calc/calc-misc.el (calc-transpose-lines): New function.
7676 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
7678         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7679         Simplify check for out-of-band methods.
7680         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7681         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7683 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7685         * vc-git.el (vc-git-checkin): Fix typo.
7687 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7689         * progmodes/js2-mode.el: New file.
7691 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7693         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7694         (gud-menu-map): Adjust tooltip accordingly.
7696 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7698         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7699         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7701         * add-log.el (change-log-mode-map): Add a menu.
7703 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7705         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7706         function returns nil.
7707         (dbus-handle-event): Handle special return value :ignore.
7708         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7710 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7712         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7713         it's not needed.
7715 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7717         Fix Bug#3888:
7719         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7721         * term/pc-win.el (x-display-name, x-colors)
7722         (x-select-enable-clipboard, x-select-text): Doc fix.
7724         * term/common-win.el (x-display-name, x-colors): Doc fix.
7726         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7727         (xw-defined-colors): Doc fix.
7729         * w32-fns.el (x-select-text, x-setup-function-keys)
7730         (x-get-selection, x-set-selection): Doc fix.
7732         * term/x-win.el (x-select-text, x-setup-function-keys)
7733         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7735         * select.el (x-set-selection): Doc fix.
7737 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7739         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7740         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7741         "IsNSSSupportAvailable" method is not available.  Reported by
7742         Steve Youngs <steve@sxemacs.org>.
7744 2009-07-24  Kenichi Handa  <handa@m17n.org>
7746         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7747         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7748         (build-unicode-category-table): Fix range checks.
7750 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7752         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7753         the buffer we try to sync is current when calling
7754         vc-resynch-buffer.
7756         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7757         not show up to date files.
7759 2009-07-24  Glenn Morris  <rgm@gnu.org>
7761         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7762         Add autoload cookies.  If necessary, initialize.
7763         (elint-log): Handle non-file buffers.
7764         (elint-initialize): Add optional argument to reinitialize.
7765         (elint-find-builtin-variables): Save excursion.
7767 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7769         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7770         for Lint.
7772 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7774         * vc.el (vc-print-log-internal): New function, split out from ...
7775         (vc-print-log): ... here.
7776         (vc-dir-move-to-goal-column): Declare.
7778         * vc-git.el (vc-git-add-signoff): New variable.
7779         (vc-git-checkin): Use it.
7780         (vc-git-toggle-signoff): New function.
7781         (vc-git-extra-menu-map): Bind it to menu.
7782         (vc-git--run-command-string): Accept a nil FILE argument.
7783         (vc-git-stash-list): New function.
7784         (vc-git-dir-extra-headers): Use it.
7786 2009-07-23  Glenn Morris  <rgm@gnu.org>
7788         * help-fns.el (describe-variable): Describe ignored and risky local
7789         variables in a similar way to that in which we describe safe ones.
7791         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7792         (byte-compile-output-file-form, byte-compile-output-docform)
7793         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7794         Give some more local variables with common names a "bytecomp-" prefix,
7795         so as not to shadow things during compilation.
7796         * emacs-lisp/cl-macs.el (load-time-value)
7797         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7798         `outbuffer' to `bytecomp-outbuffer'.
7800         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7801         since the next two variables cover them automatically now.
7802         (elint-builtin-variables, elint-autoloaded-variables): New.
7803         (elint-unknown-builtin-args): Remove all members, since they can be
7804         parsed automatically now.
7805         (elint-extra-errors): New.
7806         (elint-env-add-env, elint-env-add-macro): Use cadr.
7807         (elint-current-buffer): Use or.  Change final message.
7808         (elint-get-top-forms): Use line-end-position.
7809         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7810         and defalias.
7811         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7812         (regexp-assoc): Remove unused function.
7813         (elint-top-form): Set elint-current-pos, to record the start of the
7814         top-level form, for compilation-mode.
7815         (elint-form): Trap errors in macro expansion.  Use dolist.
7816         (elint-unbound-variable): Use elint-builtin-variables and
7817         elint-autoloaded-variables.
7818         (elint-get-args): Use cadr, or.
7819         (elint-check-cond-form): Use dolist, cadr.
7820         (elint-check-condition-case-form): Doc fix.  Use cadr.
7821         Use elint-extra-errors.
7822         (elint-log): New function.
7823         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7824         Distinguish errors and warnings.
7825         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7826         Use a bytecomp-style format.
7827         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7828         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7829         Don't truncate lines.
7830         (elint-initialize): Set builtin and autoloaded variable lists.
7831         Only process elint-unknown-builtin-args if non-nil.
7832         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7833         New functions.
7834         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7836 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7838         * net/newst-backend.el (newsticker--parse-atom-1.0)
7839         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7840         (newsticker--parse-rss-1.0):
7841         * progmodes/idlwave.el (idlwave-mode):
7842         * progmodes/idlw-shell.el (idlwave-shell-mode):
7843         * progmodes/vera-mode.el (vera-mode):
7844         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7845         * progmodes/vhdl-mode.el (vhdl-mode):
7846         * textmodes/table.el (table-generate-source)
7847         (table--warn-incompatibility):
7848         Hyperlink urls in docstrings with URL `...'.
7850 2009-07-22  Glenn Morris  <rgm@gnu.org>
7852         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7853         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7854         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7855         Remove leading * from defcustom docs.
7857         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7859         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7860         defcustom doc.
7861         (list-load-path-shadows): Optionally, just return shadows as a string.
7863         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7865 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7867         * mail/rmailedit.el (rmail-edit-mode): Use
7868         auto-save-include-big-deletions.
7870         * mail/rmail.el (rmail-variables): Use
7871         auto-save-include-big-deletions.
7873         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7874         changes.
7876 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7878         * calc/calc.el (calc-undo-length): New variable.
7879         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7881 2009-07-21  Richard Stallman  <rms@gnu.org>
7883         * files.el (auto-save-mode): Handle buffer-save-size = -2
7884         for toggling mode.
7886 2009-07-21  Glenn Morris  <rgm@gnu.org>
7888         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7890         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7892         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7893         silence compiler.  Instead...
7894         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7895         (ps-print-ensure-fontified): Update for above function name changes.
7897         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7898         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7899         silence compiler.  Instead...
7900         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7901         (mh-show-buffer): Only define for compiler.
7902         (pr-mh-current-message): Update for above function name changes.
7904         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7905         as an argument.
7906         (find-file-noselect, insert-file-1): Update for above change.
7908         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7910         * mail/mailclient.el (mailclient-send-it): Fix message.
7912         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7913         (edebug-eval): Check cl-debug-env is bound.
7914         (print-level, print-circle): Don't redefine built-in variables.
7916         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7917         (custom-print-vectors): Remove old comments from doc.
7919         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7920         (emerge-version): Make the variable an obsolete alias for the
7921         emacs-version variable.  Make the function obsolete.
7922         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7923         Emerge options, rather than merging in into the main Options menu.
7924         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7925         and auto advance modes.  Disable edit/fast items when not relevant.
7927 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7929         * term/vt420.el (terminal-init-vt420): Fix typo.
7931 2009-07-20  Sam Steingold  <sds@gnu.org>
7933         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7934         variable (removed from compile.el on 2004-03-11).
7936 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7938         * files.el (hack-local-variables-filter): Fix last change.
7940 2009-07-19  Juri Linkov  <juri@jurta.org>
7942         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7943         (dir-local-variables-alist): New buffer-local variable.
7944         (hack-local-variables-filter): If variable is not dir-local,
7945         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7946         because file-local overrides dir-local.
7947         (c-postprocess-file-styles)<declare-function>:
7948         Remove obsolete declaration.
7949         (hack-dir-local-variables): Add dir-local variable/value pair to
7950         `dir-local-variables-alist' and remove duplicates.  Doc fix.
7952         * help-fns.el (describe-variable): Add information about
7953         file-local and dir-local variables.
7955 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
7957         * files.el (hack-local-variables-filter): Rewrite.
7959 2009-07-19  Glenn Morris  <rgm@gnu.org>
7961         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
7962         Silence compiler by only defining on XEmacs.
7964         * international/mule.el (auto-coding-regexp-alist): Only match
7965         BABYL... at the start of buffer, not of lines.  (Bug#3790)
7967         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
7968         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
7969         (cal-menu-context-mouse-menu): Doc fix.
7971         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
7973         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
7975 2009-07-18  Juri Linkov  <juri@jurta.org>
7977         * info.el: Virtual Info keyword finder.
7978         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
7979         (Info-finder-file): New variable.
7980         (Info-finder-find-file): New function.
7981         (finder-known-keywords, finder-package-info)
7982         (find-library-name, lm-commentary): Use defvar and
7983         declare-function to silence compiler warnings.
7984         (Info-finder-find-node): New function.
7985         (info-finder): New command.
7987         * subr.el (process-kill-buffer-query-function): New function.
7988         (add-hook)<kill-buffer-query-functions>: Add hook
7989         `process-kill-buffer-query-function'.
7991 2009-07-18  Alan Mackenzie  <acm@muc.de>
7993         * progmodes/cc-mode.el (c-before-hack-hook)
7994         (c-postprocess-file-styles): Give invocation of `c-set-style'
7995         DONT-OVERRIDE parameter of t.  Already set style variables will
7996         thus not be overridden by style settings given by `c-file-syle'.
7998         * files.el (hack-local-variables-filter): Remove entries with
7999         duplicate keys from `file-local-variables-alist'.
8001 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8003         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8004         x-set-selection if display-selections-p returns nil for the
8005         current frame.
8007 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
8009         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8011 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8013         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8014         Accept nil in addition to a regexp.
8015         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8016         Accept nil in addition to a regexp.
8017         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8018         buffers that have an associated file.  Handle nil values of
8019         desktop-buffers-not-to-save and desktop-files-not-to-save.
8020         (Bug#3833)
8022         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8023         (x-disown-selection-internal): New functions.
8025 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
8027         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8028         warning.
8029         (gdb-breakpoints-header): Move forward to avoid compiler warning.
8030         (gdb-make-header-line-mouse-map): Remove duplicate definition.
8032 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
8034         * simple.el (set-mark): Revert last change.
8036 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
8038         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8039         rendering of pngs is not possible instead of messaging a long
8040         description.
8042 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
8044         * w32-fns.el (x-selection-owner-p): New function.
8046         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8047         (mouse-yank-at-click, mouse-yank-primary): If
8048         select-active-regions is non-nil, deactivate the mark before
8049         insertion.
8051         * simple.el (deactivate-mark, set-mark): Only save selection if we
8052         own it.
8054 2009-07-17  Kenichi Handa  <handa@m17n.org>
8056         * case-table.el (describe-buffer-case-table): Fix for the case
8057         that KEY is a cons.
8059 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8061         * vc-rcs.el (vc-rcs-find-file-hook):
8062         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8064 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
8066         * net/tramp.el (tramp-wait-for-output): Handle the case when
8067         commands do not return a newline but a null byte before the shell
8068         prompt.  (Bug#3858)
8070 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8072         * term/ns-win.el (ns-set-alpha): Don't declare.
8073         (ns-set-background-alpha): Remove function.
8075 2009-07-16  Kevin Ryde  <user42@zip.com.au>
8077         * emacs-lisp/copyright.el (copyright-update): Save match-data across
8078         y-or-n-p, for safety.
8080 2009-07-16  Richard Stallman  <rms@gnu.org>
8082         * files.el (auto-save-mode): If buffer-saved-size is -2,
8083         don't clobber it.
8085         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8086         (rmail-retry-ignored-headers): Add more uninteresting fields.
8088 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
8090         * net/rcirc.el (rcirc): Use history variables.
8091         (rcirc-server-name-history, rcirc-nick-name-history)
8092         (rcirc-server-port-history): New variables.
8094 2009-07-15  Kenichi Handa  <handa@m17n.org>
8096         * international/mule-cmds.el (set-language-environment-charset):
8097         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8098         ignore them.
8100         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8101         Delete unibyte-display.
8103 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8105         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8107 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8109         * simple.el (deactivate-mark): Optional argument FORCE.
8110         (set-mark): Use deactivate-mark.
8112         * info.el (Info-search): No need to check transient-mark-mode
8113         before calling deactivate-mark.
8115         * select.el (x-set-selection): Doc fix.
8116         (x-valid-simple-selection-p): Allow buffer values.
8117         (xselect--selection-bounds): Handle buffer values.  Suggested by
8118         David De La Harpe Golden.
8120         * mouse.el (mouse-set-region, mouse-drag-track): Call
8121         copy-region-as-kill before setting the mark, to let
8122         select-active-regions work.
8124 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
8126         * simple.el (deactivate-mark): If select-active-regions is
8127         non-nil, copy the selection data into a string.
8128         (activate-mark): If select-active-regions is non-nil, set the
8129         selection to the current buffer.
8130         (set-mark): Update selection if select-active-regions is non-nil.
8132         * select.el (x-valid-simple-selection-p): Allow buffer values.
8134 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8136         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8137         and more featureful message-mode.
8139 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
8141         * select.el (x-set-selection): Doc fix.
8142         (x-valid-simple-selection-p): Disallow selection data consisting
8143         of a list or cons of integers, since that is not used.
8144         (xselect--selection-bounds, xselect--int-to-cons): New functions.
8145         (xselect-convert-to-string, xselect-convert-to-length)
8146         (xselect-convert-to-filename, xselect-convert-to-charpos)
8147         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8149 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
8151         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8152         output in -break-info command (Emacs bug #3794).
8154 2009-07-14  Glenn Morris  <rgm@gnu.org>
8156         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8157         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8158         (edebug-print-length, edebug-print-level, edebug-print-circle)
8159         (edebug-sit-for-seconds, edebug-view-outside)
8160         (edebug-bounce-point, edebug-set-global-break-condition)
8161         (edebug-Go-nonstop-mode, edebug-trace-mode)
8162         (edebug-Trace-fast-mode, edebug-continue-mode)
8163         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8164         (edebug-visit-eval-list): Doc fixes.
8166         * subr.el (def-edebug-spec): Doc fix.
8168 2009-07-14  Kenichi Handa  <handa@m17n.org>
8170         * international/characters.el: Fix setting of category ?C.
8172 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8174         * term/ns-win.el (x-select-font): defalias x-select-font to
8175         ns-popup-font-panel instead of generate-fontset-menu.
8177 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
8179         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
8181 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
8183         * arc-mode.el (archive-find-type): Allow for a PK00 string before
8184         the PK\003\004 header (Bug#3770).
8186 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
8188         * pcomplete.el (pcomplete-comint-setup): Check for
8189         shell-dynamic-complete-filename too.
8191 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
8193         * simple.el (temporary-goal-column): Change the value for
8194         line-move-visual to a cons cell.
8195         (line-move-visual): Record or set the window hscroll, if
8196         necessary (Bug#3494).
8197         (line-move-1): Handle cons value of temporary-goal-column.
8199 2009-07-11  Kenichi Handa  <handa@m17n.org>
8201         * international/mule-diag.el (describe-character-set): Don't show
8202         width.
8204 2009-07-10  Sam Steingold  <sds@gnu.org>
8206         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8207         Omake sometimes indents the errors it prints, so allow all
8208         regexps to start with spaces.
8210 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
8212         * cus-edit.el (customize-changed-options-previous-release):
8213         Bump value to 22.1.  (Bug#3804)
8215 2009-07-08  Sam Steingold  <sds@gnu.org>
8217         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8218         to be a cons cell (test . ignored-directory) to selectively ignore
8219         some directories depending on the location of the search.
8221 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
8223         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8224         remote user is root, on the local host.
8225         (tramp-local-host-p): Either the local user or the remote user
8226         must be root.  (Bug#3771)
8228 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8230         * progmodes/gdb-mi.el (gdb): Remove description of
8231         gdb-use-separate-io-buffer.
8232         (menu): Don't allow toggling of or enable
8233         gdb-use-separate-io-buffer from menubar.
8235 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8237         * mail/unrmail.el (unrmail): Make sure the message ends with two
8238         newlines (Bug#3769).
8240 2009-07-08  Glenn Morris  <rgm@gnu.org>
8242         * calendar/calendar.el (calendar-current-date): Rework previous change.
8244 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
8246         * calendar/calendar.el (calendar-current-date):
8247         Add an optional argument giving an offset from today.
8249 2009-07-08  Glenn Morris  <rgm@gnu.org>
8251         * tutorial.el (tutorial--describe-nonstandard-key):
8252         Adjust the message for when a key has been unbound.
8253         (help-with-tutorial): Hide the arch-tag.
8255 2009-07-08  Kenichi Handa  <handa@m17n.org>
8257         * international/fontset.el (setup-default-fontset): For each
8258         script, append (not set) font-specs.
8260         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8261         docstring.
8263 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8265         * progmodes/gdb-mi.el (gdb-init-1): Move sending
8266         -data-list-register-names to ...
8267         (gdb-starting): ... here because GDB 7.0 requires execution to
8268         have started when using this MI command.
8269         (gdb-set-header): New function to distinguish select and
8270         unselected tabs in gdb buffers.
8271         (gdb-propertize-header): New macro that uses gdb-set-header.
8272         (gdb-breakpoints-header, gdb-locals-header): Use it.
8273         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8275 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
8277         * Makefile.in (ELCFILES): Remove fadr.elc.
8279 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
8281         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8282         may contain frame information, so `string-match' should be used.
8283         (gdb-update): Disassembly is invalidated through
8284         `gdb-get-selected-frame'.
8285         (gdb-pad-string): New function to pad string with spaces.
8286         (gdb-invalidate-disassembly): Invalidate only if the buffer
8287         exists.
8288         (gdb-disassembly-handler-custom): Column alignment.
8289         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8290         placing new ones.
8291         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8292         end of line, too.
8293         (gdb-frame-handler): Match convention to for disassembly buffer
8294         mode name.
8295         (gdb-stack-list-frames-handler): Rewritten without regexps.
8296         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8297         not highlight breakpoints without line information.
8298         (gdb-input): Add trailing newline to command.
8300         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8301         buffer properly.
8302         (gdb-breakpoints-list-handler-custom): Replacement for
8303         `gdb-break-list-handler'.  Using real parser instead of regexps
8304         now.
8305         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8306         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8307         to place breakpoints.
8308         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8309         functions.
8310         (gdb-disassembly-handler-custom): Show overlay arrow.
8311         (gdb-disassembly-place-breakpoints): Show breakpoints in
8312         disassembly buffer.
8313         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8314         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8315         instead of parsing breakpoints buffer.  Fixed old menu references
8316         in `gud-menu-map'.
8318         * fadr.el: Remove.
8320         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8321         (gdb-memory-address): New variable which holds top address of
8322         memory page shown in memory buffer.
8323         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8324         customization variables.
8325         New functions:
8326         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8327         display the memory buffer.
8328         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8329         buffer display parameters.
8330         (def-gdb-memory-format, gdb-memory-format-binary)
8331         (gdb-memory-format-octal, gdb-memory-format-unsigned)
8332         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8333         Functions for setting memory buffer format.
8334         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8335         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8336         unit size used in memory buffer.
8337         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8338         to next/previous page of memory buffer.
8339         Now using (bindat-get-field) instead of fadr functions.
8341 2009-07-07  Sam Steingold  <sds@gnu.org>
8343         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8344         non-top-level files.
8346 2009-07-07  Kenichi Handa  <handa@m17n.org>
8348         * international/mule-cmds.el (reset-language-environment): Put
8349         the highset priority to the charset iso-8859-1.
8351 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8353         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8354         to the end of the line when locating the block (Bug#700).
8356 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
8358         * net/tramp.el (tramp-handle-write-region): Flush file properties
8359         in case of short track.
8361 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
8363         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8364         representation of verilog error regular expressions to work with
8365         Emacs-22's new format.
8366         (verilog-error-regexp-xemacs-alist): Coded custom representation
8367         of verilog error regular expressions to work with XEmacs format.
8368         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8369         error recognition into XEmacs.
8370         (verilog-error-regexp-add-emacs): Hook routine to install verilog
8371         error recognition into Emacs-22.
8373 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8375         * woman.el: Remove stand-alone closing parentheses.
8376         (woman-file-name, woman2-format-paragraphs)
8377         (woman-leave-blank-lines): Code cleanup.
8378         (woman-use-own-frame): Change default to nil.
8379         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8380         defaults to inherit from default faces.
8381         (woman2-process-escapes): Consume the newline after a stand-alone
8382         filler character (Bug#3651).
8384 2009-07-06  Glenn Morris  <rgm@gnu.org>
8386         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8387         (top-level): Move provide to the end.
8388         (ffap): Remove defunct URL from custom group.
8390         * subr.el (eval-after-load): Doc fix.
8392 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
8394         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8395         `calc-embedded-word' is called twice.
8397 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8399         * files.el (find-alternate-file-other-window, find-alternate-file):
8400         Obey confirm-nonexistent-file-or-buffer.
8402 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
8404         * dired-aux.el (dired-show-file-type): Handle remote files.
8406 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
8408         * desktop.el (desktop-globals-to-save):
8409         Add file-name-history (Bug#2750).
8411 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
8413         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8415 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
8417         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8418         property on entire argument since this is what eshell-lisp-command
8419         expects.
8421 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
8423         * net/tramp-gvfs.el (tramp-gvfs-methods)
8424         (tramp-gvfs-zeroconf-domain)
8425         (tramp-bluez-discover-devices-timeout): Add version flag.
8426         (tramp-gvfs-handler-mounted-unmounted)
8427         (tramp-gvfs-connection-mounted-p): Polish handling of
8428         incompatibilities between GVFS 0.2 and 1.0.
8430 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
8432         * cus-start.el (all): Add make-pointer-invisible.
8434 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
8436         * calc-math.el (math-use-emacs-fn): Make sure that the number is
8437         formatted correctly.
8439 2009-07-02  Juri Linkov  <juri@jurta.org>
8441         * info.el: Virtual Info files and nodes.
8442         (Info-virtual-files, Info-virtual-nodes): New variables.
8443         (Info-current-node-virtual): New variable.
8444         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8445         New functions.
8446         (Info-file-supports-index-cookies): Use Info-virtual-file-p
8447         to check for a virtual file instead of checking a fixed list
8448         of node names.
8449         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8450         instead of ad-hoc processing of "dir" and (apropos history toc).
8451         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8452         instead of ad-hoc processing of "dir" and (apropos history toc).
8453         Reread a file when moving from a virtual node.
8454         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8455         (Info-directory-toc-nodes, Info-directory-find-file)
8456         (Info-directory-find-node): New functions.
8457         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8458         (Info-history): Move part of code to
8459         `Info-history-find-node'.
8460         (Info-history-toc-nodes, Info-history-find-file)
8461         (Info-history-find-node): New functions.
8462         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8463         (Info-toc): Move part of code to `Info-toc-find-node'.
8464         (Info-toc-find-node): New function.
8465         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
8466         the current Info file name to references because now the node
8467         "*TOC*" belongs to the same Info manual.
8468         (Info-toc-build): Rename from `Info-build-toc'.
8469         (Info-toc-nodes): Rename input argument `file' to `filename'.
8470         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8471         instead of ad-hoc processing of ("dir" apropos history toc).
8472         (Info-index-nodes): Use Info-virtual-file-p
8473         to check for a virtual file instead of checking a fixed list
8474         of node names.
8475         (Info-index-node): Add check for `Info-current-node-virtual'.
8476         Raise `save-match-data' higher up the tree to contain
8477         `search-forward' too (bug fix).
8478         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8479         (Info-virtual-index-nodes): New variable.
8480         (Info-virtual-index-find-node, Info-virtual-index): New functions.
8481         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8482         (Info-apropos-file, Info-apropos-nodes): New variables.
8483         (Info-apropos-toc-nodes, Info-apropos-find-file)
8484         (Info-apropos-find-node, Info-apropos-matches): New functions.
8485         (info-apropos): Move part of code to `Info-apropos-find-node' and
8486         `Info-apropos-matches'.
8487         (Info-mode-map): Bind "I" to `Info-virtual-index'.
8488         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8489         for a virtual file instead of checking a fixed list of node names.
8491         * simple.el (async-shell-command): New command.
8493         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8495         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8496         instead of `mount-info'.
8498 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
8500         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8501         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8503 2009-07-02  Kenichi Handa  <handa@m17n.org>
8505         * international/mule.el (set-keyboard-coding-system): Force *-unix
8506         coding-system to avoid eol conversion.
8508 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
8510         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8511         Add handler for `process-file', `shell-command' and
8512         `start-file-process'.
8513         (tramp-gvfs-handle-shell-command)
8514         (tramp-gvfs-handle-start-file-process)
8515         (tramp-gvfs-handle-process-file): New defuns.
8516         (tramp-synce-list-devices): Simplify check for existence of property.
8518 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8520         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8522 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8524         * language/korean.el (set-language-info-alist): Add korean-cp949,
8525         cp949 to spec.
8527 2009-07-01  Kenichi Handa  <handa@m17n.org>
8529         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8531         * international/encoded-kb.el: Deleted.
8533         * international/mule.el (set-keyboard-coding-system): Perform the
8534         necessary setup here instead of calling encoded-kbd-setup-display.
8536 2009-07-01  Glenn Morris  <rgm@gnu.org>
8538         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8540 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
8542         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
8544 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
8546         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8547         Handle also the 'rename case, when setting file modes.  (Bug#3712)
8548         (tramp-default-file-modes) Remove execute permissions.
8550         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8551         (top): Add a default for "synce" in `tramp-default-user-alist'.
8552         Add completion function for "synce" method.
8553         (tramp-hal-service, tramp-hal-path-manager)
8554         (tramp-hal-interface-manager, tramp-hal-interface-device):
8555         New defconst.
8556         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8557         (tramp-synce-list-devices, tramp-synce-parse-device-names):
8558         New defuns.
8560         * net/trampver.el: Update release number.
8562 2009-06-30  Kenichi Handa  <handa@m17n.org>
8564         * international/fontset.el (setup-default-fontset): Add CJK fonts
8565         for symbols and the other miscellaneous characters.
8567         * language/korea-util.el (setup-korean-environment-internal):
8568         Make char-width-table suitable for Korean environments.
8569         (exit-korean-environment): Cancel above.
8571         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8572         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8573         setup-funcion to make char-widht-table suitable for respective
8574         environments, and an exit-function to cancel that.
8576         * language/japan-util.el (setup-japanese-environment-internal):
8577         Call use-cjk-char-width-table with arg `ja_JP'.
8579         * international/characters.el (cjk-char-width-table): Delete it.
8580         (cjk-char-width-table-list): New variable.
8581         (use-cjk-char-width-table): New arg local-name.
8582         (use-default-char-width-table): Fix for the case that Emacs is
8583         already using the default char-width-table.
8585 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
8587         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8588         modes mandatory.  (Bug#3712)
8590 2009-06-29  Alan Mackenzie  <acm@muc.de>
8592         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8593         correction between the visible width of TABs and their number of bytes.
8595 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
8597         * server.el (server-buffer-done): Prevent kill-buffer from
8598         prompting by clearing the buffer modification flag (Bug#3696).
8600 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
8602         * verilog-mode.el (verilog-beg-of-statement)
8603         (verilog-endcomment-reason-re): Support unique case and priority case.
8604         (verilog-basic-complete-re): Support localparam lineup.
8605         (verilog-beg-of-statement-1): Fix for robustness, unique case.
8606         (verilog-set-auto-endcomments): Fix for unique case, always_comb
8607         commenting.
8608         (verilog-leap-to-case-head): Now support *nested* unique &
8609         priority case statements.
8610         (verilog-auto-lineup): Make just declarations the default (as it
8611         had been).
8612         (verilog-leap-to-case-head): Support priority/unique case statements.
8613         (verilog-auto-lineup): Rework to give users radio buttons to
8614         select the various styles of automatic lineup.
8615         (verilog-error-regexp-alist): Rework to support the XEmacs style
8616         of error regular expressions from compilers, lint tools &
8617         simulators.  Note that GNU Emacs has made it impossible for a mode
8618         to load such things.
8619         (electric-verilog-terminate-line, verilog-indent-declaration)
8620         (verilog-auto-wiure): Rework for radio button selection of
8621         auto-lineup selection of specification of auto lineup.
8622         (verilog-beg-of-statement-1): Redesign to support proper operation
8623         in additional code, based on testing with auto-lineup.
8624         (verilog-calculate-indent, assignments & declarations)
8625         (verilog-backward-token): Enhance to support auto-lineup of
8626         assignments & declarations.
8627         (verilog-in-directive-p, verilog-at-struct-p): New function for
8628         easy test of whether we are.
8629         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8630         to support safe execution at almost anyline.
8631         (verilog-calc-1): Properly support indenting deep inside generate
8632         blocks.
8633         (verilog-init-font) Remove definition & use of verilog-init-font,
8634         as it is redundant with font-lock-defaults.
8635         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8636         to avoid circular calls if syntax-ppss is a function (as is the
8637         case now in 22.x GNU Emacs) as that function would sometimes call
8638         itself, leading to (nearly) infinite recursion.
8639         (verilog-ovm-begin-re, verilog-ovm-end-re)
8640         (verilog-ovm-statement-re, verilog-leap-to-head)
8641         (verilog-backward-token): Add support for OVM macros.  Some are
8642         complete statements, and others open and close scopes like begin
8643         and end.
8644         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8645         (verilog-defun-level-generate-only-re): Really fix the defun-list
8646         compilation issue.
8647         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8648         coverpoint, constraint and cross statements.
8649         (verilog-defun-level-list, verilog-generate-defun-level-list)
8650         (verilog-all-defun-level-list): Redo these specifications - it is
8651         too hard to support eval-when compile aggregation of lists also
8652         built at when-compile time.
8653         (verilog-defun-level-list): Place defconsts of variables used in
8654         building regular expressions which are built in eval-when-compile
8655         bodies in the same eval-when-compile body to facilitate compile
8656         without load.
8657         (verilog-beg-block-re-ordered): Support indenting
8658         virtual/protected tasks and functions.
8659         (verilog-defun-level-list, verilog-in-generate-region-p)
8660         (verilog-backward-ws&directives, verilog-calc-1): Speed up
8661         indentation of some module items (generate items).
8662         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8663         across virtual/protected tasks and functions.
8665 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
8667         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8668         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
8669         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8670         in concatenations.  Reported by Yishay Belkind.
8671         (verilog-auto-ascii-enum): Support one-hot state machines in
8672         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
8673         (verilog-auto-inst, verilog-auto-inst-port): Include interface
8674         modport in AUTOINST and add vl-modport for users.  Reported by
8675         David Rogoff.
8676         (verilog-auto-inout-module, verilog-auto-inst)
8677         (verilog-decls-get-interfaces, verilog-insert-definition)
8678         (verilog-insert-one-definition, verilog-read-decls)
8679         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8680         (verilog-sig-modport, verilog-signals-combine-bus)
8681         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8682         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8683         Suggested by David Rogoff.
8684         (verilog-repair-open-comma): Fix non-insertion of comma when
8685         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8686         (verilog-make-width-expression): Simplify [A-1:0] expression
8687         widths to just {A{1'b0}}.
8688         (verilog-mode): Cleanup checkdoc warnings.
8689         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8690         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8691         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8692         (next-error-last-buffer): Fix byte-compiler warning.
8693         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8694         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8695         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8696         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8697         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8698         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8699         in AUTOINOUT.  Reported by Matthew Lovell.
8700         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8701         causing use of <= assignments.  Reported by Alex Reed.
8702         (verilog-read-decls): Fix triand, trior, wand, wor to be
8703         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8704         (verilog-extended-complete-re): Support import "DPI-C" functions.
8705         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8706         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8707         (verilog-insert-date, verilog-insert-year)
8708         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8709         Windows systems.  Reported by Michael Potts.
8710         (verilog-read-module-name): Fix AUTOINST when the child module
8711         declaration's name is a tick define.  Reported by Elliot Mednick.
8712         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8713         passed to next parameter's definition.  Reported by Bruce T.
8714         (verilog-read-decls): Fix detecting "parameter int" when using
8715         AUTOINSTPARAM.  Reported by Bruce T.
8716         (verilog-goto-defun): Fix goto not finding modules unless first
8717         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8718         (verilog-mode): Expand -f flag arguments on entry to mode so
8719         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8720         (verilog-getopt): Expand environment variables in -f file
8721         arguments.  Suggested by Lawrence Butcher.
8722         (verilog-set-define): Fix "Symbol's value as variable is void"
8723         when reading enumerations.
8724         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8725         Suggested by Stephen Peltan.
8726         (verilog-read-defines): Fix reading of enumerations in include
8727         files.  Reported by Steve Peltan.
8729 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8731         * files.el (trash-directory): Fix defcustom type.
8733 2009-06-28  Juri Linkov  <juri@jurta.org>
8735         * help-fns.el (describe-function-1): Correctly locate adviced
8736         functions in hyperlink (Bug#2438).
8738 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8740         * files.el (trash-directory): Change default to nil.
8741         (move-file-to-trash): If trash-directory is nil and
8742         system-move-file-to-trash is unbound, perform freedesktop-style
8743         trashing.
8745 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8747         * files.el (move-file-to-trash): Add freedesktop trash
8748         support (Bug#973).
8750 2009-06-28  Glenn Morris  <rgm@gnu.org>
8752         * autorevert.el (global-auto-revert-non-file-buffers)
8753         (global-auto-revert-mode): Doc fixes.
8755 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8757         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8759 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8761         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8762         opened an X connection before calling x-get-resource (Bug#3194).
8764         * play/doctor.el: Remove reference to obsolete website.
8765         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8767 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8769         Remove find-file-not-found-hook VC method.  (Bug#2757)
8770         * vc-hooks.el (vc-file-not-found-hook)
8771         (vc-default-find-file-not-found-hook): Remove functions.
8772         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8773         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8774         * vc.el:
8775         * vc-hg.el:
8776         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8778 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8780         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8781           compatibility function for `looking-back'.
8783         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8784         Use `ispell-looking-back'.
8786 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8788         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8789         rather than `filename'.
8791 2009-06-23  Miles Bader  <miles@gnu.org>
8793         * face-remap.el (text-scale-set): New function.
8795 2009-06-23  Glenn Morris  <rgm@gnu.org>
8797         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8799         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8801         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8803         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8805         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8806         Simplify Persian conditionals.
8808         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8809         variable `filename'.
8811         * comint.el (comint-insert-input): Doc fix.
8813         * Makefile.in (ELCFILES): Fix typo in previous change.
8815 2009-06-23  Miles Bader  <miles@gnu.org>
8817         * cus-start.el: Add entry for `recenter-redisplay'.
8819 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8821         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8822         Add an optional argument for the backend, use it instead of
8823         calling vc-backend.
8824         (vc-mode-line): Add an optional argument for the backend.
8825         Pass the backend to vc-state and vc-working-revision.  Move code for
8826         special handling for vc-state being a buffer to ...
8828         * vc-rcs.el (vc-rcs-find-file-hook):
8829         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8831         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8832         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8833         vc-stay-local-p and vc-mode-line calls.
8835         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8836         (vc-cvs-diff, vc-cvs-annotate-command)
8837         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8838         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8839         vc-mode-line calls.
8841         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8842         direct comparison.
8843         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8844         backend when calling vc-mode-line.
8845         (vc-register): Do not create a closure for calling the vc register
8846         function, call it directly.
8848 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8850         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8851         to make it obvious item can be clicked.
8853         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8855 2009-06-23  Kenichi Handa  <handa@m17n.org>
8857         * language/korea-util.el (korean-key-bindings): Change the binding
8858         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8859         same command.
8861 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8863         Sync with Tramp 2.1.16.
8865         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8867         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8868         when a loading of a package fails.  Completion function for rsync
8869         is `tramp-completion-function-alist-ssh'.
8870         (all): Replace all calls of `split-string' and
8871         `tramp-split-string' by `tramp-compat-split-string'.
8872         (tramp-default-method): Use `tramp-compat-process-running-p'.
8873         (tramp-default-proxies-alist): Allow also Lisp forms.
8874         (tramp-remote-path): Add choice "Private Directories".
8875         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8876         (tramp-domain-regexp): Allow also "-", "_" and ".".
8877         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8878         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8879         (tramp-debug-message): Insert header line in debug buffer.
8880         (tramp-handle-directory-files-and-attributes-with-stat):
8881         Care about filenames with spaces, or starting with "-".
8882         (tramp-handle-dired-uncache): New defun.
8883         (tramp-handle-insert-directory): Don't flush the directory from
8884         cache, this is handled by `dired-uncache' now.
8885         (tramp-handle-insert-file-contents): Improve error handling.
8886         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8887         Quote `tramp-end-of-output'.
8888         (tramp-action-password): Improve trace message.
8889         (tramp-check-for-regexp): Both echoes must be present, before removing.
8890         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8891         (tramp-compute-multi-hops): Eval cons cells of
8892         `tramp-default-proxies-alist'.
8893         (tramp-maybe-open-connection): Use the same command pattern for
8894         first hop and further hops.
8895         (tramp-wait-for-output): Remove handling of newlines.
8896         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8897         (tramp-split-string): Remove function.  It is handled in
8898         tramp-compat now.
8900         * net/tramp-cmds.el (tramp-bug):
8901         Recommend `tramp-cleanup-all-connections' in the bug mail.
8903         * net/tramp-compat.el (tramp-compat-split-string)
8904         (tramp-compat-process-running-p): New defuns.
8906         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8907         for `dired-uncache'.
8909         * net/tramp-gvfs.el: New package.
8911         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8912         Add handler for `dired-uncache'.
8913         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8915         * net/trampver.el: Update release number.  Make version check fit
8916         for SXEmacs 22.
8918 2009-06-22  Jim Meyering  <meyering@redhat.com>
8920         Automatically handle .xz suffix (XZ-compressed files), too.
8921         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8922         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8924 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8925             Nick Roberts  <nickrob@snap.net.nz>
8927         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8928         repository (http://sphinx.net.ru/hg/gdb-mi/).
8930 2009-06-22  Glenn Morris  <rgm@gnu.org>
8932         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8933         `mode' and `eval' entries.  (Bug#3430)
8935         * Makefile.in (ELCFILES): Add fadr.elc.
8937         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8938         differing behavior of \n and ^ in strings.  (Bug#3385)
8940         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8942         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8943         property.
8944         (lisp-indent-function): Make it a defcustom.
8946 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8948         * progmodes/gdb-ui.el: Replace with ...
8949         * progmodes/gdb-mi.el: ... this file.
8950         * progmodes/gud.el: Modify for gdb-mi.el.
8952 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
8954         * fadr.el: New file.
8956 See ChangeLog.14 for earlier changes.
8958 ;; Local Variables:
8959 ;; coding: utf-8
8960 ;; End:
8962     Copyright (C) 2009  Free Software Foundation, Inc.
8964   This file is part of GNU Emacs.
8966   GNU Emacs is free software: you can redistribute it and/or modify
8967   it under the terms of the GNU General Public License as published by
8968   the Free Software Foundation, either version 3 of the License, or
8969   (at your option) any later version.
8971   GNU Emacs is distributed in the hope that it will be useful,
8972   but WITHOUT ANY WARRANTY; without even the implied warranty of
8973   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8974   GNU General Public License for more details.
8976   You should have received a copy of the GNU General Public License
8977   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
8979 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1