* vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
[emacs.git] / lisp / ChangeLog
blob9d17dff0d728d923a5f733e84d9bf0853de15925
1 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
3         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
4         author field is too short.
6 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
8         * vc-git.el (vc-git-print-log): Handle a limit argument.  Display
9         the short log in graph form and with labels.
10         (vc-git-log-view-mode): Handle labels.
12         Make vc-revert change VC state from 'added to 'unregistered.
13         * vc-git.el (vc-git-revert): Call git reset first.
15 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
17         * net/newst-backend.el :
18         * net/newst-plainview.el:
19         * net/newst-reader.el:
20         * net/newst-ticker.el:
21         * net/newst-treeview.el:
22         * net/newsticker.el: Require/provide newst-... (instead of
23         newsticker-...). (Bug#5096)
25 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
27         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
29         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
30         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
31         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
32         Update annotation regexp.
34         * simple.el (beginning-of-visual-line): Constrain to field
35         boundaries (Bug#5106).
37 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
39         * xml.el (xml-substitute-numeric-entities): Moved
40         newsticker--decode-numeric-entities in newst-backend.el to
41         xml-substitute-numeric-entities in xml.el. (Bug#5008)
43         * net/newst-backend.el (newsticker--parse-generic-feed)
44         (newsticker--parse-generic-items)
45         (newsticker--decode-numeric-entities): Moved
46         newsticker--decode-numeric-entities in newst-backend.el to
47         xml-substitute-numeric-entities in xml.el. (Bug#5008)
49 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
51         * progmodes/js.el (js--js-not): Add null to the list of values.
53 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
55         * ansi-color.el (ansi-color-for-comint-mode): Add :version
56         keyword.
58 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
60         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
61         delimiter if it is at the end of the current line.
62         (bibtex-generate-url-list): Fix docstring.
64 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
66         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
67         minibuffer's content with itself.
68         Fold the confirm-after-completion case into the `confirm' case.
69         (completion-pcm-word-delimiters): Add : and / to the delimiters.
71 2009-12-06  Kevin Ryde  <user42@zip.com.au>
73         * ffap.el (ffap-rfc-path): Make this a defcustom since
74         `ffap-rfc-directories' is also a defcustom.  (My Bug#4514.)
76         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
77         manuals, similar to existing setup for help-mode.  (My bug#3913.)
79 2009-12-05  Juri Linkov  <juri@jurta.org>
81         Save and restore dired buffer's point positions too.  (Bug#4880)
83         * dired.el (dired-save-positions): Return in the first element
84         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
85         Doc fix.
86         (dired-restore-positions): First restore buffer's position.
87         While restoring window's positions, check if window still displays
88         the original buffer.
90 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
92         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
93         if possible.
95         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
96         Make argument optional.
98         * shell.el (shell): Require ansi-color (Bug#5113).
100         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
102         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
104 2009-12-05  Alan Mackenzie  <acm@muc.de>
106         * progmodes/cc-mode.el (c-before-hack-hook)
107         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
108         `c-file-style' to work again.  This reversion restores the current
109         software to its state in Emacs 23.1.  (Bug#4146)
111 2009-12-05  Kevin Ryde  <user42@zip.com.au>
113         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
114         comment-start-skip to comment-end-skip as comment (Bug#4781).
116 2009-12-05  Juri Linkov  <juri@jurta.org>
118         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
119         for virtual nodes.  (Bug#4147)
120         (Info-find-node-2): Set `Info-current-node-virtual' to nil
121         when moving from a virtual node.
122         (Info-mode-menu): Add `Info-virtual-index' to the menu.
123         (Info-mode): Add `Info-virtual-index' to the docstring.
125 2009-12-05  Eric Ludlam  <zappo@gnu.org>
127         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
128         Describe project macro symbols.
130         * cedet/semantic/complete.el (semantic-complete-do-completion):
131         Don't call semantic-collector-current-exact-match.
133         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
134         ede-objects as targets.
136         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
137         a target's object list even if compiler vars are already in the
138         Makefile.
140         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
141         list of headers producing necessary macros.
143 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
145         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
146         track of the buffer position of the end of a BibTeX entry as this
147         position may change during reformatting.
148         (bibtex-format-entry): Remove whitespace before processing
149         numerical fields so that we recognize the latter properly.
150         (bibtex-reformat): Do not use push which changes the global value
151         of bibtex-entry-format.
152         (bibtex-field-braces-alist, bibtex-field-strings-alist)
153         (bibtex-field-re-init): Replace only space characters by regexp
154         for whitespace.
155         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
156         (bibtex-initialize): Also update bibtex-strings.
157         (bibtex-kill-field): Preserve white space at end of entry.
158         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
159         Update bibtex-reference-keys.
161 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
163         * minibuffer.el (completion-pcm--merge-try): Also consider placing
164         point after a star, if that's the only place where modifications can
165         make progress.
167 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
169         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
170         in docstrings.
172 2009-12-04  Juri Linkov  <juri@jurta.org>
174         * proced.el (proced): Call `(proced-update t)' to update process
175         information instead of only running proced-post-display-hook.
176         (proced-send-signal): Add a leading space to the buffer name
177         " *Marked Processes*" to make this buffer ephemeral.
179 2009-12-04  Juri Linkov  <juri@jurta.org>
181         * dired.el (dired-auto-revert-buffer): New defcustom.
182         (dired-internal-noselect): Use it.
184 2009-12-04  Juri Linkov  <juri@jurta.org>
186         Change roles of modes and functions in image-mode.el (Bug#5062).
188         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
189         in `auto-mode-alist'.
190         (image-mode-previous-major-mode): New variable.
191         (image-minor-mode-map): Rename from `image-mode-text-map'.
192         (image-mode): Move graceful error-handling code from
193         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
194         (image-minor-mode): Remove all image-handling code.
195         Replace `image-mode-text-map' with `image-minor-mode-map'.
196         Check for `image-type' in mode-line format string.
197         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
198         (image-mode-as-text): New function with most code from
199         `image-mode-maybe'.
200         (image-toggle-display-text): Move code that removes image
201         properties from `image-toggle-display' to here.
202         (image-toggle-display-image): New function with code that adds
203         image properties copied from `image-toggle-display'.
204         (image-toggle-display): Remove most code with leaving only code
205         that toggles between `image-mode-as-text' and `image-mode'.
207 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
209         * net/newst-treeview.el
210         (newsticker--treeview-list-highlight-start): Restored call to
211         save-excursion: Selected item was stuck.
212         (newsticker--treeview-list-select): New.
213         (newsticker--treeview-item-show-text)
214         (newsticker--treeview-item-show)
215         (newsticker--treeview-item-update): Use new
216         newsticker-treeview-item-mode.
217         (newsticker-treeview-update): Keep current item.
218         (newsticker-treeview-next-new-or-immortal-item): Doc change.
219         (newsticker--treeview-first-feed): Doc change.
220         (newsticker-treeview-list-menu)
221         (newsticker-treeview-item-menu): Added menu entries.
222         (newsticker-treeview-item-mode): New.
224         * net/newst-backend.el (newsticker-customize): delete other
225         windows.
227 2009-12-04  Sam Steingold  <sds@gnu.org>
229         * log-view.el (log-view-mode-map): "q" calls quit-window,
230         like in all the other non-self-insert buffers.
232 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
234         Minor cleanup.
235         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
236         key decoding rather than do it manually via last-input-event +
237         ascii-character.
238         (term-exec): Use delete-and-extract-region.
239         (term-handle-ansi-terminal-messages): Remove unused var `end'.
240         (term-process-pager): Remove unused var `i'.
241         (term-dynamic-simple-complete): Make obsolete.
242         (serial-update-config-menu): Remove unused vars `y' and `str'.
243         (term-update-mode-line): Remove unused var `temp'.
245 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
247         Limit the number of log entries displayed by default.
248         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
249         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
250         using a prefix argument.
252 2009-12-03  Glenn Morris  <rgm@gnu.org>
254         * progmodes/idlwave.el (class): Restore still useful declaration.
256 2009-12-03  Alan Mackenzie  <acm@muc.de>
258         Enhance `c-parse-state' to run efficiently in "brace deserts".
260         * progmodes/cc-mode.el (c-basic-common-init):
261         Call c-state-cache-init.
262         (c-neutralize-syntax-in-and-mark-CPP):  Rename from
263         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
264         placing `category' properties value 'c-cpp-delimiter at its boundaries.
266         * progmodes/cc-langs.el (c-before-font-lock-function):
267         c-extend-and-neutralize-syntax-in-CPP has been renamed
268         c-neutralize-syntax-in-and-mark-CPP.
270         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
271         with `category' properties now, not `syntax-table' ones.
273         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
274         enhanced (but slower) version of c-end-of-macro that won't land
275         inside a literal or on another awkward character.
276         (c-state-cache-too-far, c-state-cache-start)
277         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
278         (c-state-nonlit-pos-cache-limit, c-state-point-min)
279         (c-state-point-min-lit-type, c-state-point-min-lit-start)
280         (c-state-min-scan-pos, c-state-brace-pair-desert)
281         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
282         buffer local variables.
283         (c-state-literal-at, c-state-lit-beg)
284         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
285         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
286         (c-state-cache-top-paren, c-state-cache-after-top-paren)
287         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
288         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
289         (c-renarrow-state-cache)
290         (c-append-lower-brace-pair-to-state-cache)
291         (c-state-push-any-brace-pair, c-append-to-state-cache)
292         (c-remove-stale-state-cache)
293         (c-remove-stale-state-cache-backwards, c-state-cache-init)
294         (c-invalidate-state-cache-1, c-parse-state-1)
295         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
296         (c-parse-state): Enhance and refactor.
297         (c-debug-parse-state): Amend to deal with all the new variables.
299         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
300         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
301         modify to use category text properties rather than syntax-table ones.
302         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
303         to switch off/on the syntactic paren property of C++ template
304         delimiters using the category property.
305         (c-with-<->-as-parens-suppressed): Macro to invoke code with
306         template delims suppressed.
307         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
308         New constant/macros which apply category properties to the start
309         and end of preprocessor constructs.
310         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
311         "comment out" the syntactic value of characters in preprocessor
312         constructs.
313         (c-with-cpps-commented-out)
314         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
315         with characters in all or all but one preprocessor constructs
316         "commented out".
318 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
320         * proced.el (proced-filter-alist): Use regexp-quote.
322 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
324         Cleanup.
325         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
326         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
327         arguments.  Expand `default-directory'.
329         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
330         the benefit of returning an expanded localname.
331         (tramp-tramp-file-p): Handle the case NAME is not a string.
333 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
335         Add support for bzr shelve/unshelve.
336         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
337         (vc-bzr-extra-menu-map): New variables.
338         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
339         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
340         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
341         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
342         (vc-bzr-dir-extra-headers): Display shelves.
344         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
346 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * textmodes/bibtex.el (bibtex-complete-internal):
349         Use completion-in-region.
350         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
352 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
354         Support applying stashes.  Improve UI.
355         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
356         (vc-git-stash-apply, vc-git-stash-pop)
357         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
358         (vc-git-stash-menu): New functions.
359         (vc-git-stash-menu-map): New variable.
360         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
362 2009-12-03  Glenn Morris  <rgm@gnu.org>
364         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
365         (vc-print-log-internal): Fix previous change.
366         (vc-revert): Correct pluralization.
368 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
370         * progmodes/make-mode.el (makefile-special-targets-list): No need for
371         it to be an alist any more.
372         (makefile-complete): Use completion-in-region.
374         * progmodes/octave-mod.el (octave-complete-symbol):
375         Use completion-in-region.
377         Misc cleanup.
378         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
379         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
380         (idlwave-complete-class): Don't quote lambda.
381         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
382         (idlwave-mode-map): Move initialization into declaration.
383         (idlwave-action-and-binding): Use backquotes.
384         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
385         Simplify.
386         (idlwave-is-pointer-dereference): Remove unused var `pos'.
387         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
388         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
389         `parts', and `all-parts'.
390         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
391         (idlwave-convert-xml-system-routine-info): Remove unused string
392         `version-string'.
393         (idlwave-display-user-catalog-widget): Use dolist.
394         (idlwave-scanning-lib): Declare dynamically-scoped var.
395         (idlwave-scan-library-catalogs): Remove unused var `flags'.
396         (completion-highlight-first-word-only): Declare to silence bytecomp.
397         (idlwave-popup-select): Tighten scope of `resp'.
398         (idlwave-find-struct-tag): Remove unused var `beg'.
399         (idlwave-after-load-rinfo-hook): Declare.
400         (idlwave-sintern-class-info): Remove unused var `taglist'.
401         (idlwave-find-class-definition): Remove unused var `list'.
402         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
403         (idlwave-what-module-find-class): Remove unused var `classes'.
405 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
407         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
409 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
412         buffers visited.  Remove redundant current-buffer-saving.
414 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
416         Use completion-in-buffer and remove uses of dynamic scoping.
417         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
418         (pascal-buffer-to-use, pascal-flag): Don't declare.
419         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
420         (pascal-get-completion-decl, pascal-keyword-completion):
421         Add `pascal-str' argument, save-excursion,
422         return the found completions, and don't filter with pascal-pred.
423         (pascal-completion-cache): New var.
424         (pascal-completion): Don't switch buffer any more (it was never
425         necessary).  Don't save-excursion any more (it's done by the called
426         subroutines).  Use a cache to avoid redundant computations.
427         Use complete-with-action rather than pascal-completion-response and
428         let it apply the predicate as well.
429         (pascal-complete-word): Use completion-in-buffer when
430         pascal-toggle-completions is nil.
431         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
432         not used any more.
433         (pascal-comp-defun): Don't change buffer any more.
434         Use complete-with-action rather than pascal-completion-response and
435         let it apply the predicate as well.
436         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
437         when neded.
439 2009-12-02  Kenichi Handa  <handa@m17n.org>
441         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
442         shape for all Indic scripts.
444 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
446         Use completion-in-buffer.
447         * wid-edit.el (widget-field-text-end): New function.
448         (widget-field-value-get): Use it.
449         (widget-string-complete, widget-file-complete)
450         (widget-color-complete): Use it and completion-in-region.
451         (widget-complete): Don't narrow the buffer.
453 2009-12-02  Glenn Morris  <rgm@gnu.org>
455         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
456         (rmail-select-summary): Use rmail-pop-to-buffer.
457         * mail/rmailsum.el: Replace all pop-to-buffer calls with
458         rmail-pop-to-buffer, to prevent horizontal splits.
460         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
461         save-excursion with save-current-buffer.
462         Widen before searching.  (Bug#5093)
463         (diary-list-sexp-entries): Remove superfluous save-excursion.
465 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
467         * woman.el (woman-make-bufname): Handle man-pages with "." in the
468         name.  (Bug#5038)
470 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
472         * ido.el (ido-file-internal): Handle filenames at point that do
473         not have a directory part.  (Bug#5049)
475 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
477         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
478         (mpc-songs-jump-to, mpc-resume): Doc fixes.
480 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
482         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
483         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
484         any more.
486 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
488         * comint.el (comint-insert-input): Ignore clicks to the right of
489         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
491         * vc.el (vc-print-log-internal): Don't wait for the process to
492         terminate before setting up the major mode.
494         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
495         in case.
497         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
498         the last element.
500         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
502 2009-12-01  Glenn Morris  <rgm@gnu.org>
504         * window.el (window--display-buffer-2): Fix previous changes.
506 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
508         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
510 2009-12-01  Glenn Morris  <rgm@gnu.org>
512         * Makefile.in (ELCFILES): Add mpc.elc.
514 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
516         * mpc.el: New file.
518 2009-12-01  Glenn Morris  <rgm@gnu.org>
520         * window.el (window-to-use): Define for compiler.
522         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
523         consistent with others (no final period).
525         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
526         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
528 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
530         Make vc-print-log buttons work.
531         * log-view.el (log-view-mode-map): Inherit from from widget-keymap.
533 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
535         * savehist.el (savehist-autosave-interval): Allow setting to nil
536         through customize.  (Bug#5056)
538 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
540         Fix references to jit-lock properties.
541         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
542         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
543         (perl-font-lock-special-syntactic-constructs):
544         Quote jit-lock-defer-multiline property.
546 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
548         * vc-git.el (vc-git-registered): Call vc-git-root only once.
550 2009-11-30  Juri Linkov  <juri@jurta.org>
552         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
553         value `buffer' of `multi-isearch-next-buffer-current-function'.
554         Use `(current-buffer)' when `buffer' is nil.
555         (multi-isearch-next-buffer-from-list): Don't fallback to
556         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
558 2009-11-30  Juri Linkov  <juri@jurta.org>
560         * misearch.el (multi-isearch-read-buffers): Move canonicalization
561         of buffers with `get-buffer' to `multi-isearch-buffers'.
562         (multi-isearch-buffers, multi-isearch-buffers-regexp):
563         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
564         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
565         FILES with `expand-file-name' converting relative file names
566         to absolute.  Doc fix.  (Bug#4727)
568 2009-11-30  Juri Linkov  <juri@jurta.org>
570         * misearch.el (multi-isearch-read-buffers)
571         (multi-isearch-read-matching-buffers): New functions.
572         (multi-isearch-buffers, multi-isearch-buffers-regexp):
573         Use them in the `interactive' spec.  Doc fix.
574         (multi-isearch-read-files, multi-isearch-read-matching-files):
575         New functions.
576         (multi-isearch-files, multi-isearch-files-regexp):
577         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
579 2009-11-30  Juri Linkov  <juri@jurta.org>
581         * doc-view.el (doc-view-continuous):
582         Rename from `doc-view-continuous-mode'.
583         (doc-view-menu): Move "Toggle display" to the top.
584         Add submenu "Continuous" with radio buttons "Off"/"On"
585         and "Save as Default".
586         (doc-view-scroll-up-or-next-page)
587         (doc-view-scroll-down-or-previous-page)
588         (doc-view-next-line-or-next-page)
589         (doc-view-previous-line-or-previous-page): Rename
590         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
592 2009-11-30  Juri Linkov  <juri@jurta.org>
594         * comint.el (comint-mode-map): Rebind `M-r' from
595         `comint-previous-matching-input' to
596         `comint-history-isearch-backward-regexp'.
597         Unbind `M-s' to allow global key binding `M-s'.
598         Add menu items for `comint-history-isearch-backward' and
599         `comint-history-isearch-backward-regexp'.  (Bug#3746)
601 2009-11-30  Juri Linkov  <juri@jurta.org>
603         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
604         For def=recenter, replace `recenter' with `recenter-top-bottom'
605         that is called with `this-command' and `last-command' let-bound
606         to `recenter-top-bottom'.  When the last `def' was not `recenter',
607         set `recenter-last-op' to nil.  (Bug#4981)
609 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
611         Minor cleanup and simplification.
612         * filecache.el (file-cache-add-directory)
613         (file-cache-add-directory-recursively)
614         (file-cache-add-from-file-cache-buffer)
615         (file-cache-delete-file-regexp, file-cache-delete-directory)
616         (file-cache-files-matching-internal, file-cache-display): Use dolist.
617         (file-cache-temp-minibuffer-message): Delete function.
618         (file-cache-minibuffer-complete): Use minibuffer-message instead.
620         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
621         Don't signal an error when bumping into EOB in tr, s, or y.
623 2009-11-29  Juri Linkov  <juri@jurta.org>
625         * startup.el (fancy-about-text): Fix wording of Guided Tour.
626         (Bug#4960)
628         * descr-text.el (describe-char-unidata-list): Use lowercase name
629         for "Unicode name" like in other tags.
631 2009-11-29  Juri Linkov  <juri@jurta.org>
633         * ediff-util.el (ediff-minibuffer-with-setup-hook):
634         New compatibility macro.
635         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
637 2009-11-29  Juri Linkov  <juri@jurta.org>
639         Add defcustom to define the cycling order of `recenter-top-bottom'.
640         (Bug#4981)
642         * window.el (recenter-last-op): Doc fix.
643         (recenter-positions): New defcustom.
644         (recenter-top-bottom): Rewrite to use `recenter-positions'.
645         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
647 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
649         Improve integration of Tramp and ange-ftp in eshell.
651         * eshell/em-unix (eshell/whoami): Make it a defun but a defalias.
652         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
653         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
655         * eshell/esh-util.el (top): Require also Tramp when compiling.
656         (eshell-directory-files-and-attributes): Check for FTP remote
657         connection.
658         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
659         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
660         (eshell-file-attributes): Handle ".".  Return `entry'.
662         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
663         (ange-ftp-directory-files-and-attributes)
664         (ange-ftp-real-directory-files-and-attributes): New defuns.
666         * net/tramp.el (tramp-maybe-open-connection): Open the remote
667         shell with "exec" when possible.  This prevents trailing prompts
668         in `start-file-process'.
670 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
672         Try and remove assumptions about point-min==1.
673         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
674         (rng-compute-mode-line-string): Show the validation percentage in
675         terms of the narrowed text, not the widened text.
676         (rng-do-some-validation): Don't catch internal errors when debugging.
677         (rng-first-error): Simplify.
678         (rng-after-change-function): Remove work around.  AFAIK the bug has
679         been fixed a while ago.
681         * image-mode.el (image-minor-mode): Exit more gracefully when the image
682         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
684         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
686         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
687         `cd' doesn't always do it for us (bug#5067).
689         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
690         on 2009-10-25 as part of some other change (bug#5067).
692 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
694         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
695         `suspicious'.
696         (byte-compile-warnings): Use byte-compile-warning-types.
697         (byte-compile-save-excursion): Warn about use of set-buffer right
698         after save-excursion.
700         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
701         the excursion as well.
703 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
705         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
706         providing a Tramp related implementation of "su" and "sudo".
707         (eshell-unix-initialize): Add "su" and "sudo".
709 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
711         * net/socks.el (socks-send-command): Convert binary request to
712         unibyte before sending.  This fixes mishandling of some port
713         numbers such as 129.
715 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
717         * help.el (describe-bindings-internal): Remove `interactive'.
719         * man.el (Man-completion-table): Trim a terminating "(".
720         Remove the space between name page a section.
721         Add the command's description on the `help-echo' property.
722         Remove `process-connection-type' binding since it's unused by
723         call-process.
724         Provide completion for the "<section> <name>" format as well.
725         (Man-default-man-entry): Remove spurious var shadowing the argument.
727 2009-11-26  Kevin Ryde  <user42@zip.com.au>
729         * log-view.el: Add "Keywords: tools", since its other keywords
730         aren't in finder-known-keywords, and following vc.el.
732         * sha1.el (sha1-string-external): default-directory "/" in case
733         otherwise non-existent.  process-connection-type pipe for touch of
734         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
736 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
738         Misc coding convention cleanups.
739         * htmlfontify.el (hfy-init-kludge-hook): Rename from
740         hfy-init-kludge-hooks.
741         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
742         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
743         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
744         and push.
745         (hfy-slant, hfy-weight): Use tables rather than code.
746         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
747         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
748         (hfy-face-attr-for-class): Initialize `face-spec' directly.
749         (hfy-face-to-css): Remove `nconc' with single arg.
750         (hfy-p-to-face-lennart): Use `or'.
751         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
752         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
753         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
754         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
755         (hfy-force-fontification): Use run-hooks.
757 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
759         Various minor fixes.
760         * htmlfontify.el (hfy-default-header): Add toggle_invis since
761         Javascript belongs in the header, not the body.
762         (hfy-javascript): Remove.
763         (hfy-fontify-buffer): Don't insert it any more.
764         (hfy-face-at): Handle (face0 face1 face2) style face properties.
765         Fix bug in invis handling when there were no invis props in a chunk.
767 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
771 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
773         * finder.el (finder-mode-map): Add a menu.
775 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
777         * verilog-mode.el (verilog-at-struct-p): Support "signed" and
778         "unsigned" structs.
780         (verilog-leap-to-head, verilog-backward-token): Handle "disable
781         fork" statement better.
783 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
785         * verilog-mode.el (verilog-auto-insert-lisp, verilog-delete-auto)
786         (verilog-delete-empty-auto-pair, verilog-library-filenames):
787         Fix AUTOINSERTLISP to support insert-file.  Reported by Clay Douglass.
789         (verilog-auto-inst, verilog-auto-star-safe)
790         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
791         Fix removing "// Interfaces" when saving .* expansions.  Reported by
792         Pierre-David Pfister.
794 2009-11-26  Glenn Morris  <rgm@gnu.org>
796         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
797         the scope.
799 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
801         * vc-annotate.el (vc-annotate-revision-previous-to-line):
802         Really use previous revision.
804 2009-11-25  Kevin Ryde  <user42@zip.com.au>
806         * man.el (Man-completion-table): default-directory "/" in case
807         doesn't otherwise exist.  process-environment COLUMNS=999 so as
808         not to truncate long names.  process-connection-type pipe to avoid
809         any chance of hitting the pseudo-tty TIOCGWINSZ.
810         (man): completion-ignore-case t for friendliness and since man
811         itself is case-insensitive on the command line.
812         Further to Bug#3717.
814         * arc-mode.el: Add "Keywords: files", so the details in its
815         commentary can be reached from finder-by-keyword.
816         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
817         editing mode, but it's comms related and sgml-mode.el has "comm"
818         on that basis too.
819         * textmodes/bibtex-style.el: Add "Keywords: tex".
820         * international/isearch-x.el, international/ja-dic-cnv.el:
821         * international/ja-dic-utl.el, international/kkc.el:
822         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
824 2009-11-25  Juri Linkov  <juri@jurta.org>
826         * man.el (Man-completion-table): Modify regexp to include
827         section names to completion strings.  (Bug#3717)
829 2009-11-25  Juri Linkov  <juri@jurta.org>
831         Search recursively in gzipped files.  (Bug#4982)
833         * progmodes/grep.el (grep-highlight-matches): Add new options
834         `always' and `auto'.  Doc fix.
835         (grep-process-setup): Check `grep-highlight-matches' for
836         `auto-detect' to determine the need to compute grep defaults.
837         Move Windows/DOS specific --colors settings handling
838         to `grep-compute-defaults'.  Check `grep-highlight-matches'
839         to get the value of "--color=".
840         (grep-compute-defaults): Compute `grep-highlight-matches' when it
841         has the value `auto-detect'.  Move Windows/DOS specific settings
842         from `grep-process-setup'.
843         (zrgrep): New command with alias `rzgrep'.
845 2009-11-25  Juri Linkov  <juri@jurta.org>
847         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
848         to nil instead of switching off view-mode.  (Bug#4896)
850 2009-11-25  Juri Linkov  <juri@jurta.org>
852         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
854         * mwheel.el (mwheel-scroll-up-function)
855         (mwheel-scroll-down-function): New defvars.
856         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
857         `scroll-up', and `mwheel-scroll-down-function' instead of
858         `scroll-down'.
860         * doc-view.el (doc-view-scroll-up-or-next-page)
861         (doc-view-scroll-down-or-previous-page): Add optional ARG.
862         Use this ARG in the call to image-scroll-up/image-scroll-down.
863         Change `interactive' spec to "P".  Goto next/previous page only
864         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
865         SPC/DEL case).  Doc fix.
866         (doc-view-next-line-or-next-page)
867         (doc-view-previous-line-or-previous-page): Rename arg to ARG
868         for consistency.
869         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
870         `doc-view-scroll-up-or-next-page', and buffer-local
871         `mwheel-scroll-down-function' to
872         `doc-view-scroll-down-or-previous-page'.
874 2009-11-25  Juri Linkov  <juri@jurta.org>
876         Provide additional default values (directories at other Dired
877         windows) via M-n in the minibuffer of some Dired commands.
879         * dired-aux.el (dired-diff, dired-compare-directories)
880         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
881         `minibuffer-default' in `minibuffer-with-setup-hook'.
882         (dired-dwim-target-directory): Find a window that displays Dired
883         buffer instead of failing when the next window is not Dired.
884         Use `get-window-with-predicate' to find for the next Dired window.
885         (dired-dwim-target-defaults): New function.
887         * ediff-util.el (ediff-read-file-name):
888         Use `dired-dwim-target-defaults' to set `minibuffer-default'
889         in `minibuffer-with-setup-hook'.
891 2009-11-25  Juri Linkov  <juri@jurta.org>
893         Provide additional default values (file name at point or at the
894         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
896         * minibuffer.el (read-file-name-defaults): New function.
897         (read-file-name): Reset `minibuffer-default' to nil when
898         it duplicates initial input `insdef'.
899         Bind `minibuffer-default-add-function' to lambda that
900         calls `read-file-name-defaults' in `minibuffer-selected-window'.
901         (minibuffer-insert-file-name-at-point): New command.
903         * files.el (file-name-at-point-functions): New defcustom.
904         (find-file-default): Remove defvar.
905         (find-file-read-args): Don't use `find-file-default'.
906         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
907         to `read-file-name'.
908         (find-file-literally): Use `read-file-name' with
909         `confirm-nonexistent-file-or-buffer'.
911         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
913         * dired.el (dired-read-dir-and-switches):
914         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
915         to `read-file-name'.
916         (dired-file-name-at-point): New function.
917         (dired-mode): Add hook `dired-file-name-at-point' to
918         `file-name-at-point-functions'.
920 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
922         Really make the *Completions* window soft-dedicated (bug#5030).
923         * window.el (window--display-buffer-2): Add `dedicated' argument.
924         (display-buffer): Pass it when needed so the dedicated flag is set
925         after calling set-window-buffer, which would otherwise reset it.
927 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
929         * progmodes/meta-mode.el (meta-complete-symbol):
930         * progmodes/etags.el (complete-tag):
931         * mail/mailabbrev.el (mail-abbrev-complete-alias):
932         Use completion-in-region.
934         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
935         (dabbrev-completion): Use completion-in-region.
936         (dabbrev--abbrev-at-point): Simplify regexp.
938         * abbrev.el (abbrev--before-point): Use word-motion functions
939         if :regexp is not specified (bug#5031).
941         * subr.el (string-prefix-p): New function.
943         * man.el (Man-completion-cache): New var.
944         (Man-completion-table): Use it.
946         * vc.el (vc-print-log-internal): Make `limit' optional for better
947         compatibility (e.g. with vc-annotate.el).
949 2009-11-24  Kevin Ryde  <user42@zip.com.au>
951         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
952         Build value with regexp-opt instead of explicit joining loop.  (My
953         Bug#4927.)
955         * emacs-lisp/elint.el (elint-add-required-env): Better error message
956         when .el source file not found or other error.
958 2009-11-24  Markus Triska  <markus.triska@gmx.at>
960         * linum.el (linum-update-window): Ignore intangible (bug#4996).
962 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
964         Handle the [back] button properly (bug#4979).
965         * descr-text.el (describe-text-properties): Add a `buffer' argument.
966         Use help-setup-xref, help-buffer, and with-help-window.
967         (describe-char): Add `buffer' argument.
968         Pass proper command to help-setup-xref.  Don't meddle with
969         help-xref-stack-item directly.
970         (describe-text-category): Use with-help-window and help-buffer.
972         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
973         for the displayed buffer (bug#4887).
975         * man.el (Man-completion-table): New function.
976         (man): Use it.
978 2009-11-24  David Reitter  <david.reitter@gmail.com>
980         * vc-git.el (vc-git-registered): Use checkout directory (where
981         .git is) rather than the file's directory and a relative path spec
982         to work around a bug in git.
984 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
986         Improve handling of processes on remote hosts.
988         * eshell/esh-util.el (eshell-path-env): New defvar.
989         (eshell-parse-colon-path): New defun.
990         (eshell-file-attributes): Use `eshell-parse-colon-path'.
992         * eshell/esh-ext.el (eshell-search-path):
993         Use `eshell-parse-colon-path'.
994         (eshell-remote-command): Remove argument HANDLER.
995         (eshell-external-command): Check for FTP remote connection.
997         * eshell/esh-proc.el (eshell-gather-process-output):
998         Use `file-truename', in order to start also symlinked files.
999         Apply `start-file-process' instead of `start-process'.
1000         Shorten `command' to the local file name part.
1002         * eshell/em-cmpl.el (eshell-complete-commands-list):
1003         Use `eshell-parse-colon-path'.
1005         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
1007         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
1008         to `eshell-directory-change-hook'.
1010 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
1012         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
1013         because it could be enabled automatically if view-read-only is non-nil.
1015 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
1017         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
1018         made on 2009-11-22.
1020 2009-11-24  Glenn Morris  <rgm@gnu.org>
1022         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
1023         deleted variable bookmark-bmenu-bookmark-column.
1025         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1026         Move after definition of global-semantic-idle-tag-highlight-mode.
1028 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1030         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
1032 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1034         * net/browse-url.el (browse-url-filename-alist): On Windows, add
1035         two slashes to the "file:" prefix.
1036         (browse-url-file-url): De-munge Cygwin filenames before passing
1037         them to Windows browser.
1038         (browse-url-default-windows-browser): Use call-process.
1040 2009-11-23  Juri Linkov  <juri@jurta.org>
1042         Implement DocView Continuous mode.  (Bug#4896)
1043         * doc-view.el (doc-view-continuous-mode): New defcustom.
1044         (doc-view-mode-map): Bind C-n/<down> to
1045         `doc-view-next-line-or-next-page', C-p/<up> to
1046         `doc-view-previous-line-or-previous-page'.
1047         (doc-view-next-line-or-next-page)
1048         (doc-view-previous-line-or-previous-page): New commands.
1050 2009-11-23  Juri Linkov  <juri@jurta.org>
1052         Implement Isearch in comint input history.  (Bug#3746)
1053         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
1054         `isearch-mode-hook'.
1055         (comint-history-isearch): New defcustom.
1056         (comint-history-isearch-backward)
1057         (comint-history-isearch-backward-regexp): New commands.
1058         (comint-history-isearch-message-overlay): New buffer-local variable.
1059         (comint-history-isearch-setup, comint-history-isearch-end)
1060         (comint-goto-input, comint-history-isearch-search)
1061         (comint-history-isearch-message, comint-history-isearch-wrap)
1062         (comint-history-isearch-push-state)
1063         (comint-history-isearch-pop-state): New functions.
1065 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
1067         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
1068         return.
1069         (tramp-handle-make-symbolic-link)
1070         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
1071         Quote file names.
1072         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
1073         (tramp-handle-process-file): Use it.
1075 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1077         * window.el (move-to-window-line-last-op): Remove.
1078         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
1080 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1082         Make M-r mirror the new cycling behavior of C-l.
1083         * window.el (move-to-window-line-last-op): New var.
1084         (move-to-window-line-top-bottom): New command.
1085         (global-map): Bind M-r move-to-window-line-top-bottom.
1087 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
1089         * dired-x.el (dired-guess-shell-alist-default):
1090         Support xz format.  (Bug#4953)
1092 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
1094         * cedet/srecode/map.el (srecode-get-maps):
1095         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
1096         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
1097         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
1098         (semantic-toggle-decoration-style):
1099         * cedet/semantic/decorate/include.el
1100         (semantic-decoration-include-describe)
1101         (semantic-decoration-unknown-include-describe)
1102         (semantic-decoration-unparsed-include-describe)
1103         (semantic-decoration-all-include-summary):
1104         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
1105         * cedet/semantic/analyze/complete.el
1106         (semantic-analyze-possible-completions):
1107         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
1108         (semantic-show-unmatched-syntax-mode)
1109         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
1110         (semantic-highlight-func-mode):
1111         * cedet/semantic/util.el (semantic-describe-buffer):
1112         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
1113         (semantic-symref-find-tags-by-name)
1114         (semantic-symref-find-tags-by-regexp)
1115         (semantic-symref-find-tags-by-completion)
1116         (semantic-symref-find-file-references-by-name)
1117         (semantic-symref-find-text):
1118         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
1119         (senator-yank-tag):
1120         * cedet/semantic/scope.el (semantic-calculate-scope):
1121         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1122         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1123         (define-semantic-idle-service):
1124         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
1125         (semantic-complete-analyze-inline-idle):
1126         * cedet/semantic/analyze.el (semantic-analyze-current-context):
1127         * cedet/mode-local.el (describe-mode-local-bindings)
1128         (describe-mode-local-bindings-in-mode):
1129         * cedet/ede/make.el (ede-make-check-version):
1130         * cedet/ede/locate.el (ede-enable-locate-on-project):
1131         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
1132         (cedet-idutils-version-check):
1133         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
1134         (cedet-gnu-global-version-check):
1135         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
1136         (cedet-cscope-version-check): Use called-interactively-p instead
1137         of interactive-p.
1139         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
1140         Use semantic-format-tag-prototype.
1142 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
1144         * emulation/viper-cmd.el: Use viper-last-command-char instead of
1145         last-command-char/last-command-event.
1146         (viper-prefix-arg-value): Do correct conversion of event-char for
1147         XEmacs.
1149         * emulation/viper-util.el, emulation/viper.el:
1150         Use viper-last-command-char instead of
1151         last-command-char/last-command-event.
1153         * ediff-init.el, ediff-mult.el, ediff-util.el:
1154         Replace last-command-char and last-command-event
1155         with (ediff-last-command-char) everywhere.
1157         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
1158         created in fundamental mode.
1160         * ediff.el (ediff-version): Revert the change of interactive-p to
1161         called-interactively-p.
1163 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
1165         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
1166         generation from word-movement command names.
1168 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
1170         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
1171         (semantic-complete-jump-local, semantic-complete-jump):
1172         Improve prompt string.
1174 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
1176         * cus-start.el (all): Add native condition for font-use-system-font.
1178 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
1180         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
1181         Correct the patch from 2009-11-18.  (Bug#3910)
1183 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
1185         * progmodes/subword.el: Rename from lisp/subword.el.
1187         * subword.el: Rename to progmodes/subword.el.
1189         * Makefile.in (ELCFILES): Adapt to subword.el move.
1191 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1192             Stefan Monnier  <monnier@iro.umontreal.ca>
1194         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
1195         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
1196         (bookmark-bmenu-show-filenames): Use push.
1197         (bookmark-bmenu-hide-filenames): Use local var instead of
1198         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
1199         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
1200         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
1201         filenames now that the bookmark names are always available.
1203 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1205         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
1206         (bookmark-search-pattern): Move and leave unbound.
1207         (bookmark-bmenu-mode-map): Change binding.
1208         (bookmark-read-search-input): Simplify.
1209         Don't use text-char-description.  Don't error on non-char events.
1210         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
1211         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
1212         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
1213         Use a local var for the timer.
1214         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
1215         (i.e. bookmark-bmenu-search).
1217 2009-11-21  Glenn Morris  <rgm@gnu.org>
1219         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
1221 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
1223         * net/browse-url.el (browse-url-default-windows-browser):
1224         Use cygstart for cygwin.
1226 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
1228         * bookmark.el Formatting and doc fixes only:
1229         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
1230         (bookmark-bmenu-search): Wrap to fit within 80 columns.
1231           Minor grammar and punctuation fixes in doc string.
1232         (bookmark-read-search-input): Adjust to fit within 80 columns.
1234 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1236         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
1237         (c-backward-into-nomenclature): Adapt to subword renaming.
1239         * subword.el (subword-forward, subword-backward, subword-mark)
1240         (subword-kill, subword-backward-kill, subword-transpose)
1241         (subword-downcase, subword-upcase, subword-capitalize)
1242         (subword-forward-internal, subword-backward-internal):
1243         Rename from forward-subword, backward-subword, mark-subword,
1244         kill-subword, backward-kill-subword, transpose-subwords,
1245         downcase-subword, upcase-subword, capitalize-subword,
1246         forward-subword-internal, backward-subword-internal.
1248 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1250         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
1251         New options.
1252         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
1253         New vars.
1254         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
1255         (bookmark-bmenu-filter-alist-by-regexp)
1256         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
1257         (bookmark-bmenu-search): New command.
1258         (bookmark-bmenu-mode-map): Bind it.
1260 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1262         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
1264         * cedet/semantic/idle.el (define-semantic-idle-service)
1265         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
1267 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
1269         * progmodes/cc-cmds.el: declare-functioned forward-subword and
1270         backward-subword to quit the byte-compiler.
1272         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
1274         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
1276         * progmodes/cc-cmds.el (c-update-modeline)
1277         (c-forward-into-nomenclature, c-backward-into-nomenclature):
1278         Refer to subword.el functions instead of cc-subword.el.
1280         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
1281         subword.el functions instead of cc-subword.el.
1283         * progmodes/cc-subword.el: Rename to subword.el.
1284         * subword.el: Rename from progmodes/cc-subword.el.
1285         (subword-mode-map): Rename from c-subword-mode-map.
1286         (subword-mode): Rename from c-subword-mode.
1287         (global-subword-mode): New global minor mode.
1288         (forward-subword): Rename from c-forward-subword.
1289         (backward-subword): Rename from c-backward-subword.
1290         (mark-subword): Rename from c-mark-subword.
1291         (kill-subword): Rename from c-kill-subword.
1292         (backward-kill-subword): Rename from c-backward-kill-subword.
1293         (transpose-subwords): Rename from c-tranpose-subword.
1294         (downcase-subword): Rename from c-downcase-subword.
1295         (capitalize-subword): Rename from c-capitalize-subword.
1296         (forward-subword-internal): Rename from c-forward-subword-internal.
1297         (backward-subword-internal): Rename from c-backward-subword-internal.
1299 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
1301         * vc.el (vc-deduce-fileset): Allow non-state changing operations
1302         from a dired buffer.
1303         (vc-dired-deduce-fileset): New function.
1304         (vc-root-diff, vc-print-root-log): Use it.
1306         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
1307         nil LIMIT argument to vc-print-log-internal.
1309 2009-11-20  Glenn Morris  <rgm@gnu.org>
1311         * Makefile.in (ELCFILES): Regenerate.
1313 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
1315         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
1317         * cedet/semantic.el: Enable idle-mode menu items only if
1318         global-semantic-idle-scheduler-mode is enabled.
1319         (semantic-default-submodes): Doc fix.
1321         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
1322         When turning off, disable other idle modes.
1324 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
1326         * calc/calc.el (calc-set-mode-line):
1327         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1328         (math-format-number): Rename `math-format-complement-signed' to
1329         `math-format-twos-complement'.
1331         * calc/calc-bin.el (math-format-twos-complement): Rename from
1332         math-format-complement-signed.
1333         (calc-radix): Rename `calc-complement-signed-mode' to
1334         `calc-twos-complement-mode'.
1335         (calc-octal-radix, calc-hex-radix): Add an argument for
1336         two's complement.
1338         * calc/calc-embed.el (calc-embedded-mode-vars):
1339         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1341         * calc/calc-ext.el (calc-init-extensions):
1342         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
1343         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
1345         * calc/calc-units.el (math-build-units-table-buffer):
1346         Let `calc-twos-complement-mode' be nil.
1348         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
1349         entries.
1351         * calc/calc-vec.el (calcFunc-vunpack):
1352         * calc/calc-aent.el (calc-do-calc-eval):
1353         * calc/calc-forms.el (math-format-date):
1354         * calc/calc-graph.el (calc-graph-plot):
1355         * calc/calc-math.el (math-use-emacs-fn):
1356         * calc/calccomp.el (math-compose-expr):
1357         Let `calc-twos-complement-mode' be nil.
1359 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
1362         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
1363         * minibuffer.el (completion-in-region-functions): New hook.
1364         (completion-in-region): New function.
1365         * emacs-lisp/lisp.el (lisp-complete-symbol):
1366         * pcomplete.el (pcomplete-std-complete): Use it.
1368 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
1371         (latex-complete-alist): New vars.
1372         (latex-string-prefix-p, latex-complete-bibtex-keys)
1373         (latex-complete-envnames, latex-complete-refkeys)
1374         (latex-complete-data): New functions.
1375         (latex-complete, latex-indent-or-complete): New commands.
1377         * window.el (display-buffer-mark-dedicated): New var.
1378         (display-buffer): Obey it.
1379         * minibuffer.el (minibuffer-completion-help): Use it.
1381         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
1383         * filecache.el (file-cache-add-file): Use push and cons.
1384         (file-cache-delete-file-regexp): Use push.
1385         (file-cache-complete): Use completion-in-region.
1387         * simple.el (with-wrapper-hook): Fix thinko.
1389         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
1390         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
1391         Use with-current-buffer and string-to-number.
1392         (hfy-fallback-colour-values): Use assoc-string.
1393         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
1394         (hfy-face-at): Remove unused var `found-face'.
1395         (hfy-compile-stylesheet): Remove unused var `css'.
1396         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
1397         and `orig-buffer'.
1398         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
1399         Use with-current-buffer.
1400         (hfy-text-p): Use expand-file-name and fewer setq.
1402 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
1404         * htmlfontify.el, hfy-cmap.el: New files.
1406 2009-11-19  Juri Linkov  <juri@jurta.org>
1408         * minibuffer.el (completions-format): New defcustom.
1409         (completion--insert-strings): Implement vertical format.
1411         * simple.el (switch-to-completions): Move point to the first
1412         completion when point was at the beginning of the buffer.
1414 2009-11-19  Juri Linkov  <juri@jurta.org>
1416         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
1418         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
1420 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
1422         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
1423         (mail-signature): Change default to t.
1424         (mail-from-style): Deprecate `system-default' value.
1425         (mail-insert-from-field): For default value of mail-from-style,
1426         default to `angles' unless `angles' needs quoting and `parens'
1427         does not.
1428         (mail-citation-prefix-regexp): Use citation regexp from
1429         message-mode.
1431 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
1433         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
1434         Set variables for computing the prompt for reading password.
1436 2009-11-19  Glenn Morris  <rgm@gnu.org>
1438         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
1440         * textmodes/flyspell.el (sgml-lexical-context): Declare.
1442         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
1443         (newsticker-treeview-listwindow-height): Fix custom type.
1445 2009-11-19  Kenichi Handa  <handa@m17n.org>
1447         * descr-text.el (describe-char-padded-string): Compose with TAB
1448         only if there's a font for CH.
1449         (describe-char): Fix the condition for detecting a trivial composition.
1451 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
1453         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
1454         more accurate version of the regexp.  (Bug#3910)
1456 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1458         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
1460 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
1462         * font-setting.el (font-use-system-font): Declare for byte-compiler.
1463         (font-setting-change-default-font): Fix typo in docstring.
1465 2009-11-18  Alan Mackenzie  <acm@muc.de>
1467         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
1469 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1471         * font-setting.el (font-use-system-font): Move ...
1473         * cus-start.el (all): ... to here.
1475 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
1477         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
1478         Don't set `ad-return-value' if `ad-do-it' doesn't.
1480         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
1481         modification time.
1483 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
1485         * menu-bar.el: Put "Use system font" in Option-menu.
1486         (menu-bar-options-save): Add font-use-system-font.
1488         * loadup.el: If feature system-font-setting or font-render-setting is
1489         there, load font-setting.
1491         * Makefile.in (ELCFILES): Add font-settings.el.
1492         * font-setting.el: New file.
1494 2009-11-17  Glenn Morris  <rgm@gnu.org>
1496         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
1498         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
1499         Preserve point in the list buffer.  (Bug#4939)
1500         Use point-at-eol.
1501         (newsticker--treeview-list-update-highlight)
1502         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
1504 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1506         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
1507         Remove.
1509         * calc/calc-ext.el (calc-init-extensions): Remove references to
1510         symclip.
1512         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
1514         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
1515         * calc/calc-help.el (calc-b-prefix-help): Remove references to
1516         `calc-symclip'.
1518 2009-11-16  Kevin Ryde  <user42@zip.com.au>
1520         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
1521         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
1523         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
1524         (lm-keywords-list): Allow comma-only separator like "foo,bar".
1525         Ignore trailing spaces by omit-nulls to split-string (fixing
1526         regression from Emacs 21 due to the incompatible split-string
1527         change).  (Bug #4928.)
1529 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
1531         * vc.el (vc-log-show-limit): Default to 2000.
1532         (vc-print-log-internal): Insert buttons to request more entries
1533         when limiting the output.
1535         * vc-sccs.el (vc-sccs-print-log):
1536         * vc-rcs.el (vc-rcs-print-log):
1537         * vc-cvs.el (vc-cvs-print-log):
1538         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
1539         LIMIT is non-nil.
1541 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1543         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
1544         error when `tramp-gvfs-dbus-event-vector' is set.
1545         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
1547 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
1551 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
1553         * net/dbus.el (dbus-unregister-service): New defun.
1554         (dbus-register-property): Register the handlers of
1555         "org.freedesktop.DBus.Properties" for SERVICE.
1556         (dbus-property-handler): Fix docstring.
1558 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1560         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
1561         Quote doc string reference in defvaralias as it is not in special form.
1562         (byte-compile-output-docform): Doc fix.
1564 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
1566         * calc/calc.el (math-2-word-size, math-half-2-word-size)
1567         (calc-complement-signed-mode): New variables.
1568         (calc-set-mode-line): Add indicator for twos-complements.
1569         (math-format-number): Format twos-complement notation.
1571         * calc/calc-bin.el (calc-word-size): Reset the variables
1572         `math-2-word-size' and `math-half-2-word-size'.
1573         (math-format-complement-signed, math-symclip, calcFunc-symclip)
1574         (calc-symclip): New functions.
1576         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
1578         * calc/calc-embed.el (calc-embedded-mode-vars):
1579         Add `calc-complement-signed-mode' to the list of modes.
1581         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
1582         (calc-b-oper-keys): Add `calc-symclip' to list.
1584         * calc/calc-ext.el (math-read-number-fancy): Read complement
1585         signed numbers.
1586         (calc-init-extensions): Add binding for `calc-symclip'.
1587         Add autoload for `calcFunc-symclip' and `calc-symclip'.
1589         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
1590         `calc-symclip'.
1591         (calc-modes-menu): Add item for twos complement mode.
1593         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
1595 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1597         * register.el (jump-to-register, insert-register): Handle Semantic
1598         tags.  From commented-out advice in semantic/senator.el.
1600 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
1602         * vc.el (vc-log-show-limit): New variable.
1603         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
1604         when using a prefix argument.
1605         (vc-print-log-internal): Add new argument LIMIT.
1607         * vc-svn.el (vc-svn-print-log):
1608         * vc-mtn.el (vc-mtn-print-log):
1609         * vc-hg.el (vc-hg-print-log):
1610         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
1611         pass it to the log command when set.  Make the BUFFER argument
1612         non-optional.
1614         * vc-sccs.el (vc-sccs-print-log):
1615         * vc-rcs.el (vc-rcs-print-log):
1616         * vc-git.el (vc-git-print-log):
1617         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
1618         ignore it.  Make the BUFFER argument non-optional
1620         * bindings.el (mode-line-buffer-identification): Do not purecopy.
1622 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
1624         * dired.el (dired-mode-map): Move encryption items to "Operate"
1625         menu (Bug#4703).
1627         * strokes.el (strokes-update-window-configuration): Make strokes
1628         buffer current before erasing (Bug#4906).
1630         * cedet/semantic/idle.el (semantic-idle-summary-mode)
1631         (semantic-idle-summary-mode): Define using define-minor-mode
1632         instead of define-semantic-idle-service.
1633         (semantic-idle-summary-mode): New function.
1634         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
1635         that mouse motion does not reset the echo area.
1637 2009-11-15  Juri Linkov  <juri@jurta.org>
1639         * simple.el (set-mark-default-inactive): Add :type, :group
1640         and :version.  (Bug#4876)
1642 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
1644         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
1645         (archive-unique-fname): ... here.  (Bug#4929)
1647 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1649         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
1650         with a real fix.
1652         * novice.el (disabled-command-function): Add useful args.
1653         Setup the help buffer so that [back] works.
1654         Remove redundant call to help-mode.
1655         (disabled-command-function): Use `case'.
1656         (en/disable-command): New function extracted from enable-command.
1657         (enable-command, disable-command): Use it.
1659 2009-11-14  Glenn Morris  <rgm@gnu.org>
1661         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
1662         constants.  (Bug#4913)
1664         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
1666 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
1668         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
1669         defined in C that have no doc-strings.  (Bug#1063)
1671 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
1673         * cus-edit.el (data, files):
1674         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
1676 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
1678         * simple.el (shell-command): Doc fix (Bug#4891).
1680         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
1682 2009-11-14  Glenn Morris  <rgm@gnu.org>
1684         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
1685         statements for vc-diff, emerge-quit, and rmail-cease-edit.
1686         If they are already loaded, eval-after-load will do the right thing.
1688         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
1689         compiling.
1691         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
1693         * simple.el (x-selection-owner-p): Declare.
1694         (read-mail-command): Use custom radio type rather than choice.
1695         (completion-no-auto-exit): Doc fix.
1697         * custom.el (defgroup):
1698         * epg-config.el (epg): Doc fixes.
1700 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
1702         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
1703         * international/ccl.el (define-ccl-program): Do not purecopy the
1704         docstring, defconst does it anyway.
1706 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * add-log.el (add-change-log-entry): Avoid displaying the changelog
1709         a second time.
1711         * x-dnd.el (x-dnd-maybe-call-test-function):
1712         * window.el (split-window-vertically):
1713         * whitespace.el (whitespace-help-on):
1714         * vc-rcs.el (vc-rcs-consult-headers):
1715         * userlock.el (ask-user-about-lock-help)
1716         (ask-user-about-supersession-help):
1717         * type-break.el (type-break-force-mode-line-update):
1718         * time-stamp.el (time-stamp-conv-warn):
1719         * terminal.el (te-set-output-log, te-more-break, te-filter)
1720         (te-sentinel,terminal-emulator):
1721         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
1722         (term-write-input-ring, term-check-source, term-start-output-log):
1723         (term-display-buffer-line, term-dynamic-list-completions):
1724         (term-ansi-make-term, serial-term):
1725         * subr.el (selective-display):
1726         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
1727         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
1728         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
1729         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
1730         (speedbar-remove-localized-speedbar-support)
1731         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
1732         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
1733         (speedbar-buffers-line-directory):
1734         * simple.el (shell-command-on-region, append-to-buffer)
1735         (prepend-to-buffer):
1736         * shadowfile.el (shadow-save-todo-file):
1737         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
1738         (scroll-bar-maybe-set-window-start):
1739         * sb-image.el (speedbar-image-dump):
1740         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
1741         (load-save-place-alist-from-file):
1742         * ps-samp.el (ps-print-message-from-summary):
1743         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
1744         (ps-background-image, ps-begin-job, ps-do-despool):
1745         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
1746         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
1747         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
1748         (pr-call-process, pr-file-list, pr-interface-save):
1749         * novice.el (disabled-command-function)
1750         (enable-command, disable-command):
1751         * mouse.el (mouse-buffer-menu-alist):
1752         * mouse-copy.el (mouse-kill-preserving-secondary):
1753         * macros.el (kbd-macro-query):
1754         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
1755         * informat.el (batch-info-validate):
1756         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
1757         * hippie-exp.el (try-expand-dabbrev-visible):
1758         * help-mode.el (help-make-xrefs):
1759         * help-fns.el (describe-variable):
1760         * generic-x.el (bat-generic-mode-run-as-comint):
1761         * finder.el (finder-mouse-select):
1762         * find-dired.el (find-dired-sentinel):
1763         * filesets.el (filesets-file-close):
1764         * files.el (list-directory):
1765         * faces.el (list-faces-display, describe-face):
1766         * facemenu.el (list-colors-display):
1767         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
1768         * epg.el (epg--process-filter, epg-cancel):
1769         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
1770         (epa--read-signature-type):
1771         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
1772         (emerge-file-names):
1773         * ehelp.el (electric-helpify):
1774         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
1775         * ediff-vers.el (rcs-ediff-view-revision):
1776         * ediff-util.el (ediff-setup):
1777         * ediff-mult.el (ediff-append-custom-diff):
1778         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
1779         (ediff-wordify):
1780         * echistory.el (Electric-command-history-redo-expression):
1781         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
1782         * disp-table.el (describe-display-table):
1783         * dired.el (dired-find-buffer-nocreate):
1784         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
1785         * dabbrev.el (dabbrev--same-major-mode-p):
1786         * chistory.el (list-command-history):
1787         * apropos.el (apropos-documentation):
1788         * allout.el (allout-obtain-passphrase):
1789         (allout-copy-exposed-to-buffer):
1790         (allout-verify-passphrase): Use with-current-buffer.
1792 2009-11-13  Glenn Morris  <rgm@gnu.org>
1794         * Makefile.in (ELCFILES): Regenerate.
1796 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
1798         * net/dbus.el (dbus-registered-objects-table): Rename from
1799         `dbus-registered-functions-table', because it contains also properties.
1800         (dbus-unregister-object): Unregister also properties.
1801         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
1802         Use a timeout of 500 msec, in order to not block.
1803         (dbus-register-property, dbus-property-handler): New defuns.
1805 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1807         * simple.el (minibuffer-default-add-completions): Drop deprecated
1808         4th arg.
1810 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
1812         * textmodes/artist.el (artist-mouse-choose-operation):
1813         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
1814         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
1815         (artist-compute-up-event-key): New function.
1816         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
1818 2009-11-13  Kenichi Handa  <handa@m17n.org>
1820         * language/japan-util.el: Make sure that the value of jisx0208
1821         property is jisx0208 character.
1823 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
1825         * international/mule.el (auto-coding-regexp-alist): Only purecopy
1826         car or each item, not the whole list.
1828 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1830         * minibuffer.el (minibuffer-completion-help):
1831         Use minibuffer-hide-completions.
1833 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
1835         * dired.el (dired-save-positions, dired-restore-positions): New funs.
1836         (dired-revert): Use them (bug#4880).
1838 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1840         * tooltip.el (tooltip-frame-parameters): Undo previous change.
1842 2009-11-12  Juri Linkov  <juri@jurta.org>
1844         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
1845         New functions.
1846         (find-file-literally-at-point): Alias of `ffap-literally'.
1848 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
1850         * textmodes/ispell.el (ispell-skip-region-alist):
1851         * textmodes/css-mode.el (auto-mode-alist):
1852         * progmodes/compile.el (auto-mode-alist):
1853         * international/mule.el (ctext-non-standard-encodings-alist)
1854         (ctext-non-standard-encodings-regexp):
1855         * simple.el (shell-command-switch, text-read-only):
1856         * replace.el (occur-mode-map):
1857         * paths.el (rmail-file-name):
1858         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
1859         * find-file.el (ff-special-constructs):
1860         * files.el (file-name-handler-alist):
1861         * composite.el: Purecopy strings.
1863         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
1865 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1867         * widget.el (define-widget): Purecopy the docstring.
1868         * international/mule-cmds.el (charset): Do not purecopy the
1869         docstring here, define-widget does it.
1871         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
1872         * textmodes/bibtex-style.el (auto-mode-alist):
1873         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1874         * progmodes/compile.el (compile-command):
1875         * language/korea-util.el (default-korean-keyboard):
1876         * international/mule-conf.el (file-coding-system-alist):
1877         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
1878         * tooltip.el (tooltip-frame-parameters):
1879         * newcomment.el (comment-end, comment-padding):
1880         * dired.el (dired-trivial-filenames):
1881         * comint.el (comint-file-name-prefix): Purecopy initial values.
1883 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
1885         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
1886         (tramp-advice-minibuffer-electric-tilde): Unload advices via
1887         `tramp-unload'.
1888         (tramp-advice-make-auto-save-file-name)
1889         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
1890         after removing the advice.
1892 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
1894         * progmodes/grep.el (grep-regexp-alist):
1895         * international/mule-cmds.el (iso-2022-control-alist):
1896         * emacs-lisp/timer.el (timer-duration-words):
1897         * subr.el (version-separator, version-regexp-alist):
1898         * minibuffer.el (completion-styles-alist):
1899         * faces.el (face-attribute-name-alist, list-faces-sample-text):
1900         Change defvars to defconsts.
1902         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
1903         * loadup.el ("international/mule-conf"): Load the byte compiled version.
1904         * international/mule-conf.el: Allow to be byte compiled.
1906         * international/mule.el (define-charset): Purecopy props.
1907         (load-with-code-conversion): Purecopy doc string and file name.
1908         (put-charset-property): Purecopy strings.
1909         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
1911         * international/mule-cmds.el (register-input-method): Purecopy arguments.
1912         (define-char-code-property): Correctly purecopy the table.
1914         * international/ccl.el (define-ccl-program): Purecopy the docstring.
1916         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
1918         * subr.el (add-hook): Purecopy strings.
1919         (eval-after-load): Purecopy load-history-regexp and the form.
1921         * custom.el (custom-declare-group): Purecopy load-file-name.
1923         * subr.el (menu-bar-separator): New defconst.
1924         * net/eudc.el (eudc-tools-menu):
1925         * international/mule-cmds.el (set-coding-system-map)
1926         (mule-menu-keymap):
1927         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1928         * vc-hooks.el (vc-menu-map):
1929         * replace.el (occur-mode-map):
1930         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
1931         (menu-bar-edit-menu, menu-bar-goto-menu)
1932         (menu-bar-custom-menu, menu-bar-showhide-menu)
1933         (menu-bar-options-menu, menu-bar-tools-menu)
1934         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
1935         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
1936         (menu-bar-help-menu):
1937         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
1938         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
1940         * term/x-win.el (x-gtk-stock-map):
1941         * progmodes/vera-mode.el (auto-mode-alist):
1942         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
1943         (inferior-lisp-program, inferior-lisp-load-command):
1944         * progmodes/hideshow.el (hs-special-modes-alist):
1945         * progmodes/gud.el (same-window-regexps):
1946         * progmodes/grep.el (grep-program, find-program, xargs-program):
1947         * net/telnet.el (same-window-regexps):
1948         * net/rlogin.el (same-window-regexps):
1949         * language/ethiopic.el (font-ccl-encoder-alist):
1950         * vc-sccs.el (vc-sccs-master-templates):
1951         * vc-rcs.el (vc-rcs-master-templates):
1952         * subr.el (cl-assertion-failed):
1953         * simple.el (next-error-overlay-arrow-position):
1954         * lpr.el (lpr-command):
1955         * locate.el (locate-ls-subdir-switches):
1956         * info.el (same-window-regexps, info)
1957         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1958         * image-mode.el (image-mode, auto-mode-alist):
1959         * hippie-exp.el (hippie-expand-ignore-buffers):
1960         * format.el (format-alist):
1961         * find-dired.el (find-ls-subdir-switches, find-grep-options)
1962         (find-name-arg):
1963         * facemenu.el (facemenu-keybindings):
1964         * dired.el (dired-listing-switches, dired-chown-program):
1965         * diff.el (diff-switches, diff-command):
1966         * cus-edit.el (same-window-regexps):
1967         * bindings.el (mode-line-mule-info)
1968         (mode-line-buffer-identification): Purecopy strings.
1970 2009-11-11  Juri Linkov  <juri@jurta.org>
1972         * simple.el (dired-get-filename)<declare-function>:
1973         Tell the byte-compiler about dired-get-filename.
1974         (shell-command): In Dired mode, get filename from the current line
1975         as the default value.
1977 2009-11-10  Glenn Morris  <rgm@gnu.org>
1979         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
1980         * calendar/holidays.el, progmodes/cperl-mode.el:
1981         Update x-popup-menu declarations.
1983         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
1984         (list-load-path-shadows): Use dolist.
1985         (list-load-path-shadows): Use with-current-buffer.
1987 2009-11-10  Juri Linkov  <juri@jurta.org>
1989         * minibuffer.el (read-file-name): Support a list of default values
1990         in `default-filename'.  Use the first file name where only one
1991         element is required.  Doc fix.
1993 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
1995         * net/dbus.el (dbus-unregister-object): Release service, if no
1996         other method is registered for it.
1998 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
2000         * bookmark.el (bookmark-completing-read): Sort bookmark names if
2001         bookmark-sort-flag is non-nil (Bug#4653).
2003 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2005         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
2006         the progress reporter entirely.
2008         * emulation/cua-base.el: Add CUA property to some CC mode commands
2009         (Bug#4100).
2011 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2013         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
2014         at end of sentence (Bug#4818).
2016 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
2018         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2019         Handle "see declaration of" MSFT statements (Bug#4100).
2021 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
2023         * net/tramp.el (tramp-advice-make-auto-save-file-name)
2024         (tramp-advice-file-expand-wildcards): Unload via
2025         `ad-remove-advice'.
2027         * net/trampver.el: Update release number.
2029 2009-11-08  Kevin Ryde  <user42@zip.com.au>
2031         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
2032         `ad-do-it'.
2034 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
2036         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
2037         in order to keep context in SELinux.
2039 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
2041         * dired-aux.el (dired-query): Place cursor in echo area and allow
2042         C-g.
2044         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
2045         menu item if not on a directory (Bug#4701).
2047 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
2049         Sync with Tramp 2.1.17.
2051         * net/tramp.el (tramp-handle-copy-directory): Don't use
2052         `file-remote-p' (due to compatibility).
2054         * net/tramp-compat.el (tramp-compat-copy-directory)
2055         (tramp-compat-delete-directory): New defuns.
2057         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2058         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
2059         `tramp-compat-delete-directory'.
2061         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
2062         (tramp-smb-handle-delete-directory ): Use
2063         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
2065         * net/trampver.el: Update release number.
2067 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
2069         * tar-mode.el (tar-copy): Call write-region on the right buffer
2070         (Bug#4857).
2072         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
2073         by hand, if necessary (Bug#4878).
2075 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
2077         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
2078         align size column (Bug#4839).
2080         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
2081         statement.
2083 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2085         * progmodes/ld-script.el (auto-mode-alist):
2086         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
2088         * cus-face.el (custom-declare-face): Purecopy face spec.
2090 2009-11-06  Kenichi Handa  <handa@m17n.org>
2092         * international/uni-bidi.el: Re-generated.
2093         * international/uni-category.el: Re-generated.
2094         * international/uni-combining.el: Re-generated.
2095         * international/uni-mirrored.el: Re-generated.
2097 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
2099         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
2100         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
2101         (tex-start-options, slitex-run-command, latex-run-command)
2102         (tex-run-command, tex-directory):
2103         * textmodes/ispell.el (ispell-html-skip-alists)
2104         (ispell-tex-skip-alists, ispell-tex-skip-alists):
2105         * textmodes/fill.el (adaptive-fill-first-line-regexp):
2106         (adaptive-fill-regexp):
2107         * textmodes/dns-mode.el (auto-mode-alist):
2108         * progmodes/python.el (interpreter-mode-alist):
2109         * progmodes/etags.el (tags-compression-info-list):
2110         * progmodes/etags.el (tags-file-name):
2111         * net/browse-url.el (browse-url-galeon-program)
2112         (browse-url-firefox-program):
2113         * mail/sendmail.el (mail-signature-file)
2114         (mail-citation-prefix-regexp):
2115         * international/mule-conf.el (eight-bit):
2116         * international/latexenc.el (latex-inputenc-coding-alist):
2117         * international/fontset.el (x-pixel-size-width-font-regexp):
2118         * emacs-lisp/warnings.el (warning-type-format):
2119         * emacs-lisp/trace.el (trace-buffer):
2120         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
2121         (emacs-lisp-mode-map):
2122         * calendar/holidays.el (holiday-solar-holidays)
2123         (holiday-bahai-holidays, holiday-islamic-holidays)
2124         (holiday-christian-holidays, holiday-hebrew-holidays)
2125         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
2126         (hebrew-holidays-1, holiday-oriental-holidays)
2127         (holiday-general-holidays):
2128         * x-dnd.el (x-dnd-known-types):
2129         * tool-bar.el (tool-bar):
2130         * startup.el (site-run-file):
2131         * shell.el (shell-dumb-shell-regexp):
2132         * rfn-eshadow.el (file-name-shadow-tty-properties)
2133         (file-name-shadow-properties):
2134         * paths.el (remote-shell-program, news-directory):
2135         * mouse.el ([C-down-mouse-3]):
2136         * menu-bar.el (menu-bar-tools-menu):
2137         * jka-cmpr-hook.el (jka-compr-load-suffixes)
2138         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
2139         (jka-compr-compression-info-list):
2140         * isearch.el (search-whitespace-regexp):
2141         * image-file.el (image-file-name-extensions):
2142         * find-dired.el (find-ls-option):
2143         * files.el (directory-listing-before-filename-regexp)
2144         (directory-free-space-args, insert-directory-program)
2145         (list-directory-brief-switches, magic-fallback-mode-alist)
2146         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
2147         (automount-dir-prefix):
2148         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
2149         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
2150         (face-font-registry-alternatives, face-font-registry-alternatives)
2151         (face-font-family-alternatives):
2152         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
2153         (facemenu-foreground-menu, facemenu-face-menu):
2154         * epa-hook.el (epa-file-name-regexp):
2155         * dnd.el (dnd-protocol-alist):
2156         * textmodes/rst.el (auto-mode-alist):
2157         * button.el (default-button): Purecopy strings.
2159 2009-11-06  Glenn Morris  <rgm@gnu.org>
2161         * Makefile.in (ELCFILES): Update.
2163 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2165         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
2166         * emacs-lisp/levents.el: Move to obsolete/levents.el.
2168         * nxml/xsd-regexp.el (xsdre-gen-categories):
2169         * nxml/xmltok.el (xmltok-parse-entity):
2170         * nxml/rng-parse.el (rng-parse-validate-file):
2171         * nxml/rng-maint.el (rng-format-manual)
2172         (rng-manual-output-force-new-line):
2173         * nxml/rng-loc.el (rng-save-schema-location-1):
2174         * nxml/rng-cmpct.el (rng-c-parse-file):
2175         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
2176         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
2178 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
2180         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
2181         Remove extra save-excursions and make-variable-buffer-local's.
2182         Suggested by Stefan Monnier.
2184         (verilog-getopt-file, verilog-module-inside-filename-p)
2185         (verilog-set-define): Merge GNU 1.35 and repair changes from
2186         switching to using with-current-buffer.
2188         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
2189         being treated as a number and confusing AUTORESET.
2190         Reported by Dan Dever.
2192         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
2193         Add verilog-auto-ignore-concat to fix backward compatibility with
2194         older verilog-modes.  Reported by Dan Katz.
2196         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
2197         containing closing anchors "...$".
2199         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
2200         Reported by Wade Smith.
2202         (verilog-batch-execute-func) Comment on function usage.
2204 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
2206         * verilog-mode.el (verilog-label-re): Fix regular expression for
2207         labels.
2209         (verilog-label-re, verilog-calc-1): Support proper indent of named
2210         asserts.
2212         (verilog-backward-token, verilog-basic-complete-re)
2213         (verilog-beg-of-statement, verilog-indent-re): Support proper
2214         indent of the assert statement at the beginning of a block of text.
2216         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
2217         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
2218         tokens as begins.
2220 2009-11-05  Glenn Morris  <rgm@gnu.org>
2222         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
2223         Emacs 19.  (Bug#1531)
2224         (byte-compile-fix-header): Update for the above change.
2225         Drop test for epoch::version.
2227         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
2228         * cus-dep.el (custom-make-dependencies):
2229         * finder.el (finder-compile-keywords):
2230         Use autoload-rubric's feature argument.
2232         * calendar/diary-lib.el (top-level): Make load behave more like require.
2234         * vc-git.el (vc-git-stash-map): Move definition before use.
2236 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
2238         * custom.el (custom-declare-group): Purecopy standard-value.
2239         (custom-declare-group): Purecopy custom-prefix.
2241         * international/mule.el (load-with-code-conversion):
2242         Call do-after-load-evaluation unconditionally.
2244         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
2246 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2248         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
2250 2009-11-04  Glenn Morris  <rgm@gnu.org>
2252         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
2253         (byte-compile-compatibility): Remove option.
2254         (byte-compile-close-variables, byte-compile-fix-header)
2255         (byte-compile-insert-header, byte-compile-output-docform)
2256         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
2257         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
2258         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
2259         (byte-compile-insert, byte-compile-defun):
2260         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
2261         (byte-defop-compiler19): Remove.
2262         Without byte-compile-compatibility, the 'emacs19-opcode property is not
2263         used by anything.  Replace all calls with byte-defop-compiler.
2265 2009-11-04  Juri Linkov  <juri@jurta.org>
2267         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
2268         (menu-bar-options-menu): Don't quote the `prop' arg of
2269         `menu-bar-make-mm-toggle'.
2271 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
2273         * calendar/calendar.el (cal-loaddefs):
2274         * calendar/diary-lib.el (diary-loaddefs):
2275         * calendar/holidays.el (hol-loaddefs):
2276         * eshell/esh-module.el (esh-groups): Load rather than require.
2278 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2280         * calendar/todo-mode.el (todo-add-category): Don't hardcode
2281         point-min==1.
2282         (todo-top-priorities): Only display-buffer when called interactively.
2283         (todo-item-start): Don't save excursion point.
2284         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
2285         (todo-insert-item-here, todo-file-item, todo-remove-item):
2286         Adjust uses of todo-item-start and todo-item-end.
2288         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
2289         (autoload-rubric): Don't use any more.
2290         * cedet/semantic/fw.el (semantic/loaddefs):
2291         * cedet/srecode.el (srecode/loaddefs):
2292         * cedet/ede.el (ede/loaddefs): Load rather than require.
2293         * cedet/ede/cpp-root.el:
2294         * cedet/ede/emacs.el:
2295         * cedet/ede/files.el:
2296         * cedet/ede/linux.el:
2297         * cedet/ede/locate.el:
2298         * cedet/ede/make.el:
2299         * cedet/ede/shell.el:
2300         * cedet/ede/speedbar.el:
2301         * cedet/ede/system.el:
2302         * cedet/ede/util.el:
2303         * cedet/semantic/analyze.el:
2304         * cedet/semantic/bovine.el:
2305         * cedet/semantic/complete.el:
2306         * cedet/semantic/ctxt.el:
2307         * cedet/semantic/db-file.el:
2308         * cedet/semantic/db-find.el:
2309         * cedet/semantic/db-global.el:
2310         * cedet/semantic/db-mode.el:
2311         * cedet/semantic/db-typecache.el:
2312         * cedet/semantic/db.el:
2313         * cedet/semantic/debug.el:
2314         * cedet/semantic/dep.el:
2315         * cedet/semantic/doc.el:
2316         * cedet/semantic/edit.el:
2317         * cedet/semantic/find.el:
2318         * cedet/semantic/format.el:
2319         * cedet/semantic/html.el:
2320         * cedet/semantic/ia-sb.el:
2321         * cedet/semantic/ia.el:
2322         * cedet/semantic/idle.el:
2323         * cedet/semantic/lex-spp.el:
2324         * cedet/semantic/lex.el:
2325         * cedet/semantic/mru-bookmark.el:
2326         * cedet/semantic/scope.el:
2327         * cedet/semantic/senator.el:
2328         * cedet/semantic/sort.el:
2329         * cedet/semantic/symref.el:
2330         * cedet/semantic/tag-file.el:
2331         * cedet/semantic/tag-ls.el:
2332         * cedet/semantic/tag-write.el:
2333         * cedet/semantic/tag.el:
2334         * cedet/semantic/util-modes.el:
2335         * cedet/semantic/analyze/complete.el:
2336         * cedet/semantic/analyze/refs.el:
2337         * cedet/semantic/bovine/c.el:
2338         * cedet/semantic/bovine/gcc.el:
2339         * cedet/semantic/bovine/make.el:
2340         * cedet/semantic/bovine/scm.el:
2341         * cedet/semantic/decorate/include.el:
2342         * cedet/semantic/decorate/mode.el:
2343         * cedet/semantic/symref/cscope.el:
2344         * cedet/semantic/symref/global.el:
2345         * cedet/semantic/symref/grep.el:
2346         * cedet/semantic/symref/idutils.el:
2347         * cedet/semantic/symref/list.el:
2348         * cedet/semantic/wisent/java-tags.el:
2349         * cedet/semantic/wisent/javascript.el:
2350         * cedet/srecode/compile.el:
2351         * cedet/srecode/cpp.el:
2352         * cedet/srecode/document.el:
2353         * cedet/srecode/el.el:
2354         * cedet/srecode/expandproto.el:
2355         * cedet/srecode/getset.el:
2356         * cedet/srecode/insert.el:
2357         * cedet/srecode/java.el:
2358         * cedet/srecode/map.el:
2359         * cedet/srecode/mode.el:
2360         * cedet/srecode/template.el:
2361         * cedet/srecode/texi.el: Remove the file-local setting of
2362         generated-autoload-feature.
2364         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
2365         and only put a prop if it is non-nil.
2367 2009-11-03  Juri Linkov  <juri@jurta.org>
2369         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
2370         (menu-bar-options-menu): Fix list quoting (Bug#4429).
2372         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
2373         and "Menu" to make top-level menu item visually one unit (like
2374         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
2375         multi-word menu items).  Fix :help string for quit-window.
2377 2009-11-03  Glenn Morris  <rgm@gnu.org>
2379         * cedet/mode-local.el (with-mode-local): Doc fix.
2381         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
2382         (byte-compile-file-form-define-abbrev-table)
2383         (byte-compile-file-form-custom-declare-variable)
2384         (byte-compile-variable-ref, byte-compile-defvar):
2385         Whether or not a warning is enabled should only affect whether we issue
2386         the warning, not whether or not we collect the relevant data.
2387         Eg warnings can be turned on and off throughout the course of a file.
2389         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
2390         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
2392 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2394         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
2395         * play/mpuz.el (mpuz-create-buffer):
2396         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
2397         (lm-print-y,s,noise, lm-print-w0, lm-init):
2398         * play/gomoku.el (gomoku-prompt-for-move):
2399         * play/fortune.el (fortune-in-buffer):
2400         * play/dissociate.el (dissociated-press):
2401         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
2402         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
2403         * mail/supercite.el (sc-eref-show):
2404         * mail/smtpmail.el (smtpmail-send-it):
2405         * mail/rmailsum.el (rmail-summary-next-labeled-message)
2406         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
2407         (rmail-summary-undelete-many, rmail-summary-rmail-update)
2408         (rmail-summary-goto-msg, rmail-summary-expunge)
2409         (rmail-summary-get-new-mail, rmail-summary-search-backward)
2410         (rmail-summary-add-label, rmail-summary-output-menu)
2411         (rmail-summary-output-body):
2412         * mail/rfc822.el (rfc822-addresses):
2413         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
2414         * mail/mailpost.el (post-mail-send-it):
2415         * mail/hashcash.el (hashcash-generate-payment):
2416         * mail/feedmail.el (feedmail-run-the-queue)
2417         (feedmail-queue-send-edit-prompt-help-first)
2418         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
2419         (feedmail-deduce-address-list):
2420         * eshell/esh-ext.el (eshell-remote-command):
2421         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
2422         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
2423         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
2424         (viper-save-string-in-file, viper-valid-marker):
2425         * emulation/viper-keym.el (viper-toggle-key):
2426         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
2427         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
2428         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
2429         * emulation/viper-cmd.el (viper-exec-form-in-vi)
2430         (viper-exec-form-in-emacs, viper-brac-function):
2431         * emulation/viper.el (viper-delocalize-var):
2432         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
2433         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
2434         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
2435         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
2436         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
2437         * emulation/edt.el (edt-electric-helpify):
2438         * emulation/cua-rect.el (cua--rectangle-aux-replace):
2439         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
2440         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
2441         (cua-indent-to-global-mark-column):
2442         * calendar/diary-lib.el (calendar-mark-1):
2443         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
2444         Use with-current-buffer.
2445         * emulation/viper.el (viper-delocalize-var): Use dolist.
2447 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
2449         * comint.el (comint-replace-by-expanded-history-before-point):
2450         Replace !! with the previous input string literally (Bug#1795).
2452 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
2454         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
2455         to be made up of whitespace.
2457 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
2459         * minibuffer.el (read-file-name): Don't use file dialogs for
2460         remote directories (Bug#99).
2462 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
2464         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
2466 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
2468         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
2469         instead of deleting the window or frame.
2471 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2473         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
2474         Support face colors.
2476         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
2477         New function.  Support face colors (Bug#1168).
2478         (tex-common-initialization): Use it.
2480         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
2481         mode allows it (Bug#1168).
2483 2009-10-31  Juri Linkov  <juri@jurta.org>
2485         * facemenu.el (list-colors-display): Don't mark buffer as
2486         modified (Bug#3948).
2488 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
2490         * international/mule-diag.el (list-character-sets-1): Minor
2491         message fix (Bug#3526).
2493         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
2494         face property (Bug#4834).
2495         (etags-list-tags, etags-tags-apropos-additional)
2496         (etags-tags-apropos, tags-select-tags-table): Add follow-link
2497         property.
2499         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
2500         items.
2502         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
2503         items.
2505         * cedet/ede.el (ede-minor-mode):
2506         * cedet/semantic.el (semantic-mode): Toggle menu separators.
2508 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2510         * textmodes/two-column.el (2C-split):
2511         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
2512         * textmodes/tex-mode.el (tex-set-buffer-directory):
2513         * textmodes/spell.el (spell-region, spell-string):
2514         * textmodes/reftex.el (reftex-erase-buffer):
2515         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
2516         * textmodes/reftex-toc.el (reftex-toc-promote-action):
2517         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
2518         (reftex-select-item):
2519         * textmodes/reftex-ref.el (reftex-label-info-update)
2520         (reftex-offer-label-menu):
2521         * textmodes/reftex-index.el (reftex-index-change-entry)
2522         (reftex-index-phrases-info):
2523         * textmodes/reftex-global.el (reftex-create-tags-file)
2524         (reftex-save-all-document-buffers, reftex-ensure-write-access):
2525         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
2526         (reftex-view-crossref-from-bibtex):
2527         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
2528         (reftex-extract-bib-entries-from-thebibliography)
2529         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
2530         * textmodes/refbib.el (r2b-capitalize-title):
2531         (r2b-convert-buffer, r2b-help):
2532         * textmodes/page-ext.el (pages-directory)
2533         (pages-directory-goto-with-mouse):
2534         * textmodes/bibtex.el (bibtex-validate-globally):
2535         * textmodes/bib-mode.el (bib-capitalize-title):
2536         * textmodes/artist.el (artist-clear-buffer, artist-system):
2537         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
2538         (local-set-scheme-interaction-buffer, xscheme-process-filter)
2539         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
2540         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
2541         (xscheme-send-control-g-interrupt, xscheme-start-process)
2542         (xscheme-process-sentinel, xscheme-cd):
2543         * progmodes/verilog-mode.el (verilog-read-always-signals)
2544         (verilog-set-define, verilog-getopt-file)
2545         (verilog-module-inside-filename-p):
2546         * progmodes/sh-script.el:
2547         * progmodes/python.el (python-pdbtrack-get-source-buffer)
2548         (python-pdbtrack-grub-for-buffer, python-execute-file):
2549         * progmodes/octave-inf.el (inferior-octave):
2550         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
2551         (idlwave-shell-compile-helper-routines, idlwave-set-local)
2552         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
2553         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
2554         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
2555         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
2556         (idlwave-shell-filter, idlwave-shell-examine-highlight)
2557         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
2558         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
2559         (idlwave-shell-examine-display, idlwave-shell-run-region)
2560         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
2561         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
2562         * progmodes/idlw-help.el (idlwave-help-get-special-help)
2563         (idlwave-help-get-help-buffer):
2564         * progmodes/gud.el (gud-basic-call, gud-find-class)
2565         (gud-tooltip-activate-mouse-motions-if-enabled):
2566         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
2567         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
2568         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
2569         (ebrowse-tags-next-file):
2570         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
2571         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
2572         (ebnf-eps-finish-and-write):
2573         * progmodes/cpp.el (cpp-edit-save):
2574         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
2575         * progmodes/cc-defs.el (c-emacs-features):
2576         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
2577         (antlr-directory-dependencies):
2578         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
2579         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
2580         (ada-find-any-references, ada-make-filename-from-adaname)
2581         (ada-make-body-gnatstub):
2582         * obsolete/rnews.el (news-list-news-groups):
2583         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
2584         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
2585         * net/rcirc.el (rcirc-debug):
2586         * net/newst-treeview.el (newsticker--treeview-list-add-item)
2587         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
2588         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
2589         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
2590         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
2591         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
2592         (newsticker--treeview-list-clear-highlight)
2593         (newsticker--treeview-list-update-highlight)
2594         (newsticker--treeview-list-highlight-start)
2595         (newsticker--treeview-tree-update-highlight)
2596         (newsticker--treeview-get-selected-item)
2597         (newsticker-treeview-mark-list-items-old)
2598         (newsticker--treeview-set-current-node):
2599         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
2600         * net/newst-backend.el (newsticker--get-news-by-funcall)
2601         (newsticker--get-news-by-wget, newsticker--image-get)
2602         (newsticker--image-sentinel):
2603         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
2604         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
2605         (eudc-ph-close-session):
2606         * net/eudc.el (eudc-save-options):
2607         * language/thai-word.el (thai-update-word-table):
2608         * language/japan-util.el (japanese-string-conversion):
2609         * international/titdic-cnv.el (tsang-quick-converter)
2610         (ziranma-converter, ctlau-converter):
2611         * international/mule-cmds.el (describe-language-environment):
2612         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
2613         (skkdic-convert-postfix, skkdic-convert-prefix):
2614         (skkdic-convert-okuri-nasi, skkdic-convert):
2615         * emacs-lisp/re-builder.el (reb-update-overlays):
2616         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
2617         * emacs-lisp/gulp.el (gulp-send-requests):
2618         * emacs-lisp/find-gc.el (trace-call-tree):
2619         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
2620         (eieio-describe-generic):
2621         * emacs-lisp/eieio-base.el (eieio-persistent-read):
2622         * emacs-lisp/edebug.el (edebug-outside-excursion):
2623         * emacs-lisp/debug.el (debugger-make-xrefs):
2624         * emacs-lisp/cust-print.el (custom-prin1-to-string):
2625         * emacs-lisp/chart.el (chart-new-buffer):
2626         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
2627         Use with-current-buffer.
2628         * textmodes/artist.el (artist-system): Don't call
2629         copy-sequence on a fresh string.
2630         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
2632 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
2634         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
2635         is no item to edit.  (Bug#4820)
2636         (todo-top-priorities): Restore point and restore narrowing in Todo
2637         buffer.  (Bug#4820)
2639 2009-10-31  Glenn Morris  <rgm@gnu.org>
2641         * net/ange-ftp.el (top-level): Don't require dired when compiling.
2642         (comint-last-output-start, comint-last-input-start)
2643         (comint-last-input-end): Don't defvar when compiling.
2644         (ange-ftp-process-file): Use bound-and-true-p.
2646         * pcmpl-rpm.el (top-level): Move provide statement to end.
2647         (pcmpl-rpm): Remove unused custom group.
2649         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
2651         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
2653         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
2654         (byte-compile-warnings): Add `constants' as an option.
2655         (byte-compile-callargs-warn, byte-compile-arglist-warn)
2656         (display-call-tree): Update for byte-compile-fdefinition possibly
2657         returning `(macro lambda ...)'.  (Bug#4778)
2658         (byte-compile-variable-ref, byte-compile-setq-default):
2659         Respect `constants' member of byte-compile-warnings.
2661         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
2662         Use mapc rather than mapcar because the return value is never used.
2664         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
2665         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
2666         * cedet/semantic/html.el:
2667         Suppress harmless warnings about setting up semantic-imenu (not
2668         part of Emacs) variables.
2670 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * vc-bzr.el (vc-bzr-revision-keywords): New var.
2673         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
2674         to "submit:".
2676         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
2677         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
2678         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
2679         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
2680         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
2681         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
2682         (semantic-analyzer-debug-global-symbol)
2683         (semantic-analyzer-debug-missing-innertype)
2684         (semantic-analyzer-debug-insert-include-summary):
2685         * cedet/semantic/util.el (semantic-file-tag-table):
2686         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
2687         (semantic-recursive-find-nonterminal-by-name):
2688         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
2689         * cedet/semantic/tag-file.el (semantic-prototype-file):
2690         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
2691         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
2692         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
2693         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
2694         (semantic-idle-summary-maybe-highlight):
2695         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
2696         (semantic-ia-sb-tag-info):
2697         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
2698         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
2699         * cedet/semantic/ede-grammar.el (project-compile-target):
2700         (ede-proj-makefile-insert-variables):
2701         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
2702         (semantic-debug-set-source-location, semantic-debug-interface-layout)
2703         (semantic-debug-mode, semantic-debug):
2704         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
2705         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
2706         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
2707         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
2708         (semanticdb-find-translate-path-includes--internal)
2709         (semanticdb-reset-log, semanticdb-find-log-activity):
2710         * cedet/semantic/db-file.el (object-write):
2711         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
2712         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
2713         (semanticdb-create-ebrowse-database):
2714         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
2715         * cedet/semantic/complete.el (semantic-displayor-focus-request)
2716         (semantic-collector-calculate-completions-raw)
2717         (semantic-complete-read-tag-analyzer):
2718         * cedet/semantic/analyze.el (semantic-analyze-pulse):
2719         * cedet/ede/util.el (ede-update-version-in-source):
2720         * cedet/ede/proj.el (project-delete-target):
2721         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
2722         (ede-proj-flush-autoconf):
2723         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
2724         (ede-proj-configure-synchronize):
2725         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
2726         * cedet/ede/linux.el (ede-linux-version):
2727         * cedet/ede/emacs.el (ede-emacs-version):
2728         * cedet/ede/dired.el (ede-dired-add-to-target):
2729         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
2730         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
2731         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
2732         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
2733         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
2734         (cedet-idutils-version-check):
2735         * cedet/cedet-global.el (cedet-gnu-global-call):
2736         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
2737         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
2738         * cedet/cedet-cscope.el (cedet-cscope-call)
2739         (cedet-cscope-expand-filename, cedet-cscope-version-check):
2740         Use with-current-buffer.
2741         * cedet/ede.el (ede-make-project-local-variable)
2742         (ede-set-project-variables, ede-set): Use dolist.
2744 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
2746         * textmodes/ispell.el (ispell-skip-region-alist):
2747         * international/mule-conf.el (eight-bit):
2748         * international/fontset.el (font-encoding-alist):
2749         * startup.el (pure-space-overflow-message):
2750         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
2751         * paths.el (gnus-nntp-service, rmail-spool-directory)
2752         (term-file-prefix):
2753         * files.el (save-some-buffers-action-alist):
2754         * cmuscheme.el (same-window-buffer-names):
2755         * ielm.el (same-window-buffer-names):
2756         * shell.el (same-window-buffer-names):
2757         * mail/sendmail.el (same-window-buffer-names):
2758         * progmodes/inf-lisp.el (same-window-buffer-names):
2759         * bindings.el (mode-line-client)
2760         (mode-line-column-line-number-mode-map):
2761         * language/tibetan.el (tibetan-precomposition-rule-regexp)
2762         (tibetan-precomposed-regexp): Purecopy string arguments.
2764 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2766         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
2767         (calcDigit-nondigit):
2768         * calc/calc-yank.el (calc-copy-to-buffer):
2769         * calc/calc-units.el (calc-invalidate-units-table):
2770         * calc/calc-trail.el (calc-trail-yank):
2771         * calc/calc-store.el (calc-insert-variables):
2772         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
2773         * calc/calc-prog.el (calc-read-parse-table):
2774         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
2775         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
2776         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
2777         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
2778         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
2779         (calc-graph-name, calc-graph-find-command, calc-graph-view)
2780         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
2781         * calc/calc-ext.el (calc-realign):
2782         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
2783         (calc-embedded-finish-edit, calc-embedded-make-info)
2784         (calc-embedded-finish-command, calc-embedded-stack-change):
2785         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
2787         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
2788         (overload-docstring-extension): Use that info.
2789         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
2790         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
2791         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
2792         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
2793         (semantic-nonterminal-full-name): Add the new `when' info.
2794         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
2795         `assert'.
2797         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
2798         shell-dynamic-complete-filename in preference to
2799         comint-dynamic-complete-filename.
2801         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2802         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
2803         Don't consider whether the display supports colors.
2804         (bookmark-import-new-list): Use dolist.
2805         (bookmark-bmenu-mode-map): Move initialization into declaration.
2806         (bookmark-bmenu-list): Use dolist, simplify.
2807         (bookmark-show-all-annotations): Use save-selected-window and dolist.
2808         (menu-bar-final-items): Use push.
2810 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
2812         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
2813         it works on remote files.
2814         (vc-hg-diff): Don't pass any `--cwd' argument.
2816 2009-10-27  Kevin Ryde  <user42@zip.com.au>
2818         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
2819         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
2820         (Further to Bug#3921).
2822 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
2824         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
2825         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
2826         calling `tramp-imap-put-file'.  Add file size to the call.
2827         (tramp-imap-get-file-entries): Compute also user name, file size,
2828         and date.
2829         (tramp-imap-handle-insert-directory): Insert uid and gid.
2830         (tramp-imap-handle-file-attributes): Transform uid and gid
2831         according to `id-format'.
2832         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
2833         size in header X-Size.
2835 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
2837         * simple.el (transpose-subr): Give clearer error when the mark
2838         is not set.  (Bug#4807)
2840 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
2842         * net/tramp.el (tramp-perl-file-truename): New defconst.
2843         Perl code contributed by yary <not.com@gmail.com> (tiny change).
2844         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
2845         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
2846         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
2848         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
2849         Ignore `dired-call-process'.
2850         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
2852 2009-10-26  Julian Scheid  <julians37@gmail.com>
2854         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
2855         (tramp-get-remote-readlink): New defun.
2856         (tramp-handle-file-truename): Use it.
2857         (tramp-handle-file-exists-p): Check file-attributes cache, assume
2858         file exists if cache value present.
2859         (tramp-check-cached-permissions) New defun.
2860         (tramp-handle-file-readable-p): Use it.
2861         (tramp-handle-file-writable-p): Likewise.
2862         (tramp-handle-file-executable-p): Likewise.
2863         (tramp-handle-file-name-all-completions): Try using Perl to get
2864         partial completions.  When perl not available, combine `cd' and
2865         `ls' into single remote operation and use shell expansion to get
2866         partial remote directory contents.  Set `file-exists-p' cache for
2867         directory and any files returned by ls.  Change cache handling to
2868         support partial directory contents.  Use error message emitted by
2869         remote `cd' or Perl code for local tramp-error.
2870         (tramp-do-copy-or-rename-file-directly): Avoid separate
2871         tramp-send-command-and-check call.
2872         (tramp-handle-process-file): Merge three remote ops into one.
2873         Do not flush all caches when `process-file-side-effects' is set.
2874         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
2875         file-attributes shows uid/gid to be set already.
2877 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
2879         * textmodes/tex-mode.el (tex-dvi-view-command)
2880         (tex-show-queue-command, tex-open-quote):
2881         * progmodes/ruby-mode.el (auto-mode-alist)
2882         (interpreter-mode-alist): Purecopy strings.
2884         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
2886         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
2887         string for the hook, keymap and abbrev table.
2889         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
2891         * x-dnd.el (x-dnd-xdnd-to-action):
2892         * startup.el (fancy-startup-text, fancy-about-text): Change to
2893         defconst from defvar.
2895         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
2897         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
2898         Purecopy initialization strings.
2900         * mail/sendmail.el (mail-header-separator)
2901         (mail-personal-alias-file):
2902         * mail/rmail.el (rmail-default-dont-reply-to-names)
2903         (rmail-ignored-headers, rmail-retry-ignored-headers)
2904         (rmail-highlighted-headers, rmail-secondary-file-directory)
2905         (rmail-secondary-file-regexp):
2906         * files.el (null-device, file-name-invalid-regexp)
2907         (locate-dominating-stop-dir-regexp)
2908         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
2909         (interpreter-mode-alist): Use mapcar instead of mapc.
2911         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
2913         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
2914         (completion-ignored-extensions):
2915         (debug-ignored-errors): Purecopy strings.
2917 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2919         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
2920         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
2921         (pcomplete--here): Use push.
2923         * subr.el (all-completions): Declare the 4th arg obsolete.
2925 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2927         * pcomplete.el (pcomplete-unquote-argument-function): New var.
2928         (pcomplete-unquote-argument): New function.
2929         (pcomplete--common-suffix): Always pay attention to case.
2930         (pcomplete--table-subvert): Quote and unquote the text.
2931         (pcomplete--common-quoted-suffix): New function.
2932         (pcomplete-std-complete): Use it and pcomplete-begin.
2934         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
2935         we're inside a dedicated or minibuffer window.
2937 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2939         * cedet/semantic/fw.el (semantic-alias-obsolete)
2940         (semantic-varalias-obsolete): Make the `when' arg mandatory.
2941         (define-mode-overload-implementation):
2942         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
2943         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
2944         * cedet/semantic/util.el (semantic-file-token-stream)
2945         (semantic-something-to-stream):
2946         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
2947         (semantic-expand-nonterminal):
2948         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
2949         (semantic-find-dependency, semantic-find-nonterminal)
2950         (semantic-find-dependency):
2951         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
2952         (semantic-flex-text, semantic-flex-make-keyword-table)
2953         (semantic-flex-keyword-p, semantic-flex-keyword-put)
2954         (semantic-flex-keyword-get, semantic-flex-map-keywords)
2955         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
2956         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
2957         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
2958         (semantic-after-idle-scheduler-reparse-hooks):
2959         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
2960         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
2961         * cedet/semantic.el (semantic-toplevel-bovine-table)
2962         (semantic-toplevel-bovine-cache)
2963         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
2964         (semantic-init-mode-hooks, semantic-init-db-hooks)
2965         (semantic-bovination-working-type): Provide the `when' arg.
2967 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
2969         * bookmark.el: Update documentation, especially documentation
2970         of `bookmark-alist' and of the bookmark file format.
2971         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
2973 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2975         * mail/emacsbug.el (report-emacs-bug): Clarify that the
2976         keybindings apply to the mail buffer (Bug#4003).  Shrink help
2977         window to buffer.
2979         * whitespace.el (whitespace-mode, whitespace-newline-mode)
2980         (global-whitespace-mode, global-whitespace-newline-mode)
2981         (whitespace-toggle-options, global-whitespace-toggle-options):
2982         Doc fix (Bug#3660).
2984         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
2985         of xmltok-start before the end tag was inserted (Bug#2840).
2987         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
2988         patterns that are preceded by an open-paren (Bug#1320).
2990 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
2992         * files.el (delete-directory): Delete symlinks to directories with
2993         delete-file (Bug#4739).
2995 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
2997         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
2998         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
2999         argument to make-obsolete.
3001         * cedet/semantic/fw.el (semantic-alias-obsolete)
3002         (semantic-varalias-obsolete): Add optional WHEN argument.
3004 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
3006         * vc.el (vc-backend-for-registration): Rename from
3007         vc-get-backend-for-registration.  Update callers.
3009         * international/mule-cmds.el (set-language-info-alist):
3010         Purecopy lang-env.
3011         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
3012         (charset): Purecopy the name.
3013         (define-char-code-property): Purecopy string arguments.
3015         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
3016         Purecopy string arguments.
3018         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
3019         * ediff-hook.el (menu-bar-ediff-menu):
3020         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
3021         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
3023 2009-10-24  Glenn Morris  <rgm@gnu.org>
3025         * comint.el (comint-dynamic-list-completions):
3026         * term.el (term-dynamic-list-completions): Use choose-completion rather
3027         than obsolete alias mouse-choose-completion.
3029         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
3030         file-cache-choose-completion.
3031         (file-cache-choose-completion): Handle an optional event argument.
3032         (file-cache-mouse-choose-completion): Make it an obsolete alias.
3034         * progmodes/octave-mod.el (octave-complete-symbol):
3035         Use choose-completion if mouse-choose-completion is ever removed.
3037         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
3038         use.
3040         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
3041         compiler.
3043         * vc-hooks.el (vc-responsible-backend): Fix declaration.
3045 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3047         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
3048         Ignore `pred' now that we receive one.
3049         Handle test-completion specially.
3051 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3053         * vc.el (vc-responsible-backend): Throw an error if not backend is
3054         found.  Remove the REGISTER argument.  Move the code dealing with
3055         REGISTER ...
3056         (vc-get-backend-for-registration): ... here.  New function.
3057         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
3058         of vc-responsible-backend, pass the file name instead of the
3059         directory name.
3061 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3063         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
3064         New funs.
3065         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
3066         (pcomplete-comint-setup): Don't modify a global var via
3067         accidental side-effects.
3068         (pcomplete-shell-setup): Adjust call accordingly.
3069         (pcomplete-parse-comint-arguments): Use push.
3071 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
3073         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
3074         Allow uncapitalized info node names (Bug#3921).
3076         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
3077         to the DEBUG file (Bug#3781).
3079 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
3081         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
3082         dictionary entry (Bug#4579).
3084 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
3086         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
3087         from `rfn-eshadow-update-overlay-hook' when unloading.
3088         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
3089         "rsyncc".  Adjust doc string.
3090         (tramp-temp-buffer-file-name) New buffer-local defvar.
3091         (tramp-handle-insert-file-contents, tramp-handle-write-region):
3092         Keep temporary file when indicated by method ("rsync" and
3093         "rsyncc").
3094         (tramp-handle-write-region): Handle APPEND.
3095         (tramp-delete-temp-file-function): New defun.  Added to
3096         `kill-buffer-hook'.
3098 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
3100         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
3102 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
3104         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
3105         (color-name-rgb-alist, tty-standard-colors)
3106         (tty-color-mode-alist): Change to defconst.
3108         * simple.el (mark-inactive): Purecopy message.
3110         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
3111         (global-map, yank-menu):
3112         * textmodes/ispell.el (ispell-menu-map):
3113         * net/eudc.el (eudc-tools-menu):
3114         * international/mule-cmds.el (describe-language-environment-map)
3115         (setup-language-environment-map, set-coding-system-map)
3116         (mule-menu-keymap):
3117         * vc-hooks.el (vc-menu-entry, vc-menu-map):
3118         * replace.el (occur-mode-map):
3119         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
3121 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
3123         * calc/calc.el (math-read-number, math-read-number-simple): Use
3124         `save-match-data'.
3126 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3128         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
3129         rather than fiddling with global-map bindings, since it should only
3130         affect per-terminal settings.
3131         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
3133         * minibuffer.el (completion-table-with-terminator): Allow to specify
3134         the terminator-regexp.
3136         * simple.el (switch-to-completions): Look for *Completions* in other
3137         frames as well.
3139         * pcomplete.el: Allow the use of completion-tables.
3140         (pcomplete-std-complete): New command.
3141         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
3142         (pcomplete--here): Use a function for `form' rather than an expression,
3143         so it can be byte-compiled.
3144         (pcomplete-here, pcomplete-here*): Adjust accordingly.
3145         Add edebug declaration.
3146         (pcomplete-show-completions): Remove unused var `curbuf'.
3147         (pcomplete-do-complete, pcomplete-stub):
3148         Don't assume `completions' is a list of strings any more.
3150 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
3152         * find-dired.el (find-name-arg): Fix typo in docstring.
3154 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3156         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
3157         (pcmpl-linux-fs-types): Same, and update to new modules layout.
3159         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
3160         pcomplete-entries.
3162         * comint.el (comint-read-input-ring, comint-write-input-ring)
3163         (comint-substitute-in-file-name)
3164         (comint-dynamic-complete-as-filename)
3165         (comint-dynamic-simple-complete)
3166         (comint-dynamic-list-filename-completions)
3167         (comint-dynamic-list-completions)
3168         (comint-redirect-results-list-from-process): Minor simplifications.
3170 2009-10-21  Kevin Ryde  <user42@zip.com.au>
3172         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3173         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3174         the first form.  And insert a blank line after ";;; Code" since
3175         that's usual style.  (My Bug#4612.)
3177         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3179 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3181         * minibuffer.el (completion-table-with-terminator): Properly implement
3182         boundaries, in case `terminator' appears in the suffix.
3183         (completion--embedded-envvar-table): Don't return boundaries if
3184         there's no valid completion.  Simplify.
3185         (completion-file-name-table): New completion table extracted from
3186         completion--file-name-table.
3187         (completion--file-name-table): Use it.
3188         (read-file-name-predicate): Declare obsolete.
3189         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
3190         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
3191         completion-file-name-table, and use the `pred' argument.
3192         * files.el (locate-file-completion-table): Use the `pred' arg rather
3193         than read-file-name-predicate.
3194         (abbreviate-file-name): Use \` rather than ^ for BOS.
3196 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
3198         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
3199         vc-responsible-backend to register, it causes problems.
3201 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3203         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
3205 2009-10-21  Eric Ludlam  <zappo@gnu.org>
3207         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
3208         (semantic-c-debug-mode-init-pch): New functions.
3209         (semantic-c-debug-mode-init-last-mode): New var.
3210         (semantic-c-parse-lexical-token): Use them.
3212         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
3213         When extracting the argument list, limit only by point-max.
3215 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
3217         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
3218         (tramp-smb-handle-file-attributes): Use it.
3219         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
3220         (tramp-smb-handle-insert-directory): Use `mapc' rather than
3221         `mapcar'.  Use `tramp-smb-get-stat-capability'.
3222         Add `dired-filename' text properties.
3223         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
3224         (tramp-smb-maybe-open-connection): Simplify check for smbclient
3225         version.
3227 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3229         * subr.el (read-key-delay): Reduce to 0.01.
3230         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
3231         (bug#4751).
3233 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3235         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
3237         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
3238         (Info-menu): Remove unused vars `last' and `completions'.
3239         (Info-index-nodes): Remove unused var `node'.
3241         * info.el (Info-complete-menu-item): Use complete-with-action.
3243 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
3245         Make vc-annotate work through copies and renames.
3246         * vc-annotate.el (vc-annotate-extract-revision-at-line):
3247         Return the file name too.
3248         (vc-annotate-revision-at-line)
3249         (vc-annotate-find-revision-at-line)
3250         (vc-annotate-revision-previous-to-line)
3251         (vc-annotate-show-log-revision-at-line): Update to get the file
3252         name from vc-annotate-extract-revision-at-line.
3253         (vc-annotate-show-diff-revision-at-line-internal): Change the
3254         argument to mean whether to show a file diff or not.  Get the file
3255         name from vc-annotate-extract-revision-at-line.
3256         (vc-annotate-show-diff-revision-at-line):
3257         Update vc-annotate-show-diff-revision-at-line call.
3258         (vc-annotate-warp-revision): Add an optional file argument.
3260         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
3261         (vc-git-annotate-extract-revision-at-line): Also return the file
3262         name if found.
3264         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
3265         command.  Remove unused code.
3266         (vc-hg-annotate-re): Update to match --follow output.
3267         (vc-hg-annotate-extract-revision-at-line): Also return the file
3268         name if found.
3270         * vc.el: Update annotate-extract-revision-at-line documentation.
3272 2009-10-18  Kevin Ryde  <user42@zip.com.au>
3274         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
3275         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
3277         * net/browse-url.el (browse-url): Identify alist with "consp and
3278         not functionp" and let all other things go down the `apply' leg,
3279         as suggested by Stefan.  (Further to bug#4531.)
3281 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
3283         * minibuffer.el (read-file-name): Check for repeat before putting
3284         a default argument in file-name-history (Bug#4657).
3286         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
3287         read syntax (Bug#4737).
3289         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
3291 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3293         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
3294         (html-tag-alist, html-tag-help): Add descriptions for undocumented
3295         entries and make note of obsolete tags.
3297 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3299         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
3301 2009-10-18  Glenn Morris  <rgm@gnu.org>
3303         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
3304         grep, so that binary files (eg international/uni-bidi.el) can match.
3305         Remove test for "UnicodeData" files, since it is hopefully unnecessary
3306         now, and in any case the file header format has changed.
3308 2009-10-17  Glenn Morris  <rgm@gnu.org>
3310         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
3311         (flyspell-get-word, flyspell-large-region)
3312         (flyspell-auto-correct-previous-word): Doc/error message fixes.
3314 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3316         * Makefile.in (ELCFILES): Add ede/shell.
3318 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
3320         * term/common-win.el (x-colors): Purecopy it.
3322 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3324         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
3325         permissive for when the buffer is empty.
3326         (tar-header-block-tokenize): Decode the username and groupname.
3327         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
3329 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
3331         * cedet/srecode/srt.el:
3332         * cedet/srecode/compile.el:
3333         * cedet/semantic/mru-bookmark.el:
3334         * cedet/semantic/debug.el:
3335         * cedet/semantic/complete.el:
3336         * cedet/semantic/analyze.el: Require CL when compiling.
3338 2009-10-17  Eric Ludlam  <zappo@gnu.org>
3340         * cedet/semantic/scope.el
3341         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
3342         tmpscope so that the regular scope will continue to work.
3344         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
3345         Use semantic-idle-summary-highlight-face as the highlighting.
3347         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
3348         contains multibyte characters, choose first applicable coding
3349         system automatically.
3351         * cedet/ede/project-am.el (project-run-target): New method.
3352         (project-run-target): New method.
3354         * cedet/ede.el (ede-target): Add run target menu item.
3355         (ede-project, ede-minor-keymap): Add ede-run-target binding.
3356         (ede-run-target): New function.
3357         (ede-target::project-run-target): New method.
3359         * cedet/ede/proj.el (project-run-target): New method.
3361         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
3362         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
3363         Add :rules.
3364         (ede-proj-target-makefile-shared-object): Only libtool compilers
3365         now available.  Add linkers for libtool.
3366         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
3367         (ede-proj-makefile-target-name): Always use .la extension.
3369         * cedet/ede/proj-prog.el (project-run-target): New method.
3371         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
3372         (ede-g++-linker): Change Change link lines.
3374         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
3375         When searching for old variables, go to the end of the buffer and
3376         search backward from there.
3377         (ede-proj-makefile-automake-insert-subdirs)
3378         (ede-proj-makefile-automake-insert-extradist): New methods.
3379         (ede-proj-makefile-create): Use them.
3381         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
3382         Force FILE to expand to the current target.  Use file-exists-p to
3383         check that it exists.
3385         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
3386         (ede-linux-load): Wrap dir in file-name-as-directory.
3387         Set :version slot.
3389         * cedet/ede/files.el (ede-get-locator-object): When enabling
3390         locate, do so on "top".
3392         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
3393         file-name-as-directory during compare.
3394         (ede-emacs-version): Return Emacs/XEmacs differentiator.
3395         Get version number from different places.  Don't call egrep.
3396         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
3397         to set the directory.
3399         * cedet/ede/shell.el: New file.
3401         * cedet/inversion.el (inversion-decoders): Allow for stray . in
3402         alpha/beta variants.
3404 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3406         * international/mule-cmds.el (select-safe-coding-system): If the file
3407         has a coding cookie, use it regardless of any other setting (bug#4712).
3409 2009-10-17  Glenn Morris  <rgm@gnu.org>
3411         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
3412         All errors should have messages.
3414         * foldout.el (foldout-mouse-swallow-events):
3415         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
3417         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
3418         (dired-keep-marker-copy, dired-keep-marker-hardlink)
3419         (dired-keep-marker-symlink, dired-dwim-target)
3420         (dired-copy-preserve-time): Do not autoload these defcustoms.
3422         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
3423         messages from messing up the file coding.  (Bug#4623)
3425 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
3427         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
3428         if no match is found for the current dictionary.  (Bug#4578)
3430         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
3431         optional, since that is how it is documented, and this is often called
3432         with a nil argument.  (Bug#4577)
3433         (flyspell-external-point-words, flyspell-auto-correct-word)
3434         (flyspell-correct-word-before-point, flyspell-word-search-forward)
3435         (flyspell-word-search-backward): Remove nil argument in calls to
3436         flyspell-get-word, since it is not needed now.
3438 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
3440         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
3442 2009-10-16  Glenn Morris  <rgm@gnu.org>
3444         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
3446 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
3448         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
3449         (ange-ftp-file-size): New function.
3450         (ange-ftp-file-attributes): Use it.
3452 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
3454         * net/tramp-smb.el (tramp-smb-version): New defvar.
3455         (tramp-smb-maybe-open-connection): Use it, in order to avoid
3456         repeated checks.
3458 2009-10-16  Glenn Morris  <rgm@gnu.org>
3460         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
3461         Maybe copy some custom properties from old to new name.  (Bug#4706)
3463 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
3465         * subr.el (error, sit-for, start-process-shell-command)
3466         (start-file-process-shell-command): Set the calling convention
3467         after the function definition.
3469 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3471         * subr.el (error, sit-for, start-process-shell-command)
3472         (start-file-process-shell-command): Use the new
3473         set-advertised-calling-convention feature.
3475 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
3477         * international/ucs-normalize.el (ucs-normalize-version):
3478         Change to 1.2.
3479         (check-range): Adjust for Unicode 5.2.
3481 2009-10-15  Juri Linkov  <juri@jurta.org>
3483         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
3484         to the `menu-item' format.
3486 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
3488         * net/tramp.el (tramp-replace-environment-variables): Do not fail
3489         if the environment variable does not exist.
3491         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3492         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
3493         parameter.
3494         (tramp-smb-handle-add-name-to-file)
3495         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3496         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3497         (tramp-smb-handle-file-attributes)
3498         (tramp-smb-do-file-attributes-with-stat)
3499         (tramp-smb-handle-file-local-copy)
3500         (tramp-smb-handle-insert-directory)
3501         (tramp-smb-handle-make-directory)
3502         (tramp-smb-handle-make-directory-internal)
3503         (tramp-smb-handle-make-symbolic-link)
3504         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
3505         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
3506         (tramp-smb-maybe-open-connection): Apply the changed parameters.
3507         (tramp-smb-read-file-entry): Read Disk names in compressed format.
3508         Handle long file names.
3509         (tramp-smb-get-cifs-capabilities): Check, whether the connection
3510         process is running.
3511         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
3512         Read share names with "-g" option.
3514 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
3516         * net/rcirc.el (rcirc-view-log-file): New command.
3517         (rcirc-track-minor-mode-map): Remove C-c ` binding.
3518         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
3519         specified.
3521 2009-10-15  Glenn Morris  <rgm@gnu.org>
3523         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
3524         from the second command-line argument.
3525         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
3526         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
3527         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
3528         w32-batch-update-autoloads.
3529         * emacs-lisp/autoload.el (autoload-make-program): New variable.
3530         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
3532         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
3533         the headers cannot be located.  Simplify, subtracting superflous
3534         save-excursions.
3536 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         Replace completion-base-size by completion-base-position to fix bugs
3539         such as (bug#4699).
3540         * simple.el (completion-base-position): New var.
3541         (completion-base-size): Mark as obsolete.
3542         (choose-completion): Make it work for mouse events as well.
3543         Pass the new base-position to choose-completion-string.
3544         (choose-completion-guess-base-position): New function, extracted from
3545         choose-completion-delete-max-match.
3546         (choose-completion-delete-max-match): Use it.  Make obsolete.
3547         (choose-completion-string): Use the new base-position info.
3548         (completion-root-regexp): Delete.
3549         (completion-setup-function): Preserve completion-base-position.
3550         Eliminate obsolete base-size manipulation.
3551         * minibuffer.el (display-completion-list): Don't mess with base-size.
3552         (minibuffer-completion-help): Set completion-base-position instead.
3553         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
3554         choose-completion.
3555         * textmodes/bibtex.el (bibtex-complete):
3556         * emacs-lisp/crm.el (crm--choose-completion-string):
3557         Adjust to new calling convention.
3558         * complete.el (partial-completion-mode): Use minibufferp to avoid
3559         bumping into incompatible change to choose-completion-string-functions.
3560         * ido.el (ido-choose-completion-string): Make its calling convention
3561         more permissive.
3562         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
3563         base-size manipulation.
3564         (comint-dynamic-list-input-ring): Use dotimes and push.
3565         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
3566         fundamental-mode.  Use `or'.
3568 2009-10-14  Juri Linkov  <juri@jurta.org>
3570         * misearch.el (multi-isearch-next-buffer-from-list)
3571         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
3573 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * Makefile.in (compile-onefile): Load `bytecomp' rather than
3576         `bytecomp.el'.
3578         * minibuffer.el (completion-pcm--merge-completions): Make sure the
3579         string we return is all made up of text from the completions rather
3580         than part from the completions and part from the input (bug#4219).
3582         * ido.el (ido-everywhere): Use define-minor-mode.
3584         * buff-menu.el (list-buffers, ctl-x-map):
3585         Mark the entry points with ;;;###autoload cookies.
3587 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
3589         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
3590         correctly in the detached head case.
3591         (vc-git-print-log): Remove unused binding.
3593         * vc.el (vc-responsible-backend): When a directory is passed for
3594         for registration create a VC repository if no backend is
3595         responsible for the directory argument.
3596         (vc-deduce-fileset): Tell vc-responsible-backend to register.
3598         * vc.el: Move comments about RCS and SCCS ...
3599         * vc-rcs.el:
3600         * vc-sccs.el: ... here, respectively.
3602 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3604         * minibuffer.el (completion--file-name-table): Return nil if there's
3605         no file completion, even if substitute-in-file-name changed
3606         the string (bug#4708).
3608 2009-10-13  Juri Linkov  <juri@jurta.org>
3610         * files-x.el (read-file-local-variable-value): Don't filter out
3611         minor modes from mode name completion (bug#4664).
3613 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3615         * international/mule-cmds.el (ucs-names): Remove exclusion of
3616         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
3618 2009-10-13  Kenichi Handa  <handa@m17n.org>
3620         * international/uni-name.el: Regenerated.
3622 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
3624         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
3625         should be automatically buffer-local, but isn't.)
3627 2009-10-12  Sam Steingold  <sds@gnu.org>
3629         * progmodes/compile.el (compilation-next-error-function): Fix the
3630         timestamps if the buffer has been visited before.
3631         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
3632         non-anchored patterns, like the perl one (bug#3928).
3634 2009-10-12  Glenn Morris  <rgm@gnu.org>
3636         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
3637         Let-bind `size'.
3639 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
3641         * proced.el (proced-unload-function): New function.
3643         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
3644         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
3645         Doc fix.
3647         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
3649 2009-10-11  Juri Linkov  <juri@jurta.org>
3651         * files-x.el (read-file-local-variable-value):
3652         Provide default value only for bound variables (bug#4664).
3654 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
3656         * net/tramp.el (tramp-local-host-p): Function shall return nil for
3657         connection methods like smb.
3659         * net/tramp-cache.el (tramp-flush-connection-property): The hash
3660         can be empty.
3662         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3663         (tramp-smb-file-name-handler-alist): Add handlers for
3664         `add-name-to-file', `make-symbolic-link'.
3665         (tramp-smb-handle-add-name-to-file)
3666         (tramp-smb-do-file-attributes-with-stat)
3667         (tramp-smb-handle-make-symbolic-link)
3668         (tramp-smb-get-cifs-capabilities): New defuns.
3669         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
3670         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
3671         (tramp-smb-handle-file-local-copy)
3672         (tramp-smb-handle-make-directory-internal)
3673         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
3674         The file name syntax depends on cifs capabilities.
3675         (tramp-smb-handle-file-attributes):
3676         Call `tramp-smb-do-file-attributes-with-stat' if possible.
3677         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
3678         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
3680 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
3682         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
3683         (eieio-defclass): Apply deftype handler and setf-method properties
3684         directly.
3685         (eieio-add-new-slot): Avoid union function from cl library.
3686         (eieio--typep): New function.
3687         (eieio-perform-slot-validation): Use it.
3689 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3691         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
3692         Update documentation to refer to the variables documented in r1.135.
3693         (Bug#4188)
3695 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
3697         * bookmark.el (Info-suffix-list): Remove this unused variable.
3698         (bookmark-current-point): Remove this obsolete variable.
3699         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
3700         Adjust for removal of bookmark-current-point.
3702         (bookmarks-already-loaded, bookmark-current-buffer)
3703         (bookmark-yank-point): Document.  (Bug#4188)
3705 2009-10-10  Glenn Morris  <rgm@gnu.org>
3707         * frame.el (frame-height): Doc fix.
3709         * calendar/calendar.el (calendar-split-width-threshold): New option.
3710         (calendar-basic-setup): Use calendar-split-width-threshold.
3712 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
3714         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
3715         Use .la for Automake.
3717 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
3719         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
3720         Use "autoreconf -i".  Suggested by Andreas Schwab.
3722 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
3724         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
3725         Ideographic Supplement" range (U+1F200..U+1F2FF).
3727 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3729         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
3730         since the list will have been rebuilt anyway.  (Bug#4349)
3732 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3734         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
3735         (bookmark-bmenu-execute-deletions): Don't save here, as
3736         bookmark-delete will now do so if necessary.
3737         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
3738         (Bug#4348)
3740 2009-10-09  Glenn Morris  <rgm@gnu.org>
3742         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
3744 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
3746         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
3747         (bookmark-jump-other-window): Just invoke bookmark-jump with new
3748         argument now, so the two function's behaviors will match.  (Bug#3645)
3750 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3752         * cedet/ede/proj.el (project-make-dist, project-compile-project):
3753         Fix filename test.
3754         (ede-proj-dist-makefile): Use expand-file-name instead of concat
3755         to expand file names.
3757 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
3759         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
3760         (tramp-file-name-real-host, tramp-file-name-port):
3761         Apply `save-match-data'.
3763         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
3764         case both directories are remote.
3765         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
3766         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
3768 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
3770         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
3771         (ede-proj-target-makefile-objectcode): Use it.
3773         * cedet/ede/source.el (ede-want-any-source-files-p)
3774         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
3775         Return search result.  This error was introduced while merging.
3777 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3779         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
3781 2009-10-07  Glenn Morris  <rgm@gnu.org>
3783         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
3784         of concat.
3786 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3788         * files-x.el (read-file-local-variable): Include some
3789         non-user-variables in the completion table (bug#4664).
3791 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
3793         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
3794         message.
3796         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
3797         (tramp-smb-file-name-handler-alist): Add handler for
3798         `copy-directory', `expand-file-name', `set-file-modes'.
3799         (tramp-smb-handle-copy-directory)
3800         (tramp-smb-handle-expand-file-name)
3801         (tramp-smb-handle-set-file-modes): New defuns.
3802         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
3803         (tramp-smb-handle-file-attributes): Simplify check for retrieving
3804         entry.
3805         (tramp-smb-handle-insert-directory): Don't flush the cache.
3806         (tramp-smb-maybe-open-connection): Check for samba client and
3807         server versions.
3809 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
3811         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
3812         to not error out of search for "^lisp=" fails.
3814 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
3816         * makefile.w32-in (WINS_UPDATES): New macro.
3817         (custom-deps, finder-data, autoloads): Use it.
3819 2009-10-07  Glenn Morris  <rgm@gnu.org>
3821         * Makefile.in (autoloads): Revert previous change.
3822         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
3823         the list of preloaded files passed on the command-line, get
3824         it from src/Makefile.
3826         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
3827         show the original buffer rather than a random one.
3829 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
3831         * help.el (describe-no-warranty): Place point in a slightly better
3832         position in the GPLv3 text.
3834 2009-10-06  Sam Steingold  <sds@gnu.org>
3836         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
3837         the comm attribute is present before calling regexp-quote.
3839 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
3841         * play/animate.el (animate-string): For good effect, make sure
3842         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
3844         * play/animate.el (animate-sequence, animate-birthday-present):
3845         * misc.el (butterfly): Don't set `indent-tabs-mode'.
3847 2009-10-06  Glenn Morris  <rgm@gnu.org>
3849         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
3851         * emacs-lisp/autoload.el (autoload-excludes): New variable.
3852         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
3853         (batch-update-autoloads): Process a string value of autoload-excludes,
3854         set during the build process.
3855         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
3857         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
3858         inside with-parsed...  macro so that `v' is defined.
3860         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
3861         * progmodes/fortran.el (fortran-end-of-block)
3862         (fortran-beginning-of-block):
3863         Also push mark in the macro case.
3865         * emerge.el (emerge-show-file-name):
3866         * calc/calc.el (calc-quit):
3867         * calc/calc-misc.el (calc-big-or-small):
3868         * calc/calc-graph.el (calc-graph-view):
3869         * calc/calc-ext.el (calc-reset):
3870         * calendar/calendar.el (calendar-basic-setup):
3871         Use window-full-height-p.
3873         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
3874         header we don't understand, don't insert another.  (Bug#4624)
3875         If changing mime charset, insert the new one in the right place.
3877 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
3879         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
3880         (cal-tex-cursor-month): Correctly increment the end date for diary and
3881         holiday listing.  (Bug#4626)
3883 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3885         * help-fns.el (describe-function-1): Don't burp if the function is not
3886         a symbol.
3888 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
3890         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
3891         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
3892         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
3893         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
3895         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
3896         (eieio-default-superclass): Reflow docstrings.
3897         (this, class-option-assoc, defclass, eieio-class-un-autoload)
3898         (eieio-unbind-method-implementations, defmethod)
3899         (eieio-validate-slot-value, eieio-validate-class-slot-value)
3900         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
3901         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
3902         (eieio-slot-originating-class-p, eieio-slot-name-index)
3903         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
3904         (constructor, initialize-instance, no-next-method, object-print)
3905         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
3906         Fix typos in docstrings.
3907         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
3908         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
3909         (next-method-p): Doc fixes.
3910         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
3911         Fix typos in error messages.
3912         (eieio-defmethod): Fix typo in description of generic method.
3914         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
3915         (eieio-persistent-save-interactive, slot-missing):
3916         Fix typos in docstrings.
3917         (eieio-instance-inheritor-slot-boundp): Doc fix.
3919         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
3920         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
3922         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
3923         (eieio-custom-object-apply-reset):
3924         Fix typos in docstrings and error messages.
3926         * emacs-lisp/eieio-datadebug.el (data-debug-show):
3927         Fix typo in docstring.
3929         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
3930         (eieio-browse-tree): Doc fix.
3931         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
3932         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
3933         Fix typos in docstrings.
3935         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
3936         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
3937         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
3938         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
3939         Reflow docstrings.
3941 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
3943         * vc-hg.el (log-view-vc-backend): Declare for compiler.
3944         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
3945         Set log-view-vc-backend so that diff can work.
3947         * log-view.el (log-view-diff): Use vc-diff-internal instead of
3948         vc-version-diff.
3949         (vc-diff-internal): Autoload this instead of vc-version-diff.
3951 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
3953         * simple.el (eval-expression): Doc fix.
3955         * progmodes/cwarn.el (cwarn-mode): Doc fix.
3957 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
3959         * files.el (directory-files-no-dot-files-regexp): New defconst.
3960         (delete-directory): Use it.
3961         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
3963         * net/tramp.el (tramp-verbose): Fix docstring.
3964         (tramp-methods): Add recursive option to `tramp-copy-args'.
3965         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
3966         "scp1_old", "scp2_old", "rsync", "rsyncc".
3967         (tramp-default-method): Check also for `auth-source-user-or-password'.
3968         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3969         Add handler for `copy-directory'.
3970         (tramp-handle-copy-directory): New defun.
3971         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
3972         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
3973         Optimize sent command.
3975 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3977         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
3978         window if necessary.
3980         * calendar/calendar.el (calendar-basic-setup): Don't call
3981         switch-to-buffer in a dedicated window.
3983 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
3985         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
3986           don't do anything related to relocating, just return nil.
3987         (bookmark-error-no-filename): New error.
3988         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
3989           bookmark has no file.  Don't even attempt to handle things that
3990           are not files; the whole point of custom handlers is to keep that
3991           knowledge elsewhere anyway.  Tighten some comments.
3992         (bookmark-file-or-variation-thereof): Remove now-unused function.
3993         (bookmark-location): Doc string fix.
3994         (Bug#4250)
3996 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
3998         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
3999         don't use a file dialog, because they usually don't know how to read
4000         a directory target from the user.  (Bug#4230)
4001         Also, make sure the prompt can display directories as well as files.
4003 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4005         * bookmark.el (bookmark-set, bookmark-buffer-name):
4006         Improve doc strings.  (Bug#1193)
4008 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4010         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
4011         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
4012         (bookmark-get-annotation, bookmark-set-annotation)
4013         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
4014         (bookmark-set-position, bookmark-get-front-context-string)
4015         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
4016         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
4017         (bookmark-jump-other-window, bookmark-handle-bookmark)
4018         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
4019         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
4020         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
4021            Improve doc strings to say whether bookmark can be a string or
4022            a record or both, and make other consistency and clarity fixes.
4023         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
4024         (bookmark-default-annotation-text, bookmark-yank-word)
4025         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
4026         (bookmark-import-new-list, bookmark-maybe-rename)
4027         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4028         (bookmark-bmenu-bookmark): Give these doc strings.
4029         (bookmark-bmenu-check-position): Give this a doc string, but also
4030            add a FIXME comment about how the function may be pointless.
4031         (bookmark-default-handler): Rework doc string and change a
4032            parameter name, to clarify that this takes a bookmark record
4033            not a bookmark name.
4034         (bookmark-set): Change a parameter name to indicate its meaning,
4035            and improve the doc string a bit.
4036         (Bug#4188)
4038 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4040         * bookmark.el (bookmark-alist): Document the new `handler' element
4041         in the param alist.
4042         (bookmark-make-record-function): Adjust documentation for above.
4043         (Bug#4193)
4045 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
4047         * info.el (Info-bookmark-make-record): Document this function.
4048         (Info-bookmark-jump): Document with a doc string, not just a comment.
4049         (Bug#4203)
4051 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4053         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
4054         (semantic-new-buffer-fcn): Call parser setup functions here.
4055         (semantic-mode): Don't call parser setup functions here, it's done
4056         in semantic-new-buffer-fcn now.
4057         (semantic-mode): Parse all existing buffers when enabled.
4059         * cedet/srecode/compile.el (srecode-compile-file):
4060         Call semantic-new-buffer-fcn if the buffer has not been parsed.
4062 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4064         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
4066         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
4067         (proj-comp-insert-variable-once): New macro, renamed from
4068         ede-pmake-insert-variable-once in ede/pmake.edl.
4069         (ede-proj-makefile-insert-variables): Use it.
4071 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
4073         * files.el (copy-directory): New defun.
4075         * dired-aux.el (dired-copy-file-recursive): Use it.
4077 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4079         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4080         (makefile-end-of-command):
4081         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4082         (semantic-end-of-context): Fix previous change.  Doc fixes.
4084 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4086         * files-x.el (modify-dir-local-variable)
4087         (copy-dir-locals-to-file-locals-prop-line):
4088         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
4089         (makefile-end-of-command):
4090         * cedet/semantic/lex.el (semantic-lex-token):
4091         * cedet/semantic/analyze/fcn.el
4092         (semantic-analyze-dereference-metatype-1):
4093         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
4094         (semantic-lex-cpp-undef):
4095         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
4096         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
4097         (semantic-end-of-context): Fix typos in docstrings.
4099         * recentf.el (recentf-unload-function): New function.
4101 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
4103         * cedet/ede.el (ede-project-placeholder-cache-file):
4104         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
4105         * cedet/srecode/map.el (srecode-map-save-file):
4106         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
4108 2009-10-04  Glenn Morris  <rgm@gnu.org>
4110         * window.el (window-full-height-p): Add doc string.
4112 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
4114         * window.el (window-full-height-p): New function.  (Bug#4543)
4116 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
4118         * cedet/srecode/insert.el: Require srecode/args.
4120         * cedet/srecode/args.el: Require srecode/dictionary instead of
4121         srecode/insert.
4123         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
4125         * files.el (auto-mode-alist): Add .srt and Project.ede.
4127         * cedet/semantic.el (semantic-mode):
4128         Handle srecode-template-mode-hook as well.
4129         (semantic-mode): Use js-mode-hook for Javascript hook.
4131         * cedet/srecode/template.el: Remove hook variable.
4133         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
4135         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
4136         projects exist.
4137         (ede-project-placeholder-cache-file): Default to a file in
4138         user-emacs-directory.
4140         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
4141         templates in data-directory.
4142         (srecode-map-save-file): Default to a file in user-emacs-directory.
4144         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
4145         directory.
4147 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4149         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
4150         Doc fix.
4152         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
4153         Only insert each variable once.
4155         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
4156         (ede-pmake-insert-variable-shared): Use it.
4158         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
4159         for lexical table iff table is nil.
4161 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
4163         * vc.el: Remove commented out code.
4164         (vc-derived-from-dir-mode): Remove, unused.
4165         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
4167 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
4169         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
4170         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
4171         there could be recursive loading when `default-directory' is a
4172         remote file name.  (Bug#4614)
4174 2009-10-03  Glenn Morris  <rgm@gnu.org>
4176         * calendar/calendar.el (calendar-basic-setup): Handle the case where
4177         the frame is wide.
4178         (calendar-generate-window): Test for shrinkability rather than width.
4180         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
4181         declaration, currently false.
4183         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
4184         reusing existing buffers, in case we happen to visit two files with the
4185         same basename.  (Bug#4593)
4187 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4189         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
4190         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
4191         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
4192         subdirs of cedet as well.
4193         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
4195 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4197         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
4198         Obey advertised-signature-table.
4200         * help-fns.el (help-function-arglist): Don't check
4201         advertised-signature-table.
4202         (describe-function-1): Do it here instead so it also applies to subrs.
4204 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
4206         * simple.el (start-file-process): Say in the doc-string, that file
4207         handlers might not support pty association, if PROGRAM is nil.
4209         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
4210         HOST and USER are strings.  They are nil, when there are
4211         incomplete entries in ~/.netrc, for example.
4212         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
4213         root directory ("device busy" error otherwise).
4215         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
4216         Flush file properties of created directory.
4218 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
4220         * makefile.w32-in (WINS_BASIC): Remove cedet.
4221         (WINS_CEDET): Add cedet.
4222         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
4224 2009-10-02  Kevin Ryde  <user42@zip.com.au>
4226         * net/browse-url.el (browse-url): Pass any symbol in
4227         browse-url-browser-function to `apply', since if you've mistakenly put
4228         an unbound symbol then the error is clearer.  (Bug#4531)
4230 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4232         * allout.el (allout-init, allout-back-to-current-heading)
4233         (allout-beginning-of-current-entry, allout-ascend-to-depth)
4234         (allout-ascend, allout-up-current-level, allout-end-of-level)
4235         (allout-previous-visible-heading, allout-forward-current-level)
4236         (allout-backward-current-level, allout-show-children):
4237         * apropos.el (apropos-describe-plist):
4238         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
4239         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
4240         * completion.el (add-completion, add-permanent-completion):
4241         * descr-text.el (describe-text-category, describe-char):
4242         * desktop.el (desktop-lazy-abort):
4243         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
4244         * dired.el (dired-build-subdir-alist):
4245         * ediff.el (ediff-version):
4246         * elide-head.el (elide-head, elide-head-show):
4247         * emerge.el (emerge-version):
4248         * env.el (getenv):
4249         * face-remap.el (variable-pitch-mode):
4250         * faces.el (describe-face):
4251         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
4252         (dired-at-point):
4253         * files.el (find-file-existing, auto-save-mode):
4254         * font-lock.el (font-lock-fontify-buffer):
4255         * help-fns.el (describe-function, describe-variable)
4256         (describe-syntax, describe-categories):
4257         * help.el (view-lossage, describe-bindings, describe-key)
4258         (describe-mode):
4259         * hexl.el (hexl-current-address):
4260         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
4261         * info.el (Info-goto-emacs-key-command-node):
4262         * log-edit.el (log-edit-insert-cvs-template)
4263         (log-edit-insert-cvs-rcstemplate):
4264         * menu-bar.el (menu-bar-mode):
4265         * mouse.el (mouse-appearance-menu):
4266         * newcomment.el (comment-indent-new-line):
4267         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
4268         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
4269         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
4270         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
4271         * recentf.el (recentf-mode):
4272         * savehist.el (savehist-mode, savehist-save):
4273         * shadowfile.el (shadow-copy-files):
4274         * simple.el (kill-ring-save, next-line, previous-line)
4275         (normal-erase-is-backspace-mode):
4276         * strokes.el (strokes-update-window-configuration)
4277         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
4278         (strokes-xpm-for-stroke):
4279         * time.el (emacs-uptime, emacs-init-time):
4280         * tutorial.el (tutorial--describe-nonstandard-key)
4281         (tutorial--detailed-help):
4282         * type-break.el (type-break-mode)
4283         (type-break-mode-line-message-mode, type-break-query-mode)
4284         (type-break-guesstimate-keystroke-threshold):
4285         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
4286         * version.el (emacs-version):
4287         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
4288         * winner.el (winner-mode):
4289         * calendar/timeclock.el (timeclock-in, timeclock-out)
4290         (timeclock-status-string, timeclock-change)
4291         (timeclock-workday-remaining-string)
4292         (timeclock-workday-elapsed-string)
4293         (timeclock-when-to-leave-string):
4294         * calendar/todo-mode.el (todo-add-category):
4295         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
4296         * emacs-lisp/autoload.el (update-file-autoloads):
4297         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
4298         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
4299         (checkdoc-message-text, checkdoc-defun):
4300         * emacs-lisp/debug.el (debugger-list-functions):
4301         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4302         * emacs-lisp/eieio-opt.el (eieio-describe-class)
4303         (eieio-describe-generic):
4304         * emacs-lisp/lisp-mnt.el (lm-synopsis):
4305         * emacs-lisp/shadow.el (list-load-path-shadows):
4306         * emulation/cua-base.el (cua-mode):
4307         * emulation/edt.el (edt-set-scroll-margins):
4308         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
4309         (tpu-toggle-regexp, tpu-toggle-search-direction)
4310         (tpu-toggle-rectangle, tpu-toggle-control-keys):
4311         * emulation/tpu-extras.el (tpu-set-scroll-margins):
4312         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
4313         (viper-set-parsing-style-toggling-macro)
4314         (viper-set-emacs-state-searchstyle-macros):
4315         * emulation/viper.el (viper-set-hooks):
4316         * eshell/esh-mode.el (eshell-truncate-buffer):
4317         * international/mule-cmds.el (prefer-coding-system)
4318         (describe-input-method, describe-language-environment):
4319         * international/mule-diag.el (list-character-sets)
4320         (describe-character-set, describe-coding-system)
4321         (describe-fontset, list-fontsets, list-input-methods):
4322         * mail/sendmail.el (mail-signature):
4323         * net/ange-ftp.el (ange-ftp-copy-file):
4324         * net/browse-url.el (browse-url):
4325         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
4326         * net/quickurl.el (quickurl-add-url):
4327         * net/rcirc.el (names, topic):
4328         * net/xesam.el (xesam-mode):
4329         * play/5x5.el (5x5-new-game):
4330         * play/yow.el (apropos-zippy):
4331         * progmodes/ada-mode.el (ada-mode-version):
4332         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
4333         (f90-end-of-block)
4334         (f90-beginning-of-block):
4335         * progmodes/fortran.el (fortran-end-of-block)
4336         (fortran-beginning-of-block):
4337         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
4338         * progmodes/python.el (python-describe-symbol, python-shell):
4339         * term/ns-win.el (ns-print-buffer):
4340         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
4341         * textmodes/flyspell.el (flyspell-mode-on):
4342         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
4343         (pages-directory-for-addresses):
4344         * textmodes/table.el (table-recognize-cell)
4345         (table-query-dimension, table-generate-source)
4346         (table-insert-sequence, table--warn-incompatibility):
4347         * textmodes/tex-mode.el (tex-validate-buffer):
4348         * textmodes/texinfmt.el (texinfmt-version)
4349         (texinfo-format-buffer):
4350         Use `called-interactively-p' instead of `interactive-p'.
4352 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
4354         * image-mode.el (image-toggle-display):
4355         * emacs-lisp/elp.el (elp-instrument-function):
4356         * emacs-lisp/advice.el (ad-make-advised-definition):
4357         * emacs-lisp/easy-mmode.el (define-minor-mode):
4358         * net/browse-url.el (browse-url-maybe-new-window):
4359         * progmodes/sh-script.el (sh-learn-buffer-indent):
4360         Pass new argument 'any to `called-interactively-p'.
4362 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4364         * international/uni-bidi.el:
4365         * international/uni-category.el:
4366         * international/uni-combining.el:
4367         * international/uni-comment.el:
4368         * international/uni-decimal.el:
4369         * international/uni-decomposition.el:
4370         * international/uni-digit.el:
4371         * international/uni-lowercase.el:
4372         * international/uni-mirrored.el:
4373         * international/uni-name.el:
4374         * international/uni-numeric.el:
4375         * international/uni-old-name.el:
4376         * international/uni-titlecase.el:
4377         * international/uni-uppercase.el:
4378         Regenerate from Unicode 5.2.0 data.
4380 2009-10-01  Glenn Morris  <rgm@gnu.org>
4382         * Makefile.in (ELCFILES): Regenerate.
4384 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4386         * subr.el (interactive-p): Mark obsolete.
4387         (called-interactively-p): Make the optional-ness of `kind' obsolete.
4388         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
4389         advertised-signature-table for subroutines as well.
4391         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
4392         (set-advertised-calling-convention): New function.
4393         (make-obsolete, define-obsolete-function-alias)
4394         (make-obsolete-variable, define-obsolete-variable-alias):
4395         Make the optional-ness of `when' obsolete.
4396         (define-obsolete-face-alias): Make `when' non-optional.
4397         * help-fns.el (help-function-arglist):
4398         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
4399         Use advertised-signature-table.
4401 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
4403         * files.el (delete-directory): New defun.  The original function
4404         in fileio.c has been renamed to `delete-directory-internal'.
4406         * dired.el (dired-delete-file): Call `delete-directory' with
4407         RECURSIVE parameter.
4409         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
4410         parameter RECURSIVE.  Implementation is missing.
4412         * net/tramp.el (tramp-handle-make-directory): Flush upper
4413         directory's file properties.
4414         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
4415         (tramp-handle-dired-recursive-delete-directory): Flush directory
4416         properties after the remove command only.
4418         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
4419         Handle optional parameter RECURSIVE.
4421         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
4422         Handle optional parameter RECURSIVE.
4424         * net/tramp-smb.el (tramp-smb-errors): Add error message for
4425         connection timeout.
4426         (tramp-smb-handle-delete-directory): Handle optional parameter
4427         RECURSIVE.
4429 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4431         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
4432         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
4433         (byte-compile-defmacro): Use backquotes.
4435         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
4437         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
4438         has no associated file.
4439         (vc-resynch-buffer): Use vc-dir-buffers.
4441 2009-10-01  Glenn Morris  <rgm@gnu.org>
4443         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
4444         (chart-file-count):
4445         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
4446         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
4447         * emacs-lisp/eieio-opt.el (eieio-describe-class):
4448         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
4449         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
4450         (eieio-copy-parents-into-subclass, make-instance, class-children)
4451         (eieio-generic-form):
4452         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
4453         * cedet/cedet-idutils.el (cedet-idutils-search)
4454         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
4455         (cedet-idutils-version-check):
4456         * cedet/cedet.el (cedet-version):
4457         * cedet/data-debug.el (data-debug-insert-overlay-button)
4458         (data-debug-insert-overlay-list-button)
4459         (data-debug-insert-buffer-button)
4460         (data-debug-insert-buffer-list-button)
4461         (data-debug-insert-process-button, data-debug-insert-ring-button)
4462         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
4463         (data-debug-insert-stuff-vector-button)
4464         (data-debug-insert-symbol-button, data-debug-insert-string)
4465         (data-debug-insert-number, data-debug-insert-lambda-expression)
4466         (data-debug-insert-nil, data-debug-insert-simple-thing)
4467         (data-debug-insert-custom, data-debug-edebug-expr):
4468         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
4469         (global-ede-mode-map, ede-new, ede-debug-target)
4470         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
4471         * cedet/semantic.el (semantic-minimum-working-buffer-size)
4472         (semantic-fetch-tags, semantic-submode-list)
4473         (semantic-default-submodes):
4474         * cedet/ede/source.el (ede-source-match):
4475         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
4476         (project-am-package-info):
4477         * cedet/ede/proj.el (ede-proj-target, project-new-target):
4478         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
4479         * cedet/ede/proj-comp.el (ede-current-build-list):
4480         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
4481         * cedet/ede/files.el (ede-toplevel-project-or-nil):
4482         * cedet/ede/cpp-root.el (initialize-instance):
4483         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
4484         (autoconf-parameter-strip, autoconf-insert-new-macro):
4485         * cedet/semantic/wisent.el (wisent-lex-eoi):
4486         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
4487         (semantic-show-parser-state-mode):
4488         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
4489         * cedet/semantic/tag.el (semantic-tag-new-variable)
4490         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
4491         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
4492         (semantic--tag-deep-copy-tag-list)
4493         (semantic-tag-components-with-overlays-default):
4494         * cedet/semantic/symref.el (semantic-symref-find-text):
4495         * cedet/semantic/senator.el (senator-yank-tag)
4496         (senator-transpose-tags-up):
4497         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
4498         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
4499         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
4500         * cedet/semantic/lex.el (semantic-lex-comment-regex)
4501         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
4502         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
4503         * cedet/semantic/lex-spp.el
4504         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
4505         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
4506         * cedet/semantic/idle.el
4507         (semantic-idle-summary-current-symbol-info-brutish)
4508         (semantic-idle-summary-current-symbol-info-default):
4509         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
4510         (semantic--grammar-macro-compl-dict):
4511         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
4512         * cedet/semantic/format.el (semantic-format-tag-custom-list)
4513         (semantic-format-tag-canonical-name-default):
4514         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
4515         (semantic-find-tags-for-completion)
4516         (semantic-find-tags-by-scope-protection-default)
4517         (semantic-deep-find-tags-for-completion):
4518         * cedet/semantic/edit.el
4519         (semantic-edits-incremental-reparse-failed-hook)
4520         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
4521         (semantic-edits-splice-remove, semantic-edits-splice-replace):
4522         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
4523         * cedet/semantic/dep.el (semantic-dependency-include-path):
4524         * cedet/semantic/db.el (semanticdb-default-find-index-class)
4525         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
4526         (semanticdb-project-roots):
4527         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
4528         (semanticdb-find-adebug-insert-scanned-tag-cons)
4529         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
4530         (semanticdb-brute-deep-find-tags-for-completion):
4531         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
4532         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
4533         (semantic-end-of-context-default)
4534         (semantic-ctxt-current-function-default)
4535         (semantic-ctxt-scoped-types-default):
4536         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4537         (semantic-complete-inline-tag-engine)
4538         (semantic-complete-inline-custom-type)
4539         (semantic-complete-read-tag-analyzer):
4540         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
4541         (semantic-chart-database-size):
4542         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
4543         (semantic-analyze-current-context):
4544         * cedet/semantic/symref/list.el (semantic-symref)
4545         (semantic-symref-hide-buffer, semantic-symref-symbol):
4546         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
4547         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
4548         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
4549         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
4550         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
4551         (semantic-c-dereference-template):
4552         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
4553         (semantic--analyze-refs-full-lookup-with-parents)
4554         (semantic--analyze-refs-full-lookup-simple):
4555         * cedet/semantic/analyze/complete.el
4556         (semantic-analyze-possible-completions):
4557         * cedet/srecode/table.el (srecode-mode-table-new):
4558         * cedet/srecode/srt.el (srecode-read-variable-name):
4559         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
4560         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
4561         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
4562         * cedet/srecode/map.el (srecode-current-map):
4563         * cedet/srecode/insert.el (srecode-insert)
4564         (srecode-insert-variable-secondname-handler, srecode-insert-method)
4565         (srecode-template-inserter-point-override)
4566         (srecode-insert-include-lookup):
4567         * cedet/srecode/getset.el (srecode-auto-choose-class):
4568         * cedet/srecode/extract.el (srecode-inserter-extract):
4569         * cedet/srecode/document.el
4570         (srecode-document-autocomment-return-last-alist)
4571         (srecode-document-autocomment-param-type-alist)
4572         (srecode-document-insert-function-comment)
4573         (srecode-document-insert-variable-one-line-comment)
4574         (srecode-document-function-name-comment):
4575         * cedet/srecode/dictionary.el (srecode-create-dictionary)
4576         (srecode-compound-toString):
4577         * cedet/srecode/compile.el (srecode-flush-active-templates):
4578         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
4579         Doc/message fixes.
4581         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
4582         match-data.  (Bug#4555).
4584         * cedet/semantic/bovine/gcc.el
4585         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
4586         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
4588         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
4589         rather than parsing it as a regexp.  This relaxes the layout
4590         requirements and makes errors easier to detect.
4591         (check-declare-verify): Check file is regular.
4592         (check-declare-directory): Doc fix.
4593         * subr.el (declare-function): Doc fix.
4595         * ibuffer.el (ibuffer-format-qualifier):
4596         * isearch.el (hi-lock-regexp-okay):
4597         * calc/calc.el (math-zerop):
4598         * mail/uce.el (rmail-msgbeg, rmail-msgend):
4599         * term/w32-win.el (setup-default-fontset, set-fontset-font):
4600         Remove unused declarations.
4602 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
4604         * cedet/semantic/wisent/javat-wy.el
4605         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
4607 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
4609         * cedet/srecode/expandproto.el: Fix provide statement.
4611 2009-09-30  Eric Ludlam  <zappo@gnu.org>
4613         * emacs-lisp/eieio.el (boolean-p): Delete.
4615 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
4617         * cedet/ede/srecode.el: Fix provide statement.
4619 2009-09-30  Glenn Morris  <rgm@gnu.org>
4621         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
4622         * cedet/ede/proj-aux.el (ede-aux-source):
4623         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
4624         (ede-misc-source):
4625         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
4626         (semantic-mrub-switch-tags): Fix doc typos.
4628         * cedet/semantic/db-global.el (data-debug-new-buffer)
4629         (data-debug-insert-thing): Remove unneeded declarations (one broken).
4630         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
4632         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
4634         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
4635         use of CL function `remove-if-not'.
4637         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
4639         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
4640         filename is not a string.
4642 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
4644         * files.el (safe-local-eval-forms): Fix typo.
4646 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4648         * vc-hooks.el (vc-dir-buffers): New var.
4649         (vc-state-refresh): New function.
4650         (vc-state): Use it.
4651         (vc-after-save): Always ask the backend to recompute the new state.
4652         Always call vc-dir if necessary, using vc-dir-buffers.
4653         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
4654         Use vc-dir-buffers.
4655         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
4656         (vc-dir-prepare-status-buffer, vc-dir-update)
4657         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
4658         Don't call expand-file-name on default-directory.
4660 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4662         * speedbar.el (speedbar-item-delete):
4663         * calc/calc-prog.el (calc-kbd-if):
4664         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
4666         * epa.el (epa-key-list-mode-map):
4667         * hi-lock.el (hi-lock-menu): Fix typos in menus.
4669         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
4670         (hs-show-hook): Fix typo in docstring.
4672 2009-09-29  Glenn Morris  <rgm@gnu.org>
4674         * cedet/semantic/symref/idutils.el:
4675         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
4677         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
4679         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
4680         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
4681         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
4682         Mark declarations not understood by check-declare.
4684         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
4685         file-name-nondirectory call preventing location of cedet files.
4686         (check-declare-verify): Use literal search rather than re-search.
4687         Add basic defmethod and defclass, and define-overloadable-function.
4689         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4690         Use tramp-compat-file-attributes rather than nonexistent
4691         tramp-compat-handle-file-attributes.
4693         * Makefile.in (lisptagsfiles4): New.
4694         (AUTOGENEL): Add cedet loaddefs files.
4695         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
4696         (update-elclist, compile-always, backup-compiled-files)
4697         (bootstrap-clean): Add yet another directory level.
4698         (update-elclist): Use LC_COLLATE rather than COLLATE.
4699         (ELCFILES): Update, via `make update-elclist'.
4701 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4703         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
4704         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
4705         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
4707 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
4709         * Makefile.in (lisptagsfiles3): Define.
4710         (TAGS, TAGS-LISP): Use it.
4711         (update-elclist): Add third directory level to look for elc files.
4712         (compile-always): Likewise.
4713         (backup-compiled-files): Likewise.
4714         (bootstrap-clean): Likewise.
4715         (ELCFILES): Update.
4717 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
4719         * Makefile.in (ELCFILES): Add CEDET files.
4721 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4723         CEDET (development tools) package merged.
4725         * cedet/*.el:
4726         * cedet/ede/*.el:
4727         * cedet/semantic/*.el:
4728         * cedet/srecode/*.el: New files.
4730 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
4732         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
4734         * net/tramp.el (top): Require tramp-imap.
4736         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
4737         Use `tramp-compat-handle-file-attributes'.
4739 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
4741         * net/tramp-imap.el: New package.
4743 2009-09-28  Eric Ludlam  <zappo@gnu.org>
4745         * emacs-lisp/chart.el:
4746         * emacs-lisp/eieio-base.el:
4747         * emacs-lisp/eieio-comp.el:
4748         * emacs-lisp/eieio-custom.el:
4749         * emacs-lisp/eieio-datadebug.el:
4750         * emacs-lisp/eieio-opt.el:
4751         * emacs-lisp/eieio-speedbar.el:
4752         * emacs-lisp/eieio.el: New files.
4754         * cedet/cedet-cscope.el:
4755         * cedet/cedet-files.el:
4756         * cedet/cedet-global.el:
4757         * cedet/cedet-idutils.el:
4758         * cedet/data-debug.el:
4759         * cedet/inversion.el:
4760         * cedet/mode-local.el:
4761         * cedet/pulse.el: New files.
4763 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4765         * whitespace.el (whitespace-trailing-regexp)
4766         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
4767         Fix doc string.
4769 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
4771         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
4772         menu.
4774         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
4775         menu-bar-ediff-menu.
4777         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
4778         define-overloadable-function.
4780         * progmodes/autoconf.el: Provide autoconf as well, so that this
4781         file can be `require'd.
4783         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
4785         * emacs-lisp/autoload.el (generated-autoload-feature)
4786         (generated-autoload-load-name): New vars.
4787         (autoload-rubric, autoload-generate-file-autoloads): Use them.
4788         (make-autoload): Recognize define-overloadable-function and
4789         defclass forms (for EIEIO).
4791         * Makefile.in (update-subdirs): Exclude cedet directory.
4793 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
4795         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
4797         * faces.el: Default light-background background for region face to
4798         ns_selection_color under NS.
4800 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
4802         * net/imap-hash.el: New library, see NEWS.
4804         * Makefile.in (ELCFILES): Add imap-hash.el.
4806 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4808         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
4809         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
4810         * help-macro.el (make-help-screen): Avoid using an ambiguous function
4811         definition where the docstring could be taken for the return value.
4813 2009-09-26  Glenn Morris  <rgm@gnu.org>
4815         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
4816         Add option to only show images below a certain size.
4817         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
4818         save-excursion calls.
4820 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
4822         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
4823         subdirectories) and eieio.
4825 2009-09-26  Alan Mackenzie  <acm@muc.de>
4827         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
4828         buggy bracketing.  (Bug#4289)
4830         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
4831         character constants (as case labels).  (Bug#4289)
4833 2009-09-25  Juri Linkov  <juri@jurta.org>
4835         * files.el (safe-local-eval-forms): Allow time-stamp in
4836         before-save-hook (Bug#4554).
4838 2009-09-25  Drew Adams  <drew.adams@oracle.com>
4840         * menu-bar.el (list-buffers-directory): Doc fix.
4842 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4844         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
4845         Try and avoid copying twice the same paragraph.
4846         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
4847         Remove save-excursion.
4848         (log-edit-changelog-entry): Do it here instead.
4850 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
4852         * bs.el (bs--get-file-name): Use `list-buffers-directory'
4853         when available, instead of hardcoding mode names.  Doc fix.
4855         * menu-bar.el (list-buffers-directory): Add docstring.
4856         Make automatically buffer-local.
4858         * dired.el (dired-mode):
4859         * files.el (cd-absolute):
4860         * pcvs.el (cvs-temp-buffer):
4861         * pcvs-util.el (cvs-get-buffer-create):
4862         * shell.el (shell-mode):
4863         * vc-dir.el (vc-dir-mode):
4864         Don't make `list-buffers-directory' buffer local.
4866 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
4868         * comint.el (comint-exec, comint-run, make-comint):
4869         Doc fixes (Bug#4542).
4871 2009-09-25  Glenn Morris  <rgm@gnu.org>
4873         * mail/rmailmm.el (rmail-mime): New custom group.
4874         Move all defcustoms in this file into this group.
4875         (rmail-mime-media-type-handlers-alist): Revert previous change.
4876         (rmail-mime-show-images): New option.
4877         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
4878         references to it, since it wasn't actually used for anything.
4879         (rmail-mime-insert-image): New function.
4880         (rmail-mime-image): Use rmail-mime-insert-image.
4881         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
4882         obey the value of `rmail-mime-show-images' option.  Print the size of
4883         attachments.
4885 2009-09-25  David Engster  <deng@randomsample.de>
4887         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
4889 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4891         * whitespace.el: Does not highlight trailing spaces While point is
4892         at end of line.  Does not highligt spaces at beginning of buffer
4893         while point is at beginning of buffer.  Does not highlight spaces
4894         at end of buffer while point is at end of buffer.  (Bug#4177)
4895         New version 12.0.
4896         (whitespace-display-mappings): Adjust initialization.
4897         (whitespace-point, whitespace-font-lock-refontify): New vars.
4898         (whitespace-color-on, whitespace-color-off): Adjust code.
4899         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4900         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
4901         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
4903 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
4905         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
4907         * textmodes/sgml-mode.el: Remove xml-mode alias.
4909         * files.el (auto-mode-alist, conf-mode-maybe)
4910         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
4912 2009-09-24  Alan Mackenzie  <acm@muc.de>
4914         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
4915         c-forward-conditionals, but it doesn't move point and doesn't set
4916         the mark.
4917         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
4918         (c-down-conditional-with-else, c-backward-conditional)
4919         (c-forward-conditional): Refactor to use c-scan-conditionals.
4921 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4923         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
4924         (help-default-arg-highlight): Remove.
4925         (help-highlight-arg): New function.
4926         (help-do-arg-highlight): Use it.
4927         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
4929 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4931         * term.el (term-set-scroll-region, term-handle-ansi-escape):
4932         Undo last change, which didn't fix the problem and introduced others.
4934 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
4936         * progmodes/gdb-mi.el: Don't require speedbar.
4937         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
4939 2009-09-24  Glenn Morris  <rgm@gnu.org>
4941         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
4943         * term/ns-win.el (ns-reg-to-script): Define for compiler.
4945         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
4946         there is no newline after the final mime boundary.  (Bug#4539)
4947         Move markers on insertion so that any buttons inserted don't end up in
4948         the next part of a multipart message.
4949         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
4950         (rmail-mime-bulk-handler): Optionally handle images.
4951         (rmail-mime-image): New button action.
4952         (rmail-mime-image-handler): New function.
4953         (rmail-mime-mode): New mode.
4954         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
4956 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4958         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
4959         than just dropping elements from it (bug#4504).
4961         * term.el (term-set-scroll-region): Don't move cursor any more.
4962         (term-handle-ansi-escape): Call term-goto here instead.
4963         Suggested by Ivan Kanis <apple@kanis.eu>.
4965         * term.el: Require CL.
4966         (term-ansi-reset): New function.
4967         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
4968         (term-handle-colors-array): Simplify.
4970 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4972         * allout.el (allout-overlay-interior-modification-handler)
4973         (allout-obtain-passphrase):
4974         * epa-file.el (epa-file-write-region):
4975         * ps-print.el (ps-begin-job):
4976         * vc-hooks.el (vc-toggle-read-only):
4977         * vc-rcs.el (vc-rcs-rollback):
4978         * vc-sccs.el (vc-sccs-rollback):
4979         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
4980         (vc-version-diff, vc-revert, vc-rollback):
4981         * wdired.el (wdired-check-kill-buffer):
4982         * emacs-lisp/authors.el (authors):
4983         * net/socks.el (socks-open-connection):
4984         * net/zeroconf.el (zeroconf-service-add-hook):
4985         * obsolete/vc-mcvs.el (vc-mcvs-register):
4986         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
4987         (gdb-select-frame):
4988         * progmodes/grep.el (lgrep, rgrep):
4989         * progmodes/idlw-help.el (idlwave-help-check-locations)
4990         (idlwave-help-html-link, idlwave-help-assistant-open-link):
4991         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
4992         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
4993         (reftex-toc-rename-label): Fix typos in error messages.
4995         * dired-aux.el (dired-do-shell-command): Reflow docstring.
4996         (dired-copy-how-to-fn): Doc fix.
4997         (dired-files-attributes, dired-read-shell-command):
4998         Fix typos in docstrings.
5000         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
5001         (dired-x-find-file-other-window): Reflow docstrings.
5002         (dired-omit-marker-char, dired-read-shell-command)
5003         (dired-x-submit-report): Fix typos in docstrings.
5005         * shell.el (shell-mode-hook):
5006         * view.el (View-scroll-line-forward):
5007         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
5008         Fix typos in docstrings.
5010         * net/dig.el (dig-invoke): Fix typo in docstring.
5011         (query-dig): Reflow docstring.
5013         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
5014         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
5015         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
5016         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
5017         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
5018         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
5019         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
5020         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
5021         (idlwave-completion-map, idlwave-current-indent)
5022         (idlwave-custom-ampersand-surround, idlwave-customize)
5023         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
5024         (idlwave-define-abbrev, idlwave-determine-class-special)
5025         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
5026         (idlwave-end-block-reg, idlwave-end-of-statement)
5027         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
5028         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
5029         (idlwave-explicit-class-listed, idlwave-file-header)
5030         (idlwave-fill-paragraph, idlwave-find-class-definition)
5031         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
5032         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
5033         (idlwave-in-quote, idlwave-indent-action-table)
5034         (idlwave-indent-expand-table, idlwave-indent-line)
5035         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
5036         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
5037         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
5038         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
5039         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
5040         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
5041         (idlwave-outlawed-buffers, idlwave-popup-select)
5042         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
5043         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
5044         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
5045         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
5046         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
5047         (idlwave-statement-type, idlwave-struct-skip)
5048         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
5049         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
5050         (idlwave-what-module-find-class): Fix typos in docstrings.
5051         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
5052         (idlwave-calculate-cont-indent, idlwave-expand-equal)
5053         (idlwave-find-module, idlwave-find-structure-definition)
5054         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
5055         (idlwave-list-load-path-shadows, idlwave-next-statement)
5056         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
5057         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
5058         (idlwave-template): Reflow docstrings.
5060         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
5061         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
5062         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
5063         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
5064         (idlwave-shell-display-line, idlwave-shell-display-wframe)
5065         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
5066         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
5067         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
5068         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
5069         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
5070         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
5071         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
5072         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
5073         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
5074         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
5075         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
5076         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
5077         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
5078         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
5079         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
5080         Fix typos in docstrings.
5081         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
5082         (idlwave-shell-hide-output, idlwave-shell-mode)
5083         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
5084         Reflow docstrings.
5086         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
5088 2009-09-24  Ivan Kanis  <apple@kanis.eu>
5090         * term.el (term-bold-attribute): New var.
5091         (term-handle-colors-array): Use it.
5093 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
5095         * progmodes/gdb-mi.el (gdb-version): New variable.
5096         (gdb-non-stop-handler): Set gdb-version.
5097         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
5098         Condition "--thread" option on gdb-version.
5099         (gdb-invalidate-threads): Remove unused argument.
5101 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5103         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
5104         to looking-back to avoid ridiculous slow down in large files (bug#4511).
5106 2009-09-23  Glenn Morris  <rgm@gnu.org>
5108         * mail/rmail.el (rmail-reply): Don't try to add a References header when
5109         replying to mail without References or Message-Id.  (Bug#4525)
5111 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
5113         * term/ns-win.el (ns-reg-to-script): New variable.
5115 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
5117         * epg.el (epg-wait-for-status): Preserve existing 'error results.
5119 2009-09-22  Sam Steingold  <sds@gnu.org>
5121         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
5122         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
5123         to 1 because hg returns status 1 when nothing is found.
5124         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
5126 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5128         * textmodes/fill.el: Convert to utf-8 encoding.
5129         (fill-french-nobreak-p): Remove redundant » and « inherited from our
5130         pre-unicode days.
5132         * add-log.el (change-log-fill-forward-paragraph): New function.
5133         (change-log-mode): Use it so fill-region DTRT.
5134         Set fill-indent-according-to-mode here rather than in
5135         change-log-fill-paragraph.
5136         (change-log-fill-paragraph): Remove.
5138 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
5140         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
5141         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
5143 2009-09-22  Glenn Morris  <rgm@gnu.org>
5145         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
5146         the scroll-bar scroll the calendar window rather than the buffer.
5148         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
5149         commands that move point (as opposed to scrolling).
5151         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
5153         * emacs-lisp/elint.el (elint): New custom group.
5154         (elint-log-buffer): Make it a defcustom.
5155         (elint-scan-preloaded, elint-ignored-warnings)
5156         (elint-directory-skip-re): New options.
5157         (elint-builtin-variables): Doc fix.
5158         (elint-preloaded-env): New variable.
5159         (elint-unknown-builtin-args): Add an entry for encode-time.
5160         (elint-extra-errors): Make it a variable rather than a constant.
5161         (elint-preloaded-skip-re): New constant.
5162         (elint-directory): Skip files matching elint-directory-skip-re.
5163         (elint-features): New variable, local to linted buffers.
5164         (elint-update-env): Initialize elint-features.  Possibly add
5165         elint-preloaded-env to the buffer's environment.
5166         (elint-get-top-forms): Bind elint-current-pos, for log messages.
5167         Skip quoted forms.
5168         (elint-init-form): New function, extracted from elint-init-env.
5169         Make non-list forms a warning rather than an error.
5170         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
5171         easy-menu-define, put that adds an error-condition, and provide.
5172         When requiring cl, also require cl-macs.  Really require cl, to handle
5173         some cl macros.  Store required libraries in the list elint-features,
5174         so as not to re-load them.  Treat cc-require like require.
5175         (elint-init-env): Call elint-init-form to do the work.
5176         Handle eval-and-compile and such like.
5177         (elint-add-required-env): Do not clear messages.
5178         (elint-special-forms): Add handlers for function, defalias, if, when,
5179         unless, and, or.
5180         (elint-form): Add optional argument to ignore elint-special-forms,
5181         useful to prevent recursive calls from handlers.  Doc fix.
5182         Respect elint-ignored-warnings.
5183         (elint-form): Respect elint-ignored-warnings.
5184         (elint-bound-variable, elint-bound-function): New variables.
5185         (elint-unbound-variable): Respect elint-bound-variable.
5186         (elint-get-args): Respect elint-bound-function.
5187         (elint-check-cond-form): Add some simple handling for (f)boundp and
5188         featurep tests.
5189         (elint-check-defalias-form): New handler.
5190         (elint-check-let-form): Make an empty let a warning rather than an
5191         error.
5192         (elint-check-setq-form): Make an empty setq a warning rather than an
5193         error.  Respect elint-ignored-warnings.
5194         (elint-check-defvar-form): Accept null doc-strings.
5195         (elint-check-conditional-form): New handler.  Does some simple-minded
5196         checking of featurep and (f)boundp tests.
5197         (elint-put-function-args): New function.
5198         (elint-initialize): Use elint-scan-doc-file rather than
5199         elint-find-builtin-variables.  Use elint-put-function-args.
5200         Possibly scan preloaded-file-list.
5201         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
5202         extend to handle functions as well.
5204 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
5206         * linum.el (linum-delete-overlays, linum-update-window):
5207         Do not modify the right margin.  (Bug#3971)
5209 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
5211         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
5212         nxml-mode instead of xml-mode.
5214 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5216         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
5218 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5220         * net/dig.el (dig-mode): Use define-derived-mode.
5222 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
5224         * vc-dispatcher.el (vc-do-command): Return the process object in
5225         the asynchronous case.  Use when instead of if.  Do not run
5226         vc-exec-after to display a message if not enabled.  (Bug#4463)
5228         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
5229         properties to the stash strings.
5230         (vc-git-stash-list): Return a list of strings.
5231         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
5232         (vc-git-stash-show-at-point): New functions.
5233         (vc-git-stash-map): New keymap.
5235         * register.el (ctl-x-r-map): Define the keys here instead of
5236         using autoload.
5238 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
5240         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
5241         list, to workaround performance problem (bug#4485).
5243 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
5245         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
5247 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
5249         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
5250         Document that this option is not recommended to use.
5252 2009-09-19  Glenn Morris  <rgm@gnu.org>
5254         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
5255         variable `var'.
5257         * calc/calc-alg.el (var):
5258         * calc/calcalg2.el (var): Define for compiler.
5260 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
5262         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
5263         Doc fix (Bug#3932).
5265         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
5267         * time-stamp.el (time-stamp-month-dd-yyyy)
5268         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
5269         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
5270         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
5271         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
5272         Remove functions that have been obsolete since 1995 (Bug#4436).
5274         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
5275         indent buffer only if called interactively (Bug#4452).
5277 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
5278             Eli Zaretskii  <eliz@gnu.org>
5280         This fixes bug#4197 (merged to bug#865, though not identical).
5281         * server.el (server-auth-dir): Add docstring note about FAT32.
5282         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
5283         but warn against using them.
5285 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
5287         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
5288         older GDB where there is no has_more field.
5290 2009-09-19  Glenn Morris  <rgm@gnu.org>
5292         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5294 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
5296         * files.el (auto-mode-alist): Change default for XML files to nXML
5297         mode (Bug#4169).
5299 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
5301         * server.el (server-ensure-safe-dir): Pass 'integer
5302         to `file-attributes', as suggested.
5304 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5306         * dired-aux.el (dired-query-alist): Remove spurious backslash.
5307         (dired-query): Use read-key.
5309 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
5311         * cus-start.el (ns-use-qd-smoothing): Remove.
5313 2009-09-18  Glenn Morris  <rgm@gnu.org>
5315         * allout.el (top-level): Remove unnecessary progn.
5317         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
5319         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
5320         definition of abbrev table.
5322         * speedbar.el (speedbar-track-mouse):
5323         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
5324         * net/eudc.el (eudc-expand-inline):
5325         * net/newst-backend.el (newsticker--cache-read-feed):
5326         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
5327         condition-case handlers.
5329 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
5331         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
5332         (gdb-var-list): Add an element for has_more field.
5333         (gdb-non-stop-handler): Enable pretty printing for STL containers.
5334         (gdb-var-create-handler, gdb-var-list-children-handler-1)
5335         (gdb-var-update-handler-1): Parse output of dynamic variable
5336         objects (STL containers).
5337         (gdb-var-delete-1): Pass var1 as an explicit second argument.
5338         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
5340         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
5341         gdb-var-list.
5342         (gud-speedbar-buttons): Make node expandable if expression "has more"
5343         children.
5345 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
5347         * startup.el (emacs-quick-startup): Remove variable and all uses.
5348         (command-line): Set `inhibit-x-resources' instead.
5349         (command-line-1): Use `inhibit-x-resources' instead.
5351 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
5353         * subr.el: Fix last change to avoid using the `unless' macro,
5354         which breaks bootstrapping.
5356 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
5359         extended definitions, in case we reload subr.el after having
5360         loaded CL.
5361         (eval-next-after-load): Mark as obsolete.
5363 2009-09-17  Juri Linkov  <juri@jurta.org>
5365         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
5366         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
5367         (menu-bar-showhide-menu, menu-bar-tools-menu)
5368         (menu-bar-describe-menu, menu-bar-help-menu)
5369         (minibuffer-local-completion-map, minibuffer-local-map):
5370         Fix list quoting.
5372 2009-09-17  Glenn Morris  <rgm@gnu.org>
5374         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
5375         arguments, whether or not it has a handler.
5377         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
5379         * simple.el (hard-newline): Give it a doc-string.
5381         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
5382         (lisp-mode-syntax-table): Give them doc-strings.
5384 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
5386         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
5387         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
5388         (menu-bar-options-menu, menu-bar-showhide-menu)
5389         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
5390         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
5391         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
5392         (menu-bar-options-menu, menu-bar-tools-menu)
5393         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
5394         (menu-bar-help-menu):
5395         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
5396         string arguments.
5398         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
5399         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
5400         calls for the menu names and :help.
5402 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5404         * mouse.el (minor-mode-menu-from-indicator): Pay attention
5405         to :minor-mode-function (bug#4455).
5407 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5409         * startup.el (command-line): Initialize the window-system after
5410         processing the command-line.
5412         * textmodes/page.el (what-page): Make sure we don't inf-loop if
5413         page-delimiter matches the empty string.
5415 2009-09-16  Glenn Morris  <rgm@gnu.org>
5417         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
5418         byte-compile-not-obsolete-var.  It's a list now.
5419         (byte-compile-not-obsolete-funcs): New variable.
5420         (byte-compile-warn-obsolete): Don't warn about functions if they are in
5421         byte-compile-not-obsolete-funcs.
5422         (byte-compile-variable-ref, byte-compile-defvar): Update for
5423         byte-compile-not-obsolete-vars name-change and list nature.
5424         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
5425         and variables behind (f)boundp tests.
5426         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
5428 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5430         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
5432 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5434         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
5435         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
5436         Don't autoload.
5438 2009-09-15  Stephen Eglen  <stephen@gnu.org>
5440         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
5441         the virtual-buffers, use the name of the buffer specified by
5442         find-file-noselect, as the match may be a symlink.  (This was a
5443         problem if the target and the symlink had different names.)
5445 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5447         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
5449         * desktop.el (desktop-path): Check user-emacs-directory.
5451         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
5453         * loadup.el: Use after-load-functions to GC after loading each file.
5454         Remove the explicit GC calls that used to be sprinkled around.
5456         * subr.el (after-load-functions): New hook.
5457         (do-after-load-evaluation): Run it.  Use string-match-p to detect
5458         `obsolete' packages, rather than painfully extracting the relevant
5459         directory name.
5461 2009-09-15  Glenn Morris  <rgm@gnu.org>
5463         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
5464         free variable `doc'.
5466         * dired.el (dired-mode-map): Add menu entry for async shell command.
5468         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
5469         variables, also consider the .elc files, since the .el files are
5470         normally gzipped (subsequent code locates the .el.gz from the .elc).
5472         * calc/calc-prog.el (arglist): Define for compiler.
5474         * calendar/diary-lib.el (diary-display-function): Change the default to
5475         fancy display.
5476         (body): Define for compiler.
5478         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
5479         (byte-compile-file-form, byte-compile-lambda)
5480         (byte-compile-top-level-body, byte-compile-form)
5481         (byte-compile-variable-ref, byte-compile-setq)
5482         (byte-compile-setq-default, byte-compile-body)
5483         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
5484         (batch-byte-compile): Give some more local variables with common names
5485         a "bytecomp-" prefix to avoid masking warnings about free variables.
5487         * startup.el (command-line-1): Give local variables with common names a
5488         distinguishing prefix, so as not to hide free variable warnings during
5489         bootstrap.
5491         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
5492         clever and add a suffix to make a unique name, just let the user decide
5493         whether or not to overwrite it.  If the input is a directory, write the
5494         default filename to that directory.  (Bug#4388)
5495         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
5496         is a filename-as-a-directory.
5498 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5500         * textmodes/page.el (what-page): Don't move to beginning of line.
5501         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
5503 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
5505         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
5507 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
5509         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
5510         * help.el (help-for-help-internal): Add purecopy calls for text.
5512         * vc.el (top): print-log method now takes an optional SHORTLOG
5513         argument.  Add a new method: root.
5514         (vc-root-diff, vc-print-root-log): New functions.
5515         (vc-log-short-style): New variable.
5516         (vc-print-log-internal): Add support for showing short logs.
5518         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
5519         vc-print-root-log and vc-print-root-diff.
5521         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
5522         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
5523         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
5524         short logs.
5526         * vc-cvs.el (vc-cvs-print-log):
5527         * vc-mtn.el (vc-mtn-print-log):
5528         * vc-rcs.el (vc-rcs-print-log):
5529         * vc-sccs.el (vc-sccs-print-log):
5530         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
5531         that is ignored for now.
5533         * vc-mtn.el (vc-mtn-annotate-command):
5534         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
5536 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5538         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
5539         to function-key-map, and give them ascii-character property.
5540         * term/x-win.el (x-alternatives-map):
5541         * term/ns-win.el (ns-alternatives-map):
5542         * term/internal.el (msdos-key-remapping-map):
5543         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
5545 2009-09-14  Glenn Morris  <rgm@gnu.org>
5547         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
5548         temp-buffers (2009-09-12).
5550 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
5553         the new read-key function.
5555 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5557         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
5558         is defined (Bug#4405).
5560 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
5562         * recentf.el (recentf-cleanup): Use a hash table to find
5563         duplicates (Bug#4407).
5565 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
5567         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
5568         kp-0 to ascii equivalents (Bug#4325).
5570 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
5572         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
5574         * eshell/em-hist.el:
5575         * eshell/em-dirs.el (eshell-complete-user-reference):
5576         Declare pcomplete functions and variables to avoid compiler warnings.
5578 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
5580         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
5581         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
5582         * eshell/em-alias.el (eshell-aliases-file):
5583         * eshell/em-hist.el (eshell-history-file-name):
5584         Use expand-file-name instead of concat to make file names (Bug#4308).
5586 2009-09-13  Glenn Morris  <rgm@gnu.org>
5588         * ediff-merg.el (ediff-do-merge):
5589         * filesets.el (filesets-run-cmd):
5590         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
5591         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
5592         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
5593         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
5594         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
5595         Replace empty `let's with `progn'.
5597 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5599         * mail/sendmail.el (send-mail-function):
5600         * tooltip.el (tooltip-mode):
5601         * simple.el (transient-mark-mode):
5602         * rfn-eshadow.el (file-name-shadow-mode):
5603         * frame.el (blink-cursor-mode):
5604         * font-core.el (global-font-lock-mode):
5605         * files.el (temporary-file-directory)
5606         (small-temporary-file-directory, auto-save-file-name-transforms):
5607         * epa-hook.el (auto-encryption-mode):
5608         * composite.el (global-auto-composition-mode):
5609         Use custom-initialize-delay.
5610         * startup.el (command-line): Don't explicitly call
5611         custom-reevaluate-setting for all the above vars.
5612         * custom.el (custom-initialize-safe-set)
5613         (custom-initialize-safe-default): Delete.
5615 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5617         * term/x-win.el (x-initialize-window-system):
5618         * term/w32-win.el (w32-initialize-window-system):
5619         * term/ns-win.el (ns-initialize-window-system): Don't call
5620         mouse-wheel-mode since it's enabled globally by default already.
5622         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
5623         actually define the variable, but only silences the byte-compiler.
5624         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
5625         before looking it up.
5626         (mouse-wheel-scroll-amount): Also reset the bindings if this value
5627         is changed.
5629 2009-09-12  Glenn Morris  <rgm@gnu.org>
5631         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
5632         1000.
5633         (elint-add-required-env): Don't beep on error.
5634         (elint-forms): In case of error, return ENV unchanged.
5635         (elint-init-env): Skip non-list forms.
5636         (elint-log): Handle unknown file positions.
5638 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
5640         * epg.el (epg-make-context): Add autoload cookie.
5641         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
5642         (epg-decrypt-string, epg-start-verify, epg-verify-file)
5643         (epg-verify-string, epg-start-sign, epg-sign-file)
5644         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
5645         (epg-encrypt-string, epg-start-export-keys)
5646         (epg-export-keys-to-file, epg-export-keys-to-string)
5647         (epg-start-import-keys, epg-import-keys-from-file)
5648         (epg-import-keys-from-string, epg-start-receive-keys)
5649         (epg-receive-keys, epg-import-keys-from-server)
5650         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
5651         (epg-sign-keys, epg-start-generate-key)
5652         (epg-generate-key-from-file, epg-generate-key-from-string):
5653         Remove autoload cookie.
5655 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
5657         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
5658         reevaluation of trash-directory.
5660         * mwheel.el: Fix last change.
5661         (mouse-wheel-mode): New defvar.
5662         (mouse-wheel-mode): Remove autoload cookie.
5664 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5666         * mwheel.el (mwheel-installed-bindings): New var.
5667         (mouse-wheel-mode): Use it, so as to make sure we really remove all
5668         the bindings we set last time.  Use custom-initialize-delay.
5669         * loadup.el: Load mwheel after term/*-win.el.
5670         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
5671         and mouse-wheel-up-event now that their first evaluation is done
5672         sufficiently late to be correct.
5674         * startup.el (tutorial-directory): Make it a defcustom.
5675         Use custom-initialize-delay rather than eval-at-startup to set it.
5676         * image.el (image-load-path): Make it a defcustom.
5677         Use custom-initialize-delay rather than eval-at-startup to set it.
5678         * subr.el (eval-at-startup): Remove.
5679         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
5681         * subr.el (do-after-load-evaluation): Warn the user after loading an
5682         obsolete package.
5684 2009-09-12  Glenn Morris  <rgm@gnu.org>
5686         * proced.el (proced-mark-alt): Remove alias.
5687         (proced-mode-map): Remove proced-mark-alt.
5689         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
5690         Elint file and directory.  Remove initialization entry.
5692         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
5693         commands.
5694         (elint-current-buffer): Set mode-line-process.
5695         (elint-init-env): Handle define-derived-mode.
5696         Fix declare-function with unspecified arglist.  Guard against odd
5697         defalias statements (eg iso-insert's 8859-1-map).
5698         (elint-add-required-env): Use a temp buffer.
5699         (elint-form): Just print the function/macro name, not the whole form.
5700         Return env unchanged if we fail to parse a macro.
5701         (elint-forms): Guard against parse errors.
5702         (elint-output): New function, to handle batch mode.
5703         (elint-log-message): Add optional argument.  Use elint-output.
5704         (elint-set-mode-line): New function.
5706 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5708         * emacs-lisp/elp.el (elp-not-profilable): Add more
5709         functions (Bug#4233).
5711 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
5713         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
5714         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
5716 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5718         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
5719         (gdb-var-list-children): Use json parsing.
5721 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
5723         * progmodes/js.el (js--proper-indentation): Handle the case where
5724         char-before is null.  Reported by Deniz Dogan.
5726 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5728         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
5730 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
5732         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
5733         (epg-digest-algorithm-alist): Add SHA224.
5734         (epg-context-set-passphrase-callback)
5735         (epg-context-set-progress-callback): Add description about
5736         callback function.
5738 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5740         * custom.el (custom-delayed-init-variables): New var.
5741         (custom-initialize-delay): New function.
5742         * startup.el (command-line): "Re"evaluate all vars in
5743         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
5744         explicitly any more.
5745         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
5746         to avoid creating a ~/.emacs.d at build-time (bug#4347).
5748         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
5750 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
5752         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
5753         (gdb-var-update-handler): Use json parsing.
5755 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
5757         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
5758         decode annotated text, regardless of language environment.  (Bug#2741)
5760 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * Makefile.in (autoloads): Make rmail.el writable as well.
5764 2009-09-11  Glenn Morris  <rgm@gnu.org>
5766         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
5767         loaddefs.el.
5768         * dired.el: Regenerate with extracted autoloads.
5769         * Makefile.in (autoloads): Make dired.el writable.
5771         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
5772         * ibuffer.el: Regenerate with extracted autoloads.
5773         * Makefile.in (autoloads): Make ibuffer.el writable.
5775         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
5776         * version.el (emacs-copyright, emacs-major-version)
5777         (emacs-minor-version): Reformat doc-strings for make-docfile.
5779         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
5780         functions and variables, since they must be stuff specific to some other
5781         platform.
5782         (apropos-print): Make mouse-click message less specific about button.
5784         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
5785         that records where a macro was defined.
5786         * help-fns.el (describe-function-1): Mention if a function has a
5787         compiler-macro.
5788         * help-mode.el (help-function-cmacro): New button.
5790         * locate.el (top-level): Always require dired.
5791         (locate-mode-map): Initialize inside the defvar.
5793         * net/ange-ftp.el (dired-compress-file): Declare.
5794         (ange-ftp-dired-compress-file): Add doc string.
5796         * term/ns-win.el (x-display-name, x-setup-function-keys):
5797         Unify doc-strings with X versions.
5799 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5801         * emulation/crisp.el (crisp-mode-map): Move initialization
5802         into declaration.
5803         (crisp-mode): Use define-minor-mode.
5805         * progmodes/xscheme.el (xscheme-evaluation-commands):
5806         Put a :advertised-binding property rather than using
5807         advertised-xscheme-send-previous-expression.
5808         (advertised-xscheme-send-previous-expression): Declare obsolete.
5809         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
5810         `advertised-undo'.
5811         (crisp-mode): Add corresponding bindings to
5812         undo's :advertised-binding instead.
5813         * dired.el (dired-mode-map): Put a :advertised-binding property rather
5814         than using dired-advertised-find-file.
5815         (dired-advertised-find-file):
5816         * simple.el (advertised-undo):
5817         * wid-edit.el (advertised-widget-backward): Declare obsolete.
5818         (widget-keymap): Put a :advertised-binding property rather
5819         than using advertised-widget-backward.
5820         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
5821         than using advertised-undo.
5822         * tutorial.el (tutorial--default-keys): Adjust accordingly.
5824 2009-09-10  Simon South  <ssouth@slowcomputing.org>
5826         * progmodes/delphi.el (delphi-tab): Indent region when Transient
5827         Mark mode is enabled and region is active; otherwise indent or
5828         insert TAB as usual.
5829         (delphi-mode): Update description of TAB-key binding.
5831 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * subr.el (define-key-rebound-commands): Mark obsolete.
5834         * startup.el (precompute-menubar-bindings): Remove.
5835         (normal-top-level): Remove obsolete code that tried to precompute
5836         menubar bindings.
5837         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
5838         define-key-rebound-commands and precompute-menubar-bindings.
5840 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5842         * net/imap.el (imap-interactive-login): Better messages.
5843         (imap-open): Fix bug with renamed buffer on reconnect.
5844         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5845         for easier debugging and cleaner code.  On successful (guessed based on
5846         server capabilities) secondary authentication, set imap-state
5847         correctly.
5848         (imap-last-authenticator): Define imap-last-authenticator as a variable
5849         to avoid warnings.
5851 2009-09-10  Glenn Morris  <rgm@gnu.org>
5853         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
5855         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
5856         (byte-compile-file-form-autoload): Don't warn about unknown functions
5857         where the autoload statement comes after the use.
5858         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
5859         that any handlers inside the body (eg require) are in turn respected.
5861         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
5862         effects.
5864         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
5865         and syntax and abbrev tables basic docs, if they don't have any.
5867         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
5869         * international/mule-cmds.el (top-level): Require cl when compiling.
5870         (view-hello-file): Use default-value rather than
5871         default-enable-multibyte-characters.
5873         * progmodes/fortran.el: Move all safe and risky properties into the
5874         defcustoms.
5876         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
5877         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
5878         * mail/undigest.el:
5879         Put autoloads in rmail.el rather than loaddefs.el.
5880         * mail/rmail.el: Regenerate with extracted autoloads.
5882         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
5883         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
5885 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
5887         Reported in thread for Bug#4375.
5888         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
5889         "-data-evaluate-expression" instead of print.
5890         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
5891         (gdb-tooltip-print): Parse output from above MI command.
5892         (gdb): Revert 2009-08-11 change.  User should detach inferior
5893         manually.
5895         Remove the word "separate" from IO functions as inferior
5896         output is now never displayed in the GUD buffer.
5898 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
5900         * startup.el (command-line-normalize-file-name): On Windows and
5901         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
5903 2009-09-10  Juri Linkov  <juri@jurta.org>
5905         * isearch.el (isearch-text-char-description): Propertize escape
5906         character sequences with the `escape-glyph' face.  (Bug#4344)
5908         * simple.el (shell-command): Set asynchronous process filter to
5909         `comint-output-filter'.  (Bug#4343)
5911         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
5912         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
5913         the list.  Move "asm" to the bottom.
5914         (grep-find-ignored-directories): Add `choice' with nil value
5915         to empty the list easily.
5916         (grep-find-ignored-files): New option.
5917         (grep-files-history): Set to nil by default instead of '("ch" "el").
5918         (grep-compute-defaults): Add "<X>" to `grep-template'.
5919         (grep-read-files): Bind new local variables `default-alias' and
5920         `default-extension'.  Use a list of default values for the file prompt.
5921         (lgrep): Add `--exclude=' command line options composed from
5922         `grep-find-ignored-files'.
5923         (rgrep): Add `-name' command line options composed from
5924         `grep-find-ignored-files'.  (Bug#4301)
5926 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
5929         (bug#4368).
5931 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5933         * calendar/time-date.el (autoload):
5934         Expand define-obsolete-function-alias into defalias and make-obsolete
5935         for old Emacsen that Gnus supports.
5936         (with-no-warnings): Define it for old Emacsen.
5937         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5938         is available.
5939         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5940         float-time is available; suppress compile warning for time-to-seconds.
5942 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5944         * net/imap.el (imap-message-map): Docstring fix.
5946 2009-09-09  Glenn Morris  <rgm@gnu.org>
5948         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
5949         line numbers too.  (Bug#4374)
5951 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5953         * smerge-mode.el (smerge-remove-props, smerge-refine):
5954         Use with-silent-modifications (bug#4342).
5956         * subr.el (with-silent-modifications): New macro.
5958 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
5960         * files.el (top-level): Require `cl' when compiling.
5962 2009-09-07  Glenn Morris  <rgm@gnu.org>
5964         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
5966         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
5967         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
5969 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
5971         * vc-git.el (vc-git-annotate-command): Use separator to parse
5972         arguments correctly.
5974 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
5976         * proced.el (proced-mode): Doc fix.
5978 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
5980         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
5981         lstat fails.
5982         (tramp-do-file-attributes-with-ls): Check for file existence at
5983         remote end.
5984         (tramp-do-file-attributes-with-stat): Likewise.
5985         (tramp-convert-file-attributes): Return nil when attr is nil.
5987 2009-09-05  Glenn Morris  <rgm@gnu.org>
5989         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
5990         properties to this button.
5991         (diary-fancy-display): Don't extend the button to the final newline.
5992         (diary-fancy-display-mode): Continue to define "q" as a local key.
5994         * calendar/cal-china.el (holiday-chinese): Make it slightly more
5995         efficient.
5997         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
5999         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
6000         (byte-compile-dest-file-function): New option.
6001         (byte-compile-dest-file): Doc fix.
6002         Obey byte-compile-dest-file-function.
6003         (byte-compile-cl-file-p): New function.
6004         (byte-compile-eval): Only suppress noruntime warnings about cl functions
6005         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
6006         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
6007         than for file being previously loaded.
6008         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
6009         (byte-compile-file-form-require): Handle the case where requiring a file
6010         indirectly causes CL to be loaded.
6012 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6014         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
6015         before killing the old buffer, since by the time `kill-buffer' is
6016         run so many buffer variables have been set to nil that it may not
6017         behave as expected.  (Bug#4061)
6019 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
6021         * files.el (find-alternate-file): If the old buffer is modified
6022         and visiting a file, behave similarly to `kill-buffer' when
6023         killing it, thus reverting to the pre-1.878 behavior; see
6024         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
6025         for discussion.  Also, consult `buffer-file-name' as a variable
6026         not as a function, for consistency with the rest of the code.
6028 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
6030         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
6031         also when adding a new directory.
6033         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
6034         defun.
6036 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6038         * files.el (locate-file-completion-table): Make it provide boundary
6039         information, so partial-completion works better.
6041 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
6043         * mail/footnote.el (Footnote-text-under-cursor):
6044         Check footnote-text-marker-alist before using it (bug#4324).
6046 2009-09-04  Glenn Morris  <rgm@gnu.org>
6048         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
6049         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
6050         * play/solitaire.el, play/tetris.el:
6051         Remove leading * from defcustom and defface docs.
6053         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
6054         necessary.
6055         (diary-fancy-overriding-map): New variable.
6056         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
6057         Use view-mode.
6059         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
6060         goto-line.
6062 2009-09-03  Glenn Morris  <rgm@gnu.org>
6064         * arc-mode.el (archive-mode):
6065         * dos-fns.el (set-default-process-coding-system):
6066         * man.el (Man-getpage-in-background):
6067         * menu-bar.el (menu-bar-describe-menu):
6068         * server.el (server-process-filter):
6069         * startup.el (command-line):
6070         * tar-mode.el (tar-header-block-tokenize, tar-extract):
6071         * w32-fns.el (set-default-process-coding-system):
6072         * x-dnd.el (x-dnd-handle-file-name):
6073         * international/mule-cmds.el (mule-menu-keymap)
6074         (set-default-coding-systems, language-info-alist, set-language-info)
6075         (set-language-environment, standard-display-european-internal)
6076         (set-locale-environment):
6077         * international/mule-diag.el (mule-diag):
6078         * mail/emacsbug.el (report-emacs-bug):
6079         * mail/rmail.el (rmail-mode):
6080         * mail/sendmail.el (mail-setup):
6081         Use default-value rather than default-enable-multibyte-characters.
6083         * progmodes/f90.el: Move all safe properties into the defcustoms.
6084         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
6086         * calendar/appt.el (appt-check):
6087         * calendar/diary-lib.el (diary-set-header, diary-live-p)
6088         (diary-check-diary-file, diary-list-entries)
6089         (diary-include-other-diary-files, diary-simple-display)
6090         (diary-fancy-display, diary-print-entries)
6091         (diary-mark-included-diary-files, diary-make-entry):
6092         Don't call substitute-in-file-name on diary-file.
6094 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
6095             Stefan Monnier  <monnier@iro.umontreal.ca>
6097         * mail/footnote.el (footnote-prefix): Make it a defcustom.
6098         (footnote-mode-map): Move initialization into the declaration.
6099         (footnote-minor-mode-map): Define it rather than changing global-map.
6100         (footnote-mode): Use define-minor-mode.
6102 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
6104         * net/tramp.el (tramp-handle-file-attributes-with-ls)
6105         (tramp-do-file-attributes-with-perl)
6106         (tramp-do-file-attributes-with-stat): Rename from
6107         `tramp-handle-file-attributes-with-*'.
6108         (tramp-handle-file-attributes): Use them.
6109         (tramp-do-directory-files-and-attributes-with-perl)
6110         (tramp-do-directory-files-and-attributes-with-stat): Rename from
6111         `tramp-handle-directory-files-and-attributes-with-*'.
6112         (tramp-handle-directory-files-and-attributes): Use them.
6113         (tramp-method-out-of-band-p): Additional parameter SIZE.
6114         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
6115         (tramp-handle-write-region): Use it.
6116         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
6117         (tramp-handle-vc-registered): Check, whether the first run did
6118         return files to be tested.
6119         (tramp-advice-make-auto-save-file-name): Do not call directly
6120         `tramp-handle-make-auto-save-file-name', because this would bypass
6121         the locking mechanism.
6123         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
6124         (file-remote-p, process-file, start-file-process, set-file-times)
6125         (tramp-compat-file-attributes): Compatibility functions shall not
6126         call directly `tramp-handle-*', because this would bypass the
6127         locking mechanism.
6128         (tramp-compat-number-sequence): New defun.
6130 2009-09-02  Glenn Morris  <rgm@gnu.org>
6132         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
6133         alias for float-time.
6134         (time-to-number-of-days): In Emacs, use float-time.
6135         * net/newst-backend.el (time-add): Suppress warnings from compat
6136         function.
6137         * time.el (emacs-uptime, emacs-init-time):
6138         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
6139         Use float-time rather than time-to-seconds.
6141         * minibuffer.el (completion-initials-expand): Fix typo.
6143         * faces.el (modeline, modeline-inactive, modeline-highlight)
6144         (modeline-buffer-id):
6145         * info.el (info-menu-5): Mark these face aliases as obsolete.
6147 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6149         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
6150         space ...
6151         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
6152         no "--thread" option.
6153         (gdb-stopped): Don't print "Switched to thread" message when it is
6154         unchanged.
6156 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6158         * minibuffer.el (completion-try-completion)
6159         (completion-all-completions): Remove ill-defined (and
6160         mistakenly installed and luckily never used nor documented)
6161         `completion-styles' property.
6162         (completion-initials-expand, completion-initials-all-completions)
6163         (completion-initials-try-completion): New functions.
6164         (completion-styles-alist): Add doc to each entry.
6165         Add new `initials' entry.
6167 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
6169         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
6170         MI command -var-evaluate-expression.
6171         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
6172         and tweak for case of string child.
6173         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
6175 2009-09-01  Glenn Morris  <rgm@gnu.org>
6177         * add-log.el (change-log-date-face, change-log-name-face)
6178         (change-log-email-face, change-log-file-face, change-log-list-face)
6179         (change-log-conditionals-face, change-log-function-face)
6180         (change-log-acknowledgement-face):
6181         * cus-edit.el (custom-invalid-face, custom-rogue-face)
6182         (custom-modified-face, custom-set-face, custom-changed-face)
6183         (custom-saved-face, custom-button-face, custom-button-pressed-face)
6184         (custom-documentation-face, custom-state-face, custom-comment-face)
6185         (custom-comment-tag-face, custom-variable-tag-face)
6186         (custom-variable-button-face, custom-face-tag-face)
6187         (custom-group-tag-face-1, custom-group-tag-face):
6188         * diff-mode.el (diff-header-face, diff-file-header-face)
6189         (diff-index-face, diff-hunk-header-face, diff-removed-face)
6190         (diff-added-face, diff-changed-face, diff-function-face)
6191         (diff-context-face, diff-nonexistent-face):
6192         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6193         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
6194         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6195         (Info-title-4-face):
6196         * isearch.el (isearch-lazy-highlight-face):
6197         * log-view.el (log-view-file-face, log-view-message-face):
6198         * paren.el (show-paren-match-face, show-paren-mismatch-face):
6199         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
6200         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
6201         (cvs-msg-face):
6202         * smerge-mode.el (smerge-mine-face, smerge-other-face)
6203         (smerge-base-face, smerge-markers-face):
6204         * wid-edit.el (widget-documentation-face, widget-button-face)
6205         (widget-field-face, widget-single-line-field-face)
6206         (widget-inactive-face, widget-button-pressed-face):
6207         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
6208         (woman-addition-face):
6209         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
6210         (eshell-ls-executable-face, eshell-ls-readonly-face)
6211         (eshell-ls-unreadable-face, eshell-ls-special-face)
6212         (eshell-ls-missing-face, eshell-ls-archive-face)
6213         (eshell-ls-backup-face, eshell-ls-product-face)
6214         (eshell-ls-clutter-face):
6215         * eshell/em-prompt.el (eshell-prompt-face):
6216         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
6217         * obsolete/old-whitespace.el (whitespace-highlight-face):
6218         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
6219         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
6220         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
6221         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
6222         (antlr-font-lock-literal-face):
6223         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6224         (ebrowse-root-class-face, ebrowse-file-name-face)
6225         (ebrowse-default-face, ebrowse-member-attribute-face)
6226         (ebrowse-member-class-face, ebrowse-progress-face):
6227         * progmodes/make-mode.el (makefile-space-face):
6228         * progmodes/sh-script.el (sh-heredoc-face):
6229         * textmodes/flyspell.el (flyspell-incorrect-face)
6230         (flyspell-duplicate-face):
6231         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
6232         * textmodes/texinfo.el (texinfo-heading-face):
6233         Mark face aliases with "-face" suffix as obsolete.
6235         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
6236         compiler.
6238         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
6239         (eudc-bob-sound-menu): Use defvar rather than defconst, since
6240         easy-menu-define wants to modify these.
6242         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
6244         * net/browse-url.el (browse-url-file-url):
6245         * term/internal.el (dos-codepage-setup):
6246         Use default-value rather than default-enable-multibyte-characters.
6248         * progmodes/etags.el (etags-goto-tag-location):
6249         * progmodes/flymake.el (flymake-highlight-line)
6250         (flymake-goto-file-and-line, flymake-goto-line):
6251         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
6252         (gdb-goto-breakpoint):
6253         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6254         * progmodes/python.el (python-find-function)
6255         (python-pdbtrack-track-stack-file):
6256         * progmodes/verilog-mode.el (verilog-surelint-off):
6257         * term/ns-win.el (ns-open-file-select-line):
6258         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
6259         Use forward-line rather than goto-line.
6261         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
6262         * textmodes/reftex-index.el (reftex-display-index):
6263         * textmodes/reftex-ref.el (reftex-offer-label-menu):
6264         * textmodes/reftex-toc.el (reftex-toc):
6265         Remove unnecessary bindings of default-major-mode (all are followed by
6266         major-mode check and possible mode switch).
6268 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6270         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
6271         Handle watchpoints (bug#4282).
6272         (def-gdb-thread-buffer-command): Enable thread to be selected by
6273         clicking without selecting threads buffer first.
6274         (gdb-current-context-command): Use selected frame so that "up",
6275         "down" etc work in the GUD buffer.
6276         (gdb-update): Find selected frame before rendering stack buffer.
6277         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
6279 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6281         * progmodes/sym-comp.el (displayed-completions): Remove.
6282         (symbol-complete): Use minibuffer-complete.
6284 2009-08-31  Glenn Morris  <rgm@gnu.org>
6286         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
6288         * apropos.el (apropos-symbols-internal):
6289         Handle (obsolete) face aliases.
6291         * faces.el (describe-face): Adjust the output format to be more like
6292         describe-variable, and to mention (obsolete) face aliases.
6293         Adjust the whitespace so that help-setup-xref works.
6295         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
6296         * calendar/diary-lib.el (diary-button-face):
6297         Mark these face aliases as obsolete.
6299         * calendar/calendar.el (calendar-today): Doc fix.
6301 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
6303         * progmodes/gdb-mi.el (gdb-control-all-threads)
6304         (gdb-control-current-thread): Force tool bar update.
6305         (gdb-non-stop-handler): New function.
6306         (gdb-init-1): Use it to test if non-stop mode is supported.
6307         Remove unused gdbmi buffer type.
6309 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
6311         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
6312         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
6314 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
6316         * comint.el (comint-exec-1): Check command is non-null first.
6317         Part of gdb-mi.el change (2009-08-28).
6319 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
6323 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
6325         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
6326         instead of `dolist' to avoid a recursive require when bootstrapping.
6328 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
6332         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
6334         * net/imap.el (imap-send-command): Simplify.
6335         (imap-wait-for-tag): point-max -> buffer-size.
6337         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
6339         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
6340         with constant argument.
6342         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
6344         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
6346         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
6347         Change default, since most of our files don't have a history.
6348         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
6349         the user.
6351         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6352         Add comint-run.
6354         * calc/calc.el: Improve commenting convention.
6355         (calc-digit-map, toplevel): Simplify.
6357         * comint.el (comint-insert-input): Be careful to only set point if we
6358         don't delegate to some other command.
6360         * proced.el (proced-signal-list): Make it an alist.
6361         (proced-grammar-alist): Capitalize names.
6362         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
6363         Disable undo manually and make it read-only.
6364         Use completion-annotate-function.
6366         * minibuffer.el (minibuffer-message): If the current buffer is not
6367         a minibuffer, insert the message in the echo area rather than at the
6368         end of the buffer.
6369         (completion-annotate-function): New variable.
6370         (minibuffer-completion-help): Use it.
6371         (completion--embedded-envvar-table): Environment vars are
6372         always case-sensitive.
6374 2009-08-30  Glenn Morris  <rgm@gnu.org>
6376         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
6377         from fortran-current-defun.
6378         (fortran-beginning-of-subprogram): Be more precise about finding the
6379         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
6380         (fortran-end-of-subprogram): Simplify.
6381         (fortran-current-defun): Use fortran-start-prog-re.
6383 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
6385         * subr.el (do-after-load-evaluation): Simplify.
6387 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
6389         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
6391         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
6392         (vc-rcs-print-log): Use it.
6394         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
6396 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6398         * paths.el (abbrev-file-name): Move to abbrev.el.
6399         * abbrev.el (abbrev-file-name): Move from paths.el.
6400         Obey user-emacs-directory.
6401         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
6402         user-emacs-directory.
6403         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
6404         abbrev-file-name and calc-settings-file any more.
6405         * startup.el (command-line): Recompute abbrev-file-name and
6406         abbreviated-home-dir.
6407         (normal-no-mouse-startup-screen): Improve the generic code and get rid
6408         of the special code for when C-h bindings haven't been changed.
6409         (display-startup-echo-area-message): Use with-current-buffer.
6410         (command-line-1): Use a list of strings, rather than a list of lists
6411         of strings for longopts.
6413         * files.el (get-free-disk-space): Use / for default-directory.
6415         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
6416         Use with-current-buffer.
6418         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
6419         Recognize immutable variables like most-positive-fixnum.
6420         (byte-compile-setq-default): Check and warn if trying to assign
6421         to an immutable variable, or a non-variable.
6423         * progmodes/cc-vars.el (c-comment-continuation-stars):
6424         * progmodes/cc-engine.el (c-looking-at-bos):
6425         * progmodes/cc-cmds.el (c-toggle-auto-state)
6426         (c-forward-into-nomenclature, c-backward-into-nomenclature)
6427         (c-comment-line-break-function): Add version of obsolescence.
6429 2009-08-28  Juri Linkov  <juri@jurta.org>
6431         * files.el (magic-fallback-mode-alist): Add ZIP magic number
6432         associated with `archive-mode'.
6434         * image.el (image-type-header-regexps): Use only JPEG magic number
6435         to determine JPEG images, and don't use `image-jpeg-p' because
6436         Emacs can display non-JFIF non-Exif JPEG images.
6438 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6440         * arc-mode.el (archive-mode):
6441         * emacs-lisp/re-builder.el (re-builder-unload-function):
6442         Protect against the default value of `major-mode' being nil.
6444 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
6446         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
6447         Fix typos in docstrings.
6449         * progmodes/js.el (js--macro-decl-re): Doc fix.
6450         (js--plain-method-re, js--split-name): Refloc docstring.
6451         (js--class-styles, js--make-merged-item, js--splice-into-items):
6452         Fix typos in docstrings; reflow docstrings.
6453         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
6454         (js--variable-decl-matcher, js--inside-pitem-p)
6455         (js--parse-state-at-point, js--get-all-known-symbols)
6456         (js--symbol-history, js-find-symbol, js--js-references)
6457         (js--moz-interactor, js--js-encode-value, js--read-tab):
6458         Fix typos in docstrings.
6460 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6462         * textmodes/reftex.el (reftex-get-file-buffer-force):
6463         * progmodes/verilog-mode.el (verilog-batch-execute-func):
6464         * emulation/viper.el (viper-go-away, viper-set-hooks):
6465         * emacs-lisp/re-builder.el (re-builder-unload-function):
6466         * emacs-lisp/bytecomp.el (byte-compile-file):
6467         * ses.el (ses-unload-function):
6468         * hexl.el (hexl-find-file):
6469         * files.el (normal-mode):
6470         * ehelp.el (with-electric-help):
6471         * autoinsert.el (auto-insert-alist):
6472         * arc-mode.el (archive-mode):
6473         Use (default-value 'major-mode) instead of default-major-mode.
6475         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
6476         * international/mule.el (load-with-code-conversion):
6477         * emacs-lisp/debug.el (debug):
6478         * ediff-vers.el (ediff-rcs-get-output-buffer):
6479         * dired.el (dired-internal-noselect): Don't let-bind
6480         default-major-mode around code that doesn't use it.
6481         E.g. buffer creation via get-buffer-create doesn't use it.
6483 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
6485         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
6486         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
6487         when writing the temp file.  Otherwise, epa-file gets confused.
6488         (tramp-register-file-name-handlers): Make it a defun.  Move also
6489         `epa-file-handler' to the front of `file-name-handler-alist'.
6491 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6493         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
6494         start right after a ^M.
6495         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
6496         (tramp-completion-file-name-regexp-separate)
6497         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
6498         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
6499         Don't modify last-coding-system-used by accident.
6500         (tramp-completion-file-name-handler): Apply the checks here,
6501         instead during registration.
6502         (tramp-register-file-name-handlers) Renamed from
6503         `tramp-register-file-name-handler'.  Register both
6504         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
6505         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
6507 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
6509         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
6510         Remove variable ...
6511         (gdb-init-1, gdb-display-separate-io-buffer)
6512         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
6513         references to it.
6514         (gdb-inferior-io-mode): Use make-comint-in-buffer.
6515         (gdb-inferior-filter): Use comint-output-filter to stop
6516         echoing and remove ^M characters.
6518 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6520         * emulation/viper-init.el (viper-restore-cursor-type):
6521         * emulation/cua-base.el (cua--update-indications):
6522         Replace default-cursor-type with (default-value 'cursor-type).
6524         * mail/sendmail.el (mail-recover-1):
6525         * international/mule-diag.el (describe-current-coding-system-briefly)
6526         (describe-current-coding-system):
6527         * international/mule-cmds.el (select-safe-coding-system)
6528         (select-message-coding-system)
6529         (set-language-environment-coding-systems, set-locale-environment):
6530         * hexl.el (hexl-insert-multibyte-char):
6531         * dos-w32.el (find-buffer-file-type-coding-system):
6532         * simple.el (what-cursor-position):
6533         Replace uses of default-buffer-file-coding-system
6534         with (default-value 'buffer-file-coding-system).
6536         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
6537         Replace uses of default-cursor-in-non-selected-windows
6538         with (default-value 'cursor-in-non-selected-windows).
6539         Use with-current-buffer.
6541         * mail/feedmail.el: Use CL macros.
6542         (feedmail-run-the-queue, feedmail-send-it-immediately):
6543         * dos-w32.el (find-buffer-file-type): Replace uses of
6544         default-buffer-file-type with (default-value 'buffer-file-type).
6546 2009-08-28  Glenn Morris  <rgm@gnu.org>
6548         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
6549         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
6550         Use default-value of major-mode rather than default-major-mode.
6552 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6554         * Makefile.in (update-elcfiles): Report left over elc files.
6556         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
6557         expand-file-name and with-current-buffer.
6558         (mail-get-names, mail-directory): Use with-current-buffer.
6560         * vc.el (vc-read-revision): New function.
6561         (vc-version-diff, vc-merge): Use it.
6563 2009-08-27  Sam Steingold  <sds@gnu.org>
6565         * simple.el (kill-do-not-save-duplicates): New user option.
6566         (kill-new): When it is non-nil, and the new string is the same as
6567         the latest kill, set replace to t to avoid duplicates in kill-ring.
6569 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
6571         * net/tramp.el (tramp-handle-process-file): Do not flush all
6572         caches when `process-file-side-effects' is set.
6573         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
6574         instead of `tramp-find-file-exists-command'.
6575         Unset `process-file-side-effects'.
6577 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
6579         * net/tramp.el (tramp-methods): New method "rsyncc".
6580         (top): Add completion function for "rsyncc".
6581         (tramp-message-show-message): New defvar.
6582         (tramp-message, tramp-error): Use it.
6583         (tramp-do-copy-or-rename-file-directly): Extend check for direct
6584         remote copying.
6585         (tramp-do-copy-or-rename-file-out-of-band): Handle new
6586         `tramp-methods' entry `copy-env' of "rsyncc".
6587         (tramp-vc-registered-read-file-names): New defconst.
6588         (tramp-vc-registered-file-names): New defvar.
6589         (tramp-handle-vc-registered): Implement optimization strategy.
6590         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
6591         (tramp-vc-file-name-handler): New defun.
6592         (tramp-get-ls-command, tramp-get-test-command)
6593         (tramp-get-file-exists-command, tramp-get-remote-ln)
6594         (tramp-get-remote-perl, tramp-get-remote-stat)
6595         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
6597         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
6598         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
6599         timestamps.
6600         (tramp-get-file-property): Check for timestamps in
6601         `tramp-cache-inhibit-cache'.
6602         (tramp-set-file-property): Write timestamp.
6604 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
6606         * language/japan-util.el (japanese-symbol-table): Add entries for
6607         cp932-2-byte.
6609         * international/characters.el: Add category `j' to cp932-2-byte.
6611 2009-08-27  Kenichi Handa  <handa@m17n.org>
6613         * international/fontset.el (build-default-fontset-data): New macro.
6614         (setup-default-fontset): Use build-default-fontset-data for CJK,
6615         tibetan, ethiopic, and ipa.
6617 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6619         * cus-start.el (default-major-mode): Customize `major-mode' instead.
6620         (enable-multibyte-characters): Not customizable any more.
6622         * subr.el (default-mode-line-format, default-header-line-format)
6623         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
6624         (default-direction-reversed, default-truncate-lines)
6625         (default-left-margin, default-tab-width, default-case-fold-search)
6626         (default-left-margin-width, default-right-margin-width)
6627         (default-left-fringe-width, default-right-fringe-width)
6628         (default-fringes-outside-margins, default-scroll-bar-width)
6629         (default-vertical-scroll-bar, default-indicate-empty-lines)
6630         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
6631         (default-fringe-cursor-alist, default-scroll-up-aggressively)
6632         (default-scroll-down-aggressively, default-fill-column)
6633         (default-cursor-type, default-buffer-file-type)
6634         (default-cursor-in-non-selected-windows)
6635         (default-buffer-file-coding-system, default-major-mode)
6636         (default-enable-multibyte-characters): Mark as obsolete.
6638 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
6640         * vc-dir.el (vc-dir-update): Remove debug helper.
6642         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
6644 2009-08-26  Sam Steingold  <sds@gnu.org>
6646         * simple.el (save-interprogram-paste-before-kill): New user option.
6647         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
6648         save the interprogram-paste into kill-ring before overriding it
6649         with the Emacs kill.
6651 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6653         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
6654         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
6655         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
6656         and move to vc-rcs.el.
6657         (vc-default-next-revision): Rename to vc-rcs-next-revision and
6658         move to vc-rcs.el.
6659         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
6660         (vc-rcs-update-changelog): Remove.
6661         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
6662         and move to vc-rcs.el.
6664         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
6665         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
6666         renaming.
6667         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
6668         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
6669         vc.el, renamed to be RCS specific.
6671         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
6672         New functions.
6673         (vc-cvs-update-changelog): Move here from vc.el.
6675         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
6676         New functions.
6678 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6680         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
6682 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
6684         * vc-git.el (vc-git-register): Use "git add" for directories.
6685         (vc-git-stash, vc-git-stash-show): New functions.
6686         (vc-git-extra-menu-map): Bind them.
6688         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
6689         directory correctly in case the item is a directory itself.
6691         * vc.el: Document the desired behavior for reverted files in the
6692         `added' state.
6693         (vc-default-prettify-state-info): Remove function, unused.
6695         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
6697 2009-08-26  Glenn Morris  <rgm@gnu.org>
6699         * bindings.el (standard-mode-line-format): Reposition dashes in
6700         which-func entry.  (Bug#4217)
6702         * files.el (enable-local-variables, enable-local-eval)
6703         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
6704         the defcustoms.
6705         (auto-mode-alist, ignored-local-variables)
6706         (save-some-buffers-action-alist): Move risky declarations to the
6707         definitions.
6708         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
6709         (font-lock-defaults, format-alist, imenu--index-alist)
6710         (imenu-generic-expression, input-method-alist, minor-mode-alist)
6711         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
6712         (mode-line-modified, mode-line-mule-info, mode-line-position)
6713         (mode-line-process, mode-line-remote, outline-level)
6714         (parse-time-rules, rmail-output-file-alist)
6715         (special-display-buffer-names, vc-mode):
6716         Move risky declarations to the relevant files.
6717         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
6718         (mode-line-modified, mode-line-process, mode-line-position)
6719         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
6720         * font-core.el (font-lock-defaults):
6721         * format.el (format-alist):
6722         * vc-hooks.el (vc-mode):
6723         * window.el (special-display-buffer-names):
6724         * international/mule-cmds.el (input-method-alist):
6725         Define riskiness here (dumped file) rather than in files.el.
6726         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
6727         * imenu.el (imenu-generic-expression, imenu--index-alist):
6728         * outline.el (outline-level):
6729         * time.el (display-time-string):
6730         * calendar/parse-time.el (parse-time-rules):
6731         * mail/rmailout.el (rmail-output-file-alist):
6732         Autoload riskiness here, rather than placing in files.el.
6734 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
6736         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
6738 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
6740         * simple.el (process-file-side-effects): New defvar.
6742         * dired-aux.el (dired-show-file-type):
6743         * vc.el (vc-diff-internal):
6744         * vc-arch.el (vc-arch-diff):
6745         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
6746         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
6747         * vc-git.el (vc-git-registered, vc-git-working-revision)
6748         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
6749         (vc-git--empty-db-p):
6750         * vc-hooks.el (vc-user-login-name):
6751         * vc-svn.el (vc-svn-registered, vc-svn-state)
6752         (vc-svn-dir-extra-headers, vc-svn-find-revision):
6753         * progmodes/grep.el (grep-probe): Let-bind
6754         `process-file-side-effects' with nil.
6756         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
6758         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
6759         daemon.  Replace ping by checking for running service for bluez
6760         and zeroconf.  (Bug#4239)
6762 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6764         * net/dig.el (dig): Add autoload cookie.
6766 2009-08-25  Glenn Morris  <rgm@gnu.org>
6768         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
6769         load-history for absolute file-names.
6770         (byte-compile-file-form-require): Warn about use of the cl package.
6772         * format.el (format-alist): Doc fix.
6774         * play/bubbles.el (top-level): Don't require cl at run-time.
6776         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
6777         run-time cl).
6779 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
6781         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
6782         from cl package.
6783         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
6785 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
6787         * calc/calc-alg.el (math-trig-rewrite)
6788         (math-hyperbolic-trig-rewrite): New functions.
6789         (calc-simplify): Simplify trig functions when asked.
6791 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * diff-mode.el (diff-find-source-location): Avoid goto-line.
6795 2009-08-24  Kenichi Handa  <handa@m17n.org>
6797         * language/ind-util.el (mapthread): Delete it.
6798         (combinatorial): New function.
6799         (indian--puthash-cv): Use combinatorial instead of mapthread.
6801 2009-08-22  Kevin Ryde  <user42@zip.com.au>
6803         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
6804         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
6805         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
6806         Clarify docstring that the value is strings not symbols.
6807         (checkdoc-list-of-strings-p): New function.
6809 2009-08-22  Glenn Morris  <rgm@gnu.org>
6811         * files.el (auto-mode-alist):
6812         * hippie-exp.el (he-concat-directory-file-name):
6813         * lpr.el (lpr-windows-system, printer-name):
6814         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
6815         * ps-print.el (ps-windows-system):
6816         * startup.el (command-line):
6817         * emulation/viper-ex.el (viper-glob-function):
6818         * international/mule-cmds.el (set-language-environment-coding-systems):
6819         * net/ange-ftp.el (ange-ftp-write-region):
6820         * obsolete/fast-lock.el (fast-lock-cache-name):
6821         Remove code for defunct system-types emx, macos, mswindows, next-mach,
6822         unisoft-unix, vax-vms, win32, w32.
6824         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
6825         given name if the pattern is not more specific.
6827         * calendar/lunar.el (lunar-phase-names): New option.
6828         (lunar-phase): Doc fix.
6829         (lunar-cycles-per-year): New constant.
6830         (lunar-index): New function.
6831         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
6832         (lunar-phase-name): Use lunar-phase-names.
6833         (calendar-lunar-phases): Use format.
6834         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
6836         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
6837         Copy imenu-example--name-and-position function here for own use.
6838         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
6840         * bs.el (bs--redisplay):
6841         * cus-edit.el (custom-redraw):
6842         * ibuffer.el (ibuffer-bury-buffer):
6843         * server.el (server-goto-line-column):
6844         * startup.el (command-line-1):
6845         * strokes.el (strokes-xpm-for-stroke):
6846         * term.el (term-display-buffer-line):
6847         * view.el (View-goto-line):
6848         * calc/calc.el (calc-do, calc-trail-buffer):
6849         * play/gamegrid.el (gamegrid-add-score-insecure):
6850         * progmodes/ada-mode.el (ada-compile-goto-error):
6851         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
6852         (ebrowse-select-1st-to-9nth):
6853         * progmodes/cperl-mode.el (cperl-time-fontification):
6854         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
6855         * progmodes/gud.el (gud-display-line):
6856         (idlwave-shell-display-line):
6857         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
6858         * progmodes/make-mode.el (makefile-browser-toggle):
6859         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
6860         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
6861         * textmodes/picture.el (picture-draw-rectangle):
6862         * textmodes/reftex-index.el (reftex-index-goto-letter):
6863         (reftex-select-jump-to-previous):
6864         * textmodes/reftex-sel.el (reftex-find-start-point)
6865         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
6866         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
6867         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
6868         * textmodes/tex-mode.el (tex-compilation-parse-errors):
6869         * textmodes/two-column.el (2C-associated-buffer):
6870         Use forward-line rather than goto-line.
6872         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
6873         goto-line.
6875         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
6876         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
6877         (quick-check-list-to-regexp): Declare.
6879         * progmodes/make-mode.el (makefile-browser-insert-selection):
6880         Use goto-char rather than goto-line.
6882         * progmodes/prolog.el (compilation-error-regexp-alist)
6883         (compilation-forget-errors): Declare.
6885 2009-08-22  Juri Linkov  <juri@jurta.org>
6887         * progmodes/grep.el (lgrep, rgrep): At the beginning
6888         set `dir' to `default-directory' unless `dir' is a non-nil
6889         readable directory.  (Bug#4052)
6890         (lgrep, rgrep): Change a weird way to report an error
6891         from using `read-string' to using `error'.
6892         Instead of using interactive arguments in the function body,
6893         add new argument `confirm'.
6895 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6897         * textmodes/remember.el (remember-buffer):
6898         * progmodes/cperl-mode.el (cperl-vc-header-alist):
6899         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
6900         (icalendar-extract-ical-from-buffer):
6901         * net/newst-treeview.el (newsticker-groups-filename):
6902         * net/newst-backend.el (newsticker-cache-filename):
6903         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
6904         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
6905         (speedbar-add-ignored-path-regexp, speedbar-line-path)
6906         (speedbar-buffers-line-path, speedbar-path-line)
6907         (speedbar-buffers-line-path):
6908         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
6909         (epg-sign-keys):
6910         * epa.el (epa-display-verify-result):
6911         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
6913 2009-08-21  Glenn Morris  <rgm@gnu.org>
6915         * progmodes/js.el (inferior-moz-process): Fix declaration.
6917         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
6919         * obsolete/rnewspost.el (news-mail-reply):
6920         Use goto-char rather than goto-line.
6922         * term/ns-win.el (ns-open-file-select-line):
6923         Use line-beginning-position rather than goto-line.
6925         * apropos.el (apropos-command):
6926         * ehelp.el (electric-helpify):
6927         * printing.el (pr-show-setup):
6928         * strokes.el (strokes-help):
6929         * tutorial.el (tutorial--describe-nonstandard-key)
6930         (tutorial--detailed-help):
6931         * woman.el (woman-mini-help, woman-display-extended-fonts):
6932         * calc/calc-help.el (calc-describe-key):
6933         * emulation/edt.el (edt-electric-helpify):
6934         * international/mule-diag.el (mule-diag):
6935         * play/yow.el (apropos-zippy):
6936         * progmodes/python.el (python-describe-symbol):
6937         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
6938         * textmodes/table.el (*table--cell-describe-mode)
6939         (*table--cell-describe-bindings):
6940         Use help-print-return-message rather than the now obsolete alias.
6942         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
6943         (calendar-cursor-to-visible-date):
6944         * play/5x5.el (5x5-position-cursor):
6945         * play/decipher.el (decipher):
6946         * play/gomoku.el (gomoku-goto-xy):
6947         * play/landmark.el (lm-goto-xy):
6948         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
6949         (mpuz-paint-digit):
6950         Use forward-line, not goto-line.
6952         * mail/rmail.el (rmail-obsolete): Delete custom group.
6953         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
6954         (rmail-remote-password, rmail-remote-password-required):
6955         Remove unneeded :set-after and :set properties.
6957 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
6959         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
6961 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
6963         * loadup.el: Remove leftover macos code.
6965         * vc-git.el (vc-git-annotate-command): Run asynchronously.
6966         Explicitly pass the date format to git blame so that user local
6967         so that the output format can be parsed.
6969 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
6971         * net/dbus.el (top): Don't check for (getenv
6972         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
6974 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
6976         * log-edit.el (log-edit-strip-single-file-name): New var.
6977         (log-edit-insert-changelog): Use it.  Bug#3571
6979 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6981         * subr.el (read-passwd): Use read-key so keypad keys work as well.
6982         Bug#3287
6984         * help.el (help-print-return-message): Rename from
6985         print-help-return-message.
6987         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
6988         cvs-mode-map parent hack.
6989         (log-view-mode): Derive from special-mode.
6991         * linum.el (linum-mode): window-size-change-functions is redundant.
6992         Adapt to new window-configuration-change-hook behavior.
6993         (linum-after-size, linum-after-config): Remove.
6995         * imenu.el (imenu-example--name-and-position)
6996         (imenu-example--lisp-extract-index-name)
6997         (imenu-example--create-lisp-index, imenu-example--create-c-index):
6998         Mark as obsolete.
7000         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
7001         (inferior-prolog-mode): Use it.
7002         (inferior-prolog-load-file): Reset list of errors.
7004 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
7006         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
7008         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
7010 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
7012         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
7013         is running already.
7015 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7017         * subr.el (listify-key-sequence-1): Use normal syntax since those
7018         integers are nowadays always represented by the same (positive) number
7019         on all platforms.
7020         (read-key-empty-map): New const.
7021         (read-key-delay): New var.
7022         (read-key): New function.
7023         (force-mode-line-update): Use with-current-buffer.
7024         (locate-user-emacs-file): Don't forget to abbreviate the file name.
7025         (start-process-shell-command, start-file-process-shell-command):
7026         Discourage the use of command-args.
7028 2009-08-19  Glenn Morris  <rgm@gnu.org>
7030         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
7032 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7034         * simple.el (choose-completion-string): Don't rely on
7035         minibuffer-completing-file-name and ad-hoc checks to decide whether
7036         to continue completion or not.
7038         * minibuffer.el (minibuffer-hide-completions): New function.
7039         (completion--do-completion): Use it.
7040         (completions-annotations): New face.
7041         (completion--insert-strings): Use it.
7042         (completion-pcm--delim-wild-regex): Add docstring.
7043         (completion-pcm--string->pattern): Add support for 0-width delimiters
7044         in completion-pcm--delim-wild-regex.
7046 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7048         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
7049         Remove unused var `buffer-modified-p'.
7051         * minibuffer.el (completion--do-completion): Move point for the #b001
7052         case as well (bug#4176).
7053         (minibuffer-complete, minibuffer-complete-word): Don't move point.
7055 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
7057         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
7058         and :session buses.
7060 2009-08-18  Kenichi Handa  <handa@m17n.org>
7062         * international/ucs-normalize.el (ucs-normalize-version):
7063         Change to 1.1.
7064         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
7065         (utf-8-hfs): Make it perform normalization on encoding too.
7067         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
7068         (sentence-end-without-space): Delete duplicated chars.
7069         (sentence-end-base): Likewise.
7071         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
7072         (html-mode): Delete duplicated chars from sentence-end-base.
7074         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
7075         (texinfo-mode): Delete duplicated chars from sentence-end-base.
7077 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
7079         * files.el (hack-one-local-variable): If the mode function is for
7080         a minor mode, pass it an argument (Bug#4148).
7082 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
7084         * net/tramp.el (tramp-register-completion-file-name-handler):
7085         Check also for (member 'partial-completion completion-styles).
7087 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7089         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
7090         abbrev (Bug#3943).
7092 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
7094         * progmodes/cperl-mode.el: Merge upstream 6.2.
7095         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
7096         (cperl-forward-re): Check cperl-brace-recursing.
7097         (cperl-highlight-charclass): New function.
7098         (cperl-find-pods-heres): Use it.
7099         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
7100         (cperl-beautify-regexp-piece): Fix column calculation.
7101         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
7102         (cperl-beautify-level): Don't process entire regexp.
7103         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
7104         calling man.
7105         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
7106         (cperl-init-faces): Build a list in the normal way.
7108 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7110         * calendar/parse-time.el (parse-time-string-chars): Save match
7111         data.
7113 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7115         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
7116         (sql-product): Use it.
7117         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
7118         (sql-set-product): Add completion.
7119         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
7120         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
7121         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
7122         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
7123         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
7124         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
7125         (sql-highlight-db2-keywords): Remove.
7126         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
7127         (sql-highlight-product): Use derived-mode-p.
7128         (sql-set-sqli-buffer): Use with-current-buffer.
7129         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
7130         Simplify.
7132         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
7134         * term.el: Fix commenting convention, turn comments into docstrings.
7136 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7138         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
7140 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7142         * calendar/parse-time.el (parse-time-string-chars): Compute using
7143         character classes, to handle non-ascii characters (Bug#3190).
7145 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7147         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
7148         another heredoc if the user adds another < (Bug#3226).
7150         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7151         Don't initialize based on window-system (Bug#4124).
7153         * facemenu.el (facemenu-read-color): Use a completion function
7154         that accepts any defined color, such as RGB triplets (Bug#3677).
7156         * files.el (get-free-disk-space): Change fallback default
7157         directory to /.  Expand DIR argument before switching to fallback.
7158         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
7160 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7162         * files.el (load-library): Doc fix.
7164 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
7166         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
7167         (viper-if-string): Redefine C-s in the minibuffer to insert the last
7168         incremental search string.
7170         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
7171         XEmacs.
7173         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
7174         (ediff-merge-region-is-non-clash)
7175         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
7176         Also check if the job is really a merge job.
7178         * ediff.el (ediff-current-file): New function.
7180 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
7182         * progmodes/js.el: Edit docstrings throughout to follow Emacs
7183         conventions.
7184         (js-insert-and-indent): Delete function.
7185         (js-mode-map): Don't bind keys to js-insert-and-indent.
7186         (js-beginning-of-defun): Rename from js--beginning-of-defun.
7187         (js-end-of-defun): Rename from js--end-of-defun.
7188         (js-auto-indent-flag): Delete variable.
7190 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
7192         * progmodes/js.el: Remove proclaim statement.
7193         Defvar which-func-imenu-joiner-function to silence compiler.
7195         * files.el (auto-mode-alist): Use js-mode for .js files.
7197         * progmodes/js2-mode.el: Remove file.
7199         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
7201         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
7203         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
7205 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
7206             Karl Landstrom  <karl.landstrom@brgeight.se>
7208         * progmodes/js.el: New file.
7210 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
7212         * timezone.el (timezone-parse-date): Add ability to understand ISO
7213         basic format (minimal separators) dates in addition to the
7214         already-supported extended format dates.
7216 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
7218         * international/ucs-normalize.el: Add a `coding' file variable.
7220         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
7222 2009-08-14  Sam Steingold  <sds@gnu.org>
7224         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
7226 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
7228         * faces.el (help-argument-name): Define it here instead of
7229         help-fns.el, because in daemon mode help-fns.el may be loaded when
7230         faces are still uninitialized (Bug#1078).
7232         * help-fns.el (help-argument-name): Move defface to faces.el.
7234 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
7236         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
7237         create buffer with a pty but no process so that GDB can make the
7238         inferior the controlling process.
7240 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
7242         * international/ucs-normalize.el: New file.
7244 2009-08-13  Richard Stallman  <rms@gnu.org>
7246         * mail/rmail.el (rmail-get-attr-names):
7247         Accept an attribute header that is too short.
7249         * mail/rmail.el (rmail-forget-messages):
7250         Ignore nil elt in rmail-message-vector.  Use dotimes.
7252         * progmodes/compile.el (compilation-goto-locus):
7253         Use next-error-move-function.
7255         * simple.el (next-error-move-function): New variable.
7257 2009-08-12  Juri Linkov  <juri@jurta.org>
7259         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
7260         always non-nil.  (Bug#4052)
7262         * replace.el (read-regexp): Return empty string when
7263         `default-value' is nil.
7264         (keep-lines-read-args): Don't use empty string as the
7265         default value for `read-regexp'.  (Bug#2495)
7267 2009-08-12  Juri Linkov  <juri@jurta.org>
7269         * international/mule-cmds.el (ucs-insert): Change arguments
7270         from `arg' to `character', `count', `inherit' to be the same
7271         as in `insert-char'.  Doc fix.  (Bug#4039)
7273         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
7275 2009-08-12  Juri Linkov  <juri@jurta.org>
7277         * files-x.el: New file.
7279         * files.el: Move code that deals with adding/deleting
7280         file/directory-local variables to files-x.el.
7282         * Makefile.in (ELCFILES): Add files-x.elc.
7284 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
7286         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
7287         to use `goto-line'.
7288         (gdb-place-breakpoints, gdb-get-location): Rewritten without
7289         `goto-line'.
7290         (gdb-invalidate-disassembly): Do not refresh upon receiving
7291         'update signal.  Instead, update all disassembly buffers only after
7292         threads list.
7293         (gdb): Send -target-detach when buffer is killed (Bug#3794).
7294         (gdb-starting): Moved -data-list-register-names...
7295         (gdb-stopped): ...here so it's sent when first thread stops.
7296         (gdb-registers-handler-custom): Do nothing if register names are
7297         unknown yet.
7299         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
7300         from `gdb-mi.el' to avoid extra tangling.
7302         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
7303         change which breaks `gud-def' definitions used in `gdb'.
7304         (gdb-update-gud-running): No extra fuss for updating frame number.
7306 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7308         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
7309         (describe-language-environment-map, setup-language-environment-map)
7310         (set-coding-system-map): Move initialization into declaration.
7311         (set-language-info-alist): Last arg to define-key-after can be skipped.
7313         * international/quail.el (quail-completion-1): Simplify.
7314         (quail-define-rules): Use slightly more compact code.
7315         (quail-insert-decode-map): Propertize keys, compact columns.
7317         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
7318         Add goto-line.
7320 2009-08-10  Miles Bader  <miles@gnu.org>
7322         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
7323         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
7324         (js2-instance-member, js2-private-member, js2-private-function-call)
7325         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
7326         (js2-magic-paren, js2-external-variable):
7327         Remove "-face" suffix from face names.
7328         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
7329         (js2-highlight-undeclared-vars, js2-peek-token)
7330         (js2-parse-function-params, js2-mode-show-errors)
7331         (js2-mode-show-warnings, js2-make-magic-delimiter)
7332         (js2-mode-highlight-magic-parens): Update to use new face names.
7334 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
7336         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
7337         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
7339 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
7341         * subr.el: Provide hashtable-print-readable.
7343         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
7344         hs-c-like-adjust-block-beginning.
7345         (hs-hide-block-at-point): Stop hiding at the beginning of
7346         hs-block-end-regexp (Bug#700).
7348 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
7350         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
7351         a macro.
7352         (gdb-registers-handler-custom): Do not fail when register names
7353         are unavailable.
7355 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7357         * progmodes/gdb-mi.el (gdb-control-all-threads)
7358         (gdb-control-current-thread): Interactive setters for
7359         `gdb-gud-control-all-threads' to use in menu.
7360         (gdb-show-run-p): Show «Go» when process is not active.
7361         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
7362         gud/thread.xpm and gud/all.xpm.
7364 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
7366         * net/net-utils.el (net-utils-font-lock-keywords): New var.
7367         (nslookup-font-lock-keywords): Make it a variable.
7368         (net-utils-mode): New mode for viewing diagnostic network output.
7369         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
7370         (net-utils-run-simple): New function.
7371         (ifconfig, iwconfig, netstat, arp, route): Use it.
7373 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
7375         * progmodes/gdb-mi.el (gdb-read-memory-custom)
7376         (gdb-memory-set-address, def-gdb-set-positive-number)
7377         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
7378         after changing settings.
7379         (gdb-invalidate-disassembly): Update when first shown.
7380         (gdb-edit-locals-value): Fixed.
7381         (gdb-registers-handler-custom): Print registers in right order and
7382         allow changing register values (only for current thread yet).
7383         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
7384         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
7385         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
7386         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
7387         info in mode name.
7388         (gdb-registers-mode-map): TAB to switch to locals.
7390 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
7392         * mail/rmail.el (rmail-add-mbox-headers)
7393         (rmail-set-message-counters-counter): Search for
7394         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
7396 2009-08-08  Glenn Morris  <rgm@gnu.org>
7398         * Makefile.in (ELCFILES): Update.
7400 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7402         * mail/sendmail.el (mail-yank-original): Set
7403         buffer-file-coding-system from the one used by the message whose
7404         text is yanked.
7406         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
7407         to "windows" when "pgnuplot" is used.
7408         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
7409         call accept-process-output if "pgnuplot" is used.
7410         (calc-graph-init): Don't send -display and -geometry to
7411         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
7412         running "pgnuplot -V" with shell-command-to-string.
7414         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
7415         the default.
7417 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
7419         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
7420         org/org-latex.elc.
7422 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
7424         * vc-dispatcher.el (vc-resynch-window): Update comment.
7426         * term.el (term-handle-ansi-escape): Add comments with the
7427         terminfo capabilities implemented.
7429 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
7431         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
7432         (gdb-var-create-handler): Rewritten using JSON parser.
7433         (gdb-propertize-header): Moved earlier.
7434         (gdb-set-header): Removed to avoid duplication.
7435         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
7436         Refresh disassembly buffers only after threads list have been
7437         update.
7438         (gdb-threads-header, gdb-registers-header): Per-buffer header line
7439         variables.
7441 2009-08-04  Juri Linkov  <juri@jurta.org>
7443         * files.el: Commands to add/delete file/directory-local variables.
7444         (read-file-local-variable, read-file-local-variable-value)
7445         (read-file-local-variable-mode, modify-file-local-variable)
7446         (modify-file-local-variable-prop-line)
7447         (modify-dir-local-variable): New functions.
7448         (add-file-local-variable, delete-file-local-variable)
7449         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
7450         (add-dir-local-variable, delete-dir-local-variable)
7451         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
7452         (copy-dir-locals-to-file-locals-prop-line): New commands.
7454 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
7456         * abbrev.el (insert-abbrev-table-description): Prettify output.
7457         Suggested by Karl Chen.
7459 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
7461         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
7462         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
7463         (gdb-overlay-arrow-position, gdb-thread-position)
7464         (gdb-disassembly-position): Declare variables.
7465         (gdb-wait-for-pending): Function now.
7466         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
7467         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
7468         compilation goes smoothly.
7469         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
7470         (gdb-non-stop-setting): New customization setting which replaces
7471         `gdb-non-stop' so changing it doesn't break active GDB session.
7472         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
7473         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
7474         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
7475         (gdb-show-threads-by-default): New customization options.
7476         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
7477         routines.
7478         (gdb-get-buffer-create): Send buffers update signal when they are
7479         created.
7480         (gdb-invalidate-locals, gdb-invalidate-registers)
7481         (gdb-invalidate-breakpoints)
7482         (gdb-invalidate-threads, gdb-invalidate-disassembly)
7483         (gdb-invalidate-memory): Accept update signal.
7484         (gdb-current-context-command): Use --frame option.
7485         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
7486         Implement `gdb-frame-number' selection logic.
7487         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
7488         whether to show GUD toolbar buttons.
7489         (gdb-thread-exited): Unselect current thread when it exits.
7490         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
7491         (gdb-mark-line): Routine which sets overlay arrow or inverses
7492         video on fringeless displays.
7493         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
7494         to build aligned columns of data in GDB buffers and set text
7495         properties line-by-line.
7496         (gdb-invalidate-breakpoints)
7497         (gdb-breakpoints-list-handler-custom)
7498         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
7499         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
7500         (gdb-registers-handler-custom): Align data columns.
7501         (gdb-locals-handler-custom): Now prints data like in variable
7502         declarations.
7503         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
7504         Removed confusing buttons.
7505         (gdb-invalidate-threads): Append --frame.
7506         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
7507         between breakpoints/threads buffers.
7508         (gdb-set-window-buffer): Now can ignore dedicated windows.
7509         (gdb-propertize-header): Use `gdb-set-window-buffer'.
7510         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
7511         (def-gdb-thread-buffer-gud-command): Replaces
7512         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
7513         for fine thread control.
7514         (gdb-preempt-existing-or-display-buffer): New function used to
7515         display bound buffers without breaking window layout.
7516         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
7517         (gdb-select-frame): New version of `gdb-frames-select' which now
7518         sets `gdb-frame-number' so commands may use --frame option instead
7519         of inner debugger state.
7520         (gdb-frame-handler): Do not set `gdb-frame-number'.
7521         (gdb-threads-mode-map): Select threads with mouse.
7523         * progmodes/gud.el (gdb-gud-context-call): Declare function to
7524         avoid compilation warning.
7525         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
7526         `gdb-show-stop-p`.
7528         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
7529         Argument `key' renamed to `buffer-type'.
7530         (gdb-current-context-buffer-name): Do not add thread info to
7531         buffer name when no thread is selected.
7532         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
7533         command (bug 3794).
7534         (gdb-thread-selected): Handle `=thread-selected' notification.
7535         (gdb-wait-for-pending): New macro to deal with congestion problems.
7536         (gdb-breakpoints-list-handler-custom): Don't fail on pending
7537         breakpoints.
7538         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
7539         This fixes problem similar to one described in bug 3947.
7540         (gud-menu-map): More menu items.
7541         (gdb-init-1): Reset `gdb-thread-number' to nil.
7543         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
7544         non-stop settings.
7546         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
7547         (gdb-current-context-command): Do not append --thread if
7548         `gdb-thread-number' is nil.
7549         (gdb-running-threads-count, gdb-stopped-threads-count): New
7550         variables.
7551         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
7552         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
7553         customization options.
7554         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
7555         GUD commands.
7556         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
7557         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
7558         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
7559         set `gdb-thread-number' and update `gud-running' properly.
7560         (gdb-running): Update threads list when new threads appear.
7561         (gdb-stopped): Support non-stop operation and new thread switching
7562         logic.
7563         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
7564         (gdb-json-partial-output): New set of JSON routines.
7565         (def-gdb-auto-update-trigger): New `signal-list' optional
7566         argument.
7567         (gdb-thread-list-handler-custom): Update `gud-running',
7568         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
7569         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
7570         (gdb-continue-thread, gdb-step-thread): New commands for fine
7571         thread execution control.
7572         (gud-menu-map): New menu items to switch non-stop options.
7573         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
7574         (gdb-send): Mimic RET properly (bug 3794).
7576         * progmodes/gdb-mi.el (gdb-rules-name-maker)
7577         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
7578         gdb-buffer-rules.
7579         (def-gdb-auto-update-handler): New nopreserve optional argument.
7580         (gdb-stack-list-frames-custom): Print stack from top to bottom.
7582         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
7583         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
7584         (gdb-parent-mode): New mode to derive other GDB modes from.
7585         (gdb-display-disassembly-for-thread)
7586         (gdb-frame-disassembly-for-thread): New commands for threads
7587         buffer.
7589         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
7590         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
7591         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
7592         (gdb-update): We now store all GDB buffers in a list so that they
7593         can be updated by traversing a list instead of calling invalidate
7594         triggers explicitly.
7595         (def-gdb-trigger-and-handler): New macro to define trigger-handler
7596         pair for GDB buffer.
7597         (gdb-stack-buffer-name): Add thread information.
7598         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
7599         handle pending triggers.
7600         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
7601         (def-gdb-thread-buffer-simple-command)
7602         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
7603         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
7604         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
7605         New commands which show buffers bound to thread.
7606         (gdb-stack-list-locals-regexp): Removed unused regexp.
7608         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
7609         (gdb-locals-buffer-name, gdb-registers-buffer-name)
7610         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
7611         to (gud-comint-buffer) in *-buffer-name functions
7612         because (gdb-get-target-string) already does that.
7613         (gdb-locals-handler-custom, gdb-registers-handler-custom)
7614         (gdb-changed-registers-handler): Rewritten without regexps.
7616         * progmodes/gdb-mi.el: Basic thread selection support.
7617         (gdb-thread-number): New variable.
7618         (gdb-current-context-command): New macro which adds --thread
7619         option to command.
7620         (gdb-threads-mode-map): Select thread with SPC.
7621         (gdb-thread-list-handler-custom): Mark current thread with overlay
7622         arrow.  Synchronize GDB thread and Emacs thread.
7623         (gdb-select-thread): New command which selects current thread.
7624         (gdb-invalidate-frames, gdb-invalidate-locals)
7625         (gdb-invalidate-registers): Use --thread option.
7627 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
7629         * net/tramp.el (top): Make check for tramp-gvfs loading more
7630         robust.  (Bug#3977)
7631         (tramp-handle-insert-file-contents): `unwind-protect' must be
7632         inside `with-parsed-tramp-file-name'.
7634         * net/tramp-gvfs.el (top): Remove superfluous message when loading
7635         fails.
7637 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
7639         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
7640         directory if CLASSPATH is not set.
7642 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
7644         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
7645         New defconst.
7646         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
7648 2009-08-02  Kevin Ryde  <user42@zip.com.au>
7650         * net/newst-backend.el (newsticker--raw-url-list-defaults):
7651         Update freshmeat link.  Delete newsforge.com as it seems gone.
7653 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7655         * select.el (x-set-selection): Doc fix (Bug#4021).
7657         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
7659         * help-fns.el (describe-variable): Treat list return values from
7660         dir-locals-find-file properly (Bug#4005).
7662 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
7664         * net/tramp.el (tramp-debug-message): Print also microseconds.
7666 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
7668         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
7669         or END is non-nil.
7670         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
7671         (tramp-get-debug-buffer): Change `outline-regexp' according to new
7672         format.
7674         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
7675         (tramp-get-file-property): Use it.
7677         * autorevert.el (auto-revert-handler): Allow
7678         `auto-revert-tail-mode' for remote files.
7680 2009-08-02  Jason Rumney  <jasonr@gnu.org>
7682         * minibuffer.el (read-file-name): Treat confirm options to
7683         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
7685 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
7687         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
7688         (font-lock-variable-name-face, font-lock-constant-face): Darken
7689         the colors for light backgrounds.
7691 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
7693         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
7694         month names.  (Bug#3987)
7696 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
7698         * simple.el (line-move-finish): Pass whole number to
7699         line-move-to-column.
7700         (line-move-visual): Perform hscroll to the recorded position.
7702 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
7704         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
7706 2009-07-29  Alan Mackenzie  <acm@muc.de>
7708         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
7710 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
7712         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
7713         (gdb-place-breakpoints): Use full path when setting breakpoints.
7715 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
7717         * calc/calc.el (calc-mode-map): Add keybinding for
7718         `calc-transpose-lines'.
7720 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
7722         * calc/calc-misc.el (calc-transpose-lines): New function.
7724 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
7726         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
7727         Simplify check for out-of-band methods.
7728         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
7729         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
7731 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
7733         * vc-git.el (vc-git-checkin): Fix typo.
7735 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
7737         * progmodes/js2-mode.el: New file.
7739 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
7741         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
7742         (gud-menu-map): Adjust tooltip accordingly.
7744 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
7746         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
7747         (vc-bzr-log-view-mode): Adjust log-view-file-re.
7749         * add-log.el (change-log-mode-map): Add a menu.
7751 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
7753         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
7754         function returns nil.
7755         (dbus-handle-event): Handle special return value :ignore.
7756         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
7758 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
7760         * view.el (view-mode-enable): Don't define Helper-return-blurb if
7761         it's not needed.
7763 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
7765         Fix Bug#3888:
7767         * w32-vars.el (x-select-enable-clipboard): Doc fix.
7769         * term/pc-win.el (x-display-name, x-colors)
7770         (x-select-enable-clipboard, x-select-text): Doc fix.
7772         * term/common-win.el (x-display-name, x-colors): Doc fix.
7774         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
7775         (xw-defined-colors): Doc fix.
7777         * w32-fns.el (x-select-text, x-setup-function-keys)
7778         (x-get-selection, x-set-selection): Doc fix.
7780         * term/x-win.el (x-select-text, x-setup-function-keys)
7781         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
7783         * select.el (x-set-selection): Doc fix.
7785 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
7787         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
7788         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
7789         "IsNSSSupportAvailable" method is not available.  Reported by
7790         Steve Youngs <steve@sxemacs.org>.
7792 2009-07-24  Kenichi Handa  <handa@m17n.org>
7794         * international/characters.el: Fix setting of category ?C, ?|, ?K,
7795         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
7796         (build-unicode-category-table): Fix range checks.
7798 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
7800         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
7801         the buffer we try to sync is current when calling
7802         vc-resynch-buffer.
7804         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
7805         not show up to date files.
7807 2009-07-24  Glenn Morris  <rgm@gnu.org>
7809         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
7810         Add autoload cookies.  If necessary, initialize.
7811         (elint-log): Handle non-file buffers.
7812         (elint-initialize): Add optional argument to reinitialize.
7813         (elint-find-builtin-variables): Save excursion.
7815 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
7817         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7818         for Lint.
7820 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
7822         * vc.el (vc-print-log-internal): New function, split out from ...
7823         (vc-print-log): ... here.
7824         (vc-dir-move-to-goal-column): Declare.
7826         * vc-git.el (vc-git-add-signoff): New variable.
7827         (vc-git-checkin): Use it.
7828         (vc-git-toggle-signoff): New function.
7829         (vc-git-extra-menu-map): Bind it to menu.
7830         (vc-git--run-command-string): Accept a nil FILE argument.
7831         (vc-git-stash-list): New function.
7832         (vc-git-dir-extra-headers): Use it.
7834 2009-07-23  Glenn Morris  <rgm@gnu.org>
7836         * help-fns.el (describe-variable): Describe ignored and risky local
7837         variables in a similar way to that in which we describe safe ones.
7839         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
7840         (byte-compile-output-file-form, byte-compile-output-docform)
7841         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
7842         Give some more local variables with common names a "bytecomp-" prefix,
7843         so as not to shadow things during compilation.
7844         * emacs-lisp/cl-macs.el (load-time-value)
7845         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
7846         `outbuffer' to `bytecomp-outbuffer'.
7848         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
7849         since the next two variables cover them automatically now.
7850         (elint-builtin-variables, elint-autoloaded-variables): New.
7851         (elint-unknown-builtin-args): Remove all members, since they can be
7852         parsed automatically now.
7853         (elint-extra-errors): New.
7854         (elint-env-add-env, elint-env-add-macro): Use cadr.
7855         (elint-current-buffer): Use or.  Change final message.
7856         (elint-get-top-forms): Use line-end-position.
7857         (elint-init-env): Use cadr.  Handle autoload, declare-function,
7858         and defalias.
7859         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
7860         (regexp-assoc): Remove unused function.
7861         (elint-top-form): Set elint-current-pos, to record the start of the
7862         top-level form, for compilation-mode.
7863         (elint-form): Trap errors in macro expansion.  Use dolist.
7864         (elint-unbound-variable): Use elint-builtin-variables and
7865         elint-autoloaded-variables.
7866         (elint-get-args): Use cadr, or.
7867         (elint-check-cond-form): Use dolist, cadr.
7868         (elint-check-condition-case-form): Doc fix.  Use cadr.
7869         Use elint-extra-errors.
7870         (elint-log): New function.
7871         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
7872         Distinguish errors and warnings.
7873         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
7874         Use a bytecomp-style format.
7875         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
7876         (elint-get-log-buffer): Use compilation mode.  Disable undo.
7877         Don't truncate lines.
7878         (elint-initialize): Set builtin and autoloaded variable lists.
7879         Only process elint-unknown-builtin-args if non-nil.
7880         (elint-find-builtin-variables, elint-find-autoloaded-variables):
7881         New functions.
7882         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
7884 2009-07-22  Kevin Ryde  <user42@zip.com.au>
7886         * net/newst-backend.el (newsticker--parse-atom-1.0)
7887         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
7888         (newsticker--parse-rss-1.0):
7889         * progmodes/idlwave.el (idlwave-mode):
7890         * progmodes/idlw-shell.el (idlwave-shell-mode):
7891         * progmodes/vera-mode.el (vera-mode):
7892         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
7893         * progmodes/vhdl-mode.el (vhdl-mode):
7894         * textmodes/table.el (table-generate-source)
7895         (table--warn-incompatibility):
7896         Hyperlink urls in docstrings with URL `...'.
7898 2009-07-22  Glenn Morris  <rgm@gnu.org>
7900         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
7901         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
7902         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
7903         Remove leading * from defcustom docs.
7905         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
7907         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
7908         defcustom doc.
7909         (list-load-path-shadows): Optionally, just return shadows as a string.
7911         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
7913 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
7915         * mail/rmailedit.el (rmail-edit-mode): Use
7916         auto-save-include-big-deletions.
7918         * mail/rmail.el (rmail-variables): Use
7919         auto-save-include-big-deletions.
7921         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
7922         changes.
7924 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
7926         * calc/calc.el (calc-undo-length): New variable.
7927         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
7929 2009-07-21  Richard Stallman  <rms@gnu.org>
7931         * files.el (auto-save-mode): Handle buffer-save-size = -2
7932         for toggling mode.
7934 2009-07-21  Glenn Morris  <rgm@gnu.org>
7936         * textmodes/ispell.el (ispell-looking-back): Update declaration.
7938         * calendar/todo-mode.el (calendar-current-date): Update declaration.
7940         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
7941         silence compiler.  Instead...
7942         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
7943         (ps-print-ensure-fontified): Update for above function name changes.
7945         * printing.el (pr-mh-get-msg-num, pr-mh-show)
7946         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
7947         silence compiler.  Instead...
7948         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
7949         (mh-show-buffer): Only define for compiler.
7950         (pr-mh-current-message): Update for above function name changes.
7952         * files.el (abort-if-file-too-large): Explicitly pass `filename'
7953         as an argument.
7954         (find-file-noselect, insert-file-1): Update for above change.
7956         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
7958         * mail/mailclient.el (mailclient-send-it): Fix message.
7960         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
7961         (edebug-eval): Check cl-debug-env is bound.
7962         (print-level, print-circle): Don't redefine built-in variables.
7964         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
7965         (custom-print-vectors): Remove old comments from doc.
7967         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
7968         (emerge-version): Make the variable an obsolete alias for the
7969         emacs-version variable.  Make the function obsolete.
7970         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
7971         Emerge options, rather than merging in into the main Options menu.
7972         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
7973         and auto advance modes.  Disable edit/fast items when not relevant.
7975 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
7977         * term/vt420.el (terminal-init-vt420): Fix typo.
7979 2009-07-20  Sam Steingold  <sds@gnu.org>
7981         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
7982         variable (removed from compile.el on 2004-03-11).
7984 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
7986         * files.el (hack-local-variables-filter): Fix last change.
7988 2009-07-19  Juri Linkov  <juri@jurta.org>
7990         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
7991         (dir-local-variables-alist): New buffer-local variable.
7992         (hack-local-variables-filter): If variable is not dir-local,
7993         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
7994         because file-local overrides dir-local.
7995         (c-postprocess-file-styles)<declare-function>:
7996         Remove obsolete declaration.
7997         (hack-dir-local-variables): Add dir-local variable/value pair to
7998         `dir-local-variables-alist' and remove duplicates.  Doc fix.
8000         * help-fns.el (describe-variable): Add information about
8001         file-local and dir-local variables.
8003 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
8005         * files.el (hack-local-variables-filter): Rewrite.
8007 2009-07-19  Glenn Morris  <rgm@gnu.org>
8009         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
8010         Silence compiler by only defining on XEmacs.
8012         * international/mule.el (auto-coding-regexp-alist): Only match
8013         BABYL... at the start of buffer, not of lines.  (Bug#3790)
8015         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
8016         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
8017         (cal-menu-context-mouse-menu): Doc fix.
8019         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
8021         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
8023 2009-07-18  Juri Linkov  <juri@jurta.org>
8025         * info.el: Virtual Info keyword finder.
8026         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
8027         (Info-finder-file): New variable.
8028         (Info-finder-find-file): New function.
8029         (finder-known-keywords, finder-package-info)
8030         (find-library-name, lm-commentary): Use defvar and
8031         declare-function to silence compiler warnings.
8032         (Info-finder-find-node): New function.
8033         (info-finder): New command.
8035         * subr.el (process-kill-buffer-query-function): New function.
8036         (add-hook)<kill-buffer-query-functions>: Add hook
8037         `process-kill-buffer-query-function'.
8039 2009-07-18  Alan Mackenzie  <acm@muc.de>
8041         * progmodes/cc-mode.el (c-before-hack-hook)
8042         (c-postprocess-file-styles): Give invocation of `c-set-style'
8043         DONT-OVERRIDE parameter of t.  Already set style variables will
8044         thus not be overridden by style settings given by `c-file-syle'.
8046         * files.el (hack-local-variables-filter): Remove entries with
8047         duplicate keys from `file-local-variables-alist'.
8049 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8051         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
8052         x-set-selection if display-selections-p returns nil for the
8053         current frame.
8055 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
8057         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
8059 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
8061         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
8062         Accept nil in addition to a regexp.
8063         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
8064         Accept nil in addition to a regexp.
8065         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
8066         buffers that have an associated file.  Handle nil values of
8067         desktop-buffers-not-to-save and desktop-files-not-to-save.
8068         (Bug#3833)
8070         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
8071         (x-disown-selection-internal): New functions.
8073 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
8075         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
8076         warning.
8077         (gdb-breakpoints-header): Move forward to avoid compiler warning.
8078         (gdb-make-header-line-mouse-map): Remove duplicate definition.
8080 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
8082         * simple.el (set-mark): Revert last change.
8084 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
8086         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
8087         rendering of pngs is not possible instead of messaging a long
8088         description.
8090 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
8092         * w32-fns.el (x-selection-owner-p): New function.
8094         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
8095         (mouse-yank-at-click, mouse-yank-primary): If
8096         select-active-regions is non-nil, deactivate the mark before
8097         insertion.
8099         * simple.el (deactivate-mark, set-mark): Only save selection if we
8100         own it.
8102 2009-07-17  Kenichi Handa  <handa@m17n.org>
8104         * case-table.el (describe-buffer-case-table): Fix for the case
8105         that KEY is a cons.
8107 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
8109         * vc-rcs.el (vc-rcs-find-file-hook):
8110         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
8112 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
8114         * net/tramp.el (tramp-wait-for-output): Handle the case when
8115         commands do not return a newline but a null byte before the shell
8116         prompt.  (Bug#3858)
8118 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8120         * term/ns-win.el (ns-set-alpha): Don't declare.
8121         (ns-set-background-alpha): Remove function.
8123 2009-07-16  Kevin Ryde  <user42@zip.com.au>
8125         * emacs-lisp/copyright.el (copyright-update): Save match-data across
8126         y-or-n-p, for safety.
8128 2009-07-16  Richard Stallman  <rms@gnu.org>
8130         * files.el (auto-save-mode): If buffer-saved-size is -2,
8131         don't clobber it.
8133         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
8134         (rmail-retry-ignored-headers): Add more uninteresting fields.
8136 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
8138         * net/rcirc.el (rcirc): Use history variables.
8139         (rcirc-server-name-history, rcirc-nick-name-history)
8140         (rcirc-server-port-history): New variables.
8142 2009-07-15  Kenichi Handa  <handa@m17n.org>
8144         * international/mule-cmds.el (set-language-environment-charset):
8145         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
8146         ignore them.
8148         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
8149         Delete unibyte-display.
8151 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8153         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
8155 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
8157         * simple.el (deactivate-mark): Optional argument FORCE.
8158         (set-mark): Use deactivate-mark.
8160         * info.el (Info-search): No need to check transient-mark-mode
8161         before calling deactivate-mark.
8163         * select.el (x-set-selection): Doc fix.
8164         (x-valid-simple-selection-p): Allow buffer values.
8165         (xselect--selection-bounds): Handle buffer values.  Suggested by
8166         David De La Harpe Golden.
8168         * mouse.el (mouse-set-region, mouse-drag-track): Call
8169         copy-region-as-kill before setting the mark, to let
8170         select-active-regions work.
8172 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
8174         * simple.el (deactivate-mark): If select-active-regions is
8175         non-nil, copy the selection data into a string.
8176         (activate-mark): If select-active-regions is non-nil, set the
8177         selection to the current buffer.
8178         (set-mark): Update selection if select-active-regions is non-nil.
8180         * select.el (x-valid-simple-selection-p): Allow buffer values.
8182 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8184         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
8185         and more featureful message-mode.
8187 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
8189         * select.el (x-set-selection): Doc fix.
8190         (x-valid-simple-selection-p): Disallow selection data consisting
8191         of a list or cons of integers, since that is not used.
8192         (xselect--selection-bounds, xselect--int-to-cons): New functions.
8193         (xselect-convert-to-string, xselect-convert-to-length)
8194         (xselect-convert-to-filename, xselect-convert-to-charpos)
8195         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
8197 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
8199         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
8200         output in -break-info command (Emacs bug #3794).
8202 2009-07-14  Glenn Morris  <rgm@gnu.org>
8204         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
8205         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
8206         (edebug-print-length, edebug-print-level, edebug-print-circle)
8207         (edebug-sit-for-seconds, edebug-view-outside)
8208         (edebug-bounce-point, edebug-set-global-break-condition)
8209         (edebug-Go-nonstop-mode, edebug-trace-mode)
8210         (edebug-Trace-fast-mode, edebug-continue-mode)
8211         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
8212         (edebug-visit-eval-list): Doc fixes.
8214         * subr.el (def-edebug-spec): Doc fix.
8216 2009-07-14  Kenichi Handa  <handa@m17n.org>
8218         * international/characters.el: Fix setting of category ?C.
8220 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
8222         * term/ns-win.el (x-select-font): defalias x-select-font to
8223         ns-popup-font-panel instead of generate-fontset-menu.
8225 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
8227         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
8229 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
8231         * arc-mode.el (archive-find-type): Allow for a PK00 string before
8232         the PK\003\004 header (Bug#3770).
8234 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
8236         * pcomplete.el (pcomplete-comint-setup): Check for
8237         shell-dynamic-complete-filename too.
8239 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
8241         * simple.el (temporary-goal-column): Change the value for
8242         line-move-visual to a cons cell.
8243         (line-move-visual): Record or set the window hscroll, if
8244         necessary (Bug#3494).
8245         (line-move-1): Handle cons value of temporary-goal-column.
8247 2009-07-11  Kenichi Handa  <handa@m17n.org>
8249         * international/mule-diag.el (describe-character-set): Don't show
8250         width.
8252 2009-07-10  Sam Steingold  <sds@gnu.org>
8254         * progmodes/compile.el (compilation-mode-font-lock-keywords):
8255         Omake sometimes indents the errors it prints, so allow all
8256         regexps to start with spaces.
8258 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
8260         * cus-edit.el (customize-changed-options-previous-release):
8261         Bump value to 22.1.  (Bug#3804)
8263 2009-07-08  Sam Steingold  <sds@gnu.org>
8265         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
8266         to be a cons cell (test . ignored-directory) to selectively ignore
8267         some directories depending on the location of the search.
8269 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
8271         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
8272         remote user is root, on the local host.
8273         (tramp-local-host-p): Either the local user or the remote user
8274         must be root.  (Bug#3771)
8276 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8278         * progmodes/gdb-mi.el (gdb): Remove description of
8279         gdb-use-separate-io-buffer.
8280         (menu): Don't allow toggling of or enable
8281         gdb-use-separate-io-buffer from menubar.
8283 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
8285         * mail/unrmail.el (unrmail): Make sure the message ends with two
8286         newlines (Bug#3769).
8288 2009-07-08  Glenn Morris  <rgm@gnu.org>
8290         * calendar/calendar.el (calendar-current-date): Rework previous change.
8292 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
8294         * calendar/calendar.el (calendar-current-date):
8295         Add an optional argument giving an offset from today.
8297 2009-07-08  Glenn Morris  <rgm@gnu.org>
8299         * tutorial.el (tutorial--describe-nonstandard-key):
8300         Adjust the message for when a key has been unbound.
8301         (help-with-tutorial): Hide the arch-tag.
8303 2009-07-08  Kenichi Handa  <handa@m17n.org>
8305         * international/fontset.el (setup-default-fontset): For each
8306         script, append (not set) font-specs.
8308         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
8309         docstring.
8311 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
8313         * progmodes/gdb-mi.el (gdb-init-1): Move sending
8314         -data-list-register-names to ...
8315         (gdb-starting): ... here because GDB 7.0 requires execution to
8316         have started when using this MI command.
8317         (gdb-set-header): New function to distinguish select and
8318         unselected tabs in gdb buffers.
8319         (gdb-propertize-header): New macro that uses gdb-set-header.
8320         (gdb-breakpoints-header, gdb-locals-header): Use it.
8321         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
8323 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
8325         * Makefile.in (ELCFILES): Remove fadr.elc.
8327 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
8329         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
8330         may contain frame information, so `string-match' should be used.
8331         (gdb-update): Disassembly is invalidated through
8332         `gdb-get-selected-frame'.
8333         (gdb-pad-string): New function to pad string with spaces.
8334         (gdb-invalidate-disassembly): Invalidate only if the buffer
8335         exists.
8336         (gdb-disassembly-handler-custom): Column alignment.
8337         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
8338         placing new ones.
8339         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
8340         end of line, too.
8341         (gdb-frame-handler): Match convention to for disassembly buffer
8342         mode name.
8343         (gdb-stack-list-frames-handler): Rewritten without regexps.
8344         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
8345         not highlight breakpoints without line information.
8346         (gdb-input): Add trailing newline to command.
8348         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
8349         buffer properly.
8350         (gdb-breakpoints-list-handler-custom): Replacement for
8351         `gdb-break-list-handler'.  Using real parser instead of regexps
8352         now.
8353         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
8354         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
8355         to place breakpoints.
8356         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
8357         functions.
8358         (gdb-disassembly-handler-custom): Show overlay arrow.
8359         (gdb-disassembly-place-breakpoints): Show breakpoints in
8360         disassembly buffer.
8361         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
8362         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
8363         instead of parsing breakpoints buffer.  Fixed old menu references
8364         in `gud-menu-map'.
8366         * fadr.el: Remove.
8368         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
8369         (gdb-memory-address): New variable which holds top address of
8370         memory page shown in memory buffer.
8371         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
8372         customization variables.
8373         New functions:
8374         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
8375         display the memory buffer.
8376         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
8377         buffer display parameters.
8378         (def-gdb-memory-format, gdb-memory-format-binary)
8379         (gdb-memory-format-octal, gdb-memory-format-unsigned)
8380         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
8381         Functions for setting memory buffer format.
8382         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8383         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
8384         unit size used in memory buffer.
8385         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
8386         to next/previous page of memory buffer.
8387         Now using (bindat-get-field) instead of fadr functions.
8389 2009-07-07  Sam Steingold  <sds@gnu.org>
8391         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
8392         non-top-level files.
8394 2009-07-07  Kenichi Handa  <handa@m17n.org>
8396         * international/mule-cmds.el (reset-language-environment): Put
8397         the highset priority to the charset iso-8859-1.
8399 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8401         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
8402         to the end of the line when locating the block (Bug#700).
8404 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
8406         * net/tramp.el (tramp-handle-write-region): Flush file properties
8407         in case of short track.
8409 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
8411         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
8412         representation of verilog error regular expressions to work with
8413         Emacs-22's new format.
8414         (verilog-error-regexp-xemacs-alist): Coded custom representation
8415         of verilog error regular expressions to work with XEmacs format.
8416         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
8417         error recognition into XEmacs.
8418         (verilog-error-regexp-add-emacs): Hook routine to install verilog
8419         error recognition into Emacs-22.
8421 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
8423         * woman.el: Remove stand-alone closing parentheses.
8424         (woman-file-name, woman2-format-paragraphs)
8425         (woman-leave-blank-lines): Code cleanup.
8426         (woman-use-own-frame): Change default to nil.
8427         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
8428         defaults to inherit from default faces.
8429         (woman2-process-escapes): Consume the newline after a stand-alone
8430         filler character (Bug#3651).
8432 2009-07-06  Glenn Morris  <rgm@gnu.org>
8434         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
8435         (top-level): Move provide to the end.
8436         (ffap): Remove defunct URL from custom group.
8438         * subr.el (eval-after-load): Doc fix.
8440 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
8442         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
8443         `calc-embedded-word' is called twice.
8445 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         * files.el (find-alternate-file-other-window, find-alternate-file):
8448         Obey confirm-nonexistent-file-or-buffer.
8450 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
8452         * dired-aux.el (dired-show-file-type): Handle remote files.
8454 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
8456         * desktop.el (desktop-globals-to-save):
8457         Add file-name-history (Bug#2750).
8459 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
8461         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
8463 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
8465         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
8466         property on entire argument since this is what eshell-lisp-command
8467         expects.
8469 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
8471         * net/tramp-gvfs.el (tramp-gvfs-methods)
8472         (tramp-gvfs-zeroconf-domain)
8473         (tramp-bluez-discover-devices-timeout): Add version flag.
8474         (tramp-gvfs-handler-mounted-unmounted)
8475         (tramp-gvfs-connection-mounted-p): Polish handling of
8476         incompatibilities between GVFS 0.2 and 1.0.
8478 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
8480         * cus-start.el (all): Add make-pointer-invisible.
8482 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
8484         * calc-math.el (math-use-emacs-fn): Make sure that the number is
8485         formatted correctly.
8487 2009-07-02  Juri Linkov  <juri@jurta.org>
8489         * info.el: Virtual Info files and nodes.
8490         (Info-virtual-files, Info-virtual-nodes): New variables.
8491         (Info-current-node-virtual): New variable.
8492         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
8493         New functions.
8494         (Info-file-supports-index-cookies): Use Info-virtual-file-p
8495         to check for a virtual file instead of checking a fixed list
8496         of node names.
8497         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
8498         instead of ad-hoc processing of "dir" and (apropos history toc).
8499         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
8500         instead of ad-hoc processing of "dir" and (apropos history toc).
8501         Reread a file when moving from a virtual node.
8502         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
8503         (Info-directory-toc-nodes, Info-directory-find-file)
8504         (Info-directory-find-node): New functions.
8505         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
8506         (Info-history): Move part of code to
8507         `Info-history-find-node'.
8508         (Info-history-toc-nodes, Info-history-find-file)
8509         (Info-history-find-node): New functions.
8510         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
8511         (Info-toc): Move part of code to `Info-toc-find-node'.
8512         (Info-toc-find-node): New function.
8513         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
8514         the current Info file name to references because now the node
8515         "*TOC*" belongs to the same Info manual.
8516         (Info-toc-build): Rename from `Info-build-toc'.
8517         (Info-toc-nodes): Rename input argument `file' to `filename'.
8518         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
8519         instead of ad-hoc processing of ("dir" apropos history toc).
8520         (Info-index-nodes): Use Info-virtual-file-p
8521         to check for a virtual file instead of checking a fixed list
8522         of node names.
8523         (Info-index-node): Add check for `Info-current-node-virtual'.
8524         Raise `save-match-data' higher up the tree to contain
8525         `search-forward' too (bug fix).
8526         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
8527         (Info-virtual-index-nodes): New variable.
8528         (Info-virtual-index-find-node, Info-virtual-index): New functions.
8529         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
8530         (Info-apropos-file, Info-apropos-nodes): New variables.
8531         (Info-apropos-toc-nodes, Info-apropos-find-file)
8532         (Info-apropos-find-node, Info-apropos-matches): New functions.
8533         (info-apropos): Move part of code to `Info-apropos-find-node' and
8534         `Info-apropos-matches'.
8535         (Info-mode-map): Bind "I" to `Info-virtual-index'.
8536         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
8537         for a virtual file instead of checking a fixed list of node names.
8539         * simple.el (async-shell-command): New command.
8541         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
8543         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
8544         instead of `mount-info'.
8546 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
8548         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
8549         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
8551 2009-07-02  Kenichi Handa  <handa@m17n.org>
8553         * international/mule.el (set-keyboard-coding-system): Force *-unix
8554         coding-system to avoid eol conversion.
8556 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
8558         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
8559         Add handler for `process-file', `shell-command' and
8560         `start-file-process'.
8561         (tramp-gvfs-handle-shell-command)
8562         (tramp-gvfs-handle-start-file-process)
8563         (tramp-gvfs-handle-process-file): New defuns.
8564         (tramp-synce-list-devices): Simplify check for existence of property.
8566 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
8568         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
8570 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
8572         * language/korean.el (set-language-info-alist): Add korean-cp949,
8573         cp949 to spec.
8575 2009-07-01  Kenichi Handa  <handa@m17n.org>
8577         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
8579         * international/encoded-kb.el: Deleted.
8581         * international/mule.el (set-keyboard-coding-system): Perform the
8582         necessary setup here instead of calling encoded-kbd-setup-display.
8584 2009-07-01  Glenn Morris  <rgm@gnu.org>
8586         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
8588 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
8590         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
8592 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
8594         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
8595         Handle also the 'rename case, when setting file modes.  (Bug#3712)
8596         (tramp-default-file-modes) Remove execute permissions.
8598         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
8599         (top): Add a default for "synce" in `tramp-default-user-alist'.
8600         Add completion function for "synce" method.
8601         (tramp-hal-service, tramp-hal-path-manager)
8602         (tramp-hal-interface-manager, tramp-hal-interface-device):
8603         New defconst.
8604         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
8605         (tramp-synce-list-devices, tramp-synce-parse-device-names):
8606         New defuns.
8608         * net/trampver.el: Update release number.
8610 2009-06-30  Kenichi Handa  <handa@m17n.org>
8612         * international/fontset.el (setup-default-fontset): Add CJK fonts
8613         for symbols and the other miscellaneous characters.
8615         * language/korea-util.el (setup-korean-environment-internal):
8616         Make char-width-table suitable for Korean environments.
8617         (exit-korean-environment): Cancel above.
8619         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8620         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
8621         setup-funcion to make char-widht-table suitable for respective
8622         environments, and an exit-function to cancel that.
8624         * language/japan-util.el (setup-japanese-environment-internal):
8625         Call use-cjk-char-width-table with arg `ja_JP'.
8627         * international/characters.el (cjk-char-width-table): Delete it.
8628         (cjk-char-width-table-list): New variable.
8629         (use-cjk-char-width-table): New arg local-name.
8630         (use-default-char-width-table): Fix for the case that Emacs is
8631         already using the default char-width-table.
8633 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
8635         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
8636         modes mandatory.  (Bug#3712)
8638 2009-06-29  Alan Mackenzie  <acm@muc.de>
8640         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
8641         correction between the visible width of TABs and their number of bytes.
8643 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
8645         * server.el (server-buffer-done): Prevent kill-buffer from
8646         prompting by clearing the buffer modification flag (Bug#3696).
8648 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
8650         * verilog-mode.el (verilog-beg-of-statement)
8651         (verilog-endcomment-reason-re): Support unique case and priority case.
8652         (verilog-basic-complete-re): Support localparam lineup.
8653         (verilog-beg-of-statement-1): Fix for robustness, unique case.
8654         (verilog-set-auto-endcomments): Fix for unique case, always_comb
8655         commenting.
8656         (verilog-leap-to-case-head): Now support *nested* unique &
8657         priority case statements.
8658         (verilog-auto-lineup): Make just declarations the default (as it
8659         had been).
8660         (verilog-leap-to-case-head): Support priority/unique case statements.
8661         (verilog-auto-lineup): Rework to give users radio buttons to
8662         select the various styles of automatic lineup.
8663         (verilog-error-regexp-alist): Rework to support the XEmacs style
8664         of error regular expressions from compilers, lint tools &
8665         simulators.  Note that GNU Emacs has made it impossible for a mode
8666         to load such things.
8667         (electric-verilog-terminate-line, verilog-indent-declaration)
8668         (verilog-auto-wiure): Rework for radio button selection of
8669         auto-lineup selection of specification of auto lineup.
8670         (verilog-beg-of-statement-1): Redesign to support proper operation
8671         in additional code, based on testing with auto-lineup.
8672         (verilog-calculate-indent, assignments & declarations)
8673         (verilog-backward-token): Enhance to support auto-lineup of
8674         assignments & declarations.
8675         (verilog-in-directive-p, verilog-at-struct-p): New function for
8676         easy test of whether we are.
8677         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
8678         to support safe execution at almost anyline.
8679         (verilog-calc-1): Properly support indenting deep inside generate
8680         blocks.
8681         (verilog-init-font) Remove definition & use of verilog-init-font,
8682         as it is redundant with font-lock-defaults.
8683         (verilog-mode): Alter the definition of verilog-font-lock-defaults
8684         to avoid circular calls if syntax-ppss is a function (as is the
8685         case now in 22.x GNU Emacs) as that function would sometimes call
8686         itself, leading to (nearly) infinite recursion.
8687         (verilog-ovm-begin-re, verilog-ovm-end-re)
8688         (verilog-ovm-statement-re, verilog-leap-to-head)
8689         (verilog-backward-token): Add support for OVM macros.  Some are
8690         complete statements, and others open and close scopes like begin
8691         and end.
8692         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
8693         (verilog-defun-level-generate-only-re): Really fix the defun-list
8694         compilation issue.
8695         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
8696         coverpoint, constraint and cross statements.
8697         (verilog-defun-level-list, verilog-generate-defun-level-list)
8698         (verilog-all-defun-level-list): Redo these specifications - it is
8699         too hard to support eval-when compile aggregation of lists also
8700         built at when-compile time.
8701         (verilog-defun-level-list): Place defconsts of variables used in
8702         building regular expressions which are built in eval-when-compile
8703         bodies in the same eval-when-compile body to facilitate compile
8704         without load.
8705         (verilog-beg-block-re-ordered): Support indenting
8706         virtual/protected tasks and functions.
8707         (verilog-defun-level-list, verilog-in-generate-region-p)
8708         (verilog-backward-ws&directives, verilog-calc-1): Speed up
8709         indentation of some module items (generate items).
8710         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
8711         across virtual/protected tasks and functions.
8713 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
8715         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
8716         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
8717         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
8718         in concatenations.  Reported by Yishay Belkind.
8719         (verilog-auto-ascii-enum): Support one-hot state machines in
8720         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
8721         (verilog-auto-inst, verilog-auto-inst-port): Include interface
8722         modport in AUTOINST and add vl-modport for users.  Reported by
8723         David Rogoff.
8724         (verilog-auto-inout-module, verilog-auto-inst)
8725         (verilog-decls-get-interfaces, verilog-insert-definition)
8726         (verilog-insert-one-definition, verilog-read-decls)
8727         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
8728         (verilog-sig-modport, verilog-signals-combine-bus)
8729         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
8730         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
8731         Suggested by David Rogoff.
8732         (verilog-repair-open-comma): Fix non-insertion of comma when
8733         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
8734         (verilog-make-width-expression): Simplify [A-1:0] expression
8735         widths to just {A{1'b0}}.
8736         (verilog-mode): Cleanup checkdoc warnings.
8737         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
8738         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
8739         inputs/outputs or data type.  Suggested by Vasu Kandadi.
8740         (next-error-last-buffer): Fix byte-compiler warning.
8741         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
8742         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
8743         or shell command text during AUTO expansion.  Suggested by Tad Truex.
8744         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
8745         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
8746         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
8747         in AUTOINOUT.  Reported by Matthew Lovell.
8748         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
8749         causing use of <= assignments.  Reported by Alex Reed.
8750         (verilog-read-decls): Fix triand, trior, wand, wor to be
8751         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
8752         (verilog-extended-complete-re): Support import "DPI-C" functions.
8753         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
8754         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
8755         (verilog-insert-date, verilog-insert-year)
8756         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
8757         Windows systems.  Reported by Michael Potts.
8758         (verilog-read-module-name): Fix AUTOINST when the child module
8759         declaration's name is a tick define.  Reported by Elliot Mednick.
8760         (verilog-read-decls): Fix V2K parameter bit subscripts getting
8761         passed to next parameter's definition.  Reported by Bruce T.
8762         (verilog-read-decls): Fix detecting "parameter int" when using
8763         AUTOINSTPARAM.  Reported by Bruce T.
8764         (verilog-goto-defun): Fix goto not finding modules unless first
8765         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
8766         (verilog-mode): Expand -f flag arguments on entry to mode so
8767         verilog-goto-defun will work.  Reported by Lawrence Butcher.
8768         (verilog-getopt): Expand environment variables in -f file
8769         arguments.  Suggested by Lawrence Butcher.
8770         (verilog-set-define): Fix "Symbol's value as variable is void"
8771         when reading enumerations.
8772         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
8773         Suggested by Stephen Peltan.
8774         (verilog-read-defines): Fix reading of enumerations in include
8775         files.  Reported by Steve Peltan.
8777 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8779         * files.el (trash-directory): Fix defcustom type.
8781 2009-06-28  Juri Linkov  <juri@jurta.org>
8783         * help-fns.el (describe-function-1): Correctly locate adviced
8784         functions in hyperlink (Bug#2438).
8786 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
8788         * files.el (trash-directory): Change default to nil.
8789         (move-file-to-trash): If trash-directory is nil and
8790         system-move-file-to-trash is unbound, perform freedesktop-style
8791         trashing.
8793 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
8795         * files.el (move-file-to-trash): Add freedesktop trash
8796         support (Bug#973).
8798 2009-06-28  Glenn Morris  <rgm@gnu.org>
8800         * autorevert.el (global-auto-revert-non-file-buffers)
8801         (global-auto-revert-mode): Doc fixes.
8803 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
8805         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
8807 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
8809         * faces.el (x-handle-named-frame-geometry): Ensure that we have
8810         opened an X connection before calling x-get-resource (Bug#3194).
8812         * play/doctor.el: Remove reference to obsolete website.
8813         (make-doctor-variables): Correct grammar mistake (Bug#2633).
8815 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
8817         Remove find-file-not-found-hook VC method.  (Bug#2757)
8818         * vc-hooks.el (vc-file-not-found-hook)
8819         (vc-default-find-file-not-found-hook): Remove functions.
8820         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
8821         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
8822         * vc.el:
8823         * vc-hg.el:
8824         * vc-git.el: Do not mention find-file-not-found-hook VC method.
8826 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8828         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
8829           compatibility function for `looking-back'.
8831         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
8832         Use `ispell-looking-back'.
8834 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
8836         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
8837         rather than `filename'.
8839 2009-06-23  Miles Bader  <miles@gnu.org>
8841         * face-remap.el (text-scale-set): New function.
8843 2009-06-23  Glenn Morris  <rgm@gnu.org>
8845         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
8847         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
8849         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
8851         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
8853         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8854         Simplify Persian conditionals.
8856         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
8857         variable `filename'.
8859         * comint.el (comint-insert-input): Doc fix.
8861         * Makefile.in (ELCFILES): Fix typo in previous change.
8863 2009-06-23  Miles Bader  <miles@gnu.org>
8865         * cus-start.el: Add entry for `recenter-redisplay'.
8867 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8869         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
8870         Add an optional argument for the backend, use it instead of
8871         calling vc-backend.
8872         (vc-mode-line): Add an optional argument for the backend.
8873         Pass the backend to vc-state and vc-working-revision.  Move code for
8874         special handling for vc-state being a buffer to ...
8876         * vc-rcs.el (vc-rcs-find-file-hook):
8877         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
8879         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
8880         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
8881         vc-stay-local-p and vc-mode-line calls.
8883         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
8884         (vc-cvs-diff, vc-cvs-annotate-command)
8885         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
8886         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
8887         vc-mode-line calls.
8889         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
8890         direct comparison.
8891         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
8892         backend when calling vc-mode-line.
8893         (vc-register): Do not create a closure for calling the vc register
8894         function, call it directly.
8896 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
8898         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
8899         to make it obvious item can be clicked.
8901         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
8903 2009-06-23  Kenichi Handa  <handa@m17n.org>
8905         * language/korea-util.el (korean-key-bindings): Change the binding
8906         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
8907         same command.
8909 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
8911         Sync with Tramp 2.1.16.
8913         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
8915         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
8916         when a loading of a package fails.  Completion function for rsync
8917         is `tramp-completion-function-alist-ssh'.
8918         (all): Replace all calls of `split-string' and
8919         `tramp-split-string' by `tramp-compat-split-string'.
8920         (tramp-default-method): Use `tramp-compat-process-running-p'.
8921         (tramp-default-proxies-alist): Allow also Lisp forms.
8922         (tramp-remote-path): Add choice "Private Directories".
8923         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
8924         (tramp-domain-regexp): Allow also "-", "_" and ".".
8925         (tramp-end-of-output): Remove newlines, and add "$" at the end.
8926         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
8927         (tramp-debug-message): Insert header line in debug buffer.
8928         (tramp-handle-directory-files-and-attributes-with-stat):
8929         Care about filenames with spaces, or starting with "-".
8930         (tramp-handle-dired-uncache): New defun.
8931         (tramp-handle-insert-directory): Don't flush the directory from
8932         cache, this is handled by `dired-uncache' now.
8933         (tramp-handle-insert-file-contents): Improve error handling.
8934         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8935         Quote `tramp-end-of-output'.
8936         (tramp-action-password): Improve trace message.
8937         (tramp-check-for-regexp): Both echoes must be present, before removing.
8938         (tramp-open-connection-setup-interactive-shell): Trace coding system.
8939         (tramp-compute-multi-hops): Eval cons cells of
8940         `tramp-default-proxies-alist'.
8941         (tramp-maybe-open-connection): Use the same command pattern for
8942         first hop and further hops.
8943         (tramp-wait-for-output): Remove handling of newlines.
8944         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
8945         (tramp-split-string): Remove function.  It is handled in
8946         tramp-compat now.
8948         * net/tramp-cmds.el (tramp-bug):
8949         Recommend `tramp-cleanup-all-connections' in the bug mail.
8951         * net/tramp-compat.el (tramp-compat-split-string)
8952         (tramp-compat-process-running-p): New defuns.
8954         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
8955         for `dired-uncache'.
8957         * net/tramp-gvfs.el: New package.
8959         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
8960         Add handler for `dired-uncache'.
8961         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
8963         * net/trampver.el: Update release number.  Make version check fit
8964         for SXEmacs 22.
8966 2009-06-22  Jim Meyering  <meyering@redhat.com>
8968         Automatically handle .xz suffix (XZ-compressed files), too.
8969         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
8970         XZ is the successor to LZMA: <http://tukaani.org/xz/>
8972 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
8973             Nick Roberts  <nickrob@snap.net.nz>
8975         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
8976         repository (http://sphinx.net.ru/hg/gdb-mi/).
8978 2009-06-22  Glenn Morris  <rgm@gnu.org>
8980         * files.el (dir-locals-collect-mode-variables): Allow for any number of
8981         `mode' and `eval' entries.  (Bug#3430)
8983         * Makefile.in (ELCFILES): Add fadr.elc.
8985         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
8986         differing behavior of \n and ^ in strings.  (Bug#3385)
8988         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
8990         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
8991         property.
8992         (lisp-indent-function): Make it a defcustom.
8994 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
8996         * progmodes/gdb-ui.el: Replace with ...
8997         * progmodes/gdb-mi.el: ... this file.
8998         * progmodes/gud.el: Modify for gdb-mi.el.
9000 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
9002         * fadr.el: New file.
9004 See ChangeLog.14 for earlier changes.
9006 ;; Local Variables:
9007 ;; coding: utf-8
9008 ;; End:
9010     Copyright (C) 2009  Free Software Foundation, Inc.
9012   This file is part of GNU Emacs.
9014   GNU Emacs is free software: you can redistribute it and/or modify
9015   it under the terms of the GNU General Public License as published by
9016   the Free Software Foundation, either version 3 of the License, or
9017   (at your option) any later version.
9019   GNU Emacs is distributed in the hope that it will be useful,
9020   but WITHOUT ANY WARRANTY; without even the implied warranty of
9021   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
9022   GNU General Public License for more details.
9024   You should have received a copy of the GNU General Public License
9025   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
9027 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1