* vc.el (vc-log-show-limit): Default to 2000.
[emacs.git] / lisp / ChangeLog
blob67a56445aff39afe644cc767f8957634e26b43df
1 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
3         * vc.el (vc-log-show-limit): Default to 2000.
4         (vc-print-log-internal): Insert buttons to request more entries
5         when limiting the output.
7         * vc-sccs.el (vc-sccs-print-log):
8         * vc-rcs.el (vc-rcs-print-log):
9         * vc-cvs.el (vc-cvs-print-log):
10         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11         LIMIT is non-nil.
13 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
15         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
16         error when `tramp-gvfs-dbus-event-vector' is set.
17         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
19 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
23 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
25         * net/dbus.el (dbus-unregister-service): New defun.
26         (dbus-register-property): Register the handlers of
27         "org.freedesktop.DBus.Properties" for SERVICE.
28         (dbus-property-handler): Fix docstring.
30 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
32         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
33         Quote doc string reference in defvaralias as it is not in special form.
34         (byte-compile-output-docform): Doc fix.
36 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
38         * calc/calc.el (math-2-word-size, math-half-2-word-size)
39         (calc-complement-signed-mode): New variables.
40         (calc-set-mode-line): Add indicator for twos-complements.
41         (math-format-number): Format twos-complement notation.
43         * calc/calc-bin.el (calc-word-size): Reset the variables
44         `math-2-word-size' and `math-half-2-word-size'.
45         (math-format-complement-signed, math-symclip, calcFunc-symclip)
46         (calc-symclip): New functions.
48         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
50         * calc/calc-embed.el (calc-embedded-mode-vars):
51         Add `calc-complement-signed-mode' to the list of modes.
53         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
54         (calc-b-oper-keys): Add `calc-symclip' to list.
56         * calc/calc-ext.el (math-read-number-fancy): Read complement
57         signed numbers.
58         (calc-init-extensions): Add binding for `calc-symclip'.
59         Add autoload for `calcFunc-symclip' and `calc-symclip'.
61         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
62         `calc-symclip'.
63         (calc-modes-menu): Add item for twos complement mode.
65         * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
67 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
69         * register.el (jump-to-register, insert-register): Handle Semantic
70         tags.  From commented-out advice in semantic/senator.el.
72 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
74         * vc.el (vc-log-show-limit): New variable.
75         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
76         when using a prefix argument.
77         (vc-print-log-internal): Add new argument LIMIT.
79         * vc-svn.el (vc-svn-print-log):
80         * vc-mtn.el (vc-mtn-print-log):
81         * vc-hg.el (vc-hg-print-log):
82         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
83         pass it to the log command when set. Make the BUFFER argument
84         non-optional.
86         * vc-sccs.el (vc-sccs-print-log):
87         * vc-rcs.el (vc-rcs-print-log):
88         * vc-git.el (vc-git-print-log):
89         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
90         ignore it.  Make the BUFFER argument non-optional
92         * bindings.el (mode-line-buffer-identification): Do not purecopy.
94 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
96         * dired.el (dired-mode-map): Move encryption items to "Operate"
97         menu (Bug#4703).
99         * strokes.el (strokes-update-window-configuration): Make strokes
100         buffer current before erasing (Bug#4906).
102         * cedet/semantic/idle.el (semantic-idle-summary-mode)
103         (semantic-idle-summary-mode): Define using define-minor-mode
104         instead of define-semantic-idle-service.
105         (semantic-idle-summary-mode): New function.
106         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
107         that mouse motion does not reset the echo area.
109 2009-11-15  Juri Linkov  <juri@jurta.org>
111         * simple.el (set-mark-default-inactive): Add :type, :group
112         and :version.  (Bug#4876)
114 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
116         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
117         (archive-unique-fname): ... here.  (Bug#4929)
119 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
121         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
122         with a real fix.
124         * novice.el (disabled-command-function): Add useful args.
125         Setup the help buffer so that [back] works.
126         Remove redundant call to help-mode.
127         (disabled-command-function): Use `case'.
128         (en/disable-command): New function extracted from enable-command.
129         (enable-command, disable-command): Use it.
131 2009-11-14  Glenn Morris  <rgm@gnu.org>
133         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
134         constants.  (Bug#4913)
136         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
138 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
140         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
141         defined in C that have no doc-strings.  (Bug#1063)
143 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
145         * cus-edit.el (data, files):
146         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
148 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
150         * simple.el (shell-command): Doc fix (Bug#4891).
152         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
154 2009-11-14  Glenn Morris  <rgm@gnu.org>
156         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
157         statements for vc-diff, emerge-quit, and rmail-cease-edit.
158         If they are already loaded, eval-after-load will do the right thing.
160         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
161         compiling.
163         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
165         * simple.el (x-selection-owner-p): Declare.
166         (read-mail-command): Use custom radio type rather than choice.
167         (completion-no-auto-exit): Doc fix.
169         * custom.el (defgroup):
170         * epg-config.el (epg): Doc fixes.
172 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
174         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
175         * international/ccl.el (define-ccl-program): Do not purecopy the
176         docstring, defconst does it anyway.
178 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
180         * add-log.el (add-change-log-entry): Avoid displaying the changelog
181         a second time.
183         * x-dnd.el (x-dnd-maybe-call-test-function):
184         * window.el (split-window-vertically):
185         * whitespace.el (whitespace-help-on):
186         * vc-rcs.el (vc-rcs-consult-headers):
187         * userlock.el (ask-user-about-lock-help)
188         (ask-user-about-supersession-help):
189         * type-break.el (type-break-force-mode-line-update):
190         * time-stamp.el (time-stamp-conv-warn):
191         * terminal.el (te-set-output-log, te-more-break, te-filter)
192         (te-sentinel,terminal-emulator):
193         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
194         (term-write-input-ring, term-check-source, term-start-output-log):
195         (term-display-buffer-line, term-dynamic-list-completions):
196         (term-ansi-make-term, serial-term):
197         * subr.el (selective-display):
198         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
199         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
200         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
201         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
202         (speedbar-remove-localized-speedbar-support)
203         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
204         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
205         (speedbar-buffers-line-directory):
206         * simple.el (shell-command-on-region, append-to-buffer)
207         (prepend-to-buffer):
208         * shadowfile.el (shadow-save-todo-file):
209         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
210         (scroll-bar-maybe-set-window-start):
211         * sb-image.el (speedbar-image-dump):
212         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
213         (load-save-place-alist-from-file):
214         * ps-samp.el (ps-print-message-from-summary):
215         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
216         (ps-background-image, ps-begin-job, ps-do-despool):
217         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
218         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
219         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
220         (pr-call-process, pr-file-list, pr-interface-save):
221         * novice.el (disabled-command-function)
222         (enable-command, disable-command):
223         * mouse.el (mouse-buffer-menu-alist):
224         * mouse-copy.el (mouse-kill-preserving-secondary):
225         * macros.el (kbd-macro-query):
226         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
227         * informat.el (batch-info-validate):
228         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
229         * hippie-exp.el (try-expand-dabbrev-visible):
230         * help-mode.el (help-make-xrefs):
231         * help-fns.el (describe-variable):
232         * generic-x.el (bat-generic-mode-run-as-comint):
233         * finder.el (finder-mouse-select):
234         * find-dired.el (find-dired-sentinel):
235         * filesets.el (filesets-file-close):
236         * files.el (list-directory):
237         * faces.el (list-faces-display, describe-face):
238         * facemenu.el (list-colors-display):
239         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
240         * epg.el (epg--process-filter, epg-cancel):
241         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
242         (epa--read-signature-type):
243         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
244         (emerge-file-names):
245         * ehelp.el (electric-helpify):
246         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
247         * ediff-vers.el (rcs-ediff-view-revision):
248         * ediff-util.el (ediff-setup):
249         * ediff-mult.el (ediff-append-custom-diff):
250         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
251         (ediff-wordify):
252         * echistory.el (Electric-command-history-redo-expression):
253         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
254         * disp-table.el (describe-display-table):
255         * dired.el (dired-find-buffer-nocreate):
256         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
257         * dabbrev.el (dabbrev--same-major-mode-p):
258         * chistory.el (list-command-history):
259         * apropos.el (apropos-documentation):
260         * allout.el (allout-obtain-passphrase):
261         (allout-copy-exposed-to-buffer):
262         (allout-verify-passphrase): Use with-current-buffer.
264 2009-11-13  Glenn Morris  <rgm@gnu.org>
266         * Makefile.in (ELCFILES): Regenerate.
268 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
270         * net/dbus.el (dbus-registered-objects-table): Rename from
271         `dbus-registered-functions-table', because it contains also properties.
272         (dbus-unregister-object): Unregister also properties.
273         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
274         Use a timeout of 500 msec, in order to not block.
275         (dbus-register-property, dbus-property-handler): New defuns.
277 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
279         * simple.el (minibuffer-default-add-completions): Drop deprecated
280         4th arg.
282 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
284         * textmodes/artist.el (artist-mouse-choose-operation):
285         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
286         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
287         (artist-compute-up-event-key): New function.
288         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
290 2009-11-13  Kenichi Handa  <handa@m17n.org>
292         * language/japan-util.el: Make sure that the value of jisx0208
293         property is jisx0208 character.
295 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
297         * international/mule.el (auto-coding-regexp-alist): Only purecopy
298         car or each item, not the whole list.
300 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
302         * minibuffer.el (minibuffer-completion-help):
303         Use minibuffer-hide-completions.
305 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
307         * dired.el (dired-save-positions, dired-restore-positions): New funs.
308         (dired-revert): Use them (bug#4880).
310 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
312         * tooltip.el (tooltip-frame-parameters): Undo previous change.
314 2009-11-12  Juri Linkov  <juri@jurta.org>
316         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
317         New functions.
318         (find-file-literally-at-point): Alias of `ffap-literally'.
320 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
322         * textmodes/ispell.el (ispell-skip-region-alist):
323         * textmodes/css-mode.el (auto-mode-alist):
324         * progmodes/compile.el (auto-mode-alist):
325         * international/mule.el (ctext-non-standard-encodings-alist)
326         (ctext-non-standard-encodings-regexp):
327         * simple.el (shell-command-switch, text-read-only):
328         * replace.el (occur-mode-map):
329         * paths.el (rmail-file-name):
330         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
331         * find-file.el (ff-special-constructs):
332         * files.el (file-name-handler-alist):
333         * composite.el: Purecopy strings.
335         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
337 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
339         * widget.el (define-widget): Purecopy the docstring.
340         * international/mule-cmds.el (charset): Do not purecopy the
341         docstring here, define-widget does it.
343         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
344         * textmodes/bibtex-style.el (auto-mode-alist):
345         * progmodes/inf-lisp.el (inferior-lisp-prompt):
346         * progmodes/compile.el (compile-command):
347         * language/korea-util.el (default-korean-keyboard):
348         * international/mule-conf.el (file-coding-system-alist):
349         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
350         * tooltip.el (tooltip-frame-parameters):
351         * newcomment.el (comment-end, comment-padding):
352         * dired.el (dired-trivial-filenames):
353         * comint.el (comint-file-name-prefix): Purecopy initial values.
355 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
357         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
358         (tramp-advice-minibuffer-electric-tilde): Unload advices via
359         `tramp-unload'.
360         (tramp-advice-make-auto-save-file-name)
361         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
362         after removing the advice.
364 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
366         * progmodes/grep.el (grep-regexp-alist):
367         * international/mule-cmds.el (iso-2022-control-alist):
368         * emacs-lisp/timer.el (timer-duration-words):
369         * subr.el (version-separator, version-regexp-alist):
370         * minibuffer.el (completion-styles-alist):
371         * faces.el (face-attribute-name-alist, list-faces-sample-text):
372         Change defvars to defconsts.
374         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
375         * loadup.el ("international/mule-conf"): Load the byte compiled version.
376         * international/mule-conf.el: Allow to be byte compiled.
378         * international/mule.el (define-charset): Purecopy props.
379         (load-with-code-conversion): Purecopy doc string and file name.
380         (put-charset-property): Purecopy strings.
381         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
383         * international/mule-cmds.el (register-input-method): Purecopy arguments.
384         (define-char-code-property): Correctly purecopy the table.
386         * international/ccl.el (define-ccl-program): Purecopy the docstring.
388         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
390         * subr.el (add-hook): Purecopy strings.
391         (eval-after-load): Purecopy load-history-regexp and the form.
393         * custom.el (custom-declare-group): Purecopy load-file-name.
395         * subr.el (menu-bar-separator): New defconst.
396         * net/eudc.el (eudc-tools-menu):
397         * international/mule-cmds.el (set-coding-system-map)
398         (mule-menu-keymap):
399         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
400         * vc-hooks.el (vc-menu-map):
401         * replace.el (occur-mode-map):
402         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
403         (menu-bar-edit-menu, menu-bar-goto-menu)
404         (menu-bar-custom-menu, menu-bar-showhide-menu)
405         (menu-bar-options-menu, menu-bar-tools-menu)
406         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
407         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
408         (menu-bar-help-menu):
409         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
410         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
412         * term/x-win.el (x-gtk-stock-map):
413         * progmodes/vera-mode.el (auto-mode-alist):
414         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
415         (inferior-lisp-program, inferior-lisp-load-command):
416         * progmodes/hideshow.el (hs-special-modes-alist):
417         * progmodes/gud.el (same-window-regexps):
418         * progmodes/grep.el (grep-program, find-program, xargs-program):
419         * net/telnet.el (same-window-regexps):
420         * net/rlogin.el (same-window-regexps):
421         * language/ethiopic.el (font-ccl-encoder-alist):
422         * vc-sccs.el (vc-sccs-master-templates):
423         * vc-rcs.el (vc-rcs-master-templates):
424         * subr.el (cl-assertion-failed):
425         * simple.el (next-error-overlay-arrow-position):
426         * lpr.el (lpr-command):
427         * locate.el (locate-ls-subdir-switches):
428         * info.el (same-window-regexps, info)
429         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
430         * image-mode.el (image-mode, auto-mode-alist):
431         * hippie-exp.el (hippie-expand-ignore-buffers):
432         * format.el (format-alist):
433         * find-dired.el (find-ls-subdir-switches, find-grep-options)
434         (find-name-arg):
435         * facemenu.el (facemenu-keybindings):
436         * dired.el (dired-listing-switches, dired-chown-program):
437         * diff.el (diff-switches, diff-command):
438         * cus-edit.el (same-window-regexps):
439         * bindings.el (mode-line-mule-info)
440         (mode-line-buffer-identification): Purecopy strings.
442 2009-11-11  Juri Linkov  <juri@jurta.org>
444         * simple.el (dired-get-filename)<declare-function>:
445         Tell the byte-compiler about dired-get-filename.
446         (shell-command): In Dired mode, get filename from the current line
447         as the default value.
449 2009-11-10  Glenn Morris  <rgm@gnu.org>
451         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
452         * calendar/holidays.el, progmodes/cperl-mode.el:
453         Update x-popup-menu declarations.
455         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
456         (list-load-path-shadows): Use dolist.
457         (list-load-path-shadows): Use with-current-buffer.
459 2009-11-10  Juri Linkov  <juri@jurta.org>
461         * minibuffer.el (read-file-name): Support a list of default values
462         in `default-filename'.  Use the first file name where only one
463         element is required.  Doc fix.
465 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
467         * net/dbus.el (dbus-unregister-object): Release service, if no
468         other method is registered for it.
470 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
472         * bookmark.el (bookmark-completing-read): Sort bookmark names if
473         bookmark-sort-flag is non-nil (Bug#4653).
475 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
477         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
478         the progress reporter entirely.
480         * emulation/cua-base.el: Add CUA property to some CC mode commands
481         (Bug#4100).
483 2009-11-08  Kevin Ryde  <user42@zip.com.au>
485         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
486         at end of sentence (Bug#4818).
488 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
490         * progmodes/compile.el (compilation-error-regexp-alist-alist):
491         Handle "see declaration of" MSFT statements (Bug#4100).
493 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
495         * net/tramp.el (tramp-advice-make-auto-save-file-name)
496         (tramp-advice-file-expand-wildcards): Unload via
497         `ad-remove-advice'.
499         * net/trampver.el: Update release number.
501 2009-11-08  Kevin Ryde  <user42@zip.com.au>
503         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
504         `ad-do-it'.
506 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
508         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
509         in order to keep context in SELinux.
511 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
513         * dired-aux.el (dired-query): Place cursor in echo area and allow
514         C-g.
516         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
517         menu item if not on a directory (Bug#4701).
519 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
521         Sync with Tramp 2.1.17.
523         * net/tramp.el (tramp-handle-copy-directory): Don't use
524         `file-remote-p' (due to compatibility).
526         * net/tramp-compat.el (tramp-compat-copy-directory)
527         (tramp-compat-delete-directory): New defuns.
529         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
530         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
531         `tramp-compat-delete-directory'.
533         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
534         (tramp-smb-handle-delete-directory ): Use
535         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
537         * net/trampver.el: Update release number.
539 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
541         * tar-mode.el (tar-copy): Call write-region on the right buffer
542         (Bug#4857).
544         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
545         by hand, if necessary (Bug#4878).
547 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
549         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
550         align size column (Bug#4839).
552         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
553         statement.
555 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
557         * progmodes/ld-script.el (auto-mode-alist):
558         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
560         * cus-face.el (custom-declare-face): Purecopy face spec.
562 2009-11-06  Kenichi Handa  <handa@m17n.org>
564         * international/uni-bidi.el: Re-generated.
565         * international/uni-category.el: Re-generated.
566         * international/uni-combining.el: Re-generated.
567         * international/uni-mirrored.el: Re-generated.
569 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
571         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
572         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
573         (tex-start-options, slitex-run-command, latex-run-command)
574         (tex-run-command, tex-directory):
575         * textmodes/ispell.el (ispell-html-skip-alists)
576         (ispell-tex-skip-alists, ispell-tex-skip-alists):
577         * textmodes/fill.el (adaptive-fill-first-line-regexp):
578         (adaptive-fill-regexp):
579         * textmodes/dns-mode.el (auto-mode-alist):
580         * progmodes/python.el (interpreter-mode-alist):
581         * progmodes/etags.el (tags-compression-info-list):
582         * progmodes/etags.el (tags-file-name):
583         * net/browse-url.el (browse-url-galeon-program)
584         (browse-url-firefox-program):
585         * mail/sendmail.el (mail-signature-file)
586         (mail-citation-prefix-regexp):
587         * international/mule-conf.el (eight-bit):
588         * international/latexenc.el (latex-inputenc-coding-alist):
589         * international/fontset.el (x-pixel-size-width-font-regexp):
590         * emacs-lisp/warnings.el (warning-type-format):
591         * emacs-lisp/trace.el (trace-buffer):
592         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
593         (emacs-lisp-mode-map):
594         * calendar/holidays.el (holiday-solar-holidays)
595         (holiday-bahai-holidays, holiday-islamic-holidays)
596         (holiday-christian-holidays, holiday-hebrew-holidays)
597         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
598         (hebrew-holidays-1, holiday-oriental-holidays)
599         (holiday-general-holidays):
600         * x-dnd.el (x-dnd-known-types):
601         * tool-bar.el (tool-bar):
602         * startup.el (site-run-file):
603         * shell.el (shell-dumb-shell-regexp):
604         * rfn-eshadow.el (file-name-shadow-tty-properties)
605         (file-name-shadow-properties):
606         * paths.el (remote-shell-program, news-directory):
607         * mouse.el ([C-down-mouse-3]):
608         * menu-bar.el (menu-bar-tools-menu):
609         * jka-cmpr-hook.el (jka-compr-load-suffixes)
610         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
611         (jka-compr-compression-info-list):
612         * isearch.el (search-whitespace-regexp):
613         * image-file.el (image-file-name-extensions):
614         * find-dired.el (find-ls-option):
615         * files.el (directory-listing-before-filename-regexp)
616         (directory-free-space-args, insert-directory-program)
617         (list-directory-brief-switches, magic-fallback-mode-alist)
618         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
619         (automount-dir-prefix):
620         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
621         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
622         (face-font-registry-alternatives, face-font-registry-alternatives)
623         (face-font-family-alternatives):
624         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
625         (facemenu-foreground-menu, facemenu-face-menu):
626         * epa-hook.el (epa-file-name-regexp):
627         * dnd.el (dnd-protocol-alist):
628         * textmodes/rst.el (auto-mode-alist):
629         * button.el (default-button): Purecopy strings.
631 2009-11-06  Glenn Morris  <rgm@gnu.org>
633         * Makefile.in (ELCFILES): Update.
635 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
637         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
638         * emacs-lisp/levents.el: Move to obsolete/levents.el.
640         * nxml/xsd-regexp.el (xsdre-gen-categories):
641         * nxml/xmltok.el (xmltok-parse-entity):
642         * nxml/rng-parse.el (rng-parse-validate-file):
643         * nxml/rng-maint.el (rng-format-manual)
644         (rng-manual-output-force-new-line):
645         * nxml/rng-loc.el (rng-save-schema-location-1):
646         * nxml/rng-cmpct.el (rng-c-parse-file):
647         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
648         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
650 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
652         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
653         Remove extra save-excursions and make-variable-buffer-local's.
654         Suggested by Stefan Monnier.
656         (verilog-getopt-file, verilog-module-inside-filename-p)
657         (verilog-set-define): Merge GNU 1.35 and repair changes from
658         switching to using with-current-buffer.
660         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
661         being treated as a number and confusing AUTORESET.
662         Reported by Dan Dever.
664         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
665         Add verilog-auto-ignore-concat to fix backward compatibility with
666         older verilog-modes.  Reported by Dan Katz.
668         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
669         containing closing anchors "...$".
671         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
672         Reported by Wade Smith.
674         (verilog-batch-execute-func) Comment on function usage.
676 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
678         * verilog-mode.el (verilog-label-re): Fix regular expression for
679         labels.
681         (verilog-label-re, verilog-calc-1): Support proper indent of named
682         asserts.
684         (verilog-backward-token, verilog-basic-complete-re)
685         (verilog-beg-of-statement, verilog-indent-re): Support proper
686         indent of the assert statement at the beginning of a block of text.
688         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
689         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
690         tokens as begins.
692 2009-11-05  Glenn Morris  <rgm@gnu.org>
694         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
695         Emacs 19.  (Bug#1531)
696         (byte-compile-fix-header): Update for the above change.
697         Drop test for epoch::version.
699         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
700         * cus-dep.el (custom-make-dependencies):
701         * finder.el (finder-compile-keywords):
702         Use autoload-rubric's feature argument.
704         * calendar/diary-lib.el (top-level): Make load behave more like require.
706         * vc-git.el (vc-git-stash-map): Move definition before use.
708 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
710         * custom.el (custom-declare-group): Purecopy standard-value.
711         (custom-declare-group): Purecopy custom-prefix.
713         * international/mule.el (load-with-code-conversion):
714         Call do-after-load-evaluation unconditionally.
716         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
718 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
720         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
722 2009-11-04  Glenn Morris  <rgm@gnu.org>
724         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
725         (byte-compile-compatibility): Remove option.
726         (byte-compile-close-variables, byte-compile-fix-header)
727         (byte-compile-insert-header, byte-compile-output-docform)
728         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
729         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
730         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
731         (byte-compile-insert, byte-compile-defun):
732         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
733         (byte-defop-compiler19): Remove.
734         Without byte-compile-compatibility, the 'emacs19-opcode property is not
735         used by anything.  Replace all calls with byte-defop-compiler.
737 2009-11-04  Juri Linkov  <juri@jurta.org>
739         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
740         (menu-bar-options-menu): Don't quote the `prop' arg of
741         `menu-bar-make-mm-toggle'.
743 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
745         * calendar/calendar.el (cal-loaddefs):
746         * calendar/diary-lib.el (diary-loaddefs):
747         * calendar/holidays.el (hol-loaddefs):
748         * eshell/esh-module.el (esh-groups): Load rather than require.
750 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
752         * calendar/todo-mode.el (todo-add-category): Don't hardcode
753         point-min==1.
754         (todo-top-priorities): Only display-buffer when called interactively.
755         (todo-item-start): Don't save excursion point.
756         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
757         (todo-insert-item-here, todo-file-item, todo-remove-item):
758         Adjust uses of todo-item-start and todo-item-end.
760         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
761         (autoload-rubric): Don't use any more.
762         * cedet/semantic/fw.el (semantic/loaddefs):
763         * cedet/srecode.el (srecode/loaddefs):
764         * cedet/ede.el (ede/loaddefs): Load rather than require.
765         * cedet/ede/cpp-root.el:
766         * cedet/ede/emacs.el:
767         * cedet/ede/files.el:
768         * cedet/ede/linux.el:
769         * cedet/ede/locate.el:
770         * cedet/ede/make.el:
771         * cedet/ede/shell.el:
772         * cedet/ede/speedbar.el:
773         * cedet/ede/system.el:
774         * cedet/ede/util.el:
775         * cedet/semantic/analyze.el:
776         * cedet/semantic/bovine.el:
777         * cedet/semantic/complete.el:
778         * cedet/semantic/ctxt.el:
779         * cedet/semantic/db-file.el:
780         * cedet/semantic/db-find.el:
781         * cedet/semantic/db-global.el:
782         * cedet/semantic/db-mode.el:
783         * cedet/semantic/db-typecache.el:
784         * cedet/semantic/db.el:
785         * cedet/semantic/debug.el:
786         * cedet/semantic/dep.el:
787         * cedet/semantic/doc.el:
788         * cedet/semantic/edit.el:
789         * cedet/semantic/find.el:
790         * cedet/semantic/format.el:
791         * cedet/semantic/html.el:
792         * cedet/semantic/ia-sb.el:
793         * cedet/semantic/ia.el:
794         * cedet/semantic/idle.el:
795         * cedet/semantic/lex-spp.el:
796         * cedet/semantic/lex.el:
797         * cedet/semantic/mru-bookmark.el:
798         * cedet/semantic/scope.el:
799         * cedet/semantic/senator.el:
800         * cedet/semantic/sort.el:
801         * cedet/semantic/symref.el:
802         * cedet/semantic/tag-file.el:
803         * cedet/semantic/tag-ls.el:
804         * cedet/semantic/tag-write.el:
805         * cedet/semantic/tag.el:
806         * cedet/semantic/util-modes.el:
807         * cedet/semantic/analyze/complete.el:
808         * cedet/semantic/analyze/refs.el:
809         * cedet/semantic/bovine/c.el:
810         * cedet/semantic/bovine/gcc.el:
811         * cedet/semantic/bovine/make.el:
812         * cedet/semantic/bovine/scm.el:
813         * cedet/semantic/decorate/include.el:
814         * cedet/semantic/decorate/mode.el:
815         * cedet/semantic/symref/cscope.el:
816         * cedet/semantic/symref/global.el:
817         * cedet/semantic/symref/grep.el:
818         * cedet/semantic/symref/idutils.el:
819         * cedet/semantic/symref/list.el:
820         * cedet/semantic/wisent/java-tags.el:
821         * cedet/semantic/wisent/javascript.el:
822         * cedet/srecode/compile.el:
823         * cedet/srecode/cpp.el:
824         * cedet/srecode/document.el:
825         * cedet/srecode/el.el:
826         * cedet/srecode/expandproto.el:
827         * cedet/srecode/getset.el:
828         * cedet/srecode/insert.el:
829         * cedet/srecode/java.el:
830         * cedet/srecode/map.el:
831         * cedet/srecode/mode.el:
832         * cedet/srecode/template.el:
833         * cedet/srecode/texi.el: Remove the file-local setting of
834         generated-autoload-feature.
836         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
837         and only put a prop if it is non-nil.
839 2009-11-03  Juri Linkov  <juri@jurta.org>
841         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
842         (menu-bar-options-menu): Fix list quoting (Bug#4429).
844         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
845         and "Menu" to make top-level menu item visually one unit (like
846         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
847         multi-word menu items).  Fix :help string for quit-window.
849 2009-11-03  Glenn Morris  <rgm@gnu.org>
851         * cedet/mode-local.el (with-mode-local): Doc fix.
853         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
854         (byte-compile-file-form-define-abbrev-table)
855         (byte-compile-file-form-custom-declare-variable)
856         (byte-compile-variable-ref, byte-compile-defvar):
857         Whether or not a warning is enabled should only affect whether we issue
858         the warning, not whether or not we collect the relevant data.
859         Eg warnings can be turned on and off throughout the course of a file.
861         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
862         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
864 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
866         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
867         * play/mpuz.el (mpuz-create-buffer):
868         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
869         (lm-print-y,s,noise, lm-print-w0, lm-init):
870         * play/gomoku.el (gomoku-prompt-for-move):
871         * play/fortune.el (fortune-in-buffer):
872         * play/dissociate.el (dissociated-press):
873         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
874         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
875         * mail/supercite.el (sc-eref-show):
876         * mail/smtpmail.el (smtpmail-send-it):
877         * mail/rmailsum.el (rmail-summary-next-labeled-message)
878         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
879         (rmail-summary-undelete-many, rmail-summary-rmail-update)
880         (rmail-summary-goto-msg, rmail-summary-expunge)
881         (rmail-summary-get-new-mail, rmail-summary-search-backward)
882         (rmail-summary-add-label, rmail-summary-output-menu)
883         (rmail-summary-output-body):
884         * mail/rfc822.el (rfc822-addresses):
885         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
886         * mail/mailpost.el (post-mail-send-it):
887         * mail/hashcash.el (hashcash-generate-payment):
888         * mail/feedmail.el (feedmail-run-the-queue)
889         (feedmail-queue-send-edit-prompt-help-first)
890         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
891         (feedmail-deduce-address-list):
892         * eshell/esh-ext.el (eshell-remote-command):
893         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
894         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
895         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
896         (viper-save-string-in-file, viper-valid-marker):
897         * emulation/viper-keym.el (viper-toggle-key):
898         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
899         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
900         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
901         * emulation/viper-cmd.el (viper-exec-form-in-vi)
902         (viper-exec-form-in-emacs, viper-brac-function):
903         * emulation/viper.el (viper-delocalize-var):
904         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
905         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
906         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
907         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
908         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
909         * emulation/edt.el (edt-electric-helpify):
910         * emulation/cua-rect.el (cua--rectangle-aux-replace):
911         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
912         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
913         (cua-indent-to-global-mark-column):
914         * calendar/diary-lib.el (calendar-mark-1):
915         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
916         Use with-current-buffer.
917         * emulation/viper.el (viper-delocalize-var): Use dolist.
919 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
921         * comint.el (comint-replace-by-expanded-history-before-point):
922         Replace !! with the previous input string literally (Bug#1795).
924 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
926         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
927         to be made up of whitespace.
929 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
931         * minibuffer.el (read-file-name): Don't use file dialogs for
932         remote directories (Bug#99).
934 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
936         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
938 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
940         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
941         instead of deleting the window or frame.
943 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
945         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
946         Support face colors.
948         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
949         New function.  Support face colors (Bug#1168).
950         (tex-common-initialization): Use it.
952         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
953         mode allows it (Bug#1168).
955 2009-10-31  Juri Linkov  <juri@jurta.org>
957         * facemenu.el (list-colors-display): Don't mark buffer as
958         modified (Bug#3948).
960 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
962         * international/mule-diag.el (list-character-sets-1): Minor
963         message fix (Bug#3526).
965         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
966         face property (Bug#4834).
967         (etags-list-tags, etags-tags-apropos-additional)
968         (etags-tags-apropos, tags-select-tags-table): Add follow-link
969         property.
971         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
972         items.
974         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
975         items.
977         * cedet/ede.el (ede-minor-mode):
978         * cedet/semantic.el (semantic-mode): Toggle menu separators.
980 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
982         * textmodes/two-column.el (2C-split):
983         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
984         * textmodes/tex-mode.el (tex-set-buffer-directory):
985         * textmodes/spell.el (spell-region, spell-string):
986         * textmodes/reftex.el (reftex-erase-buffer):
987         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
988         * textmodes/reftex-toc.el (reftex-toc-promote-action):
989         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
990         (reftex-select-item):
991         * textmodes/reftex-ref.el (reftex-label-info-update)
992         (reftex-offer-label-menu):
993         * textmodes/reftex-index.el (reftex-index-change-entry)
994         (reftex-index-phrases-info):
995         * textmodes/reftex-global.el (reftex-create-tags-file)
996         (reftex-save-all-document-buffers, reftex-ensure-write-access):
997         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
998         (reftex-view-crossref-from-bibtex):
999         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1000         (reftex-extract-bib-entries-from-thebibliography)
1001         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1002         * textmodes/refbib.el (r2b-capitalize-title):
1003         (r2b-convert-buffer, r2b-help):
1004         * textmodes/page-ext.el (pages-directory)
1005         (pages-directory-goto-with-mouse):
1006         * textmodes/bibtex.el (bibtex-validate-globally):
1007         * textmodes/bib-mode.el (bib-capitalize-title):
1008         * textmodes/artist.el (artist-clear-buffer, artist-system):
1009         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1010         (local-set-scheme-interaction-buffer, xscheme-process-filter)
1011         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1012         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1013         (xscheme-send-control-g-interrupt, xscheme-start-process)
1014         (xscheme-process-sentinel, xscheme-cd):
1015         * progmodes/verilog-mode.el (verilog-read-always-signals)
1016         (verilog-set-define, verilog-getopt-file)
1017         (verilog-module-inside-filename-p):
1018         * progmodes/sh-script.el:
1019         * progmodes/python.el (python-pdbtrack-get-source-buffer)
1020         (python-pdbtrack-grub-for-buffer, python-execute-file):
1021         * progmodes/octave-inf.el (inferior-octave):
1022         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1023         (idlwave-shell-compile-helper-routines, idlwave-set-local)
1024         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1025         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1026         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1027         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1028         (idlwave-shell-filter, idlwave-shell-examine-highlight)
1029         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1030         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1031         (idlwave-shell-examine-display, idlwave-shell-run-region)
1032         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1033         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1034         * progmodes/idlw-help.el (idlwave-help-get-special-help)
1035         (idlwave-help-get-help-buffer):
1036         * progmodes/gud.el (gud-basic-call, gud-find-class)
1037         (gud-tooltip-activate-mouse-motions-if-enabled):
1038         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1039         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1040         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1041         (ebrowse-tags-next-file):
1042         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1043         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1044         (ebnf-eps-finish-and-write):
1045         * progmodes/cpp.el (cpp-edit-save):
1046         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1047         * progmodes/cc-defs.el (c-emacs-features):
1048         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1049         (antlr-directory-dependencies):
1050         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1051         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1052         (ada-find-any-references, ada-make-filename-from-adaname)
1053         (ada-make-body-gnatstub):
1054         * obsolete/rnews.el (news-list-news-groups):
1055         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1056         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1057         * net/rcirc.el (rcirc-debug):
1058         * net/newst-treeview.el (newsticker--treeview-list-add-item)
1059         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1060         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1061         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1062         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1063         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1064         (newsticker--treeview-list-clear-highlight)
1065         (newsticker--treeview-list-update-highlight)
1066         (newsticker--treeview-list-highlight-start)
1067         (newsticker--treeview-tree-update-highlight)
1068         (newsticker--treeview-get-selected-item)
1069         (newsticker-treeview-mark-list-items-old)
1070         (newsticker--treeview-set-current-node):
1071         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1072         * net/newst-backend.el (newsticker--get-news-by-funcall)
1073         (newsticker--get-news-by-wget, newsticker--image-get)
1074         (newsticker--image-sentinel):
1075         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1076         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1077         (eudc-ph-close-session):
1078         * net/eudc.el (eudc-save-options):
1079         * language/thai-word.el (thai-update-word-table):
1080         * language/japan-util.el (japanese-string-conversion):
1081         * international/titdic-cnv.el (tsang-quick-converter)
1082         (ziranma-converter, ctlau-converter):
1083         * international/mule-cmds.el (describe-language-environment):
1084         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1085         (skkdic-convert-postfix, skkdic-convert-prefix):
1086         (skkdic-convert-okuri-nasi, skkdic-convert):
1087         * emacs-lisp/re-builder.el (reb-update-overlays):
1088         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1089         * emacs-lisp/gulp.el (gulp-send-requests):
1090         * emacs-lisp/find-gc.el (trace-call-tree):
1091         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1092         (eieio-describe-generic):
1093         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1094         * emacs-lisp/edebug.el (edebug-outside-excursion):
1095         * emacs-lisp/debug.el (debugger-make-xrefs):
1096         * emacs-lisp/cust-print.el (custom-prin1-to-string):
1097         * emacs-lisp/chart.el (chart-new-buffer):
1098         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1099         Use with-current-buffer.
1100         * textmodes/artist.el (artist-system): Don't call
1101         copy-sequence on a fresh string.
1102         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1104 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
1106         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1107         is no item to edit.  (Bug#4820)
1108         (todo-top-priorities): Restore point and restore narrowing in Todo
1109         buffer.  (Bug#4820)
1111 2009-10-31  Glenn Morris  <rgm@gnu.org>
1113         * net/ange-ftp.el (top-level): Don't require dired when compiling.
1114         (comint-last-output-start, comint-last-input-start)
1115         (comint-last-input-end): Don't defvar when compiling.
1116         (ange-ftp-process-file): Use bound-and-true-p.
1118         * pcmpl-rpm.el (top-level): Move provide statement to end.
1119         (pcmpl-rpm): Remove unused custom group.
1121         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1123         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1125         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1126         (byte-compile-warnings): Add `constants' as an option.
1127         (byte-compile-callargs-warn, byte-compile-arglist-warn)
1128         (display-call-tree): Update for byte-compile-fdefinition possibly
1129         returning `(macro lambda ...)'.  (Bug#4778)
1130         (byte-compile-variable-ref, byte-compile-setq-default):
1131         Respect `constants' member of byte-compile-warnings.
1133         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1134         Use mapc rather than mapcar because the return value is never used.
1136         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1137         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1138         * cedet/semantic/html.el:
1139         Suppress harmless warnings about setting up semantic-imenu (not
1140         part of Emacs) variables.
1142 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1144         * vc-bzr.el (vc-bzr-revision-keywords): New var.
1145         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1146         to "submit:".
1148         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1149         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1150         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1151         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1152         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1153         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1154         (semantic-analyzer-debug-global-symbol)
1155         (semantic-analyzer-debug-missing-innertype)
1156         (semantic-analyzer-debug-insert-include-summary):
1157         * cedet/semantic/util.el (semantic-file-tag-table):
1158         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1159         (semantic-recursive-find-nonterminal-by-name):
1160         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1161         * cedet/semantic/tag-file.el (semantic-prototype-file):
1162         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1163         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1164         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1165         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1166         (semantic-idle-summary-maybe-highlight):
1167         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1168         (semantic-ia-sb-tag-info):
1169         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1170         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1171         * cedet/semantic/ede-grammar.el (project-compile-target):
1172         (ede-proj-makefile-insert-variables):
1173         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1174         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1175         (semantic-debug-mode, semantic-debug):
1176         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1177         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1178         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1179         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1180         (semanticdb-find-translate-path-includes--internal)
1181         (semanticdb-reset-log, semanticdb-find-log-activity):
1182         * cedet/semantic/db-file.el (object-write):
1183         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1184         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1185         (semanticdb-create-ebrowse-database):
1186         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1187         * cedet/semantic/complete.el (semantic-displayor-focus-request)
1188         (semantic-collector-calculate-completions-raw)
1189         (semantic-complete-read-tag-analyzer):
1190         * cedet/semantic/analyze.el (semantic-analyze-pulse):
1191         * cedet/ede/util.el (ede-update-version-in-source):
1192         * cedet/ede/proj.el (project-delete-target):
1193         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1194         (ede-proj-flush-autoconf):
1195         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1196         (ede-proj-configure-synchronize):
1197         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1198         * cedet/ede/linux.el (ede-linux-version):
1199         * cedet/ede/emacs.el (ede-emacs-version):
1200         * cedet/ede/dired.el (ede-dired-add-to-target):
1201         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1202         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1203         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1204         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1205         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1206         (cedet-idutils-version-check):
1207         * cedet/cedet-global.el (cedet-gnu-global-call):
1208         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1209         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1210         * cedet/cedet-cscope.el (cedet-cscope-call)
1211         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1212         Use with-current-buffer.
1213         * cedet/ede.el (ede-make-project-local-variable)
1214         (ede-set-project-variables, ede-set): Use dolist.
1216 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1218         * textmodes/ispell.el (ispell-skip-region-alist):
1219         * international/mule-conf.el (eight-bit):
1220         * international/fontset.el (font-encoding-alist):
1221         * startup.el (pure-space-overflow-message):
1222         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1223         * paths.el (gnus-nntp-service, rmail-spool-directory)
1224         (term-file-prefix):
1225         * files.el (save-some-buffers-action-alist):
1226         * cmuscheme.el (same-window-buffer-names):
1227         * ielm.el (same-window-buffer-names):
1228         * shell.el (same-window-buffer-names):
1229         * mail/sendmail.el (same-window-buffer-names):
1230         * progmodes/inf-lisp.el (same-window-buffer-names):
1231         * bindings.el (mode-line-client)
1232         (mode-line-column-line-number-mode-map):
1233         * language/tibetan.el (tibetan-precomposition-rule-regexp)
1234         (tibetan-precomposed-regexp): Purecopy string arguments.
1236 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1239         (calcDigit-nondigit):
1240         * calc/calc-yank.el (calc-copy-to-buffer):
1241         * calc/calc-units.el (calc-invalidate-units-table):
1242         * calc/calc-trail.el (calc-trail-yank):
1243         * calc/calc-store.el (calc-insert-variables):
1244         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1245         * calc/calc-prog.el (calc-read-parse-table):
1246         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1247         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1248         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1249         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1250         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1251         (calc-graph-name, calc-graph-find-command, calc-graph-view)
1252         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1253         * calc/calc-ext.el (calc-realign):
1254         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1255         (calc-embedded-finish-edit, calc-embedded-make-info)
1256         (calc-embedded-finish-command, calc-embedded-stack-change):
1257         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1259         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1260         (overload-docstring-extension): Use that info.
1261         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1262         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1263         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1264         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1265         (semantic-nonterminal-full-name): Add the new `when' info.
1266         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1267         `assert'.
1269         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1270         shell-dynamic-complete-filename in preference to
1271         comint-dynamic-complete-filename.
1273         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1274         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1275         Don't consider whether the display supports colors.
1276         (bookmark-import-new-list): Use dolist.
1277         (bookmark-bmenu-mode-map): Move initialization into declaration.
1278         (bookmark-bmenu-list): Use dolist, simplify.
1279         (bookmark-show-all-annotations): Use save-selected-window and dolist.
1280         (menu-bar-final-items): Use push.
1282 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1284         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1285         it works on remote files.
1286         (vc-hg-diff): Don't pass any `--cwd' argument.
1288 2009-10-27  Kevin Ryde  <user42@zip.com.au>
1290         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1291         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1292         (Further to Bug#3921).
1294 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
1296         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1297         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1298         calling `tramp-imap-put-file'.  Add file size to the call.
1299         (tramp-imap-get-file-entries): Compute also user name, file size,
1300         and date.
1301         (tramp-imap-handle-insert-directory): Insert uid and gid.
1302         (tramp-imap-handle-file-attributes): Transform uid and gid
1303         according to `id-format'.
1304         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
1305         size in header X-Size.
1307 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
1309         * simple.el (transpose-subr): Give clearer error when the mark
1310         is not set.  (Bug#4807)
1312 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
1314         * net/tramp.el (tramp-perl-file-truename): New defconst.
1315         Perl code contributed by yary <not.com@gmail.com> (tiny change).
1316         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1317         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1318         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1320         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1321         Ignore `dired-call-process'.
1322         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1324 2009-10-26  Julian Scheid  <julians37@gmail.com>
1326         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1327         (tramp-get-remote-readlink): New defun.
1328         (tramp-handle-file-truename): Use it.
1329         (tramp-handle-file-exists-p): Check file-attributes cache, assume
1330         file exists if cache value present.
1331         (tramp-check-cached-permissions) New defun.
1332         (tramp-handle-file-readable-p): Use it.
1333         (tramp-handle-file-writable-p): Likewise.
1334         (tramp-handle-file-executable-p): Likewise.
1335         (tramp-handle-file-name-all-completions): Try using Perl to get
1336         partial completions.  When perl not available, combine `cd' and
1337         `ls' into single remote operation and use shell expansion to get
1338         partial remote directory contents.  Set `file-exists-p' cache for
1339         directory and any files returned by ls.  Change cache handling to
1340         support partial directory contents.  Use error message emitted by
1341         remote `cd' or Perl code for local tramp-error.
1342         (tramp-do-copy-or-rename-file-directly): Avoid separate
1343         tramp-send-command-and-check call.
1344         (tramp-handle-process-file): Merge three remote ops into one.
1345         Do not flush all caches when `process-file-side-effects' is set.
1346         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1347         file-attributes shows uid/gid to be set already.
1349 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1351         * textmodes/tex-mode.el (tex-dvi-view-command)
1352         (tex-show-queue-command, tex-open-quote):
1353         * progmodes/ruby-mode.el (auto-mode-alist)
1354         (interpreter-mode-alist): Purecopy strings.
1356         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1358         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1359         string for the hook, keymap and abbrev table.
1361         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1363         * x-dnd.el (x-dnd-xdnd-to-action):
1364         * startup.el (fancy-startup-text, fancy-about-text): Change to
1365         defconst from defvar.
1367         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1369         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1370         Purecopy initialization strings.
1372         * mail/sendmail.el (mail-header-separator)
1373         (mail-personal-alias-file):
1374         * mail/rmail.el (rmail-default-dont-reply-to-names)
1375         (rmail-ignored-headers, rmail-retry-ignored-headers)
1376         (rmail-highlighted-headers, rmail-secondary-file-directory)
1377         (rmail-secondary-file-regexp):
1378         * files.el (null-device, file-name-invalid-regexp)
1379         (locate-dominating-stop-dir-regexp)
1380         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1381         (interpreter-mode-alist): Use mapcar instead of mapc.
1383         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1385         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1386         (completion-ignored-extensions):
1387         (debug-ignored-errors): Purecopy strings.
1389 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1391         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1392         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1393         (pcomplete--here): Use push.
1395         * subr.el (all-completions): Declare the 4th arg obsolete.
1397 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1399         * pcomplete.el (pcomplete-unquote-argument-function): New var.
1400         (pcomplete-unquote-argument): New function.
1401         (pcomplete--common-suffix): Always pay attention to case.
1402         (pcomplete--table-subvert): Quote and unquote the text.
1403         (pcomplete--common-quoted-suffix): New function.
1404         (pcomplete-std-complete): Use it and pcomplete-begin.
1406         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1407         we're inside a dedicated or minibuffer window.
1409 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1411         * cedet/semantic/fw.el (semantic-alias-obsolete)
1412         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1413         (define-mode-overload-implementation):
1414         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1415         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1416         * cedet/semantic/util.el (semantic-file-token-stream)
1417         (semantic-something-to-stream):
1418         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1419         (semantic-expand-nonterminal):
1420         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1421         (semantic-find-dependency, semantic-find-nonterminal)
1422         (semantic-find-dependency):
1423         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1424         (semantic-flex-text, semantic-flex-make-keyword-table)
1425         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1426         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1427         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1428         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1429         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1430         (semantic-after-idle-scheduler-reparse-hooks):
1431         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1432         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1433         * cedet/semantic.el (semantic-toplevel-bovine-table)
1434         (semantic-toplevel-bovine-cache)
1435         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1436         (semantic-init-mode-hooks, semantic-init-db-hooks)
1437         (semantic-bovination-working-type): Provide the `when' arg.
1439 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
1441         * bookmark.el: Update documentation, especially documentation
1442         of `bookmark-alist' and of the bookmark file format.
1443         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
1445 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1447         * mail/emacsbug.el (report-emacs-bug): Clarify that the
1448         keybindings apply to the mail buffer (Bug#4003).  Shrink help
1449         window to buffer.
1451         * whitespace.el (whitespace-mode, whitespace-newline-mode)
1452         (global-whitespace-mode, global-whitespace-newline-mode)
1453         (whitespace-toggle-options, global-whitespace-toggle-options):
1454         Doc fix (Bug#3660).
1456         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1457         of xmltok-start before the end tag was inserted (Bug#2840).
1459         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1460         patterns that are preceded by an open-paren (Bug#1320).
1462 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
1464         * files.el (delete-directory): Delete symlinks to directories with
1465         delete-file (Bug#4739).
1467 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1469         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1470         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1471         argument to make-obsolete.
1473         * cedet/semantic/fw.el (semantic-alias-obsolete)
1474         (semantic-varalias-obsolete): Add optional WHEN argument.
1476 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
1478         * vc.el (vc-backend-for-registration): Rename from
1479         vc-get-backend-for-registration.  Update callers.
1481         * international/mule-cmds.el (set-language-info-alist):
1482         Purecopy lang-env.
1483         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1484         (charset): Purecopy the name.
1485         (define-char-code-property): Purecopy string arguments.
1487         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1488         Purecopy string arguments.
1490         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1491         * ediff-hook.el (menu-bar-ediff-menu):
1492         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1493         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1495 2009-10-24  Glenn Morris  <rgm@gnu.org>
1497         * comint.el (comint-dynamic-list-completions):
1498         * term.el (term-dynamic-list-completions): Use choose-completion rather
1499         than obsolete alias mouse-choose-completion.
1501         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1502         file-cache-choose-completion.
1503         (file-cache-choose-completion): Handle an optional event argument.
1504         (file-cache-mouse-choose-completion): Make it an obsolete alias.
1506         * progmodes/octave-mod.el (octave-complete-symbol):
1507         Use choose-completion if mouse-choose-completion is ever removed.
1509         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1510         use.
1512         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1513         compiler.
1515         * vc-hooks.el (vc-responsible-backend): Fix declaration.
1517 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1519         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1520         Ignore `pred' now that we receive one.
1521         Handle test-completion specially.
1523 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1525         * vc.el (vc-responsible-backend): Throw an error if not backend is
1526         found.  Remove the REGISTER argument.  Move the code dealing with
1527         REGISTER ...
1528         (vc-get-backend-for-registration): ... here.  New function.
1529         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1530         of vc-responsible-backend, pass the file name instead of the
1531         directory name.
1533 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1535         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1536         New funs.
1537         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
1538         (pcomplete-comint-setup): Don't modify a global var via
1539         accidental side-effects.
1540         (pcomplete-shell-setup): Adjust call accordingly.
1541         (pcomplete-parse-comint-arguments): Use push.
1543 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
1545         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1546         Allow uncapitalized info node names (Bug#3921).
1548         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1549         to the DEBUG file (Bug#3781).
1551 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
1553         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1554         dictionary entry (Bug#4579).
1556 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
1558         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1559         from `rfn-eshadow-update-overlay-hook' when unloading.
1560         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1561         "rsyncc".  Adjust doc string.
1562         (tramp-temp-buffer-file-name) New buffer-local defvar.
1563         (tramp-handle-insert-file-contents, tramp-handle-write-region):
1564         Keep temporary file when indicated by method ("rsync" and
1565         "rsyncc").
1566         (tramp-handle-write-region): Handle APPEND.
1567         (tramp-delete-temp-file-function): New defun.  Added to
1568         `kill-buffer-hook'.
1570 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
1572         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1574 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1576         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1577         (color-name-rgb-alist, tty-standard-colors)
1578         (tty-color-mode-alist): Change to defconst.
1580         * simple.el (mark-inactive): Purecopy message.
1582         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1583         (global-map, yank-menu):
1584         * textmodes/ispell.el (ispell-menu-map):
1585         * net/eudc.el (eudc-tools-menu):
1586         * international/mule-cmds.el (describe-language-environment-map)
1587         (setup-language-environment-map, set-coding-system-map)
1588         (mule-menu-keymap):
1589         * vc-hooks.el (vc-menu-entry, vc-menu-map):
1590         * replace.el (occur-mode-map):
1591         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1593 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
1595         * calc/calc.el (math-read-number, math-read-number-simple): Use
1596         `save-match-data'.
1598 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1600         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1601         rather than fiddling with global-map bindings, since it should only
1602         affect per-terminal settings.
1603         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1605         * minibuffer.el (completion-table-with-terminator): Allow to specify
1606         the terminator-regexp.
1608         * simple.el (switch-to-completions): Look for *Completions* in other
1609         frames as well.
1611         * pcomplete.el: Allow the use of completion-tables.
1612         (pcomplete-std-complete): New command.
1613         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1614         (pcomplete--here): Use a function for `form' rather than an expression,
1615         so it can be byte-compiled.
1616         (pcomplete-here, pcomplete-here*): Adjust accordingly.
1617         Add edebug declaration.
1618         (pcomplete-show-completions): Remove unused var `curbuf'.
1619         (pcomplete-do-complete, pcomplete-stub):
1620         Don't assume `completions' is a list of strings any more.
1622 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
1624         * find-dired.el (find-name-arg): Fix typo in docstring.
1626 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1628         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1629         (pcmpl-linux-fs-types): Same, and update to new modules layout.
1631         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1632         pcomplete-entries.
1634         * comint.el (comint-read-input-ring, comint-write-input-ring)
1635         (comint-substitute-in-file-name)
1636         (comint-dynamic-complete-as-filename)
1637         (comint-dynamic-simple-complete)
1638         (comint-dynamic-list-filename-completions)
1639         (comint-dynamic-list-completions)
1640         (comint-redirect-results-list-from-process): Minor simplifications.
1642 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1644         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1645         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1646         the first form.  And insert a blank line after ";;; Code" since
1647         that's usual style.  (My Bug#4612.)
1649         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1651 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * minibuffer.el (completion-table-with-terminator): Properly implement
1654         boundaries, in case `terminator' appears in the suffix.
1655         (completion--embedded-envvar-table): Don't return boundaries if
1656         there's no valid completion.  Simplify.
1657         (completion-file-name-table): New completion table extracted from
1658         completion--file-name-table.
1659         (completion--file-name-table): Use it.
1660         (read-file-name-predicate): Declare obsolete.
1661         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1662         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1663         completion-file-name-table, and use the `pred' argument.
1664         * files.el (locate-file-completion-table): Use the `pred' arg rather
1665         than read-file-name-predicate.
1666         (abbreviate-file-name): Use \` rather than ^ for BOS.
1668 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1670         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1671         vc-responsible-backend to register, it causes problems.
1673 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1675         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1677 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1679         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1680         (semantic-c-debug-mode-init-pch): New functions.
1681         (semantic-c-debug-mode-init-last-mode): New var.
1682         (semantic-c-parse-lexical-token): Use them.
1684         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1685         When extracting the argument list, limit only by point-max.
1687 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
1689         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1690         (tramp-smb-handle-file-attributes): Use it.
1691         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1692         (tramp-smb-handle-insert-directory): Use `mapc' rather than
1693         `mapcar'.  Use `tramp-smb-get-stat-capability'.
1694         Add `dired-filename' text properties.
1695         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1696         (tramp-smb-maybe-open-connection): Simplify check for smbclient
1697         version.
1699 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1701         * subr.el (read-key-delay): Reduce to 0.01.
1702         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1703         (bug#4751).
1705 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1707         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1709         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1710         (Info-menu): Remove unused vars `last' and `completions'.
1711         (Info-index-nodes): Remove unused var `node'.
1713         * info.el (Info-complete-menu-item): Use complete-with-action.
1715 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1717         Make vc-annotate work through copies and renames.
1718         * vc-annotate.el (vc-annotate-extract-revision-at-line):
1719         Return the file name too.
1720         (vc-annotate-revision-at-line)
1721         (vc-annotate-find-revision-at-line)
1722         (vc-annotate-revision-previous-to-line)
1723         (vc-annotate-show-log-revision-at-line): Update to get the file
1724         name from vc-annotate-extract-revision-at-line.
1725         (vc-annotate-show-diff-revision-at-line-internal): Change the
1726         argument to mean whether to show a file diff or not.  Get the file
1727         name from vc-annotate-extract-revision-at-line.
1728         (vc-annotate-show-diff-revision-at-line):
1729         Update vc-annotate-show-diff-revision-at-line call.
1730         (vc-annotate-warp-revision): Add an optional file argument.
1732         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1733         (vc-git-annotate-extract-revision-at-line): Also return the file
1734         name if found.
1736         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1737         command.  Remove unused code.
1738         (vc-hg-annotate-re): Update to match --follow output.
1739         (vc-hg-annotate-extract-revision-at-line): Also return the file
1740         name if found.
1742         * vc.el: Update annotate-extract-revision-at-line documentation.
1744 2009-10-18  Kevin Ryde  <user42@zip.com.au>
1746         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1747         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1749         * net/browse-url.el (browse-url): Identify alist with "consp and
1750         not functionp" and let all other things go down the `apply' leg,
1751         as suggested by Stefan.  (Further to bug#4531.)
1753 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
1755         * minibuffer.el (read-file-name): Check for repeat before putting
1756         a default argument in file-name-history (Bug#4657).
1758         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1759         read syntax (Bug#4737).
1761         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1763 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1765         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1766         (html-tag-alist, html-tag-help): Add descriptions for undocumented
1767         entries and make note of obsolete tags.
1769 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1771         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1773 2009-10-18  Glenn Morris  <rgm@gnu.org>
1775         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1776         grep, so that binary files (eg international/uni-bidi.el) can match.
1777         Remove test for "UnicodeData" files, since it is hopefully unnecessary
1778         now, and in any case the file header format has changed.
1780 2009-10-17  Glenn Morris  <rgm@gnu.org>
1782         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1783         (flyspell-get-word, flyspell-large-region)
1784         (flyspell-auto-correct-previous-word): Doc/error message fixes.
1786 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1788         * Makefile.in (ELCFILES): Add ede/shell.
1790 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1792         * term/common-win.el (x-colors): Purecopy it.
1794 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1796         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1797         permissive for when the buffer is empty.
1798         (tar-header-block-tokenize): Decode the username and groupname.
1799         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1801 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1803         * cedet/srecode/srt.el:
1804         * cedet/srecode/compile.el:
1805         * cedet/semantic/mru-bookmark.el:
1806         * cedet/semantic/debug.el:
1807         * cedet/semantic/complete.el:
1808         * cedet/semantic/analyze.el: Require CL when compiling.
1810 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1812         * cedet/semantic/scope.el
1813         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1814         tmpscope so that the regular scope will continue to work.
1816         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1817         Use semantic-idle-summary-highlight-face as the highlighting.
1819         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1820         contains multibyte characters, choose first applicable coding
1821         system automatically.
1823         * cedet/ede/project-am.el (project-run-target): New method.
1824         (project-run-target): New method.
1826         * cedet/ede.el (ede-target): Add run target menu item.
1827         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1828         (ede-run-target): New function.
1829         (ede-target::project-run-target): New method.
1831         * cedet/ede/proj.el (project-run-target): New method.
1833         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1834         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1835         Add :rules.
1836         (ede-proj-target-makefile-shared-object): Only libtool compilers
1837         now available.  Add linkers for libtool.
1838         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1839         (ede-proj-makefile-target-name): Always use .la extension.
1841         * cedet/ede/proj-prog.el (project-run-target): New method.
1843         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1844         (ede-g++-linker): Change Change link lines.
1846         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1847         When searching for old variables, go to the end of the buffer and
1848         search backward from there.
1849         (ede-proj-makefile-automake-insert-subdirs)
1850         (ede-proj-makefile-automake-insert-extradist): New methods.
1851         (ede-proj-makefile-create): Use them.
1853         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1854         Force FILE to expand to the current target.  Use file-exists-p to
1855         check that it exists.
1857         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1858         (ede-linux-load): Wrap dir in file-name-as-directory.
1859         Set :version slot.
1861         * cedet/ede/files.el (ede-get-locator-object): When enabling
1862         locate, do so on "top".
1864         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1865         file-name-as-directory during compare.
1866         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1867         Get version number from different places.  Don't call egrep.
1868         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1869         to set the directory.
1871         * cedet/ede/shell.el: New file.
1873         * cedet/inversion.el (inversion-decoders): Allow for stray . in
1874         alpha/beta variants.
1876 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1878         * international/mule-cmds.el (select-safe-coding-system): If the file
1879         has a coding cookie, use it regardless of any other setting (bug#4712).
1881 2009-10-17  Glenn Morris  <rgm@gnu.org>
1883         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1884         All errors should have messages.
1886         * foldout.el (foldout-mouse-swallow-events):
1887         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1889         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1890         (dired-keep-marker-copy, dired-keep-marker-hardlink)
1891         (dired-keep-marker-symlink, dired-dwim-target)
1892         (dired-copy-preserve-time): Do not autoload these defcustoms.
1894         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1895         messages from messing up the file coding.  (Bug#4623)
1897 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
1899         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1900         if no match is found for the current dictionary.  (Bug#4578)
1902         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1903         optional, since that is how it is documented, and this is often called
1904         with a nil argument.  (Bug#4577)
1905         (flyspell-external-point-words, flyspell-auto-correct-word)
1906         (flyspell-correct-word-before-point, flyspell-word-search-forward)
1907         (flyspell-word-search-backward): Remove nil argument in calls to
1908         flyspell-get-word, since it is not needed now.
1910 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
1912         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
1914 2009-10-16  Glenn Morris  <rgm@gnu.org>
1916         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1918 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1920         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1921         (ange-ftp-file-size): New function.
1922         (ange-ftp-file-attributes): Use it.
1924 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
1926         * net/tramp-smb.el (tramp-smb-version): New defvar.
1927         (tramp-smb-maybe-open-connection): Use it, in order to avoid
1928         repeated checks.
1930 2009-10-16  Glenn Morris  <rgm@gnu.org>
1932         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1933         Maybe copy some custom properties from old to new name.  (Bug#4706)
1935 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
1937         * subr.el (error, sit-for, start-process-shell-command)
1938         (start-file-process-shell-command): Set the calling convention
1939         after the function definition.
1941 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1943         * subr.el (error, sit-for, start-process-shell-command)
1944         (start-file-process-shell-command): Use the new
1945         set-advertised-calling-convention feature.
1947 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
1949         * international/ucs-normalize.el (ucs-normalize-version):
1950         Change to 1.2.
1951         (check-range): Adjust for Unicode 5.2.
1953 2009-10-15  Juri Linkov  <juri@jurta.org>
1955         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
1956         to the `menu-item' format.
1958 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
1960         * net/tramp.el (tramp-replace-environment-variables): Do not fail
1961         if the environment variable does not exist.
1963         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
1964         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
1965         parameter.
1966         (tramp-smb-handle-add-name-to-file)
1967         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
1968         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
1969         (tramp-smb-handle-file-attributes)
1970         (tramp-smb-do-file-attributes-with-stat)
1971         (tramp-smb-handle-file-local-copy)
1972         (tramp-smb-handle-insert-directory)
1973         (tramp-smb-handle-make-directory)
1974         (tramp-smb-handle-make-directory-internal)
1975         (tramp-smb-handle-make-symbolic-link)
1976         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
1977         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
1978         (tramp-smb-maybe-open-connection): Apply the changed parameters.
1979         (tramp-smb-read-file-entry): Read Disk names in compressed format.
1980         Handle long file names.
1981         (tramp-smb-get-cifs-capabilities): Check, whether the connection
1982         process is running.
1983         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
1984         Read share names with "-g" option.
1986 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
1988         * net/rcirc.el (rcirc-view-log-file): New command.
1989         (rcirc-track-minor-mode-map): Remove C-c ` binding.
1990         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
1991         specified.
1993 2009-10-15  Glenn Morris  <rgm@gnu.org>
1995         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
1996         from the second command-line argument.
1997         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
1998         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
1999         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2000         w32-batch-update-autoloads.
2001         * emacs-lisp/autoload.el (autoload-make-program): New variable.
2002         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2004         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2005         the headers cannot be located.  Simplify, subtracting superflous
2006         save-excursions.
2008 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2010         Replace completion-base-size by completion-base-position to fix bugs
2011         such as (bug#4699).
2012         * simple.el (completion-base-position): New var.
2013         (completion-base-size): Mark as obsolete.
2014         (choose-completion): Make it work for mouse events as well.
2015         Pass the new base-position to choose-completion-string.
2016         (choose-completion-guess-base-position): New function, extracted from
2017         choose-completion-delete-max-match.
2018         (choose-completion-delete-max-match): Use it.  Make obsolete.
2019         (choose-completion-string): Use the new base-position info.
2020         (completion-root-regexp): Delete.
2021         (completion-setup-function): Preserve completion-base-position.
2022         Eliminate obsolete base-size manipulation.
2023         * minibuffer.el (display-completion-list): Don't mess with base-size.
2024         (minibuffer-completion-help): Set completion-base-position instead.
2025         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2026         choose-completion.
2027         * textmodes/bibtex.el (bibtex-complete):
2028         * emacs-lisp/crm.el (crm--choose-completion-string):
2029         Adjust to new calling convention.
2030         * complete.el (partial-completion-mode): Use minibufferp to avoid
2031         bumping into incompatible change to choose-completion-string-functions.
2032         * ido.el (ido-choose-completion-string): Make its calling convention
2033         more permissive.
2034         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2035         base-size manipulation.
2036         (comint-dynamic-list-input-ring): Use dotimes and push.
2037         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2038         fundamental-mode.  Use `or'.
2040 2009-10-14  Juri Linkov  <juri@jurta.org>
2042         * misearch.el (multi-isearch-next-buffer-from-list)
2043         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2045 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2047         * Makefile.in (compile-onefile): Load `bytecomp' rather than
2048         `bytecomp.el'.
2050         * minibuffer.el (completion-pcm--merge-completions): Make sure the
2051         string we return is all made up of text from the completions rather
2052         than part from the completions and part from the input (bug#4219).
2054         * ido.el (ido-everywhere): Use define-minor-mode.
2056         * buff-menu.el (list-buffers, ctl-x-map):
2057         Mark the entry points with ;;;###autoload cookies.
2059 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2061         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2062         correctly in the detached head case.
2063         (vc-git-print-log): Remove unused binding.
2065         * vc.el (vc-responsible-backend): When a directory is passed for
2066         for registration create a VC repository if no backend is
2067         responsible for the directory argument.
2068         (vc-deduce-fileset): Tell vc-responsible-backend to register.
2070         * vc.el: Move comments about RCS and SCCS ...
2071         * vc-rcs.el:
2072         * vc-sccs.el: ... here, respectively.
2074 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2076         * minibuffer.el (completion--file-name-table): Return nil if there's
2077         no file completion, even if substitute-in-file-name changed
2078         the string (bug#4708).
2080 2009-10-13  Juri Linkov  <juri@jurta.org>
2082         * files-x.el (read-file-local-variable-value): Don't filter out
2083         minor modes from mode name completion (bug#4664).
2085 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2087         * international/mule-cmds.el (ucs-names): Remove exclusion of
2088         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2090 2009-10-13  Kenichi Handa  <handa@m17n.org>
2092         * international/uni-name.el: Regenerated.
2094 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2096         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
2097         should be automatically buffer-local, but isn't.)
2099 2009-10-12  Sam Steingold  <sds@gnu.org>
2101         * progmodes/compile.el (compilation-next-error-function): Fix the
2102         timestamps if the buffer has been visited before.
2103         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2104         non-anchored patterns, like the perl one (bug#3928).
2106 2009-10-12  Glenn Morris  <rgm@gnu.org>
2108         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2109         Let-bind `size'.
2111 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
2113         * proced.el (proced-unload-function): New function.
2115         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2116         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2117         Doc fix.
2119         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2121 2009-10-11  Juri Linkov  <juri@jurta.org>
2123         * files-x.el (read-file-local-variable-value):
2124         Provide default value only for bound variables (bug#4664).
2126 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
2128         * net/tramp.el (tramp-local-host-p): Function shall return nil for
2129         connection methods like smb.
2131         * net/tramp-cache.el (tramp-flush-connection-property): The hash
2132         can be empty.
2134         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2135         (tramp-smb-file-name-handler-alist): Add handlers for
2136         `add-name-to-file', `make-symbolic-link'.
2137         (tramp-smb-handle-add-name-to-file)
2138         (tramp-smb-do-file-attributes-with-stat)
2139         (tramp-smb-handle-make-symbolic-link)
2140         (tramp-smb-get-cifs-capabilities): New defuns.
2141         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2142         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2143         (tramp-smb-handle-file-local-copy)
2144         (tramp-smb-handle-make-directory-internal)
2145         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2146         The file name syntax depends on cifs capabilities.
2147         (tramp-smb-handle-file-attributes):
2148         Call `tramp-smb-do-file-attributes-with-stat' if possible.
2149         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2150         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2152 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
2154         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2155         (eieio-defclass): Apply deftype handler and setf-method properties
2156         directly.
2157         (eieio-add-new-slot): Avoid union function from cl library.
2158         (eieio--typep): New function.
2159         (eieio-perform-slot-validation): Use it.
2161 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2163         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2164         Update documentation to refer to the variables documented in r1.135.
2165         (Bug#4188)
2167 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2169         * bookmark.el (Info-suffix-list): Remove this unused variable.
2170         (bookmark-current-point): Remove this obsolete variable.
2171         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2172         Adjust for removal of bookmark-current-point.
2174         (bookmarks-already-loaded, bookmark-current-buffer)
2175         (bookmark-yank-point): Document.  (Bug#4188)
2177 2009-10-10  Glenn Morris  <rgm@gnu.org>
2179         * frame.el (frame-height): Doc fix.
2181         * calendar/calendar.el (calendar-split-width-threshold): New option.
2182         (calendar-basic-setup): Use calendar-split-width-threshold.
2184 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2186         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2187         Use .la for Automake.
2189 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2191         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2192         Use "autoreconf -i".  Suggested by Andreas Schwab.
2194 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2196         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2197         Ideographic Supplement" range (U+1F200..U+1F2FF).
2199 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2201         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2202         since the list will have been rebuilt anyway.  (Bug#4349)
2204 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2206         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2207         (bookmark-bmenu-execute-deletions): Don't save here, as
2208         bookmark-delete will now do so if necessary.
2209         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2210         (Bug#4348)
2212 2009-10-09  Glenn Morris  <rgm@gnu.org>
2214         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2216 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2218         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2219         (bookmark-jump-other-window): Just invoke bookmark-jump with new
2220         argument now, so the two function's behaviors will match.  (Bug#3645)
2222 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2224         * cedet/ede/proj.el (project-make-dist, project-compile-project):
2225         Fix filename test.
2226         (ede-proj-dist-makefile): Use expand-file-name instead of concat
2227         to expand file names.
2229 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
2231         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2232         (tramp-file-name-real-host, tramp-file-name-port):
2233         Apply `save-match-data'.
2235         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2236         case both directories are remote.
2237         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2238         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2240 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2242         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2243         (ede-proj-target-makefile-objectcode): Use it.
2245         * cedet/ede/source.el (ede-want-any-source-files-p)
2246         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2247         Return search result.  This error was introduced while merging.
2249 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2251         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2253 2009-10-07  Glenn Morris  <rgm@gnu.org>
2255         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2256         of concat.
2258 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2260         * files-x.el (read-file-local-variable): Include some
2261         non-user-variables in the completion table (bug#4664).
2263 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
2265         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2266         message.
2268         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2269         (tramp-smb-file-name-handler-alist): Add handler for
2270         `copy-directory', `expand-file-name', `set-file-modes'.
2271         (tramp-smb-handle-copy-directory)
2272         (tramp-smb-handle-expand-file-name)
2273         (tramp-smb-handle-set-file-modes): New defuns.
2274         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2275         (tramp-smb-handle-file-attributes): Simplify check for retrieving
2276         entry.
2277         (tramp-smb-handle-insert-directory): Don't flush the cache.
2278         (tramp-smb-maybe-open-connection): Check for samba client and
2279         server versions.
2281 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2283         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2284         to not error out of search for "^lisp=" fails.
2286 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2288         * makefile.w32-in (WINS_UPDATES): New macro.
2289         (custom-deps, finder-data, autoloads): Use it.
2291 2009-10-07  Glenn Morris  <rgm@gnu.org>
2293         * Makefile.in (autoloads): Revert previous change.
2294         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2295         the list of preloaded files passed on the command-line, get
2296         it from src/Makefile.
2298         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2299         show the original buffer rather than a random one.
2301 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
2303         * help.el (describe-no-warranty): Place point in a slightly better
2304         position in the GPLv3 text.
2306 2009-10-06  Sam Steingold  <sds@gnu.org>
2308         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2309         the comm attribute is present before calling regexp-quote.
2311 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
2313         * play/animate.el (animate-string): For good effect, make sure
2314         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2316         * play/animate.el (animate-sequence, animate-birthday-present):
2317         * misc.el (butterfly): Don't set `indent-tabs-mode'.
2319 2009-10-06  Glenn Morris  <rgm@gnu.org>
2321         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2323         * emacs-lisp/autoload.el (autoload-excludes): New variable.
2324         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2325         (batch-update-autoloads): Process a string value of autoload-excludes,
2326         set during the build process.
2327         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
2329         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2330         inside with-parsed...  macro so that `v' is defined.
2332         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2333         * progmodes/fortran.el (fortran-end-of-block)
2334         (fortran-beginning-of-block):
2335         Also push mark in the macro case.
2337         * emerge.el (emerge-show-file-name):
2338         * calc/calc.el (calc-quit):
2339         * calc/calc-misc.el (calc-big-or-small):
2340         * calc/calc-graph.el (calc-graph-view):
2341         * calc/calc-ext.el (calc-reset):
2342         * calendar/calendar.el (calendar-basic-setup):
2343         Use window-full-height-p.
2345         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2346         header we don't understand, don't insert another.  (Bug#4624)
2347         If changing mime charset, insert the new one in the right place.
2349 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
2351         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2352         (cal-tex-cursor-month): Correctly increment the end date for diary and
2353         holiday listing.  (Bug#4626)
2355 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2357         * help-fns.el (describe-function-1): Don't burp if the function is not
2358         a symbol.
2360 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
2362         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2363         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2364         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2365         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2367         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2368         (eieio-default-superclass): Reflow docstrings.
2369         (this, class-option-assoc, defclass, eieio-class-un-autoload)
2370         (eieio-unbind-method-implementations, defmethod)
2371         (eieio-validate-slot-value, eieio-validate-class-slot-value)
2372         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2373         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2374         (eieio-slot-originating-class-p, eieio-slot-name-index)
2375         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2376         (constructor, initialize-instance, no-next-method, object-print)
2377         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2378         Fix typos in docstrings.
2379         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2380         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2381         (next-method-p): Doc fixes.
2382         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2383         Fix typos in error messages.
2384         (eieio-defmethod): Fix typo in description of generic method.
2386         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2387         (eieio-persistent-save-interactive, slot-missing):
2388         Fix typos in docstrings.
2389         (eieio-instance-inheritor-slot-boundp): Doc fix.
2391         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2392         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2394         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2395         (eieio-custom-object-apply-reset):
2396         Fix typos in docstrings and error messages.
2398         * emacs-lisp/eieio-datadebug.el (data-debug-show):
2399         Fix typo in docstring.
2401         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2402         (eieio-browse-tree): Doc fix.
2403         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2404         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2405         Fix typos in docstrings.
2407         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2408         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2409         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2410         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2411         Reflow docstrings.
2413 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2415         * vc-hg.el (log-view-vc-backend): Declare for compiler.
2416         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2417         Set log-view-vc-backend so that diff can work.
2419         * log-view.el (log-view-diff): Use vc-diff-internal instead of
2420         vc-version-diff.
2421         (vc-diff-internal): Autoload this instead of vc-version-diff.
2423 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2425         * simple.el (eval-expression): Doc fix.
2427         * progmodes/cwarn.el (cwarn-mode): Doc fix.
2429 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2431         * files.el (directory-files-no-dot-files-regexp): New defconst.
2432         (delete-directory): Use it.
2433         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
2435         * net/tramp.el (tramp-verbose): Fix docstring.
2436         (tramp-methods): Add recursive option to `tramp-copy-args'.
2437         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
2438         "scp1_old", "scp2_old", "rsync", "rsyncc".
2439         (tramp-default-method): Check also for `auth-source-user-or-password'.
2440         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2441         Add handler for `copy-directory'.
2442         (tramp-handle-copy-directory): New defun.
2443         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2444         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2445         Optimize sent command.
2447 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2449         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2450         window if necessary.
2452         * calendar/calendar.el (calendar-basic-setup): Don't call
2453         switch-to-buffer in a dedicated window.
2455 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
2457         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2458           don't do anything related to relocating, just return nil.
2459         (bookmark-error-no-filename): New error.
2460         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2461           bookmark has no file.  Don't even attempt to handle things that
2462           are not files; the whole point of custom handlers is to keep that
2463           knowledge elsewhere anyway.  Tighten some comments.
2464         (bookmark-file-or-variation-thereof): Remove now-unused function.
2465         (bookmark-location): Doc string fix.
2466         (Bug#4250)
2468 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2470         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2471         don't use a file dialog, because they usually don't know how to read
2472         a directory target from the user.  (Bug#4230)
2473         Also, make sure the prompt can display directories as well as files.
2475 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2477         * bookmark.el (bookmark-set, bookmark-buffer-name):
2478         Improve doc strings.  (Bug#1193)
2480 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2482         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2483         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2484         (bookmark-get-annotation, bookmark-set-annotation)
2485         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2486         (bookmark-set-position, bookmark-get-front-context-string)
2487         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2488         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2489         (bookmark-jump-other-window, bookmark-handle-bookmark)
2490         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2491         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2492         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2493            Improve doc strings to say whether bookmark can be a string or
2494            a record or both, and make other consistency and clarity fixes.
2495         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2496         (bookmark-default-annotation-text, bookmark-yank-word)
2497         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2498         (bookmark-import-new-list, bookmark-maybe-rename)
2499         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2500         (bookmark-bmenu-bookmark): Give these doc strings.
2501         (bookmark-bmenu-check-position): Give this a doc string, but also
2502            add a FIXME comment about how the function may be pointless.
2503         (bookmark-default-handler): Rework doc string and change a
2504            parameter name, to clarify that this takes a bookmark record
2505            not a bookmark name.
2506         (bookmark-set): Change a parameter name to indicate its meaning,
2507            and improve the doc string a bit.
2508         (Bug#4188)
2510 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2512         * bookmark.el (bookmark-alist): Document the new `handler' element
2513         in the param alist.
2514         (bookmark-make-record-function): Adjust documentation for above.
2515         (Bug#4193)
2517 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2519         * info.el (Info-bookmark-make-record): Document this function.
2520         (Info-bookmark-jump): Document with a doc string, not just a comment.
2521         (Bug#4203)
2523 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2525         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2526         (semantic-new-buffer-fcn): Call parser setup functions here.
2527         (semantic-mode): Don't call parser setup functions here, it's done
2528         in semantic-new-buffer-fcn now.
2529         (semantic-mode): Parse all existing buffers when enabled.
2531         * cedet/srecode/compile.el (srecode-compile-file):
2532         Call semantic-new-buffer-fcn if the buffer has not been parsed.
2534 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2536         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2538         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2539         (proj-comp-insert-variable-once): New macro, renamed from
2540         ede-pmake-insert-variable-once in ede/pmake.edl.
2541         (ede-proj-makefile-insert-variables): Use it.
2543 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
2545         * files.el (copy-directory): New defun.
2547         * dired-aux.el (dired-copy-file-recursive): Use it.
2549 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2551         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2552         (makefile-end-of-command):
2553         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2554         (semantic-end-of-context): Fix previous change.  Doc fixes.
2556 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2558         * files-x.el (modify-dir-local-variable)
2559         (copy-dir-locals-to-file-locals-prop-line):
2560         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2561         (makefile-end-of-command):
2562         * cedet/semantic/lex.el (semantic-lex-token):
2563         * cedet/semantic/analyze/fcn.el
2564         (semantic-analyze-dereference-metatype-1):
2565         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2566         (semantic-lex-cpp-undef):
2567         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2568         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2569         (semantic-end-of-context): Fix typos in docstrings.
2571         * recentf.el (recentf-unload-function): New function.
2573 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2575         * cedet/ede.el (ede-project-placeholder-cache-file):
2576         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2577         * cedet/srecode/map.el (srecode-map-save-file):
2578         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
2580 2009-10-04  Glenn Morris  <rgm@gnu.org>
2582         * window.el (window-full-height-p): Add doc string.
2584 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
2586         * window.el (window-full-height-p): New function.  (Bug#4543)
2588 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
2590         * cedet/srecode/insert.el: Require srecode/args.
2592         * cedet/srecode/args.el: Require srecode/dictionary instead of
2593         srecode/insert.
2595         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2597         * files.el (auto-mode-alist): Add .srt and Project.ede.
2599         * cedet/semantic.el (semantic-mode):
2600         Handle srecode-template-mode-hook as well.
2601         (semantic-mode): Use js-mode-hook for Javascript hook.
2603         * cedet/srecode/template.el: Remove hook variable.
2605         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2607         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2608         projects exist.
2609         (ede-project-placeholder-cache-file): Default to a file in
2610         user-emacs-directory.
2612         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2613         templates in data-directory.
2614         (srecode-map-save-file): Default to a file in user-emacs-directory.
2616         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2617         directory.
2619 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2621         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2622         Doc fix.
2624         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2625         Only insert each variable once.
2627         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2628         (ede-pmake-insert-variable-shared): Use it.
2630         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2631         for lexical table iff table is nil.
2633 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2635         * vc.el: Remove commented out code.
2636         (vc-derived-from-dir-mode): Remove, unused.
2637         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2639 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
2641         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2642         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
2643         there could be recursive loading when `default-directory' is a
2644         remote file name.  (Bug#4614)
2646 2009-10-03  Glenn Morris  <rgm@gnu.org>
2648         * calendar/calendar.el (calendar-basic-setup): Handle the case where
2649         the frame is wide.
2650         (calendar-generate-window): Test for shrinkability rather than width.
2652         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2653         declaration, currently false.
2655         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2656         reusing existing buffers, in case we happen to visit two files with the
2657         same basename.  (Bug#4593)
2659 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2661         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2662         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2663         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2664         subdirs of cedet as well.
2665         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2667 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2670         Obey advertised-signature-table.
2672         * help-fns.el (help-function-arglist): Don't check
2673         advertised-signature-table.
2674         (describe-function-1): Do it here instead so it also applies to subrs.
2676 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2678         * simple.el (start-file-process): Say in the doc-string, that file
2679         handlers might not support pty association, if PROGRAM is nil.
2681         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2682         HOST and USER are strings.  They are nil, when there are
2683         incomplete entries in ~/.netrc, for example.
2684         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
2685         root directory ("device busy" error otherwise).
2687         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2688         Flush file properties of created directory.
2690 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2692         * makefile.w32-in (WINS_BASIC): Remove cedet.
2693         (WINS_CEDET): Add cedet.
2694         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2696 2009-10-02  Kevin Ryde  <user42@zip.com.au>
2698         * net/browse-url.el (browse-url): Pass any symbol in
2699         browse-url-browser-function to `apply', since if you've mistakenly put
2700         an unbound symbol then the error is clearer.  (Bug#4531)
2702 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2704         * allout.el (allout-init, allout-back-to-current-heading)
2705         (allout-beginning-of-current-entry, allout-ascend-to-depth)
2706         (allout-ascend, allout-up-current-level, allout-end-of-level)
2707         (allout-previous-visible-heading, allout-forward-current-level)
2708         (allout-backward-current-level, allout-show-children):
2709         * apropos.el (apropos-describe-plist):
2710         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2711         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2712         * completion.el (add-completion, add-permanent-completion):
2713         * descr-text.el (describe-text-category, describe-char):
2714         * desktop.el (desktop-lazy-abort):
2715         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2716         * dired.el (dired-build-subdir-alist):
2717         * ediff.el (ediff-version):
2718         * elide-head.el (elide-head, elide-head-show):
2719         * emerge.el (emerge-version):
2720         * env.el (getenv):
2721         * face-remap.el (variable-pitch-mode):
2722         * faces.el (describe-face):
2723         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2724         (dired-at-point):
2725         * files.el (find-file-existing, auto-save-mode):
2726         * font-lock.el (font-lock-fontify-buffer):
2727         * help-fns.el (describe-function, describe-variable)
2728         (describe-syntax, describe-categories):
2729         * help.el (view-lossage, describe-bindings, describe-key)
2730         (describe-mode):
2731         * hexl.el (hexl-current-address):
2732         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2733         * info.el (Info-goto-emacs-key-command-node):
2734         * log-edit.el (log-edit-insert-cvs-template)
2735         (log-edit-insert-cvs-rcstemplate):
2736         * menu-bar.el (menu-bar-mode):
2737         * mouse.el (mouse-appearance-menu):
2738         * newcomment.el (comment-indent-new-line):
2739         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2740         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2741         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2742         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2743         * recentf.el (recentf-mode):
2744         * savehist.el (savehist-mode, savehist-save):
2745         * shadowfile.el (shadow-copy-files):
2746         * simple.el (kill-ring-save, next-line, previous-line)
2747         (normal-erase-is-backspace-mode):
2748         * strokes.el (strokes-update-window-configuration)
2749         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2750         (strokes-xpm-for-stroke):
2751         * time.el (emacs-uptime, emacs-init-time):
2752         * tutorial.el (tutorial--describe-nonstandard-key)
2753         (tutorial--detailed-help):
2754         * type-break.el (type-break-mode)
2755         (type-break-mode-line-message-mode, type-break-query-mode)
2756         (type-break-guesstimate-keystroke-threshold):
2757         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2758         * version.el (emacs-version):
2759         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2760         * winner.el (winner-mode):
2761         * calendar/timeclock.el (timeclock-in, timeclock-out)
2762         (timeclock-status-string, timeclock-change)
2763         (timeclock-workday-remaining-string)
2764         (timeclock-workday-elapsed-string)
2765         (timeclock-when-to-leave-string):
2766         * calendar/todo-mode.el (todo-add-category):
2767         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2768         * emacs-lisp/autoload.el (update-file-autoloads):
2769         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2770         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2771         (checkdoc-message-text, checkdoc-defun):
2772         * emacs-lisp/debug.el (debugger-list-functions):
2773         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2774         * emacs-lisp/eieio-opt.el (eieio-describe-class)
2775         (eieio-describe-generic):
2776         * emacs-lisp/lisp-mnt.el (lm-synopsis):
2777         * emacs-lisp/shadow.el (list-load-path-shadows):
2778         * emulation/cua-base.el (cua-mode):
2779         * emulation/edt.el (edt-set-scroll-margins):
2780         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2781         (tpu-toggle-regexp, tpu-toggle-search-direction)
2782         (tpu-toggle-rectangle, tpu-toggle-control-keys):
2783         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2784         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2785         (viper-set-parsing-style-toggling-macro)
2786         (viper-set-emacs-state-searchstyle-macros):
2787         * emulation/viper.el (viper-set-hooks):
2788         * eshell/esh-mode.el (eshell-truncate-buffer):
2789         * international/mule-cmds.el (prefer-coding-system)
2790         (describe-input-method, describe-language-environment):
2791         * international/mule-diag.el (list-character-sets)
2792         (describe-character-set, describe-coding-system)
2793         (describe-fontset, list-fontsets, list-input-methods):
2794         * mail/sendmail.el (mail-signature):
2795         * net/ange-ftp.el (ange-ftp-copy-file):
2796         * net/browse-url.el (browse-url):
2797         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2798         * net/quickurl.el (quickurl-add-url):
2799         * net/rcirc.el (names, topic):
2800         * net/xesam.el (xesam-mode):
2801         * play/5x5.el (5x5-new-game):
2802         * play/yow.el (apropos-zippy):
2803         * progmodes/ada-mode.el (ada-mode-version):
2804         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2805         (f90-end-of-block)
2806         (f90-beginning-of-block):
2807         * progmodes/fortran.el (fortran-end-of-block)
2808         (fortran-beginning-of-block):
2809         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2810         * progmodes/python.el (python-describe-symbol, python-shell):
2811         * term/ns-win.el (ns-print-buffer):
2812         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2813         * textmodes/flyspell.el (flyspell-mode-on):
2814         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2815         (pages-directory-for-addresses):
2816         * textmodes/table.el (table-recognize-cell)
2817         (table-query-dimension, table-generate-source)
2818         (table-insert-sequence, table--warn-incompatibility):
2819         * textmodes/tex-mode.el (tex-validate-buffer):
2820         * textmodes/texinfmt.el (texinfmt-version)
2821         (texinfo-format-buffer):
2822         Use `called-interactively-p' instead of `interactive-p'.
2824 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2826         * image-mode.el (image-toggle-display):
2827         * emacs-lisp/elp.el (elp-instrument-function):
2828         * emacs-lisp/advice.el (ad-make-advised-definition):
2829         * emacs-lisp/easy-mmode.el (define-minor-mode):
2830         * net/browse-url.el (browse-url-maybe-new-window):
2831         * progmodes/sh-script.el (sh-learn-buffer-indent):
2832         Pass new argument 'any to `called-interactively-p'.
2834 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2836         * international/uni-bidi.el:
2837         * international/uni-category.el:
2838         * international/uni-combining.el:
2839         * international/uni-comment.el:
2840         * international/uni-decimal.el:
2841         * international/uni-decomposition.el:
2842         * international/uni-digit.el:
2843         * international/uni-lowercase.el:
2844         * international/uni-mirrored.el:
2845         * international/uni-name.el:
2846         * international/uni-numeric.el:
2847         * international/uni-old-name.el:
2848         * international/uni-titlecase.el:
2849         * international/uni-uppercase.el:
2850         Regenerate from Unicode 5.2.0 data.
2852 2009-10-01  Glenn Morris  <rgm@gnu.org>
2854         * Makefile.in (ELCFILES): Regenerate.
2856 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2858         * subr.el (interactive-p): Mark obsolete.
2859         (called-interactively-p): Make the optional-ness of `kind' obsolete.
2860         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2861         advertised-signature-table for subroutines as well.
2863         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2864         (set-advertised-calling-convention): New function.
2865         (make-obsolete, define-obsolete-function-alias)
2866         (make-obsolete-variable, define-obsolete-variable-alias):
2867         Make the optional-ness of `when' obsolete.
2868         (define-obsolete-face-alias): Make `when' non-optional.
2869         * help-fns.el (help-function-arglist):
2870         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2871         Use advertised-signature-table.
2873 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2875         * files.el (delete-directory): New defun.  The original function
2876         in fileio.c has been renamed to `delete-directory-internal'.
2878         * dired.el (dired-delete-file): Call `delete-directory' with
2879         RECURSIVE parameter.
2881         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2882         parameter RECURSIVE.  Implementation is missing.
2884         * net/tramp.el (tramp-handle-make-directory): Flush upper
2885         directory's file properties.
2886         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2887         (tramp-handle-dired-recursive-delete-directory): Flush directory
2888         properties after the remove command only.
2890         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2891         Handle optional parameter RECURSIVE.
2893         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2894         Handle optional parameter RECURSIVE.
2896         * net/tramp-smb.el (tramp-smb-errors): Add error message for
2897         connection timeout.
2898         (tramp-smb-handle-delete-directory): Handle optional parameter
2899         RECURSIVE.
2901 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2904         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2905         (byte-compile-defmacro): Use backquotes.
2907         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2909         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2910         has no associated file.
2911         (vc-resynch-buffer): Use vc-dir-buffers.
2913 2009-10-01  Glenn Morris  <rgm@gnu.org>
2915         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2916         (chart-file-count):
2917         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2918         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2919         * emacs-lisp/eieio-opt.el (eieio-describe-class):
2920         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2921         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2922         (eieio-copy-parents-into-subclass, make-instance, class-children)
2923         (eieio-generic-form):
2924         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2925         * cedet/cedet-idutils.el (cedet-idutils-search)
2926         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2927         (cedet-idutils-version-check):
2928         * cedet/cedet.el (cedet-version):
2929         * cedet/data-debug.el (data-debug-insert-overlay-button)
2930         (data-debug-insert-overlay-list-button)
2931         (data-debug-insert-buffer-button)
2932         (data-debug-insert-buffer-list-button)
2933         (data-debug-insert-process-button, data-debug-insert-ring-button)
2934         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2935         (data-debug-insert-stuff-vector-button)
2936         (data-debug-insert-symbol-button, data-debug-insert-string)
2937         (data-debug-insert-number, data-debug-insert-lambda-expression)
2938         (data-debug-insert-nil, data-debug-insert-simple-thing)
2939         (data-debug-insert-custom, data-debug-edebug-expr):
2940         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2941         (global-ede-mode-map, ede-new, ede-debug-target)
2942         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2943         * cedet/semantic.el (semantic-minimum-working-buffer-size)
2944         (semantic-fetch-tags, semantic-submode-list)
2945         (semantic-default-submodes):
2946         * cedet/ede/source.el (ede-source-match):
2947         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2948         (project-am-package-info):
2949         * cedet/ede/proj.el (ede-proj-target, project-new-target):
2950         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2951         * cedet/ede/proj-comp.el (ede-current-build-list):
2952         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2953         * cedet/ede/files.el (ede-toplevel-project-or-nil):
2954         * cedet/ede/cpp-root.el (initialize-instance):
2955         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
2956         (autoconf-parameter-strip, autoconf-insert-new-macro):
2957         * cedet/semantic/wisent.el (wisent-lex-eoi):
2958         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
2959         (semantic-show-parser-state-mode):
2960         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
2961         * cedet/semantic/tag.el (semantic-tag-new-variable)
2962         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
2963         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
2964         (semantic--tag-deep-copy-tag-list)
2965         (semantic-tag-components-with-overlays-default):
2966         * cedet/semantic/symref.el (semantic-symref-find-text):
2967         * cedet/semantic/senator.el (senator-yank-tag)
2968         (senator-transpose-tags-up):
2969         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
2970         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
2971         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
2972         * cedet/semantic/lex.el (semantic-lex-comment-regex)
2973         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
2974         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
2975         * cedet/semantic/lex-spp.el
2976         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
2977         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
2978         * cedet/semantic/idle.el
2979         (semantic-idle-summary-current-symbol-info-brutish)
2980         (semantic-idle-summary-current-symbol-info-default):
2981         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
2982         (semantic--grammar-macro-compl-dict):
2983         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
2984         * cedet/semantic/format.el (semantic-format-tag-custom-list)
2985         (semantic-format-tag-canonical-name-default):
2986         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
2987         (semantic-find-tags-for-completion)
2988         (semantic-find-tags-by-scope-protection-default)
2989         (semantic-deep-find-tags-for-completion):
2990         * cedet/semantic/edit.el
2991         (semantic-edits-incremental-reparse-failed-hook)
2992         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
2993         (semantic-edits-splice-remove, semantic-edits-splice-replace):
2994         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
2995         * cedet/semantic/dep.el (semantic-dependency-include-path):
2996         * cedet/semantic/db.el (semanticdb-default-find-index-class)
2997         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
2998         (semanticdb-project-roots):
2999         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3000         (semanticdb-find-adebug-insert-scanned-tag-cons)
3001         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3002         (semanticdb-brute-deep-find-tags-for-completion):
3003         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3004         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3005         (semantic-end-of-context-default)
3006         (semantic-ctxt-current-function-default)
3007         (semantic-ctxt-scoped-types-default):
3008         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3009         (semantic-complete-inline-tag-engine)
3010         (semantic-complete-inline-custom-type)
3011         (semantic-complete-read-tag-analyzer):
3012         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3013         (semantic-chart-database-size):
3014         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3015         (semantic-analyze-current-context):
3016         * cedet/semantic/symref/list.el (semantic-symref)
3017         (semantic-symref-hide-buffer, semantic-symref-symbol):
3018         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3019         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3020         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3021         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3022         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3023         (semantic-c-dereference-template):
3024         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3025         (semantic--analyze-refs-full-lookup-with-parents)
3026         (semantic--analyze-refs-full-lookup-simple):
3027         * cedet/semantic/analyze/complete.el
3028         (semantic-analyze-possible-completions):
3029         * cedet/srecode/table.el (srecode-mode-table-new):
3030         * cedet/srecode/srt.el (srecode-read-variable-name):
3031         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3032         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3033         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3034         * cedet/srecode/map.el (srecode-current-map):
3035         * cedet/srecode/insert.el (srecode-insert)
3036         (srecode-insert-variable-secondname-handler, srecode-insert-method)
3037         (srecode-template-inserter-point-override)
3038         (srecode-insert-include-lookup):
3039         * cedet/srecode/getset.el (srecode-auto-choose-class):
3040         * cedet/srecode/extract.el (srecode-inserter-extract):
3041         * cedet/srecode/document.el
3042         (srecode-document-autocomment-return-last-alist)
3043         (srecode-document-autocomment-param-type-alist)
3044         (srecode-document-insert-function-comment)
3045         (srecode-document-insert-variable-one-line-comment)
3046         (srecode-document-function-name-comment):
3047         * cedet/srecode/dictionary.el (srecode-create-dictionary)
3048         (srecode-compound-toString):
3049         * cedet/srecode/compile.el (srecode-flush-active-templates):
3050         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3051         Doc/message fixes.
3053         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3054         match-data.  (Bug#4555).
3056         * cedet/semantic/bovine/gcc.el
3057         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3058         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3060         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3061         rather than parsing it as a regexp.  This relaxes the layout
3062         requirements and makes errors easier to detect.
3063         (check-declare-verify): Check file is regular.
3064         (check-declare-directory): Doc fix.
3065         * subr.el (declare-function): Doc fix.
3067         * ibuffer.el (ibuffer-format-qualifier):
3068         * isearch.el (hi-lock-regexp-okay):
3069         * calc/calc.el (math-zerop):
3070         * mail/uce.el (rmail-msgbeg, rmail-msgend):
3071         * term/w32-win.el (setup-default-fontset, set-fontset-font):
3072         Remove unused declarations.
3074 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3076         * cedet/semantic/wisent/javat-wy.el
3077         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3079 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
3081         * cedet/srecode/expandproto.el: Fix provide statement.
3083 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3085         * emacs-lisp/eieio.el (boolean-p): Delete.
3087 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
3089         * cedet/ede/srecode.el: Fix provide statement.
3091 2009-09-30  Glenn Morris  <rgm@gnu.org>
3093         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3094         * cedet/ede/proj-aux.el (ede-aux-source):
3095         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3096         (ede-misc-source):
3097         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3098         (semantic-mrub-switch-tags): Fix doc typos.
3100         * cedet/semantic/db-global.el (data-debug-new-buffer)
3101         (data-debug-insert-thing): Remove unneeded declarations (one broken).
3102         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3104         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3106         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3107         use of CL function `remove-if-not'.
3109         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3111         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3112         filename is not a string.
3114 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
3116         * files.el (safe-local-eval-forms): Fix typo.
3118 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3120         * vc-hooks.el (vc-dir-buffers): New var.
3121         (vc-state-refresh): New function.
3122         (vc-state): Use it.
3123         (vc-after-save): Always ask the backend to recompute the new state.
3124         Always call vc-dir if necessary, using vc-dir-buffers.
3125         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3126         Use vc-dir-buffers.
3127         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3128         (vc-dir-prepare-status-buffer, vc-dir-update)
3129         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3130         Don't call expand-file-name on default-directory.
3132 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3134         * speedbar.el (speedbar-item-delete):
3135         * calc/calc-prog.el (calc-kbd-if):
3136         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3138         * epa.el (epa-key-list-mode-map):
3139         * hi-lock.el (hi-lock-menu): Fix typos in menus.
3141         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3142         (hs-show-hook): Fix typo in docstring.
3144 2009-09-29  Glenn Morris  <rgm@gnu.org>
3146         * cedet/semantic/symref/idutils.el:
3147         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3149         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3151         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3152         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3153         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3154         Mark declarations not understood by check-declare.
3156         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3157         file-name-nondirectory call preventing location of cedet files.
3158         (check-declare-verify): Use literal search rather than re-search.
3159         Add basic defmethod and defclass, and define-overloadable-function.
3161         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3162         Use tramp-compat-file-attributes rather than nonexistent
3163         tramp-compat-handle-file-attributes.
3165         * Makefile.in (lisptagsfiles4): New.
3166         (AUTOGENEL): Add cedet loaddefs files.
3167         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3168         (update-elclist, compile-always, backup-compiled-files)
3169         (bootstrap-clean): Add yet another directory level.
3170         (update-elclist): Use LC_COLLATE rather than COLLATE.
3171         (ELCFILES): Update, via `make update-elclist'.
3173 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3175         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3176         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3177         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3179 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
3181         * Makefile.in (lisptagsfiles3): Define.
3182         (TAGS, TAGS-LISP): Use it.
3183         (update-elclist): Add third directory level to look for elc files.
3184         (compile-always): Likewise.
3185         (backup-compiled-files): Likewise.
3186         (bootstrap-clean): Likewise.
3187         (ELCFILES): Update.
3189 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
3191         * Makefile.in (ELCFILES): Add CEDET files.
3193 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3195         CEDET (development tools) package merged.
3197         * cedet/*.el:
3198         * cedet/ede/*.el:
3199         * cedet/semantic/*.el:
3200         * cedet/srecode/*.el: New files.
3202 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3204         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3206         * net/tramp.el (top): Require tramp-imap.
3208         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3209         Use `tramp-compat-handle-file-attributes'.
3211 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3213         * net/tramp-imap.el: New package.
3215 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3217         * emacs-lisp/chart.el:
3218         * emacs-lisp/eieio-base.el:
3219         * emacs-lisp/eieio-comp.el:
3220         * emacs-lisp/eieio-custom.el:
3221         * emacs-lisp/eieio-datadebug.el:
3222         * emacs-lisp/eieio-opt.el:
3223         * emacs-lisp/eieio-speedbar.el:
3224         * emacs-lisp/eieio.el: New files.
3226         * cedet/cedet-cscope.el:
3227         * cedet/cedet-files.el:
3228         * cedet/cedet-global.el:
3229         * cedet/cedet-idutils.el:
3230         * cedet/data-debug.el:
3231         * cedet/inversion.el:
3232         * cedet/mode-local.el:
3233         * cedet/pulse.el: New files.
3235 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3237         * whitespace.el (whitespace-trailing-regexp)
3238         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3239         Fix doc string.
3241 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
3243         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3244         menu.
3246         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3247         menu-bar-ediff-menu.
3249         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3250         define-overloadable-function.
3252         * progmodes/autoconf.el: Provide autoconf as well, so that this
3253         file can be `require'd.
3255         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3257         * emacs-lisp/autoload.el (generated-autoload-feature)
3258         (generated-autoload-load-name): New vars.
3259         (autoload-rubric, autoload-generate-file-autoloads): Use them.
3260         (make-autoload): Recognize define-overloadable-function and
3261         defclass forms (for EIEIO).
3263         * Makefile.in (update-subdirs): Exclude cedet directory.
3265 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3267         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
3269         * faces.el: Default light-background background for region face to
3270         ns_selection_color under NS.
3272 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3274         * net/imap-hash.el: New library, see NEWS.
3276         * Makefile.in (ELCFILES): Add imap-hash.el.
3278 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3280         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3281         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3282         * help-macro.el (make-help-screen): Avoid using an ambiguous function
3283         definition where the docstring could be taken for the return value.
3285 2009-09-26  Glenn Morris  <rgm@gnu.org>
3287         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3288         Add option to only show images below a certain size.
3289         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3290         save-excursion calls.
3292 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
3294         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3295         subdirectories) and eieio.
3297 2009-09-26  Alan Mackenzie  <acm@muc.de>
3299         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3300         buggy bracketing.  (Bug#4289)
3302         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3303         character constants (as case labels).  (Bug#4289)
3305 2009-09-25  Juri Linkov  <juri@jurta.org>
3307         * files.el (safe-local-eval-forms): Allow time-stamp in
3308         before-save-hook (Bug#4554).
3310 2009-09-25  Drew Adams  <drew.adams@oracle.com>
3312         * menu-bar.el (list-buffers-directory): Doc fix.
3314 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3316         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3317         Try and avoid copying twice the same paragraph.
3318         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3319         Remove save-excursion.
3320         (log-edit-changelog-entry): Do it here instead.
3322 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
3324         * bs.el (bs--get-file-name): Use `list-buffers-directory'
3325         when available, instead of hardcoding mode names.  Doc fix.
3327         * menu-bar.el (list-buffers-directory): Add docstring.
3328         Make automatically buffer-local.
3330         * dired.el (dired-mode):
3331         * files.el (cd-absolute):
3332         * pcvs.el (cvs-temp-buffer):
3333         * pcvs-util.el (cvs-get-buffer-create):
3334         * shell.el (shell-mode):
3335         * vc-dir.el (vc-dir-mode):
3336         Don't make `list-buffers-directory' buffer local.
3338 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
3340         * comint.el (comint-exec, comint-run, make-comint):
3341         Doc fixes (Bug#4542).
3343 2009-09-25  Glenn Morris  <rgm@gnu.org>
3345         * mail/rmailmm.el (rmail-mime): New custom group.
3346         Move all defcustoms in this file into this group.
3347         (rmail-mime-media-type-handlers-alist): Revert previous change.
3348         (rmail-mime-show-images): New option.
3349         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3350         references to it, since it wasn't actually used for anything.
3351         (rmail-mime-insert-image): New function.
3352         (rmail-mime-image): Use rmail-mime-insert-image.
3353         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3354         obey the value of `rmail-mime-show-images' option.  Print the size of
3355         attachments.
3357 2009-09-25  David Engster  <deng@randomsample.de>
3359         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
3361 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3363         * whitespace.el: Does not highlight trailing spaces While point is
3364         at end of line.  Does not highligt spaces at beginning of buffer
3365         while point is at beginning of buffer.  Does not highlight spaces
3366         at end of buffer while point is at end of buffer.  (Bug#4177)
3367         New version 12.0.
3368         (whitespace-display-mappings): Adjust initialization.
3369         (whitespace-point, whitespace-font-lock-refontify): New vars.
3370         (whitespace-color-on, whitespace-color-off): Adjust code.
3371         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3372         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3373         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3375 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
3377         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3379         * textmodes/sgml-mode.el: Remove xml-mode alias.
3381         * files.el (auto-mode-alist, conf-mode-maybe)
3382         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3384 2009-09-24  Alan Mackenzie  <acm@muc.de>
3386         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3387         c-forward-conditionals, but it doesn't move point and doesn't set
3388         the mark.
3389         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3390         (c-down-conditional-with-else, c-backward-conditional)
3391         (c-forward-conditional): Refactor to use c-scan-conditionals.
3393 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3395         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3396         (help-default-arg-highlight): Remove.
3397         (help-highlight-arg): New function.
3398         (help-do-arg-highlight): Use it.
3399         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
3401 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3403         * term.el (term-set-scroll-region, term-handle-ansi-escape):
3404         Undo last change, which didn't fix the problem and introduced others.
3406 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
3408         * progmodes/gdb-mi.el: Don't require speedbar.
3409         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3411 2009-09-24  Glenn Morris  <rgm@gnu.org>
3413         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3415         * term/ns-win.el (ns-reg-to-script): Define for compiler.
3417         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3418         there is no newline after the final mime boundary.  (Bug#4539)
3419         Move markers on insertion so that any buttons inserted don't end up in
3420         the next part of a multipart message.
3421         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
3422         (rmail-mime-bulk-handler): Optionally handle images.
3423         (rmail-mime-image): New button action.
3424         (rmail-mime-image-handler): New function.
3425         (rmail-mime-mode): New mode.
3426         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
3428 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3430         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3431         than just dropping elements from it (bug#4504).
3433         * term.el (term-set-scroll-region): Don't move cursor any more.
3434         (term-handle-ansi-escape): Call term-goto here instead.
3435         Suggested by Ivan Kanis <apple@kanis.eu>.
3437         * term.el: Require CL.
3438         (term-ansi-reset): New function.
3439         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3440         (term-handle-colors-array): Simplify.
3442 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3444         * allout.el (allout-overlay-interior-modification-handler)
3445         (allout-obtain-passphrase):
3446         * epa-file.el (epa-file-write-region):
3447         * ps-print.el (ps-begin-job):
3448         * vc-hooks.el (vc-toggle-read-only):
3449         * vc-rcs.el (vc-rcs-rollback):
3450         * vc-sccs.el (vc-sccs-rollback):
3451         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3452         (vc-version-diff, vc-revert, vc-rollback):
3453         * wdired.el (wdired-check-kill-buffer):
3454         * emacs-lisp/authors.el (authors):
3455         * net/socks.el (socks-open-connection):
3456         * net/zeroconf.el (zeroconf-service-add-hook):
3457         * obsolete/vc-mcvs.el (vc-mcvs-register):
3458         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3459         (gdb-select-frame):
3460         * progmodes/grep.el (lgrep, rgrep):
3461         * progmodes/idlw-help.el (idlwave-help-check-locations)
3462         (idlwave-help-html-link, idlwave-help-assistant-open-link):
3463         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3464         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3465         (reftex-toc-rename-label): Fix typos in error messages.
3467         * dired-aux.el (dired-do-shell-command): Reflow docstring.
3468         (dired-copy-how-to-fn): Doc fix.
3469         (dired-files-attributes, dired-read-shell-command):
3470         Fix typos in docstrings.
3472         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3473         (dired-x-find-file-other-window): Reflow docstrings.
3474         (dired-omit-marker-char, dired-read-shell-command)
3475         (dired-x-submit-report): Fix typos in docstrings.
3477         * shell.el (shell-mode-hook):
3478         * view.el (View-scroll-line-forward):
3479         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3480         Fix typos in docstrings.
3482         * net/dig.el (dig-invoke): Fix typo in docstring.
3483         (query-dig): Reflow docstring.
3485         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3486         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3487         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3488         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3489         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3490         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3491         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3492         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3493         (idlwave-completion-map, idlwave-current-indent)
3494         (idlwave-custom-ampersand-surround, idlwave-customize)
3495         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3496         (idlwave-define-abbrev, idlwave-determine-class-special)
3497         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3498         (idlwave-end-block-reg, idlwave-end-of-statement)
3499         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3500         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3501         (idlwave-explicit-class-listed, idlwave-file-header)
3502         (idlwave-fill-paragraph, idlwave-find-class-definition)
3503         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3504         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3505         (idlwave-in-quote, idlwave-indent-action-table)
3506         (idlwave-indent-expand-table, idlwave-indent-line)
3507         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3508         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3509         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3510         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3511         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3512         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3513         (idlwave-outlawed-buffers, idlwave-popup-select)
3514         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3515         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3516         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3517         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3518         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3519         (idlwave-statement-type, idlwave-struct-skip)
3520         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3521         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3522         (idlwave-what-module-find-class): Fix typos in docstrings.
3523         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3524         (idlwave-calculate-cont-indent, idlwave-expand-equal)
3525         (idlwave-find-module, idlwave-find-structure-definition)
3526         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3527         (idlwave-list-load-path-shadows, idlwave-next-statement)
3528         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3529         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3530         (idlwave-template): Reflow docstrings.
3532         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3533         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3534         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3535         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3536         (idlwave-shell-display-line, idlwave-shell-display-wframe)
3537         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3538         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3539         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3540         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3541         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3542         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3543         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3544         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3545         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3546         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3547         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3548         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3549         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3550         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3551         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3552         Fix typos in docstrings.
3553         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3554         (idlwave-shell-hide-output, idlwave-shell-mode)
3555         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3556         Reflow docstrings.
3558         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3560 2009-09-24  Ivan Kanis  <apple@kanis.eu>
3562         * term.el (term-bold-attribute): New var.
3563         (term-handle-colors-array): Use it.
3565 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
3567         * progmodes/gdb-mi.el (gdb-version): New variable.
3568         (gdb-non-stop-handler): Set gdb-version.
3569         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3570         Condition "--thread" option on gdb-version.
3571         (gdb-invalidate-threads): Remove unused argument.
3573 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3575         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3576         to looking-back to avoid ridiculous slow down in large files (bug#4511).
3578 2009-09-23  Glenn Morris  <rgm@gnu.org>
3580         * mail/rmail.el (rmail-reply): Don't try to add a References header when
3581         replying to mail without References or Message-Id.  (Bug#4525)
3583 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3585         * term/ns-win.el (ns-reg-to-script): New variable.
3587 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
3589         * epg.el (epg-wait-for-status): Preserve existing 'error results.
3591 2009-09-22  Sam Steingold  <sds@gnu.org>
3593         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3594         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3595         to 1 because hg returns status 1 when nothing is found.
3596         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3598 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3600         * textmodes/fill.el: Convert to utf-8 encoding.
3601         (fill-french-nobreak-p): Remove redundant » and « inherited from our
3602         pre-unicode days.
3604         * add-log.el (change-log-fill-forward-paragraph): New function.
3605         (change-log-mode): Use it so fill-region DTRT.
3606         Set fill-indent-according-to-mode here rather than in
3607         change-log-fill-paragraph.
3608         (change-log-fill-paragraph): Remove.
3610 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
3612         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3613         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
3615 2009-09-22  Glenn Morris  <rgm@gnu.org>
3617         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3618         the scroll-bar scroll the calendar window rather than the buffer.
3620         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3621         commands that move point (as opposed to scrolling).
3623         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3625         * emacs-lisp/elint.el (elint): New custom group.
3626         (elint-log-buffer): Make it a defcustom.
3627         (elint-scan-preloaded, elint-ignored-warnings)
3628         (elint-directory-skip-re): New options.
3629         (elint-builtin-variables): Doc fix.
3630         (elint-preloaded-env): New variable.
3631         (elint-unknown-builtin-args): Add an entry for encode-time.
3632         (elint-extra-errors): Make it a variable rather than a constant.
3633         (elint-preloaded-skip-re): New constant.
3634         (elint-directory): Skip files matching elint-directory-skip-re.
3635         (elint-features): New variable, local to linted buffers.
3636         (elint-update-env): Initialize elint-features.  Possibly add
3637         elint-preloaded-env to the buffer's environment.
3638         (elint-get-top-forms): Bind elint-current-pos, for log messages.
3639         Skip quoted forms.
3640         (elint-init-form): New function, extracted from elint-init-env.
3641         Make non-list forms a warning rather than an error.
3642         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
3643         easy-menu-define, put that adds an error-condition, and provide.
3644         When requiring cl, also require cl-macs.  Really require cl, to handle
3645         some cl macros.  Store required libraries in the list elint-features,
3646         so as not to re-load them.  Treat cc-require like require.
3647         (elint-init-env): Call elint-init-form to do the work.
3648         Handle eval-and-compile and such like.
3649         (elint-add-required-env): Do not clear messages.
3650         (elint-special-forms): Add handlers for function, defalias, if, when,
3651         unless, and, or.
3652         (elint-form): Add optional argument to ignore elint-special-forms,
3653         useful to prevent recursive calls from handlers.  Doc fix.
3654         Respect elint-ignored-warnings.
3655         (elint-form): Respect elint-ignored-warnings.
3656         (elint-bound-variable, elint-bound-function): New variables.
3657         (elint-unbound-variable): Respect elint-bound-variable.
3658         (elint-get-args): Respect elint-bound-function.
3659         (elint-check-cond-form): Add some simple handling for (f)boundp and
3660         featurep tests.
3661         (elint-check-defalias-form): New handler.
3662         (elint-check-let-form): Make an empty let a warning rather than an
3663         error.
3664         (elint-check-setq-form): Make an empty setq a warning rather than an
3665         error.  Respect elint-ignored-warnings.
3666         (elint-check-defvar-form): Accept null doc-strings.
3667         (elint-check-conditional-form): New handler.  Does some simple-minded
3668         checking of featurep and (f)boundp tests.
3669         (elint-put-function-args): New function.
3670         (elint-initialize): Use elint-scan-doc-file rather than
3671         elint-find-builtin-variables.  Use elint-put-function-args.
3672         Possibly scan preloaded-file-list.
3673         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3674         extend to handle functions as well.
3676 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
3678         * linum.el (linum-delete-overlays, linum-update-window):
3679         Do not modify the right margin.  (Bug#3971)
3681 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
3683         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3684         nxml-mode instead of xml-mode.
3686 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3688         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
3690 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3692         * net/dig.el (dig-mode): Use define-derived-mode.
3694 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3696         * vc-dispatcher.el (vc-do-command): Return the process object in
3697         the asynchronous case.  Use when instead of if.  Do not run
3698         vc-exec-after to display a message if not enabled.  (Bug#4463)
3700         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3701         properties to the stash strings.
3702         (vc-git-stash-list): Return a list of strings.
3703         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3704         (vc-git-stash-show-at-point): New functions.
3705         (vc-git-stash-map): New keymap.
3707         * register.el (ctl-x-r-map): Define the keys here instead of
3708         using autoload.
3710 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
3712         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3713         list, to workaround performance problem (bug#4485).
3715 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
3717         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3719 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
3721         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3722         Document that this option is not recommended to use.
3724 2009-09-19  Glenn Morris  <rgm@gnu.org>
3726         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3727         variable `var'.
3729         * calc/calc-alg.el (var):
3730         * calc/calcalg2.el (var): Define for compiler.
3732 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3734         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3735         Doc fix (Bug#3932).
3737         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3739         * time-stamp.el (time-stamp-month-dd-yyyy)
3740         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3741         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3742         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3743         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3744         Remove functions that have been obsolete since 1995 (Bug#4436).
3746         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3747         indent buffer only if called interactively (Bug#4452).
3749 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
3750             Eli Zaretskii  <eliz@gnu.org>
3752         This fixes bug#4197 (merged to bug#865, though not identical).
3753         * server.el (server-auth-dir): Add docstring note about FAT32.
3754         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3755         but warn against using them.
3757 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
3759         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3760         older GDB where there is no has_more field.
3762 2009-09-19  Glenn Morris  <rgm@gnu.org>
3764         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3766 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
3768         * files.el (auto-mode-alist): Change default for XML files to nXML
3769         mode (Bug#4169).
3771 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
3773         * server.el (server-ensure-safe-dir): Pass 'integer
3774         to `file-attributes', as suggested.
3776 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3778         * dired-aux.el (dired-query-alist): Remove spurious backslash.
3779         (dired-query): Use read-key.
3781 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3783         * cus-start.el (ns-use-qd-smoothing): Remove.
3785 2009-09-18  Glenn Morris  <rgm@gnu.org>
3787         * allout.el (top-level): Remove unnecessary progn.
3789         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3791         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3792         definition of abbrev table.
3794         * speedbar.el (speedbar-track-mouse):
3795         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3796         * net/eudc.el (eudc-expand-inline):
3797         * net/newst-backend.el (newsticker--cache-read-feed):
3798         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3799         condition-case handlers.
3801 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
3803         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3804         (gdb-var-list): Add an element for has_more field.
3805         (gdb-non-stop-handler): Enable pretty printing for STL containers.
3806         (gdb-var-create-handler, gdb-var-list-children-handler-1)
3807         (gdb-var-update-handler-1): Parse output of dynamic variable
3808         objects (STL containers).
3809         (gdb-var-delete-1): Pass var1 as an explicit second argument.
3810         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
3812         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3813         gdb-var-list.
3814         (gud-speedbar-buttons): Make node expandable if expression "has more"
3815         children.
3817 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
3819         * startup.el (emacs-quick-startup): Remove variable and all uses.
3820         (command-line): Set `inhibit-x-resources' instead.
3821         (command-line-1): Use `inhibit-x-resources' instead.
3823 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
3825         * subr.el: Fix last change to avoid using the `unless' macro,
3826         which breaks bootstrapping.
3828 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3830         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3831         extended definitions, in case we reload subr.el after having
3832         loaded CL.
3833         (eval-next-after-load): Mark as obsolete.
3835 2009-09-17  Juri Linkov  <juri@jurta.org>
3837         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3838         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3839         (menu-bar-showhide-menu, menu-bar-tools-menu)
3840         (menu-bar-describe-menu, menu-bar-help-menu)
3841         (minibuffer-local-completion-map, minibuffer-local-map):
3842         Fix list quoting.
3844 2009-09-17  Glenn Morris  <rgm@gnu.org>
3846         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3847         arguments, whether or not it has a handler.
3849         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3851         * simple.el (hard-newline): Give it a doc-string.
3853         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3854         (lisp-mode-syntax-table): Give them doc-strings.
3856 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3858         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3859         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3860         (menu-bar-options-menu, menu-bar-showhide-menu)
3861         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3862         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3863         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3864         (menu-bar-options-menu, menu-bar-tools-menu)
3865         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3866         (menu-bar-help-menu):
3867         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3868         string arguments.
3870         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3871         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3872         calls for the menu names and :help.
3874 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * mouse.el (minor-mode-menu-from-indicator): Pay attention
3877         to :minor-mode-function (bug#4455).
3879 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3881         * startup.el (command-line): Initialize the window-system after
3882         processing the command-line.
3884         * textmodes/page.el (what-page): Make sure we don't inf-loop if
3885         page-delimiter matches the empty string.
3887 2009-09-16  Glenn Morris  <rgm@gnu.org>
3889         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3890         byte-compile-not-obsolete-var.  It's a list now.
3891         (byte-compile-not-obsolete-funcs): New variable.
3892         (byte-compile-warn-obsolete): Don't warn about functions if they are in
3893         byte-compile-not-obsolete-funcs.
3894         (byte-compile-variable-ref, byte-compile-defvar): Update for
3895         byte-compile-not-obsolete-vars name-change and list nature.
3896         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3897         and variables behind (f)boundp tests.
3898         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3900 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3902         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3904 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3906         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3907         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3908         Don't autoload.
3910 2009-09-15  Stephen Eglen  <stephen@gnu.org>
3912         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3913         the virtual-buffers, use the name of the buffer specified by
3914         find-file-noselect, as the match may be a symlink.  (This was a
3915         problem if the target and the symlink had different names.)
3917 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3919         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3921         * desktop.el (desktop-path): Check user-emacs-directory.
3923         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3925         * loadup.el: Use after-load-functions to GC after loading each file.
3926         Remove the explicit GC calls that used to be sprinkled around.
3928         * subr.el (after-load-functions): New hook.
3929         (do-after-load-evaluation): Run it.  Use string-match-p to detect
3930         `obsolete' packages, rather than painfully extracting the relevant
3931         directory name.
3933 2009-09-15  Glenn Morris  <rgm@gnu.org>
3935         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3936         free variable `doc'.
3938         * dired.el (dired-mode-map): Add menu entry for async shell command.
3940         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3941         variables, also consider the .elc files, since the .el files are
3942         normally gzipped (subsequent code locates the .el.gz from the .elc).
3944         * calc/calc-prog.el (arglist): Define for compiler.
3946         * calendar/diary-lib.el (diary-display-function): Change the default to
3947         fancy display.
3948         (body): Define for compiler.
3950         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3951         (byte-compile-file-form, byte-compile-lambda)
3952         (byte-compile-top-level-body, byte-compile-form)
3953         (byte-compile-variable-ref, byte-compile-setq)
3954         (byte-compile-setq-default, byte-compile-body)
3955         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
3956         (batch-byte-compile): Give some more local variables with common names
3957         a "bytecomp-" prefix to avoid masking warnings about free variables.
3959         * startup.el (command-line-1): Give local variables with common names a
3960         distinguishing prefix, so as not to hide free variable warnings during
3961         bootstrap.
3963         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
3964         clever and add a suffix to make a unique name, just let the user decide
3965         whether or not to overwrite it.  If the input is a directory, write the
3966         default filename to that directory.  (Bug#4388)
3967         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
3968         is a filename-as-a-directory.
3970 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3972         * textmodes/page.el (what-page): Don't move to beginning of line.
3973         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
3975 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3977         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
3979 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
3981         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
3982         * help.el (help-for-help-internal): Add purecopy calls for text.
3984         * vc.el (top): print-log method now takes an optional SHORTLOG
3985         argument.  Add a new method: root.
3986         (vc-root-diff, vc-print-root-log): New functions.
3987         (vc-log-short-style): New variable.
3988         (vc-print-log-internal): Add support for showing short logs.
3990         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
3991         vc-print-root-log and vc-print-root-diff.
3993         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
3994         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
3995         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
3996         short logs.
3998         * vc-cvs.el (vc-cvs-print-log):
3999         * vc-mtn.el (vc-mtn-print-log):
4000         * vc-rcs.el (vc-rcs-print-log):
4001         * vc-sccs.el (vc-sccs-print-log):
4002         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4003         that is ignored for now.
4005         * vc-mtn.el (vc-mtn-annotate-command):
4006         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4008 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4010         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4011         to function-key-map, and give them ascii-character property.
4012         * term/x-win.el (x-alternatives-map):
4013         * term/ns-win.el (ns-alternatives-map):
4014         * term/internal.el (msdos-key-remapping-map):
4015         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4017 2009-09-14  Glenn Morris  <rgm@gnu.org>
4019         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4020         temp-buffers (2009-09-12).
4022 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4024         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4025         the new read-key function.
4027 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4029         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4030         is defined (Bug#4405).
4032 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
4034         * recentf.el (recentf-cleanup): Use a hash table to find
4035         duplicates (Bug#4407).
4037 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
4039         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4040         kp-0 to ascii equivalents (Bug#4325).
4042 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4044         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4046         * eshell/em-hist.el:
4047         * eshell/em-dirs.el (eshell-complete-user-reference):
4048         Declare pcomplete functions and variables to avoid compiler warnings.
4050 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
4052         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4053         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4054         * eshell/em-alias.el (eshell-aliases-file):
4055         * eshell/em-hist.el (eshell-history-file-name):
4056         Use expand-file-name instead of concat to make file names (Bug#4308).
4058 2009-09-13  Glenn Morris  <rgm@gnu.org>
4060         * ediff-merg.el (ediff-do-merge):
4061         * filesets.el (filesets-run-cmd):
4062         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4063         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4064         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4065         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4066         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4067         Replace empty `let's with `progn'.
4069 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * mail/sendmail.el (send-mail-function):
4072         * tooltip.el (tooltip-mode):
4073         * simple.el (transient-mark-mode):
4074         * rfn-eshadow.el (file-name-shadow-mode):
4075         * frame.el (blink-cursor-mode):
4076         * font-core.el (global-font-lock-mode):
4077         * files.el (temporary-file-directory)
4078         (small-temporary-file-directory, auto-save-file-name-transforms):
4079         * epa-hook.el (auto-encryption-mode):
4080         * composite.el (global-auto-composition-mode):
4081         Use custom-initialize-delay.
4082         * startup.el (command-line): Don't explicitly call
4083         custom-reevaluate-setting for all the above vars.
4084         * custom.el (custom-initialize-safe-set)
4085         (custom-initialize-safe-default): Delete.
4087 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4089         * term/x-win.el (x-initialize-window-system):
4090         * term/w32-win.el (w32-initialize-window-system):
4091         * term/ns-win.el (ns-initialize-window-system): Don't call
4092         mouse-wheel-mode since it's enabled globally by default already.
4094         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4095         actually define the variable, but only silences the byte-compiler.
4096         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4097         before looking it up.
4098         (mouse-wheel-scroll-amount): Also reset the bindings if this value
4099         is changed.
4101 2009-09-12  Glenn Morris  <rgm@gnu.org>
4103         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4104         1000.
4105         (elint-add-required-env): Don't beep on error.
4106         (elint-forms): In case of error, return ENV unchanged.
4107         (elint-init-env): Skip non-list forms.
4108         (elint-log): Handle unknown file positions.
4110 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
4112         * epg.el (epg-make-context): Add autoload cookie.
4113         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4114         (epg-decrypt-string, epg-start-verify, epg-verify-file)
4115         (epg-verify-string, epg-start-sign, epg-sign-file)
4116         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4117         (epg-encrypt-string, epg-start-export-keys)
4118         (epg-export-keys-to-file, epg-export-keys-to-string)
4119         (epg-start-import-keys, epg-import-keys-from-file)
4120         (epg-import-keys-from-string, epg-start-receive-keys)
4121         (epg-receive-keys, epg-import-keys-from-server)
4122         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4123         (epg-sign-keys, epg-start-generate-key)
4124         (epg-generate-key-from-file, epg-generate-key-from-string):
4125         Remove autoload cookie.
4127 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
4129         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4130         reevaluation of trash-directory.
4132         * mwheel.el: Fix last change.
4133         (mouse-wheel-mode): New defvar.
4134         (mouse-wheel-mode): Remove autoload cookie.
4136 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4138         * mwheel.el (mwheel-installed-bindings): New var.
4139         (mouse-wheel-mode): Use it, so as to make sure we really remove all
4140         the bindings we set last time.  Use custom-initialize-delay.
4141         * loadup.el: Load mwheel after term/*-win.el.
4142         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4143         and mouse-wheel-up-event now that their first evaluation is done
4144         sufficiently late to be correct.
4146         * startup.el (tutorial-directory): Make it a defcustom.
4147         Use custom-initialize-delay rather than eval-at-startup to set it.
4148         * image.el (image-load-path): Make it a defcustom.
4149         Use custom-initialize-delay rather than eval-at-startup to set it.
4150         * subr.el (eval-at-startup): Remove.
4151         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4153         * subr.el (do-after-load-evaluation): Warn the user after loading an
4154         obsolete package.
4156 2009-09-12  Glenn Morris  <rgm@gnu.org>
4158         * proced.el (proced-mark-alt): Remove alias.
4159         (proced-mode-map): Remove proced-mark-alt.
4161         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4162         Elint file and directory.  Remove initialization entry.
4164         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4165         commands.
4166         (elint-current-buffer): Set mode-line-process.
4167         (elint-init-env): Handle define-derived-mode.
4168         Fix declare-function with unspecified arglist.  Guard against odd
4169         defalias statements (eg iso-insert's 8859-1-map).
4170         (elint-add-required-env): Use a temp buffer.
4171         (elint-form): Just print the function/macro name, not the whole form.
4172         Return env unchanged if we fail to parse a macro.
4173         (elint-forms): Guard against parse errors.
4174         (elint-output): New function, to handle batch mode.
4175         (elint-log-message): Add optional argument.  Use elint-output.
4176         (elint-set-mode-line): New function.
4178 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4180         * emacs-lisp/elp.el (elp-not-profilable): Add more
4181         functions (Bug#4233).
4183 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4185         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4186         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4188 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4190         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4191         (gdb-var-list-children): Use json parsing.
4193 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
4195         * progmodes/js.el (js--proper-indentation): Handle the case where
4196         char-before is null.  Reported by Deniz Dogan.
4198 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4200         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4202 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
4204         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4205         (epg-digest-algorithm-alist): Add SHA224.
4206         (epg-context-set-passphrase-callback)
4207         (epg-context-set-progress-callback): Add description about
4208         callback function.
4210 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4212         * custom.el (custom-delayed-init-variables): New var.
4213         (custom-initialize-delay): New function.
4214         * startup.el (command-line): "Re"evaluate all vars in
4215         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
4216         explicitly any more.
4217         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4218         to avoid creating a ~/.emacs.d at build-time (bug#4347).
4220         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4222 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4224         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4225         (gdb-var-update-handler): Use json parsing.
4227 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4229         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4230         decode annotated text, regardless of language environment.  (Bug#2741)
4232 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4234         * Makefile.in (autoloads): Make rmail.el writable as well.
4236 2009-09-11  Glenn Morris  <rgm@gnu.org>
4238         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4239         loaddefs.el.
4240         * dired.el: Regenerate with extracted autoloads.
4241         * Makefile.in (autoloads): Make dired.el writable.
4243         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4244         * ibuffer.el: Regenerate with extracted autoloads.
4245         * Makefile.in (autoloads): Make ibuffer.el writable.
4247         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4248         * version.el (emacs-copyright, emacs-major-version)
4249         (emacs-minor-version): Reformat doc-strings for make-docfile.
4251         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4252         functions and variables, since they must be stuff specific to some other
4253         platform.
4254         (apropos-print): Make mouse-click message less specific about button.
4256         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4257         that records where a macro was defined.
4258         * help-fns.el (describe-function-1): Mention if a function has a
4259         compiler-macro.
4260         * help-mode.el (help-function-cmacro): New button.
4262         * locate.el (top-level): Always require dired.
4263         (locate-mode-map): Initialize inside the defvar.
4265         * net/ange-ftp.el (dired-compress-file): Declare.
4266         (ange-ftp-dired-compress-file): Add doc string.
4268         * term/ns-win.el (x-display-name, x-setup-function-keys):
4269         Unify doc-strings with X versions.
4271 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * emulation/crisp.el (crisp-mode-map): Move initialization
4274         into declaration.
4275         (crisp-mode): Use define-minor-mode.
4277         * progmodes/xscheme.el (xscheme-evaluation-commands):
4278         Put a :advertised-binding property rather than using
4279         advertised-xscheme-send-previous-expression.
4280         (advertised-xscheme-send-previous-expression): Declare obsolete.
4281         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4282         `advertised-undo'.
4283         (crisp-mode): Add corresponding bindings to
4284         undo's :advertised-binding instead.
4285         * dired.el (dired-mode-map): Put a :advertised-binding property rather
4286         than using dired-advertised-find-file.
4287         (dired-advertised-find-file):
4288         * simple.el (advertised-undo):
4289         * wid-edit.el (advertised-widget-backward): Declare obsolete.
4290         (widget-keymap): Put a :advertised-binding property rather
4291         than using advertised-widget-backward.
4292         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4293         than using advertised-undo.
4294         * tutorial.el (tutorial--default-keys): Adjust accordingly.
4296 2009-09-10  Simon South  <ssouth@slowcomputing.org>
4298         * progmodes/delphi.el (delphi-tab): Indent region when Transient
4299         Mark mode is enabled and region is active; otherwise indent or
4300         insert TAB as usual.
4301         (delphi-mode): Update description of TAB-key binding.
4303 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4305         * subr.el (define-key-rebound-commands): Mark obsolete.
4306         * startup.el (precompute-menubar-bindings): Remove.
4307         (normal-top-level): Remove obsolete code that tried to precompute
4308         menubar bindings.
4309         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4310         define-key-rebound-commands and precompute-menubar-bindings.
4312 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4314         * net/imap.el (imap-interactive-login): Better messages.
4315         (imap-open): Fix bug with renamed buffer on reconnect.
4316         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4317         for easier debugging and cleaner code.  On successful (guessed based on
4318         server capabilities) secondary authentication, set imap-state
4319         correctly.
4320         (imap-last-authenticator): Define imap-last-authenticator as a variable
4321         to avoid warnings.
4323 2009-09-10  Glenn Morris  <rgm@gnu.org>
4325         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4327         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4328         (byte-compile-file-form-autoload): Don't warn about unknown functions
4329         where the autoload statement comes after the use.
4330         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4331         that any handlers inside the body (eg require) are in turn respected.
4333         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4334         effects.
4336         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4337         and syntax and abbrev tables basic docs, if they don't have any.
4339         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4341         * international/mule-cmds.el (top-level): Require cl when compiling.
4342         (view-hello-file): Use default-value rather than
4343         default-enable-multibyte-characters.
4345         * progmodes/fortran.el: Move all safe and risky properties into the
4346         defcustoms.
4348         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4349         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4350         * mail/undigest.el:
4351         Put autoloads in rmail.el rather than loaddefs.el.
4352         * mail/rmail.el: Regenerate with extracted autoloads.
4354         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4355         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4357 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
4359         Reported in thread for Bug#4375.
4360         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4361         "-data-evaluate-expression" instead of print.
4362         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4363         (gdb-tooltip-print): Parse output from above MI command.
4364         (gdb): Revert 2009-08-11 change.  User should detach inferior
4365         manually.
4367         Remove the word "separate" from IO functions as inferior
4368         output is now never displayed in the GUD buffer.
4370 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
4372         * startup.el (command-line-normalize-file-name): On Windows and
4373         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4375 2009-09-10  Juri Linkov  <juri@jurta.org>
4377         * isearch.el (isearch-text-char-description): Propertize escape
4378         character sequences with the `escape-glyph' face.  (Bug#4344)
4380         * simple.el (shell-command): Set asynchronous process filter to
4381         `comint-output-filter'.  (Bug#4343)
4383         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4384         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
4385         the list.  Move "asm" to the bottom.
4386         (grep-find-ignored-directories): Add `choice' with nil value
4387         to empty the list easily.
4388         (grep-find-ignored-files): New option.
4389         (grep-files-history): Set to nil by default instead of '("ch" "el").
4390         (grep-compute-defaults): Add "<X>" to `grep-template'.
4391         (grep-read-files): Bind new local variables `default-alias' and
4392         `default-extension'.  Use a list of default values for the file prompt.
4393         (lgrep): Add `--exclude=' command line options composed from
4394         `grep-find-ignored-files'.
4395         (rgrep): Add `-name' command line options composed from
4396         `grep-find-ignored-files'.  (Bug#4301)
4398 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4400         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4401         (bug#4368).
4403 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4405         * calendar/time-date.el (autoload):
4406         Expand define-obsolete-function-alias into defalias and make-obsolete
4407         for old Emacsen that Gnus supports.
4408         (with-no-warnings): Define it for old Emacsen.
4409         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4410         is available.
4411         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4412         float-time is available; suppress compile warning for time-to-seconds.
4414 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4416         * net/imap.el (imap-message-map): Docstring fix.
4418 2009-09-09  Glenn Morris  <rgm@gnu.org>
4420         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4421         line numbers too.  (Bug#4374)
4423 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4425         * smerge-mode.el (smerge-remove-props, smerge-refine):
4426         Use with-silent-modifications (bug#4342).
4428         * subr.el (with-silent-modifications): New macro.
4430 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
4432         * files.el (top-level): Require `cl' when compiling.
4434 2009-09-07  Glenn Morris  <rgm@gnu.org>
4436         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4438         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4439         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
4441 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
4443         * vc-git.el (vc-git-annotate-command): Use separator to parse
4444         arguments correctly.
4446 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
4448         * proced.el (proced-mode): Doc fix.
4450 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
4452         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4453         lstat fails.
4454         (tramp-do-file-attributes-with-ls): Check for file existence at
4455         remote end.
4456         (tramp-do-file-attributes-with-stat): Likewise.
4457         (tramp-convert-file-attributes): Return nil when attr is nil.
4459 2009-09-05  Glenn Morris  <rgm@gnu.org>
4461         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4462         properties to this button.
4463         (diary-fancy-display): Don't extend the button to the final newline.
4464         (diary-fancy-display-mode): Continue to define "q" as a local key.
4466         * calendar/cal-china.el (holiday-chinese): Make it slightly more
4467         efficient.
4469         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4471         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4472         (byte-compile-dest-file-function): New option.
4473         (byte-compile-dest-file): Doc fix.
4474         Obey byte-compile-dest-file-function.
4475         (byte-compile-cl-file-p): New function.
4476         (byte-compile-eval): Only suppress noruntime warnings about cl functions
4477         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
4478         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4479         than for file being previously loaded.
4480         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4481         (byte-compile-file-form-require): Handle the case where requiring a file
4482         indirectly causes CL to be loaded.
4484 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4486         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4487         before killing the old buffer, since by the time `kill-buffer' is
4488         run so many buffer variables have been set to nil that it may not
4489         behave as expected.  (Bug#4061)
4491 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4493         * files.el (find-alternate-file): If the old buffer is modified
4494         and visiting a file, behave similarly to `kill-buffer' when
4495         killing it, thus reverting to the pre-1.878 behavior; see
4496         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4497         for discussion.  Also, consult `buffer-file-name' as a variable
4498         not as a function, for consistency with the rest of the code.
4500 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
4502         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4503         also when adding a new directory.
4505         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4506         defun.
4508 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4510         * files.el (locate-file-completion-table): Make it provide boundary
4511         information, so partial-completion works better.
4513 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
4515         * mail/footnote.el (Footnote-text-under-cursor):
4516         Check footnote-text-marker-alist before using it (bug#4324).
4518 2009-09-04  Glenn Morris  <rgm@gnu.org>
4520         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4521         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4522         * play/solitaire.el, play/tetris.el:
4523         Remove leading * from defcustom and defface docs.
4525         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4526         necessary.
4527         (diary-fancy-overriding-map): New variable.
4528         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4529         Use view-mode.
4531         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4532         goto-line.
4534 2009-09-03  Glenn Morris  <rgm@gnu.org>
4536         * arc-mode.el (archive-mode):
4537         * dos-fns.el (set-default-process-coding-system):
4538         * man.el (Man-getpage-in-background):
4539         * menu-bar.el (menu-bar-describe-menu):
4540         * server.el (server-process-filter):
4541         * startup.el (command-line):
4542         * tar-mode.el (tar-header-block-tokenize, tar-extract):
4543         * w32-fns.el (set-default-process-coding-system):
4544         * x-dnd.el (x-dnd-handle-file-name):
4545         * international/mule-cmds.el (mule-menu-keymap)
4546         (set-default-coding-systems, language-info-alist, set-language-info)
4547         (set-language-environment, standard-display-european-internal)
4548         (set-locale-environment):
4549         * international/mule-diag.el (mule-diag):
4550         * mail/emacsbug.el (report-emacs-bug):
4551         * mail/rmail.el (rmail-mode):
4552         * mail/sendmail.el (mail-setup):
4553         Use default-value rather than default-enable-multibyte-characters.
4555         * progmodes/f90.el: Move all safe properties into the defcustoms.
4556         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4558         * calendar/appt.el (appt-check):
4559         * calendar/diary-lib.el (diary-set-header, diary-live-p)
4560         (diary-check-diary-file, diary-list-entries)
4561         (diary-include-other-diary-files, diary-simple-display)
4562         (diary-fancy-display, diary-print-entries)
4563         (diary-mark-included-diary-files, diary-make-entry):
4564         Don't call substitute-in-file-name on diary-file.
4566 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
4567             Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * mail/footnote.el (footnote-prefix): Make it a defcustom.
4570         (footnote-mode-map): Move initialization into the declaration.
4571         (footnote-minor-mode-map): Define it rather than changing global-map.
4572         (footnote-mode): Use define-minor-mode.
4574 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
4576         * net/tramp.el (tramp-handle-file-attributes-with-ls)
4577         (tramp-do-file-attributes-with-perl)
4578         (tramp-do-file-attributes-with-stat): Rename from
4579         `tramp-handle-file-attributes-with-*'.
4580         (tramp-handle-file-attributes): Use them.
4581         (tramp-do-directory-files-and-attributes-with-perl)
4582         (tramp-do-directory-files-and-attributes-with-stat): Rename from
4583         `tramp-handle-directory-files-and-attributes-with-*'.
4584         (tramp-handle-directory-files-and-attributes): Use them.
4585         (tramp-method-out-of-band-p): Additional parameter SIZE.
4586         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4587         (tramp-handle-write-region): Use it.
4588         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4589         (tramp-handle-vc-registered): Check, whether the first run did
4590         return files to be tested.
4591         (tramp-advice-make-auto-save-file-name): Do not call directly
4592         `tramp-handle-make-auto-save-file-name', because this would bypass
4593         the locking mechanism.
4595         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4596         (file-remote-p, process-file, start-file-process, set-file-times)
4597         (tramp-compat-file-attributes): Compatibility functions shall not
4598         call directly `tramp-handle-*', because this would bypass the
4599         locking mechanism.
4600         (tramp-compat-number-sequence): New defun.
4602 2009-09-02  Glenn Morris  <rgm@gnu.org>
4604         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4605         alias for float-time.
4606         (time-to-number-of-days): In Emacs, use float-time.
4607         * net/newst-backend.el (time-add): Suppress warnings from compat
4608         function.
4609         * time.el (emacs-uptime, emacs-init-time):
4610         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4611         Use float-time rather than time-to-seconds.
4613         * minibuffer.el (completion-initials-expand): Fix typo.
4615         * faces.el (modeline, modeline-inactive, modeline-highlight)
4616         (modeline-buffer-id):
4617         * info.el (info-menu-5): Mark these face aliases as obsolete.
4619 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4621         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4622         space ...
4623         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4624         no "--thread" option.
4625         (gdb-stopped): Don't print "Switched to thread" message when it is
4626         unchanged.
4628 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4630         * minibuffer.el (completion-try-completion)
4631         (completion-all-completions): Remove ill-defined (and
4632         mistakenly installed and luckily never used nor documented)
4633         `completion-styles' property.
4634         (completion-initials-expand, completion-initials-all-completions)
4635         (completion-initials-try-completion): New functions.
4636         (completion-styles-alist): Add doc to each entry.
4637         Add new `initials' entry.
4639 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4641         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4642         MI command -var-evaluate-expression.
4643         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4644         and tweak for case of string child.
4645         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4647 2009-09-01  Glenn Morris  <rgm@gnu.org>
4649         * add-log.el (change-log-date-face, change-log-name-face)
4650         (change-log-email-face, change-log-file-face, change-log-list-face)
4651         (change-log-conditionals-face, change-log-function-face)
4652         (change-log-acknowledgement-face):
4653         * cus-edit.el (custom-invalid-face, custom-rogue-face)
4654         (custom-modified-face, custom-set-face, custom-changed-face)
4655         (custom-saved-face, custom-button-face, custom-button-pressed-face)
4656         (custom-documentation-face, custom-state-face, custom-comment-face)
4657         (custom-comment-tag-face, custom-variable-tag-face)
4658         (custom-variable-button-face, custom-face-tag-face)
4659         (custom-group-tag-face-1, custom-group-tag-face):
4660         * diff-mode.el (diff-header-face, diff-file-header-face)
4661         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4662         (diff-added-face, diff-changed-face, diff-function-face)
4663         (diff-context-face, diff-nonexistent-face):
4664         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4665         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4666         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4667         (Info-title-4-face):
4668         * isearch.el (isearch-lazy-highlight-face):
4669         * log-view.el (log-view-file-face, log-view-message-face):
4670         * paren.el (show-paren-match-face, show-paren-mismatch-face):
4671         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4672         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4673         (cvs-msg-face):
4674         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4675         (smerge-base-face, smerge-markers-face):
4676         * wid-edit.el (widget-documentation-face, widget-button-face)
4677         (widget-field-face, widget-single-line-field-face)
4678         (widget-inactive-face, widget-button-pressed-face):
4679         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4680         (woman-addition-face):
4681         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4682         (eshell-ls-executable-face, eshell-ls-readonly-face)
4683         (eshell-ls-unreadable-face, eshell-ls-special-face)
4684         (eshell-ls-missing-face, eshell-ls-archive-face)
4685         (eshell-ls-backup-face, eshell-ls-product-face)
4686         (eshell-ls-clutter-face):
4687         * eshell/em-prompt.el (eshell-prompt-face):
4688         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4689         * obsolete/old-whitespace.el (whitespace-highlight-face):
4690         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4691         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4692         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4693         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4694         (antlr-font-lock-literal-face):
4695         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4696         (ebrowse-root-class-face, ebrowse-file-name-face)
4697         (ebrowse-default-face, ebrowse-member-attribute-face)
4698         (ebrowse-member-class-face, ebrowse-progress-face):
4699         * progmodes/make-mode.el (makefile-space-face):
4700         * progmodes/sh-script.el (sh-heredoc-face):
4701         * textmodes/flyspell.el (flyspell-incorrect-face)
4702         (flyspell-duplicate-face):
4703         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4704         * textmodes/texinfo.el (texinfo-heading-face):
4705         Mark face aliases with "-face" suffix as obsolete.
4707         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4708         compiler.
4710         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4711         (eudc-bob-sound-menu): Use defvar rather than defconst, since
4712         easy-menu-define wants to modify these.
4714         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4716         * net/browse-url.el (browse-url-file-url):
4717         * term/internal.el (dos-codepage-setup):
4718         Use default-value rather than default-enable-multibyte-characters.
4720         * progmodes/etags.el (etags-goto-tag-location):
4721         * progmodes/flymake.el (flymake-highlight-line)
4722         (flymake-goto-file-and-line, flymake-goto-line):
4723         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4724         (gdb-goto-breakpoint):
4725         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4726         * progmodes/python.el (python-find-function)
4727         (python-pdbtrack-track-stack-file):
4728         * progmodes/verilog-mode.el (verilog-surelint-off):
4729         * term/ns-win.el (ns-open-file-select-line):
4730         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4731         Use forward-line rather than goto-line.
4733         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4734         * textmodes/reftex-index.el (reftex-display-index):
4735         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4736         * textmodes/reftex-toc.el (reftex-toc):
4737         Remove unnecessary bindings of default-major-mode (all are followed by
4738         major-mode check and possible mode switch).
4740 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4742         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4743         Handle watchpoints (bug#4282).
4744         (def-gdb-thread-buffer-command): Enable thread to be selected by
4745         clicking without selecting threads buffer first.
4746         (gdb-current-context-command): Use selected frame so that "up",
4747         "down" etc work in the GUD buffer.
4748         (gdb-update): Find selected frame before rendering stack buffer.
4749         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4751 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4753         * progmodes/sym-comp.el (displayed-completions): Remove.
4754         (symbol-complete): Use minibuffer-complete.
4756 2009-08-31  Glenn Morris  <rgm@gnu.org>
4758         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4760         * apropos.el (apropos-symbols-internal):
4761         Handle (obsolete) face aliases.
4763         * faces.el (describe-face): Adjust the output format to be more like
4764         describe-variable, and to mention (obsolete) face aliases.
4765         Adjust the whitespace so that help-setup-xref works.
4767         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4768         * calendar/diary-lib.el (diary-button-face):
4769         Mark these face aliases as obsolete.
4771         * calendar/calendar.el (calendar-today): Doc fix.
4773 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4775         * progmodes/gdb-mi.el (gdb-control-all-threads)
4776         (gdb-control-current-thread): Force tool bar update.
4777         (gdb-non-stop-handler): New function.
4778         (gdb-init-1): Use it to test if non-stop mode is supported.
4779         Remove unused gdbmi buffer type.
4781 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4783         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4784         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
4786 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
4788         * comint.el (comint-exec-1): Check command is non-null first.
4789         Part of gdb-mi.el change (2009-08-28).
4791 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4793         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4795 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
4797         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4798         instead of `dolist' to avoid a recursive require when bootstrapping.
4800 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4802         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4804         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4806         * net/imap.el (imap-send-command): Simplify.
4807         (imap-wait-for-tag): point-max -> buffer-size.
4809         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4811         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4812         with constant argument.
4814         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4816         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4818         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4819         Change default, since most of our files don't have a history.
4820         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4821         the user.
4823         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4824         Add comint-run.
4826         * calc/calc.el: Improve commenting convention.
4827         (calc-digit-map, toplevel): Simplify.
4829         * comint.el (comint-insert-input): Be careful to only set point if we
4830         don't delegate to some other command.
4832         * proced.el (proced-signal-list): Make it an alist.
4833         (proced-grammar-alist): Capitalize names.
4834         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4835         Disable undo manually and make it read-only.
4836         Use completion-annotate-function.
4838         * minibuffer.el (minibuffer-message): If the current buffer is not
4839         a minibuffer, insert the message in the echo area rather than at the
4840         end of the buffer.
4841         (completion-annotate-function): New variable.
4842         (minibuffer-completion-help): Use it.
4843         (completion--embedded-envvar-table): Environment vars are
4844         always case-sensitive.
4846 2009-08-30  Glenn Morris  <rgm@gnu.org>
4848         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4849         from fortran-current-defun.
4850         (fortran-beginning-of-subprogram): Be more precise about finding the
4851         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
4852         (fortran-end-of-subprogram): Simplify.
4853         (fortran-current-defun): Use fortran-start-prog-re.
4855 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
4857         * subr.el (do-after-load-evaluation): Simplify.
4859 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4861         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4863         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
4864         (vc-rcs-print-log): Use it.
4866         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4868 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4870         * paths.el (abbrev-file-name): Move to abbrev.el.
4871         * abbrev.el (abbrev-file-name): Move from paths.el.
4872         Obey user-emacs-directory.
4873         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4874         user-emacs-directory.
4875         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4876         abbrev-file-name and calc-settings-file any more.
4877         * startup.el (command-line): Recompute abbrev-file-name and
4878         abbreviated-home-dir.
4879         (normal-no-mouse-startup-screen): Improve the generic code and get rid
4880         of the special code for when C-h bindings haven't been changed.
4881         (display-startup-echo-area-message): Use with-current-buffer.
4882         (command-line-1): Use a list of strings, rather than a list of lists
4883         of strings for longopts.
4885         * files.el (get-free-disk-space): Use / for default-directory.
4887         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4888         Use with-current-buffer.
4890         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4891         Recognize immutable variables like most-positive-fixnum.
4892         (byte-compile-setq-default): Check and warn if trying to assign
4893         to an immutable variable, or a non-variable.
4895         * progmodes/cc-vars.el (c-comment-continuation-stars):
4896         * progmodes/cc-engine.el (c-looking-at-bos):
4897         * progmodes/cc-cmds.el (c-toggle-auto-state)
4898         (c-forward-into-nomenclature, c-backward-into-nomenclature)
4899         (c-comment-line-break-function): Add version of obsolescence.
4901 2009-08-28  Juri Linkov  <juri@jurta.org>
4903         * files.el (magic-fallback-mode-alist): Add ZIP magic number
4904         associated with `archive-mode'.
4906         * image.el (image-type-header-regexps): Use only JPEG magic number
4907         to determine JPEG images, and don't use `image-jpeg-p' because
4908         Emacs can display non-JFIF non-Exif JPEG images.
4910 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4912         * arc-mode.el (archive-mode):
4913         * emacs-lisp/re-builder.el (re-builder-unload-function):
4914         Protect against the default value of `major-mode' being nil.
4916 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4918         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4919         Fix typos in docstrings.
4921         * progmodes/js.el (js--macro-decl-re): Doc fix.
4922         (js--plain-method-re, js--split-name): Refloc docstring.
4923         (js--class-styles, js--make-merged-item, js--splice-into-items):
4924         Fix typos in docstrings; reflow docstrings.
4925         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4926         (js--variable-decl-matcher, js--inside-pitem-p)
4927         (js--parse-state-at-point, js--get-all-known-symbols)
4928         (js--symbol-history, js-find-symbol, js--js-references)
4929         (js--moz-interactor, js--js-encode-value, js--read-tab):
4930         Fix typos in docstrings.
4932 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4934         * textmodes/reftex.el (reftex-get-file-buffer-force):
4935         * progmodes/verilog-mode.el (verilog-batch-execute-func):
4936         * emulation/viper.el (viper-go-away, viper-set-hooks):
4937         * emacs-lisp/re-builder.el (re-builder-unload-function):
4938         * emacs-lisp/bytecomp.el (byte-compile-file):
4939         * ses.el (ses-unload-function):
4940         * hexl.el (hexl-find-file):
4941         * files.el (normal-mode):
4942         * ehelp.el (with-electric-help):
4943         * autoinsert.el (auto-insert-alist):
4944         * arc-mode.el (archive-mode):
4945         Use (default-value 'major-mode) instead of default-major-mode.
4947         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4948         * international/mule.el (load-with-code-conversion):
4949         * emacs-lisp/debug.el (debug):
4950         * ediff-vers.el (ediff-rcs-get-output-buffer):
4951         * dired.el (dired-internal-noselect): Don't let-bind
4952         default-major-mode around code that doesn't use it.
4953         E.g. buffer creation via get-buffer-create doesn't use it.
4955 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
4957         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
4958         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
4959         when writing the temp file.  Otherwise, epa-file gets confused.
4960         (tramp-register-file-name-handlers): Make it a defun.  Move also
4961         `epa-file-handler' to the front of `file-name-handler-alist'.
4963 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4965         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
4966         start right after a ^M.
4967         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
4968         (tramp-completion-file-name-regexp-separate)
4969         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
4970         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
4971         Don't modify last-coding-system-used by accident.
4972         (tramp-completion-file-name-handler): Apply the checks here,
4973         instead during registration.
4974         (tramp-register-file-name-handlers) Renamed from
4975         `tramp-register-file-name-handler'.  Register both
4976         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
4977         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
4979 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
4981         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
4982         Remove variable ...
4983         (gdb-init-1, gdb-display-separate-io-buffer)
4984         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
4985         references to it.
4986         (gdb-inferior-io-mode): Use make-comint-in-buffer.
4987         (gdb-inferior-filter): Use comint-output-filter to stop
4988         echoing and remove ^M characters.
4990 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4992         * emulation/viper-init.el (viper-restore-cursor-type):
4993         * emulation/cua-base.el (cua--update-indications):
4994         Replace default-cursor-type with (default-value 'cursor-type).
4996         * mail/sendmail.el (mail-recover-1):
4997         * international/mule-diag.el (describe-current-coding-system-briefly)
4998         (describe-current-coding-system):
4999         * international/mule-cmds.el (select-safe-coding-system)
5000         (select-message-coding-system)
5001         (set-language-environment-coding-systems, set-locale-environment):
5002         * hexl.el (hexl-insert-multibyte-char):
5003         * dos-w32.el (find-buffer-file-type-coding-system):
5004         * simple.el (what-cursor-position):
5005         Replace uses of default-buffer-file-coding-system
5006         with (default-value 'buffer-file-coding-system).
5008         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5009         Replace uses of default-cursor-in-non-selected-windows
5010         with (default-value 'cursor-in-non-selected-windows).
5011         Use with-current-buffer.
5013         * mail/feedmail.el: Use CL macros.
5014         (feedmail-run-the-queue, feedmail-send-it-immediately):
5015         * dos-w32.el (find-buffer-file-type): Replace uses of
5016         default-buffer-file-type with (default-value 'buffer-file-type).
5018 2009-08-28  Glenn Morris  <rgm@gnu.org>
5020         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5021         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5022         Use default-value of major-mode rather than default-major-mode.
5024 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5026         * Makefile.in (update-elcfiles): Report left over elc files.
5028         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5029         expand-file-name and with-current-buffer.
5030         (mail-get-names, mail-directory): Use with-current-buffer.
5032         * vc.el (vc-read-revision): New function.
5033         (vc-version-diff, vc-merge): Use it.
5035 2009-08-27  Sam Steingold  <sds@gnu.org>
5037         * simple.el (kill-do-not-save-duplicates): New user option.
5038         (kill-new): When it is non-nil, and the new string is the same as
5039         the latest kill, set replace to t to avoid duplicates in kill-ring.
5041 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
5043         * net/tramp.el (tramp-handle-process-file): Do not flush all
5044         caches when `process-file-side-effects' is set.
5045         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5046         instead of `tramp-find-file-exists-command'.
5047         Unset `process-file-side-effects'.
5049 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
5051         * net/tramp.el (tramp-methods): New method "rsyncc".
5052         (top): Add completion function for "rsyncc".
5053         (tramp-message-show-message): New defvar.
5054         (tramp-message, tramp-error): Use it.
5055         (tramp-do-copy-or-rename-file-directly): Extend check for direct
5056         remote copying.
5057         (tramp-do-copy-or-rename-file-out-of-band): Handle new
5058         `tramp-methods' entry `copy-env' of "rsyncc".
5059         (tramp-vc-registered-read-file-names): New defconst.
5060         (tramp-vc-registered-file-names): New defvar.
5061         (tramp-handle-vc-registered): Implement optimization strategy.
5062         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5063         (tramp-vc-file-name-handler): New defun.
5064         (tramp-get-ls-command, tramp-get-test-command)
5065         (tramp-get-file-exists-command, tramp-get-remote-ln)
5066         (tramp-get-remote-perl, tramp-get-remote-stat)
5067         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5069         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5070         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
5071         timestamps.
5072         (tramp-get-file-property): Check for timestamps in
5073         `tramp-cache-inhibit-cache'.
5074         (tramp-set-file-property): Write timestamp.
5076 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5078         * language/japan-util.el (japanese-symbol-table): Add entries for
5079         cp932-2-byte.
5081         * international/characters.el: Add category `j' to cp932-2-byte.
5083 2009-08-27  Kenichi Handa  <handa@m17n.org>
5085         * international/fontset.el (build-default-fontset-data): New macro.
5086         (setup-default-fontset): Use build-default-fontset-data for CJK,
5087         tibetan, ethiopic, and ipa.
5089 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         * cus-start.el (default-major-mode): Customize `major-mode' instead.
5092         (enable-multibyte-characters): Not customizable any more.
5094         * subr.el (default-mode-line-format, default-header-line-format)
5095         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5096         (default-direction-reversed, default-truncate-lines)
5097         (default-left-margin, default-tab-width, default-case-fold-search)
5098         (default-left-margin-width, default-right-margin-width)
5099         (default-left-fringe-width, default-right-fringe-width)
5100         (default-fringes-outside-margins, default-scroll-bar-width)
5101         (default-vertical-scroll-bar, default-indicate-empty-lines)
5102         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5103         (default-fringe-cursor-alist, default-scroll-up-aggressively)
5104         (default-scroll-down-aggressively, default-fill-column)
5105         (default-cursor-type, default-buffer-file-type)
5106         (default-cursor-in-non-selected-windows)
5107         (default-buffer-file-coding-system, default-major-mode)
5108         (default-enable-multibyte-characters): Mark as obsolete.
5110 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
5112         * vc-dir.el (vc-dir-update): Remove debug helper.
5114         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5116 2009-08-26  Sam Steingold  <sds@gnu.org>
5118         * simple.el (save-interprogram-paste-before-kill): New user option.
5119         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5120         save the interprogram-paste into kill-ring before overriding it
5121         with the Emacs kill.
5123 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5125         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5126         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5127         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5128         and move to vc-rcs.el.
5129         (vc-default-next-revision): Rename to vc-rcs-next-revision and
5130         move to vc-rcs.el.
5131         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5132         (vc-rcs-update-changelog): Remove.
5133         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5134         and move to vc-rcs.el.
5136         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5137         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5138         renaming.
5139         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5140         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5141         vc.el, renamed to be RCS specific.
5143         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5144         New functions.
5145         (vc-cvs-update-changelog): Move here from vc.el.
5147         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5148         New functions.
5150 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5152         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5154 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5156         * vc-git.el (vc-git-register): Use "git add" for directories.
5157         (vc-git-stash, vc-git-stash-show): New functions.
5158         (vc-git-extra-menu-map): Bind them.
5160         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5161         directory correctly in case the item is a directory itself.
5163         * vc.el: Document the desired behavior for reverted files in the
5164         `added' state.
5165         (vc-default-prettify-state-info): Remove function, unused.
5167         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5169 2009-08-26  Glenn Morris  <rgm@gnu.org>
5171         * bindings.el (standard-mode-line-format): Reposition dashes in
5172         which-func entry.  (Bug#4217)
5174         * files.el (enable-local-variables, enable-local-eval)
5175         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5176         the defcustoms.
5177         (auto-mode-alist, ignored-local-variables)
5178         (save-some-buffers-action-alist): Move risky declarations to the
5179         definitions.
5180         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5181         (font-lock-defaults, format-alist, imenu--index-alist)
5182         (imenu-generic-expression, input-method-alist, minor-mode-alist)
5183         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5184         (mode-line-modified, mode-line-mule-info, mode-line-position)
5185         (mode-line-process, mode-line-remote, outline-level)
5186         (parse-time-rules, rmail-output-file-alist)
5187         (special-display-buffer-names, vc-mode):
5188         Move risky declarations to the relevant files.
5189         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5190         (mode-line-modified, mode-line-process, mode-line-position)
5191         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5192         * font-core.el (font-lock-defaults):
5193         * format.el (format-alist):
5194         * vc-hooks.el (vc-mode):
5195         * window.el (special-display-buffer-names):
5196         * international/mule-cmds.el (input-method-alist):
5197         Define riskiness here (dumped file) rather than in files.el.
5198         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5199         * imenu.el (imenu-generic-expression, imenu--index-alist):
5200         * outline.el (outline-level):
5201         * time.el (display-time-string):
5202         * calendar/parse-time.el (parse-time-rules):
5203         * mail/rmailout.el (rmail-output-file-alist):
5204         Autoload riskiness here, rather than placing in files.el.
5206 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
5208         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5210 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5212         * simple.el (process-file-side-effects): New defvar.
5214         * dired-aux.el (dired-show-file-type):
5215         * vc.el (vc-diff-internal):
5216         * vc-arch.el (vc-arch-diff):
5217         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5218         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5219         * vc-git.el (vc-git-registered, vc-git-working-revision)
5220         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5221         (vc-git--empty-db-p):
5222         * vc-hooks.el (vc-user-login-name):
5223         * vc-svn.el (vc-svn-registered, vc-svn-state)
5224         (vc-svn-dir-extra-headers, vc-svn-find-revision):
5225         * progmodes/grep.el (grep-probe): Let-bind
5226         `process-file-side-effects' with nil.
5228         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5230         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5231         daemon.  Replace ping by checking for running service for bluez
5232         and zeroconf.  (Bug#4239)
5234 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5236         * net/dig.el (dig): Add autoload cookie.
5238 2009-08-25  Glenn Morris  <rgm@gnu.org>
5240         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5241         load-history for absolute file-names.
5242         (byte-compile-file-form-require): Warn about use of the cl package.
5244         * format.el (format-alist): Doc fix.
5246         * play/bubbles.el (top-level): Don't require cl at run-time.
5248         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5249         run-time cl).
5251 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
5253         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5254         from cl package.
5255         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5257 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
5259         * calc/calc-alg.el (math-trig-rewrite)
5260         (math-hyperbolic-trig-rewrite): New functions.
5261         (calc-simplify): Simplify trig functions when asked.
5263 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5265         * diff-mode.el (diff-find-source-location): Avoid goto-line.
5267 2009-08-24  Kenichi Handa  <handa@m17n.org>
5269         * language/ind-util.el (mapthread): Delete it.
5270         (combinatorial): New function.
5271         (indian--puthash-cv): Use combinatorial instead of mapthread.
5273 2009-08-22  Kevin Ryde  <user42@zip.com.au>
5275         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5276         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5277         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5278         Clarify docstring that the value is strings not symbols.
5279         (checkdoc-list-of-strings-p): New function.
5281 2009-08-22  Glenn Morris  <rgm@gnu.org>
5283         * files.el (auto-mode-alist):
5284         * hippie-exp.el (he-concat-directory-file-name):
5285         * lpr.el (lpr-windows-system, printer-name):
5286         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5287         * ps-print.el (ps-windows-system):
5288         * startup.el (command-line):
5289         * emulation/viper-ex.el (viper-glob-function):
5290         * international/mule-cmds.el (set-language-environment-coding-systems):
5291         * net/ange-ftp.el (ange-ftp-write-region):
5292         * obsolete/fast-lock.el (fast-lock-cache-name):
5293         Remove code for defunct system-types emx, macos, mswindows, next-mach,
5294         unisoft-unix, vax-vms, win32, w32.
5296         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5297         given name if the pattern is not more specific.
5299         * calendar/lunar.el (lunar-phase-names): New option.
5300         (lunar-phase): Doc fix.
5301         (lunar-cycles-per-year): New constant.
5302         (lunar-index): New function.
5303         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5304         (lunar-phase-name): Use lunar-phase-names.
5305         (calendar-lunar-phases): Use format.
5306         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5308         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5309         Copy imenu-example--name-and-position function here for own use.
5310         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5312         * bs.el (bs--redisplay):
5313         * cus-edit.el (custom-redraw):
5314         * ibuffer.el (ibuffer-bury-buffer):
5315         * server.el (server-goto-line-column):
5316         * startup.el (command-line-1):
5317         * strokes.el (strokes-xpm-for-stroke):
5318         * term.el (term-display-buffer-line):
5319         * view.el (View-goto-line):
5320         * calc/calc.el (calc-do, calc-trail-buffer):
5321         * play/gamegrid.el (gamegrid-add-score-insecure):
5322         * progmodes/ada-mode.el (ada-compile-goto-error):
5323         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5324         (ebrowse-select-1st-to-9nth):
5325         * progmodes/cperl-mode.el (cperl-time-fontification):
5326         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5327         * progmodes/gud.el (gud-display-line):
5328         (idlwave-shell-display-line):
5329         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5330         * progmodes/make-mode.el (makefile-browser-toggle):
5331         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5332         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5333         * textmodes/picture.el (picture-draw-rectangle):
5334         * textmodes/reftex-index.el (reftex-index-goto-letter):
5335         (reftex-select-jump-to-previous):
5336         * textmodes/reftex-sel.el (reftex-find-start-point)
5337         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5338         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5339         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5340         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5341         * textmodes/two-column.el (2C-associated-buffer):
5342         Use forward-line rather than goto-line.
5344         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5345         goto-line.
5347         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5348         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5349         (quick-check-list-to-regexp): Declare.
5351         * progmodes/make-mode.el (makefile-browser-insert-selection):
5352         Use goto-char rather than goto-line.
5354         * progmodes/prolog.el (compilation-error-regexp-alist)
5355         (compilation-forget-errors): Declare.
5357 2009-08-22  Juri Linkov  <juri@jurta.org>
5359         * progmodes/grep.el (lgrep, rgrep): At the beginning
5360         set `dir' to `default-directory' unless `dir' is a non-nil
5361         readable directory.  (Bug#4052)
5362         (lgrep, rgrep): Change a weird way to report an error
5363         from using `read-string' to using `error'.
5364         Instead of using interactive arguments in the function body,
5365         add new argument `confirm'.
5367 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5369         * textmodes/remember.el (remember-buffer):
5370         * progmodes/cperl-mode.el (cperl-vc-header-alist):
5371         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5372         (icalendar-extract-ical-from-buffer):
5373         * net/newst-treeview.el (newsticker-groups-filename):
5374         * net/newst-backend.el (newsticker-cache-filename):
5375         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5376         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5377         (speedbar-add-ignored-path-regexp, speedbar-line-path)
5378         (speedbar-buffers-line-path, speedbar-path-line)
5379         (speedbar-buffers-line-path):
5380         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5381         (epg-sign-keys):
5382         * epa.el (epa-display-verify-result):
5383         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5385 2009-08-21  Glenn Morris  <rgm@gnu.org>
5387         * progmodes/js.el (inferior-moz-process): Fix declaration.
5389         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5391         * obsolete/rnewspost.el (news-mail-reply):
5392         Use goto-char rather than goto-line.
5394         * term/ns-win.el (ns-open-file-select-line):
5395         Use line-beginning-position rather than goto-line.
5397         * apropos.el (apropos-command):
5398         * ehelp.el (electric-helpify):
5399         * printing.el (pr-show-setup):
5400         * strokes.el (strokes-help):
5401         * tutorial.el (tutorial--describe-nonstandard-key)
5402         (tutorial--detailed-help):
5403         * woman.el (woman-mini-help, woman-display-extended-fonts):
5404         * calc/calc-help.el (calc-describe-key):
5405         * emulation/edt.el (edt-electric-helpify):
5406         * international/mule-diag.el (mule-diag):
5407         * play/yow.el (apropos-zippy):
5408         * progmodes/python.el (python-describe-symbol):
5409         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5410         * textmodes/table.el (*table--cell-describe-mode)
5411         (*table--cell-describe-bindings):
5412         Use help-print-return-message rather than the now obsolete alias.
5414         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5415         (calendar-cursor-to-visible-date):
5416         * play/5x5.el (5x5-position-cursor):
5417         * play/decipher.el (decipher):
5418         * play/gomoku.el (gomoku-goto-xy):
5419         * play/landmark.el (lm-goto-xy):
5420         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5421         (mpuz-paint-digit):
5422         Use forward-line, not goto-line.
5424         * mail/rmail.el (rmail-obsolete): Delete custom group.
5425         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5426         (rmail-remote-password, rmail-remote-password-required):
5427         Remove unneeded :set-after and :set properties.
5429 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
5431         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5433 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
5435         * loadup.el: Remove leftover macos code.
5437         * vc-git.el (vc-git-annotate-command): Run asynchronously.
5438         Explicitly pass the date format to git blame so that user local
5439         so that the output format can be parsed.
5441 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
5443         * net/dbus.el (top): Don't check for (getenv
5444         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
5446 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
5448         * log-edit.el (log-edit-strip-single-file-name): New var.
5449         (log-edit-insert-changelog): Use it.  Bug#3571
5451 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5453         * subr.el (read-passwd): Use read-key so keypad keys work as well.
5454         Bug#3287
5456         * help.el (help-print-return-message): Rename from
5457         print-help-return-message.
5459         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5460         cvs-mode-map parent hack.
5461         (log-view-mode): Derive from special-mode.
5463         * linum.el (linum-mode): window-size-change-functions is redundant.
5464         Adapt to new window-configuration-change-hook behavior.
5465         (linum-after-size, linum-after-config): Remove.
5467         * imenu.el (imenu-example--name-and-position)
5468         (imenu-example--lisp-extract-index-name)
5469         (imenu-example--create-lisp-index, imenu-example--create-c-index):
5470         Mark as obsolete.
5472         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5473         (inferior-prolog-mode): Use it.
5474         (inferior-prolog-load-file): Reset list of errors.
5476 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5478         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5480         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5482 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
5484         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5485         is running already.
5487 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5489         * subr.el (listify-key-sequence-1): Use normal syntax since those
5490         integers are nowadays always represented by the same (positive) number
5491         on all platforms.
5492         (read-key-empty-map): New const.
5493         (read-key-delay): New var.
5494         (read-key): New function.
5495         (force-mode-line-update): Use with-current-buffer.
5496         (locate-user-emacs-file): Don't forget to abbreviate the file name.
5497         (start-process-shell-command, start-file-process-shell-command):
5498         Discourage the use of command-args.
5500 2009-08-19  Glenn Morris  <rgm@gnu.org>
5502         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5504 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5506         * simple.el (choose-completion-string): Don't rely on
5507         minibuffer-completing-file-name and ad-hoc checks to decide whether
5508         to continue completion or not.
5510         * minibuffer.el (minibuffer-hide-completions): New function.
5511         (completion--do-completion): Use it.
5512         (completions-annotations): New face.
5513         (completion--insert-strings): Use it.
5514         (completion-pcm--delim-wild-regex): Add docstring.
5515         (completion-pcm--string->pattern): Add support for 0-width delimiters
5516         in completion-pcm--delim-wild-regex.
5518 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5520         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5521         Remove unused var `buffer-modified-p'.
5523         * minibuffer.el (completion--do-completion): Move point for the #b001
5524         case as well (bug#4176).
5525         (minibuffer-complete, minibuffer-complete-word): Don't move point.
5527 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
5529         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
5530         and :session buses.
5532 2009-08-18  Kenichi Handa  <handa@m17n.org>
5534         * international/ucs-normalize.el (ucs-normalize-version):
5535         Change to 1.1.
5536         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5537         (utf-8-hfs): Make it perform normalization on encoding too.
5539         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
5540         (sentence-end-without-space): Delete duplicated chars.
5541         (sentence-end-base): Likewise.
5543         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
5544         (html-mode): Delete duplicated chars from sentence-end-base.
5546         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
5547         (texinfo-mode): Delete duplicated chars from sentence-end-base.
5549 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
5551         * files.el (hack-one-local-variable): If the mode function is for
5552         a minor mode, pass it an argument (Bug#4148).
5554 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
5556         * net/tramp.el (tramp-register-completion-file-name-handler):
5557         Check also for (member 'partial-completion completion-styles).
5559 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5561         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5562         abbrev (Bug#3943).
5564 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
5566         * progmodes/cperl-mode.el: Merge upstream 6.2.
5567         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5568         (cperl-forward-re): Check cperl-brace-recursing.
5569         (cperl-highlight-charclass): New function.
5570         (cperl-find-pods-heres): Use it.
5571         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5572         (cperl-beautify-regexp-piece): Fix column calculation.
5573         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5574         (cperl-beautify-level): Don't process entire regexp.
5575         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5576         calling man.
5577         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5578         (cperl-init-faces): Build a list in the normal way.
5580 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5582         * calendar/parse-time.el (parse-time-string-chars): Save match
5583         data.
5585 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5587         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5588         (sql-product): Use it.
5589         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5590         (sql-set-product): Add completion.
5591         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5592         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5593         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5594         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5595         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5596         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5597         (sql-highlight-db2-keywords): Remove.
5598         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5599         (sql-highlight-product): Use derived-mode-p.
5600         (sql-set-sqli-buffer): Use with-current-buffer.
5601         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5602         Simplify.
5604         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5606         * term.el: Fix commenting convention, turn comments into docstrings.
5608 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
5610         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5612 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5614         * calendar/parse-time.el (parse-time-string-chars): Compute using
5615         character classes, to handle non-ascii characters (Bug#3190).
5617 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5619         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5620         another heredoc if the user adds another < (Bug#3226).
5622         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5623         Don't initialize based on window-system (Bug#4124).
5625         * facemenu.el (facemenu-read-color): Use a completion function
5626         that accepts any defined color, such as RGB triplets (Bug#3677).
5628         * files.el (get-free-disk-space): Change fallback default
5629         directory to /.  Expand DIR argument before switching to fallback.
5630         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5632 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5634         * files.el (load-library): Doc fix.
5636 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5638         * viper-cmd.el (viper-insert-isearch-string): New function.
5639         (viper-if-string): Redefine C-s in the minibuffer to insert the last
5640         incremental search string.
5642         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5643         XEmacs.
5645         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5646         (ediff-merge-region-is-non-clash)
5647         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5648         Also check if the job is really a merge job.
5650         * ediff.el (ediff-current-file): New function.
5652 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5654         * progmodes/js.el: Edit docstrings throughout to follow Emacs
5655         conventions.
5656         (js-insert-and-indent): Delete function.
5657         (js-mode-map): Don't bind keys to js-insert-and-indent.
5658         (js-beginning-of-defun): Rename from js--beginning-of-defun.
5659         (js-end-of-defun): Rename from js--end-of-defun.
5660         (js-auto-indent-flag): Delete variable.
5662 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
5664         * progmodes/js.el: Remove proclaim statement.
5665         Defvar which-func-imenu-joiner-function to silence compiler.
5667         * files.el (auto-mode-alist): Use js-mode for .js files.
5669         * progmodes/js2-mode.el: Remove file.
5671         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5673         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5675         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5677 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
5678             Karl Landstrom  <karl.landstrom@brgeight.se>
5680         * progmodes/js.el: New file.
5682 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
5684         * timezone.el (timezone-parse-date): Add ability to understand ISO
5685         basic format (minimal separators) dates in addition to the
5686         already-supported extended format dates.
5688 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
5690         * international/ucs-normalize.el: Add a `coding' file variable.
5692         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5694 2009-08-14  Sam Steingold  <sds@gnu.org>
5696         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5698 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5700         * faces.el (help-argument-name): Define it here instead of
5701         help-fns.el, because in daemon mode help-fns.el may be loaded when
5702         faces are still uninitialized (Bug#1078).
5704         * help-fns.el (help-argument-name): Move defface to faces.el.
5706 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
5708         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5709         create buffer with a pty but no process so that GDB can make the
5710         inferior the controlling process.
5712 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
5714         * international/ucs-normalize.el: New file.
5716 2009-08-13  Richard Stallman  <rms@gnu.org>
5718         * mail/rmail.el (rmail-get-attr-names):
5719         Accept an attribute header that is too short.
5721         * mail/rmail.el (rmail-forget-messages):
5722         Ignore nil elt in rmail-message-vector.  Use dotimes.
5724         * progmodes/compile.el (compilation-goto-locus):
5725         Use next-error-move-function.
5727         * simple.el (next-error-move-function): New variable.
5729 2009-08-12  Juri Linkov  <juri@jurta.org>
5731         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5732         always non-nil.  (Bug#4052)
5734         * replace.el (read-regexp): Return empty string when
5735         `default-value' is nil.
5736         (keep-lines-read-args): Don't use empty string as the
5737         default value for `read-regexp'.  (Bug#2495)
5739 2009-08-12  Juri Linkov  <juri@jurta.org>
5741         * international/mule-cmds.el (ucs-insert): Change arguments
5742         from `arg' to `character', `count', `inherit' to be the same
5743         as in `insert-char'.  Doc fix.  (Bug#4039)
5745         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5747 2009-08-12  Juri Linkov  <juri@jurta.org>
5749         * files-x.el: New file.
5751         * files.el: Move code that deals with adding/deleting
5752         file/directory-local variables to files-x.el.
5754         * Makefile.in (ELCFILES): Add files-x.elc.
5756 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
5758         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5759         to use `goto-line'.
5760         (gdb-place-breakpoints, gdb-get-location): Rewritten without
5761         `goto-line'.
5762         (gdb-invalidate-disassembly): Do not refresh upon receiving
5763         'update signal.  Instead, update all disassembly buffers only after
5764         threads list.
5765         (gdb): Send -target-detach when buffer is killed (Bug#3794).
5766         (gdb-starting): Moved -data-list-register-names...
5767         (gdb-stopped): ...here so it's sent when first thread stops.
5768         (gdb-registers-handler-custom): Do nothing if register names are
5769         unknown yet.
5771         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5772         from `gdb-mi.el' to avoid extra tangling.
5774         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5775         change which breaks `gud-def' definitions used in `gdb'.
5776         (gdb-update-gud-running): No extra fuss for updating frame number.
5778 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5780         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5781         (describe-language-environment-map, setup-language-environment-map)
5782         (set-coding-system-map): Move initialization into declaration.
5783         (set-language-info-alist): Last arg to define-key-after can be skipped.
5785         * international/quail.el (quail-completion-1): Simplify.
5786         (quail-define-rules): Use slightly more compact code.
5787         (quail-insert-decode-map): Propertize keys, compact columns.
5789         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5790         Add goto-line.
5792 2009-08-10  Miles Bader  <miles@gnu.org>
5794         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5795         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5796         (js2-instance-member, js2-private-member, js2-private-function-call)
5797         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5798         (js2-magic-paren, js2-external-variable):
5799         Remove "-face" suffix from face names.
5800         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5801         (js2-highlight-undeclared-vars, js2-peek-token)
5802         (js2-parse-function-params, js2-mode-show-errors)
5803         (js2-mode-show-warnings, js2-make-magic-delimiter)
5804         (js2-mode-highlight-magic-parens): Update to use new face names.
5806 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
5808         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5809         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
5811 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
5813         * subr.el: Provide hashtable-print-readable.
5815         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5816         hs-c-like-adjust-block-beginning.
5817         (hs-hide-block-at-point): Stop hiding at the beginning of
5818         hs-block-end-regexp (Bug#700).
5820 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
5822         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5823         a macro.
5824         (gdb-registers-handler-custom): Do not fail when register names
5825         are unavailable.
5827 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5829         * progmodes/gdb-mi.el (gdb-control-all-threads)
5830         (gdb-control-current-thread): Interactive setters for
5831         `gdb-gud-control-all-threads' to use in menu.
5832         (gdb-show-run-p): Show «Go» when process is not active.
5833         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
5834         gud/thread.xpm and gud/all.xpm.
5836 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
5838         * net/net-utils.el (net-utils-font-lock-keywords): New var.
5839         (nslookup-font-lock-keywords): Make it a variable.
5840         (net-utils-mode): New mode for viewing diagnostic network output.
5841         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5842         (net-utils-run-simple): New function.
5843         (ifconfig, iwconfig, netstat, arp, route): Use it.
5845 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5847         * progmodes/gdb-mi.el (gdb-read-memory-custom)
5848         (gdb-memory-set-address, def-gdb-set-positive-number)
5849         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5850         after changing settings.
5851         (gdb-invalidate-disassembly): Update when first shown.
5852         (gdb-edit-locals-value): Fixed.
5853         (gdb-registers-handler-custom): Print registers in right order and
5854         allow changing register values (only for current thread yet).
5855         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5856         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5857         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5858         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5859         info in mode name.
5860         (gdb-registers-mode-map): TAB to switch to locals.
5862 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
5864         * mail/rmail.el (rmail-add-mbox-headers)
5865         (rmail-set-message-counters-counter): Search for
5866         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
5868 2009-08-08  Glenn Morris  <rgm@gnu.org>
5870         * Makefile.in (ELCFILES): Update.
5872 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5874         * mail/sendmail.el (mail-yank-original): Set
5875         buffer-file-coding-system from the one used by the message whose
5876         text is yanked.
5878         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5879         to "windows" when "pgnuplot" is used.
5880         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5881         call accept-process-output if "pgnuplot" is used.
5882         (calc-graph-init): Don't send -display and -geometry to
5883         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
5884         running "pgnuplot -V" with shell-command-to-string.
5886         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5887         the default.
5889 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5891         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5892         org/org-latex.elc.
5894 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5896         * vc-dispatcher.el (vc-resynch-window): Update comment.
5898         * term.el (term-handle-ansi-escape): Add comments with the
5899         terminfo capabilities implemented.
5901 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
5903         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5904         (gdb-var-create-handler): Rewritten using JSON parser.
5905         (gdb-propertize-header): Moved earlier.
5906         (gdb-set-header): Removed to avoid duplication.
5907         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5908         Refresh disassembly buffers only after threads list have been
5909         update.
5910         (gdb-threads-header, gdb-registers-header): Per-buffer header line
5911         variables.
5913 2009-08-04  Juri Linkov  <juri@jurta.org>
5915         * files.el: Commands to add/delete file/directory-local variables.
5916         (read-file-local-variable, read-file-local-variable-value)
5917         (read-file-local-variable-mode, modify-file-local-variable)
5918         (modify-file-local-variable-prop-line)
5919         (modify-dir-local-variable): New functions.
5920         (add-file-local-variable, delete-file-local-variable)
5921         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5922         (add-dir-local-variable, delete-dir-local-variable)
5923         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5924         (copy-dir-locals-to-file-locals-prop-line): New commands.
5926 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
5928         * abbrev.el (insert-abbrev-table-description): Prettify output.
5929         Suggested by Karl Chen.
5931 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
5933         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5934         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5935         (gdb-overlay-arrow-position, gdb-thread-position)
5936         (gdb-disassembly-position): Declare variables.
5937         (gdb-wait-for-pending): Function now.
5938         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5939         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5940         compilation goes smoothly.
5941         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5942         (gdb-non-stop-setting): New customization setting which replaces
5943         `gdb-non-stop' so changing it doesn't break active GDB session.
5944         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5945         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5946         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5947         (gdb-show-threads-by-default): New customization options.
5948         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5949         routines.
5950         (gdb-get-buffer-create): Send buffers update signal when they are
5951         created.
5952         (gdb-invalidate-locals, gdb-invalidate-registers)
5953         (gdb-invalidate-breakpoints)
5954         (gdb-invalidate-threads, gdb-invalidate-disassembly)
5955         (gdb-invalidate-memory): Accept update signal.
5956         (gdb-current-context-command): Use --frame option.
5957         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
5958         Implement `gdb-frame-number' selection logic.
5959         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
5960         whether to show GUD toolbar buttons.
5961         (gdb-thread-exited): Unselect current thread when it exits.
5962         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
5963         (gdb-mark-line): Routine which sets overlay arrow or inverses
5964         video on fringeless displays.
5965         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
5966         to build aligned columns of data in GDB buffers and set text
5967         properties line-by-line.
5968         (gdb-invalidate-breakpoints)
5969         (gdb-breakpoints-list-handler-custom)
5970         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
5971         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
5972         (gdb-registers-handler-custom): Align data columns.
5973         (gdb-locals-handler-custom): Now prints data like in variable
5974         declarations.
5975         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
5976         Removed confusing buttons.
5977         (gdb-invalidate-threads): Append --frame.
5978         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
5979         between breakpoints/threads buffers.
5980         (gdb-set-window-buffer): Now can ignore dedicated windows.
5981         (gdb-propertize-header): Use `gdb-set-window-buffer'.
5982         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
5983         (def-gdb-thread-buffer-gud-command): Replaces
5984         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
5985         for fine thread control.
5986         (gdb-preempt-existing-or-display-buffer): New function used to
5987         display bound buffers without breaking window layout.
5988         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
5989         (gdb-select-frame): New version of `gdb-frames-select' which now
5990         sets `gdb-frame-number' so commands may use --frame option instead
5991         of inner debugger state.
5992         (gdb-frame-handler): Do not set `gdb-frame-number'.
5993         (gdb-threads-mode-map): Select threads with mouse.
5995         * progmodes/gud.el (gdb-gud-context-call): Declare function to
5996         avoid compilation warning.
5997         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
5998         `gdb-show-stop-p`.
6000         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6001         Argument `key' renamed to `buffer-type'.
6002         (gdb-current-context-buffer-name): Do not add thread info to
6003         buffer name when no thread is selected.
6004         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6005         command (bug 3794).
6006         (gdb-thread-selected): Handle `=thread-selected' notification.
6007         (gdb-wait-for-pending): New macro to deal with congestion problems.
6008         (gdb-breakpoints-list-handler-custom): Don't fail on pending
6009         breakpoints.
6010         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6011         This fixes problem similar to one described in bug 3947.
6012         (gud-menu-map): More menu items.
6013         (gdb-init-1): Reset `gdb-thread-number' to nil.
6015         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6016         non-stop settings.
6018         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6019         (gdb-current-context-command): Do not append --thread if
6020         `gdb-thread-number' is nil.
6021         (gdb-running-threads-count, gdb-stopped-threads-count): New
6022         variables.
6023         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6024         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6025         customization options.
6026         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6027         GUD commands.
6028         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6029         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6030         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6031         set `gdb-thread-number' and update `gud-running' properly.
6032         (gdb-running): Update threads list when new threads appear.
6033         (gdb-stopped): Support non-stop operation and new thread switching
6034         logic.
6035         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6036         (gdb-json-partial-output): New set of JSON routines.
6037         (def-gdb-auto-update-trigger): New `signal-list' optional
6038         argument.
6039         (gdb-thread-list-handler-custom): Update `gud-running',
6040         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6041         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6042         (gdb-continue-thread, gdb-step-thread): New commands for fine
6043         thread execution control.
6044         (gud-menu-map): New menu items to switch non-stop options.
6045         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6046         (gdb-send): Mimic RET properly (bug 3794).
6048         * progmodes/gdb-mi.el (gdb-rules-name-maker)
6049         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6050         gdb-buffer-rules.
6051         (def-gdb-auto-update-handler): New nopreserve optional argument.
6052         (gdb-stack-list-frames-custom): Print stack from top to bottom.
6054         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6055         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6056         (gdb-parent-mode): New mode to derive other GDB modes from.
6057         (gdb-display-disassembly-for-thread)
6058         (gdb-frame-disassembly-for-thread): New commands for threads
6059         buffer.
6061         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6062         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6063         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6064         (gdb-update): We now store all GDB buffers in a list so that they
6065         can be updated by traversing a list instead of calling invalidate
6066         triggers explicitly.
6067         (def-gdb-trigger-and-handler): New macro to define trigger-handler
6068         pair for GDB buffer.
6069         (gdb-stack-buffer-name): Add thread information.
6070         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6071         handle pending triggers.
6072         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6073         (def-gdb-thread-buffer-simple-command)
6074         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6075         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6076         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6077         New commands which show buffers bound to thread.
6078         (gdb-stack-list-locals-regexp): Removed unused regexp.
6080         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6081         (gdb-locals-buffer-name, gdb-registers-buffer-name)
6082         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6083         to (gud-comint-buffer) in *-buffer-name functions
6084         because (gdb-get-target-string) already does that.
6085         (gdb-locals-handler-custom, gdb-registers-handler-custom)
6086         (gdb-changed-registers-handler): Rewritten without regexps.
6088         * progmodes/gdb-mi.el: Basic thread selection support.
6089         (gdb-thread-number): New variable.
6090         (gdb-current-context-command): New macro which adds --thread
6091         option to command.
6092         (gdb-threads-mode-map): Select thread with SPC.
6093         (gdb-thread-list-handler-custom): Mark current thread with overlay
6094         arrow.  Synchronize GDB thread and Emacs thread.
6095         (gdb-select-thread): New command which selects current thread.
6096         (gdb-invalidate-frames, gdb-invalidate-locals)
6097         (gdb-invalidate-registers): Use --thread option.
6099 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
6101         * net/tramp.el (top): Make check for tramp-gvfs loading more
6102         robust.  (Bug#3977)
6103         (tramp-handle-insert-file-contents): `unwind-protect' must be
6104         inside `with-parsed-tramp-file-name'.
6106         * net/tramp-gvfs.el (top): Remove superfluous message when loading
6107         fails.
6109 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
6111         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6112         directory if CLASSPATH is not set.
6114 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
6116         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6117         New defconst.
6118         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
6120 2009-08-02  Kevin Ryde  <user42@zip.com.au>
6122         * net/newst-backend.el (newsticker--raw-url-list-defaults):
6123         Update freshmeat link.  Delete newsforge.com as it seems gone.
6125 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6127         * select.el (x-set-selection): Doc fix (Bug#4021).
6129         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6131         * help-fns.el (describe-variable): Treat list return values from
6132         dir-locals-find-file properly (Bug#4005).
6134 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
6136         * net/tramp.el (tramp-debug-message): Print also microseconds.
6138 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
6140         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6141         or END is non-nil.
6142         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6143         (tramp-get-debug-buffer): Change `outline-regexp' according to new
6144         format.
6146         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6147         (tramp-get-file-property): Use it.
6149         * autorevert.el (auto-revert-handler): Allow
6150         `auto-revert-tail-mode' for remote files.
6152 2009-08-02  Jason Rumney  <jasonr@gnu.org>
6154         * minibuffer.el (read-file-name): Treat confirm options to
6155         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
6157 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6159         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6160         (font-lock-variable-name-face, font-lock-constant-face): Darken
6161         the colors for light backgrounds.
6163 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
6165         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6166         month names.  (Bug#3987)
6168 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
6170         * simple.el (line-move-finish): Pass whole number to
6171         line-move-to-column.
6172         (line-move-visual): Perform hscroll to the recorded position.
6174 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
6176         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6178 2009-07-29  Alan Mackenzie  <acm@muc.de>
6180         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6182 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
6184         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6185         (gdb-place-breakpoints): Use full path when setting breakpoints.
6187 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6189         * calc/calc.el (calc-mode-map): Add keybinding for
6190         `calc-transpose-lines'.
6192 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
6194         * calc/calc-misc.el (calc-transpose-lines): New function.
6196 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
6198         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6199         Simplify check for out-of-band methods.
6200         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6201         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
6203 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
6205         * vc-git.el (vc-git-checkin): Fix typo.
6207 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
6209         * progmodes/js2-mode.el: New file.
6211 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
6213         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6214         (gud-menu-map): Adjust tooltip accordingly.
6216 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6218         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6219         (vc-bzr-log-view-mode): Adjust log-view-file-re.
6221         * add-log.el (change-log-mode-map): Add a menu.
6223 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
6225         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6226         function returns nil.
6227         (dbus-handle-event): Handle special return value :ignore.
6228         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6230 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
6232         * view.el (view-mode-enable): Don't define Helper-return-blurb if
6233         it's not needed.
6235 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
6237         Fix Bug#3888:
6239         * w32-vars.el (x-select-enable-clipboard): Doc fix.
6241         * term/pc-win.el (x-display-name, x-colors)
6242         (x-select-enable-clipboard, x-select-text): Doc fix.
6244         * term/common-win.el (x-display-name, x-colors): Doc fix.
6246         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6247         (xw-defined-colors): Doc fix.
6249         * w32-fns.el (x-select-text, x-setup-function-keys)
6250         (x-get-selection, x-set-selection): Doc fix.
6252         * term/x-win.el (x-select-text, x-setup-function-keys)
6253         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6255         * select.el (x-set-selection): Doc fix.
6257 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
6259         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6260         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
6261         "IsNSSSupportAvailable" method is not available.  Reported by
6262         Steve Youngs <steve@sxemacs.org>.
6264 2009-07-24  Kenichi Handa  <handa@m17n.org>
6266         * international/characters.el: Fix setting of category ?C, ?|, ?K,
6267         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
6268         (build-unicode-category-table): Fix range checks.
6270 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6272         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6273         the buffer we try to sync is current when calling
6274         vc-resynch-buffer.
6276         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6277         not show up to date files.
6279 2009-07-24  Glenn Morris  <rgm@gnu.org>
6281         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6282         Add autoload cookies.  If necessary, initialize.
6283         (elint-log): Handle non-file buffers.
6284         (elint-initialize): Add optional argument to reinitialize.
6285         (elint-find-builtin-variables): Save excursion.
6287 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6289         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6290         for Lint.
6292 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6294         * vc.el (vc-print-log-internal): New function, split out from ...
6295         (vc-print-log): ... here.
6296         (vc-dir-move-to-goal-column): Declare.
6298         * vc-git.el (vc-git-add-signoff): New variable.
6299         (vc-git-checkin): Use it.
6300         (vc-git-toggle-signoff): New function.
6301         (vc-git-extra-menu-map): Bind it to menu.
6302         (vc-git--run-command-string): Accept a nil FILE argument.
6303         (vc-git-stash-list): New function.
6304         (vc-git-dir-extra-headers): Use it.
6306 2009-07-23  Glenn Morris  <rgm@gnu.org>
6308         * help-fns.el (describe-variable): Describe ignored and risky local
6309         variables in a similar way to that in which we describe safe ones.
6311         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6312         (byte-compile-output-file-form, byte-compile-output-docform)
6313         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6314         Give some more local variables with common names a "bytecomp-" prefix,
6315         so as not to shadow things during compilation.
6316         * emacs-lisp/cl-macs.el (load-time-value)
6317         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6318         `outbuffer' to `bytecomp-outbuffer'.
6320         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6321         since the next two variables cover them automatically now.
6322         (elint-builtin-variables, elint-autoloaded-variables): New.
6323         (elint-unknown-builtin-args): Remove all members, since they can be
6324         parsed automatically now.
6325         (elint-extra-errors): New.
6326         (elint-env-add-env, elint-env-add-macro): Use cadr.
6327         (elint-current-buffer): Use or.  Change final message.
6328         (elint-get-top-forms): Use line-end-position.
6329         (elint-init-env): Use cadr.  Handle autoload, declare-function,
6330         and defalias.
6331         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
6332         (regexp-assoc): Remove unused function.
6333         (elint-top-form): Set elint-current-pos, to record the start of the
6334         top-level form, for compilation-mode.
6335         (elint-form): Trap errors in macro expansion.  Use dolist.
6336         (elint-unbound-variable): Use elint-builtin-variables and
6337         elint-autoloaded-variables.
6338         (elint-get-args): Use cadr, or.
6339         (elint-check-cond-form): Use dolist, cadr.
6340         (elint-check-condition-case-form): Doc fix.  Use cadr.
6341         Use elint-extra-errors.
6342         (elint-log): New function.
6343         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6344         Distinguish errors and warnings.
6345         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
6346         Use a bytecomp-style format.
6347         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
6348         (elint-get-log-buffer): Use compilation mode.  Disable undo.
6349         Don't truncate lines.
6350         (elint-initialize): Set builtin and autoloaded variable lists.
6351         Only process elint-unknown-builtin-args if non-nil.
6352         (elint-find-builtin-variables, elint-find-autoloaded-variables):
6353         New functions.
6354         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
6356 2009-07-22  Kevin Ryde  <user42@zip.com.au>
6358         * net/newst-backend.el (newsticker--parse-atom-1.0)
6359         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6360         (newsticker--parse-rss-1.0):
6361         * progmodes/idlwave.el (idlwave-mode):
6362         * progmodes/idlw-shell.el (idlwave-shell-mode):
6363         * progmodes/vera-mode.el (vera-mode):
6364         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6365         * progmodes/vhdl-mode.el (vhdl-mode):
6366         * textmodes/table.el (table-generate-source)
6367         (table--warn-incompatibility):
6368         Hyperlink urls in docstrings with URL `...'.
6370 2009-07-22  Glenn Morris  <rgm@gnu.org>
6372         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6373         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6374         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6375         Remove leading * from defcustom docs.
6377         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
6379         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6380         defcustom doc.
6381         (list-load-path-shadows): Optionally, just return shadows as a string.
6383         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6385 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
6387         * mail/rmailedit.el (rmail-edit-mode): Use
6388         auto-save-include-big-deletions.
6390         * mail/rmail.el (rmail-variables): Use
6391         auto-save-include-big-deletions.
6393         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6394         changes.
6396 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
6398         * calc/calc.el (calc-undo-length): New variable.
6399         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6401 2009-07-21  Richard Stallman  <rms@gnu.org>
6403         * files.el (auto-save-mode): Handle buffer-save-size = -2
6404         for toggling mode.
6406 2009-07-21  Glenn Morris  <rgm@gnu.org>
6408         * textmodes/ispell.el (ispell-looking-back): Update declaration.
6410         * calendar/todo-mode.el (calendar-current-date): Update declaration.
6412         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6413         silence compiler.  Instead...
6414         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6415         (ps-print-ensure-fontified): Update for above function name changes.
6417         * printing.el (pr-mh-get-msg-num, pr-mh-show)
6418         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6419         silence compiler.  Instead...
6420         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6421         (mh-show-buffer): Only define for compiler.
6422         (pr-mh-current-message): Update for above function name changes.
6424         * files.el (abort-if-file-too-large): Explicitly pass `filename'
6425         as an argument.
6426         (find-file-noselect, insert-file-1): Update for above change.
6428         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6430         * mail/mailclient.el (mailclient-send-it): Fix message.
6432         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6433         (edebug-eval): Check cl-debug-env is bound.
6434         (print-level, print-circle): Don't redefine built-in variables.
6436         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6437         (custom-print-vectors): Remove old comments from doc.
6439         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6440         (emerge-version): Make the variable an obsolete alias for the
6441         emacs-version variable.  Make the function obsolete.
6442         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6443         Emerge options, rather than merging in into the main Options menu.
6444         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
6445         and auto advance modes.  Disable edit/fast items when not relevant.
6447 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6449         * term/vt420.el (terminal-init-vt420): Fix typo.
6451 2009-07-20  Sam Steingold  <sds@gnu.org>
6453         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6454         variable (removed from compile.el on 2004-03-11).
6456 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
6458         * files.el (hack-local-variables-filter): Fix last change.
6460 2009-07-19  Juri Linkov  <juri@jurta.org>
6462         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6463         (dir-local-variables-alist): New buffer-local variable.
6464         (hack-local-variables-filter): If variable is not dir-local,
6465         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6466         because file-local overrides dir-local.
6467         (c-postprocess-file-styles)<declare-function>:
6468         Remove obsolete declaration.
6469         (hack-dir-local-variables): Add dir-local variable/value pair to
6470         `dir-local-variables-alist' and remove duplicates.  Doc fix.
6472         * help-fns.el (describe-variable): Add information about
6473         file-local and dir-local variables.
6475 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
6477         * files.el (hack-local-variables-filter): Rewrite.
6479 2009-07-19  Glenn Morris  <rgm@gnu.org>
6481         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6482         Silence compiler by only defining on XEmacs.
6484         * international/mule.el (auto-coding-regexp-alist): Only match
6485         BABYL... at the start of buffer, not of lines.  (Bug#3790)
6487         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6488         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
6489         (cal-menu-context-mouse-menu): Doc fix.
6491         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6493         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
6495 2009-07-18  Juri Linkov  <juri@jurta.org>
6497         * info.el: Virtual Info keyword finder.
6498         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6499         (Info-finder-file): New variable.
6500         (Info-finder-find-file): New function.
6501         (finder-known-keywords, finder-package-info)
6502         (find-library-name, lm-commentary): Use defvar and
6503         declare-function to silence compiler warnings.
6504         (Info-finder-find-node): New function.
6505         (info-finder): New command.
6507         * subr.el (process-kill-buffer-query-function): New function.
6508         (add-hook)<kill-buffer-query-functions>: Add hook
6509         `process-kill-buffer-query-function'.
6511 2009-07-18  Alan Mackenzie  <acm@muc.de>
6513         * progmodes/cc-mode.el (c-before-hack-hook)
6514         (c-postprocess-file-styles): Give invocation of `c-set-style'
6515         DONT-OVERRIDE parameter of t.  Already set style variables will
6516         thus not be overridden by style settings given by `c-file-syle'.
6518         * files.el (hack-local-variables-filter): Remove entries with
6519         duplicate keys from `file-local-variables-alist'.
6521 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6523         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6524         x-set-selection if display-selections-p returns nil for the
6525         current frame.
6527 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
6529         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6531 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6533         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6534         Accept nil in addition to a regexp.
6535         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6536         Accept nil in addition to a regexp.
6537         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6538         buffers that have an associated file.  Handle nil values of
6539         desktop-buffers-not-to-save and desktop-files-not-to-save.
6540         (Bug#3833)
6542         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6543         (x-disown-selection-internal): New functions.
6545 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
6547         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6548         warning.
6549         (gdb-breakpoints-header): Move forward to avoid compiler warning.
6550         (gdb-make-header-line-mouse-map): Remove duplicate definition.
6552 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
6554         * simple.el (set-mark): Revert last change.
6556 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
6558         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6559         rendering of pngs is not possible instead of messaging a long
6560         description.
6562 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
6564         * w32-fns.el (x-selection-owner-p): New function.
6566         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6567         (mouse-yank-at-click, mouse-yank-primary): If
6568         select-active-regions is non-nil, deactivate the mark before
6569         insertion.
6571         * simple.el (deactivate-mark, set-mark): Only save selection if we
6572         own it.
6574 2009-07-17  Kenichi Handa  <handa@m17n.org>
6576         * case-table.el (describe-buffer-case-table): Fix for the case
6577         that KEY is a cons.
6579 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
6581         * vc-rcs.el (vc-rcs-find-file-hook):
6582         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6584 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
6586         * net/tramp.el (tramp-wait-for-output): Handle the case when
6587         commands do not return a newline but a null byte before the shell
6588         prompt.  (Bug#3858)
6590 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6592         * term/ns-win.el (ns-set-alpha): Don't declare.
6593         (ns-set-background-alpha): Remove function.
6595 2009-07-16  Kevin Ryde  <user42@zip.com.au>
6597         * emacs-lisp/copyright.el (copyright-update): Save match-data across
6598         y-or-n-p, for safety.
6600 2009-07-16  Richard Stallman  <rms@gnu.org>
6602         * files.el (auto-save-mode): If buffer-saved-size is -2,
6603         don't clobber it.
6605         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6606         (rmail-retry-ignored-headers): Add more uninteresting fields.
6608 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
6610         * net/rcirc.el (rcirc): Use history variables.
6611         (rcirc-server-name-history, rcirc-nick-name-history)
6612         (rcirc-server-port-history): New variables.
6614 2009-07-15  Kenichi Handa  <handa@m17n.org>
6616         * international/mule-cmds.el (set-language-environment-charset):
6617         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6618         ignore them.
6620         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6621         Delete unibyte-display.
6623 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6625         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6627 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6629         * simple.el (deactivate-mark): Optional argument FORCE.
6630         (set-mark): Use deactivate-mark.
6632         * info.el (Info-search): No need to check transient-mark-mode
6633         before calling deactivate-mark.
6635         * select.el (x-set-selection): Doc fix.
6636         (x-valid-simple-selection-p): Allow buffer values.
6637         (xselect--selection-bounds): Handle buffer values.  Suggested by
6638         David De La Harpe Golden.
6640         * mouse.el (mouse-set-region, mouse-drag-track): Call
6641         copy-region-as-kill before setting the mark, to let
6642         select-active-regions work.
6644 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
6646         * simple.el (deactivate-mark): If select-active-regions is
6647         non-nil, copy the selection data into a string.
6648         (activate-mark): If select-active-regions is non-nil, set the
6649         selection to the current buffer.
6650         (set-mark): Update selection if select-active-regions is non-nil.
6652         * select.el (x-valid-simple-selection-p): Allow buffer values.
6654 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6657         and more featureful message-mode.
6659 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
6661         * select.el (x-set-selection): Doc fix.
6662         (x-valid-simple-selection-p): Disallow selection data consisting
6663         of a list or cons of integers, since that is not used.
6664         (xselect--selection-bounds, xselect--int-to-cons): New functions.
6665         (xselect-convert-to-string, xselect-convert-to-length)
6666         (xselect-convert-to-filename, xselect-convert-to-charpos)
6667         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6669 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
6671         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6672         output in -break-info command (Emacs bug #3794).
6674 2009-07-14  Glenn Morris  <rgm@gnu.org>
6676         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6677         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6678         (edebug-print-length, edebug-print-level, edebug-print-circle)
6679         (edebug-sit-for-seconds, edebug-view-outside)
6680         (edebug-bounce-point, edebug-set-global-break-condition)
6681         (edebug-Go-nonstop-mode, edebug-trace-mode)
6682         (edebug-Trace-fast-mode, edebug-continue-mode)
6683         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6684         (edebug-visit-eval-list): Doc fixes.
6686         * subr.el (def-edebug-spec): Doc fix.
6688 2009-07-14  Kenichi Handa  <handa@m17n.org>
6690         * international/characters.el: Fix setting of category ?C.
6692 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
6694         * term/ns-win.el (x-select-font): defalias x-select-font to
6695         ns-popup-font-panel instead of generate-fontset-menu.
6697 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
6699         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
6701 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
6703         * arc-mode.el (archive-find-type): Allow for a PK00 string before
6704         the PK\003\004 header (Bug#3770).
6706 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
6708         * pcomplete.el (pcomplete-comint-setup): Check for
6709         shell-dynamic-complete-filename too.
6711 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
6713         * simple.el (temporary-goal-column): Change the value for
6714         line-move-visual to a cons cell.
6715         (line-move-visual): Record or set the window hscroll, if
6716         necessary (Bug#3494).
6717         (line-move-1): Handle cons value of temporary-goal-column.
6719 2009-07-11  Kenichi Handa  <handa@m17n.org>
6721         * international/mule-diag.el (describe-character-set): Don't show
6722         width.
6724 2009-07-10  Sam Steingold  <sds@gnu.org>
6726         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6727         Omake sometimes indents the errors it prints, so allow all
6728         regexps to start with spaces.
6730 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
6732         * cus-edit.el (customize-changed-options-previous-release):
6733         Bump value to 22.1.  (Bug#3804)
6735 2009-07-08  Sam Steingold  <sds@gnu.org>
6737         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6738         to be a cons cell (test . ignored-directory) to selectively ignore
6739         some directories depending on the location of the search.
6741 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
6743         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6744         remote user is root, on the local host.
6745         (tramp-local-host-p): Either the local user or the remote user
6746         must be root.  (Bug#3771)
6748 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6750         * progmodes/gdb-mi.el (gdb): Remove description of
6751         gdb-use-separate-io-buffer.
6752         (menu): Don't allow toggling of or enable
6753         gdb-use-separate-io-buffer from menubar.
6755 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6757         * mail/unrmail.el (unrmail): Make sure the message ends with two
6758         newlines (Bug#3769).
6760 2009-07-08  Glenn Morris  <rgm@gnu.org>
6762         * calendar/calendar.el (calendar-current-date): Rework previous change.
6764 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
6766         * calendar/calendar.el (calendar-current-date):
6767         Add an optional argument giving an offset from today.
6769 2009-07-08  Glenn Morris  <rgm@gnu.org>
6771         * tutorial.el (tutorial--describe-nonstandard-key):
6772         Adjust the message for when a key has been unbound.
6773         (help-with-tutorial): Hide the arch-tag.
6775 2009-07-08  Kenichi Handa  <handa@m17n.org>
6777         * international/fontset.el (setup-default-fontset): For each
6778         script, append (not set) font-specs.
6780         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6781         docstring.
6783 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6785         * progmodes/gdb-mi.el (gdb-init-1): Move sending
6786         -data-list-register-names to ...
6787         (gdb-starting): ... here because GDB 7.0 requires execution to
6788         have started when using this MI command.
6789         (gdb-set-header): New function to distinguish select and
6790         unselected tabs in gdb buffers.
6791         (gdb-propertize-header): New macro that uses gdb-set-header.
6792         (gdb-breakpoints-header, gdb-locals-header): Use it.
6793         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6795 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
6797         * Makefile.in (ELCFILES): Remove fadr.elc.
6799 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
6801         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6802         may contain frame information, so `string-match' should be used.
6803         (gdb-update): Disassembly is invalidated through
6804         `gdb-get-selected-frame'.
6805         (gdb-pad-string): New function to pad string with spaces.
6806         (gdb-invalidate-disassembly): Invalidate only if the buffer
6807         exists.
6808         (gdb-disassembly-handler-custom): Column alignment.
6809         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6810         placing new ones.
6811         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6812         end of line, too.
6813         (gdb-frame-handler): Match convention to for disassembly buffer
6814         mode name.
6815         (gdb-stack-list-frames-handler): Rewritten without regexps.
6816         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6817         not highlight breakpoints without line information.
6818         (gdb-input): Add trailing newline to command.
6820         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6821         buffer properly.
6822         (gdb-breakpoints-list-handler-custom): Replacement for
6823         `gdb-break-list-handler'.  Using real parser instead of regexps
6824         now.
6825         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6826         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6827         to place breakpoints.
6828         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6829         functions.
6830         (gdb-disassembly-handler-custom): Show overlay arrow.
6831         (gdb-disassembly-place-breakpoints): Show breakpoints in
6832         disassembly buffer.
6833         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6834         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6835         instead of parsing breakpoints buffer.  Fixed old menu references
6836         in `gud-menu-map'.
6838         * fadr.el: Remove.
6840         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6841         (gdb-memory-address): New variable which holds top address of
6842         memory page shown in memory buffer.
6843         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6844         customization variables.
6845         New functions:
6846         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6847         display the memory buffer.
6848         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6849         buffer display parameters.
6850         (def-gdb-memory-format, gdb-memory-format-binary)
6851         (gdb-memory-format-octal, gdb-memory-format-unsigned)
6852         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6853         Functions for setting memory buffer format.
6854         (gdb-memory-unit-word, gdb-memory-unit-halfword)
6855         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6856         unit size used in memory buffer.
6857         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6858         to next/previous page of memory buffer.
6859         Now using (bindat-get-field) instead of fadr functions.
6861 2009-07-07  Sam Steingold  <sds@gnu.org>
6863         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6864         non-top-level files.
6866 2009-07-07  Kenichi Handa  <handa@m17n.org>
6868         * international/mule-cmds.el (reset-language-environment): Put
6869         the highset priority to the charset iso-8859-1.
6871 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6873         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6874         to the end of the line when locating the block (Bug#700).
6876 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
6878         * net/tramp.el (tramp-handle-write-region): Flush file properties
6879         in case of short track.
6881 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
6883         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6884         representation of verilog error regular expressions to work with
6885         Emacs-22's new format.
6886         (verilog-error-regexp-xemacs-alist): Coded custom representation
6887         of verilog error regular expressions to work with XEmacs format.
6888         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6889         error recognition into XEmacs.
6890         (verilog-error-regexp-add-emacs): Hook routine to install verilog
6891         error recognition into Emacs-22.
6893 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6895         * woman.el: Remove stand-alone closing parentheses.
6896         (woman-file-name, woman2-format-paragraphs)
6897         (woman-leave-blank-lines): Code cleanup.
6898         (woman-use-own-frame): Change default to nil.
6899         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6900         defaults to inherit from default faces.
6901         (woman2-process-escapes): Consume the newline after a stand-alone
6902         filler character (Bug#3651).
6904 2009-07-06  Glenn Morris  <rgm@gnu.org>
6906         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6907         (top-level): Move provide to the end.
6908         (ffap): Remove defunct URL from custom group.
6910         * subr.el (eval-after-load): Doc fix.
6912 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
6914         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6915         `calc-embedded-word' is called twice.
6917 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6919         * files.el (find-alternate-file-other-window, find-alternate-file):
6920         Obey confirm-nonexistent-file-or-buffer.
6922 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
6924         * dired-aux.el (dired-show-file-type): Handle remote files.
6926 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
6928         * desktop.el (desktop-globals-to-save):
6929         Add file-name-history (Bug#2750).
6931 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
6933         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6935 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
6937         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6938         property on entire argument since this is what eshell-lisp-command
6939         expects.
6941 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
6943         * net/tramp-gvfs.el (tramp-gvfs-methods)
6944         (tramp-gvfs-zeroconf-domain)
6945         (tramp-bluez-discover-devices-timeout): Add version flag.
6946         (tramp-gvfs-handler-mounted-unmounted)
6947         (tramp-gvfs-connection-mounted-p): Polish handling of
6948         incompatibilities between GVFS 0.2 and 1.0.
6950 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
6952         * cus-start.el (all): Add make-pointer-invisible.
6954 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
6956         * calc-math.el (math-use-emacs-fn): Make sure that the number is
6957         formatted correctly.
6959 2009-07-02  Juri Linkov  <juri@jurta.org>
6961         * info.el: Virtual Info files and nodes.
6962         (Info-virtual-files, Info-virtual-nodes): New variables.
6963         (Info-current-node-virtual): New variable.
6964         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
6965         New functions.
6966         (Info-file-supports-index-cookies): Use Info-virtual-file-p
6967         to check for a virtual file instead of checking a fixed list
6968         of node names.
6969         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
6970         instead of ad-hoc processing of "dir" and (apropos history toc).
6971         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
6972         instead of ad-hoc processing of "dir" and (apropos history toc).
6973         Reread a file when moving from a virtual node.
6974         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
6975         (Info-directory-toc-nodes, Info-directory-find-file)
6976         (Info-directory-find-node): New functions.
6977         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
6978         (Info-history): Move part of code to
6979         `Info-history-find-node'.
6980         (Info-history-toc-nodes, Info-history-find-file)
6981         (Info-history-find-node): New functions.
6982         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
6983         (Info-toc): Move part of code to `Info-toc-find-node'.
6984         (Info-toc-find-node): New function.
6985         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
6986         the current Info file name to references because now the node
6987         "*TOC*" belongs to the same Info manual.
6988         (Info-toc-build): Rename from `Info-build-toc'.
6989         (Info-toc-nodes): Rename input argument `file' to `filename'.
6990         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
6991         instead of ad-hoc processing of ("dir" apropos history toc).
6992         (Info-index-nodes): Use Info-virtual-file-p
6993         to check for a virtual file instead of checking a fixed list
6994         of node names.
6995         (Info-index-node): Add check for `Info-current-node-virtual'.
6996         Raise `save-match-data' higher up the tree to contain
6997         `search-forward' too (bug fix).
6998         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
6999         (Info-virtual-index-nodes): New variable.
7000         (Info-virtual-index-find-node, Info-virtual-index): New functions.
7001         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7002         (Info-apropos-file, Info-apropos-nodes): New variables.
7003         (Info-apropos-toc-nodes, Info-apropos-find-file)
7004         (Info-apropos-find-node, Info-apropos-matches): New functions.
7005         (info-apropos): Move part of code to `Info-apropos-find-node' and
7006         `Info-apropos-matches'.
7007         (Info-mode-map): Bind "I" to `Info-virtual-index'.
7008         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7009         for a virtual file instead of checking a fixed list of node names.
7011         * simple.el (async-shell-command): New command.
7013         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7015         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7016         instead of `mount-info'.
7018 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
7020         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7021         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7023 2009-07-02  Kenichi Handa  <handa@m17n.org>
7025         * international/mule.el (set-keyboard-coding-system): Force *-unix
7026         coding-system to avoid eol conversion.
7028 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
7030         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7031         Add handler for `process-file', `shell-command' and
7032         `start-file-process'.
7033         (tramp-gvfs-handle-shell-command)
7034         (tramp-gvfs-handle-start-file-process)
7035         (tramp-gvfs-handle-process-file): New defuns.
7036         (tramp-synce-list-devices): Simplify check for existence of property.
7038 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
7040         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7042 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7044         * language/korean.el (set-language-info-alist): Add korean-cp949,
7045         cp949 to spec.
7047 2009-07-01  Kenichi Handa  <handa@m17n.org>
7049         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7051         * international/encoded-kb.el: Deleted.
7053         * international/mule.el (set-keyboard-coding-system): Perform the
7054         necessary setup here instead of calling encoded-kbd-setup-display.
7056 2009-07-01  Glenn Morris  <rgm@gnu.org>
7058         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7060 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7062         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
7064 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
7066         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7067         Handle also the 'rename case, when setting file modes.  (Bug#3712)
7068         (tramp-default-file-modes) Remove execute permissions.
7070         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7071         (top): Add a default for "synce" in `tramp-default-user-alist'.
7072         Add completion function for "synce" method.
7073         (tramp-hal-service, tramp-hal-path-manager)
7074         (tramp-hal-interface-manager, tramp-hal-interface-device):
7075         New defconst.
7076         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7077         (tramp-synce-list-devices, tramp-synce-parse-device-names):
7078         New defuns.
7080         * net/trampver.el: Update release number.
7082 2009-06-30  Kenichi Handa  <handa@m17n.org>
7084         * international/fontset.el (setup-default-fontset): Add CJK fonts
7085         for symbols and the other miscellaneous characters.
7087         * language/korea-util.el (setup-korean-environment-internal):
7088         Make char-width-table suitable for Korean environments.
7089         (exit-korean-environment): Cancel above.
7091         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7092         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7093         setup-funcion to make char-widht-table suitable for respective
7094         environments, and an exit-function to cancel that.
7096         * language/japan-util.el (setup-japanese-environment-internal):
7097         Call use-cjk-char-width-table with arg `ja_JP'.
7099         * international/characters.el (cjk-char-width-table): Delete it.
7100         (cjk-char-width-table-list): New variable.
7101         (use-cjk-char-width-table): New arg local-name.
7102         (use-default-char-width-table): Fix for the case that Emacs is
7103         already using the default char-width-table.
7105 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
7107         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7108         modes mandatory.  (Bug#3712)
7110 2009-06-29  Alan Mackenzie  <acm@muc.de>
7112         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7113         correction between the visible width of TABs and their number of bytes.
7115 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
7117         * server.el (server-buffer-done): Prevent kill-buffer from
7118         prompting by clearing the buffer modification flag (Bug#3696).
7120 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
7122         * verilog-mode.el (verilog-beg-of-statement)
7123         (verilog-endcomment-reason-re): Support unique case and priority case.
7124         (verilog-basic-complete-re): Support localparam lineup.
7125         (verilog-beg-of-statement-1): Fix for robustness, unique case.
7126         (verilog-set-auto-endcomments): Fix for unique case, always_comb
7127         commenting.
7128         (verilog-leap-to-case-head): Now support *nested* unique &
7129         priority case statements.
7130         (verilog-auto-lineup): Make just declarations the default (as it
7131         had been).
7132         (verilog-leap-to-case-head): Support priority/unique case statements.
7133         (verilog-auto-lineup): Rework to give users radio buttons to
7134         select the various styles of automatic lineup.
7135         (verilog-error-regexp-alist): Rework to support the XEmacs style
7136         of error regular expressions from compilers, lint tools &
7137         simulators.  Note that GNU Emacs has made it impossible for a mode
7138         to load such things.
7139         (electric-verilog-terminate-line, verilog-indent-declaration)
7140         (verilog-auto-wiure): Rework for radio button selection of
7141         auto-lineup selection of specification of auto lineup.
7142         (verilog-beg-of-statement-1): Redesign to support proper operation
7143         in additional code, based on testing with auto-lineup.
7144         (verilog-calculate-indent, assignments & declarations)
7145         (verilog-backward-token): Enhance to support auto-lineup of
7146         assignments & declarations.
7147         (verilog-in-directive-p, verilog-at-struct-p): New function for
7148         easy test of whether we are.
7149         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7150         to support safe execution at almost anyline.
7151         (verilog-calc-1): Properly support indenting deep inside generate
7152         blocks.
7153         (verilog-init-font) Remove definition & use of verilog-init-font,
7154         as it is redundant with font-lock-defaults.
7155         (verilog-mode): Alter the definition of verilog-font-lock-defaults
7156         to avoid circular calls if syntax-ppss is a function (as is the
7157         case now in 22.x GNU Emacs) as that function would sometimes call
7158         itself, leading to (nearly) infinite recursion.
7159         (verilog-ovm-begin-re, verilog-ovm-end-re)
7160         (verilog-ovm-statement-re, verilog-leap-to-head)
7161         (verilog-backward-token): Add support for OVM macros.  Some are
7162         complete statements, and others open and close scopes like begin
7163         and end.
7164         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7165         (verilog-defun-level-generate-only-re): Really fix the defun-list
7166         compilation issue.
7167         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7168         coverpoint, constraint and cross statements.
7169         (verilog-defun-level-list, verilog-generate-defun-level-list)
7170         (verilog-all-defun-level-list): Redo these specifications - it is
7171         too hard to support eval-when compile aggregation of lists also
7172         built at when-compile time.
7173         (verilog-defun-level-list): Place defconsts of variables used in
7174         building regular expressions which are built in eval-when-compile
7175         bodies in the same eval-when-compile body to facilitate compile
7176         without load.
7177         (verilog-beg-block-re-ordered): Support indenting
7178         virtual/protected tasks and functions.
7179         (verilog-defun-level-list, verilog-in-generate-region-p)
7180         (verilog-backward-ws&directives, verilog-calc-1): Speed up
7181         indentation of some module items (generate items).
7182         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7183         across virtual/protected tasks and functions.
7185 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
7187         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7188         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
7189         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7190         in concatenations.  Reported by Yishay Belkind.
7191         (verilog-auto-ascii-enum): Support one-hot state machines in
7192         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
7193         (verilog-auto-inst, verilog-auto-inst-port): Include interface
7194         modport in AUTOINST and add vl-modport for users.  Reported by
7195         David Rogoff.
7196         (verilog-auto-inout-module, verilog-auto-inst)
7197         (verilog-decls-get-interfaces, verilog-insert-definition)
7198         (verilog-insert-one-definition, verilog-read-decls)
7199         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7200         (verilog-sig-modport, verilog-signals-combine-bus)
7201         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7202         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7203         Suggested by David Rogoff.
7204         (verilog-repair-open-comma): Fix non-insertion of comma when
7205         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
7206         (verilog-make-width-expression): Simplify [A-1:0] expression
7207         widths to just {A{1'b0}}.
7208         (verilog-mode): Cleanup checkdoc warnings.
7209         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7210         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7211         inputs/outputs or data type.  Suggested by Vasu Kandadi.
7212         (next-error-last-buffer): Fix byte-compiler warning.
7213         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7214         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7215         or shell command text during AUTO expansion.  Suggested by Tad Truex.
7216         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7217         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7218         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7219         in AUTOINOUT.  Reported by Matthew Lovell.
7220         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7221         causing use of <= assignments.  Reported by Alex Reed.
7222         (verilog-read-decls): Fix triand, trior, wand, wor to be
7223         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
7224         (verilog-extended-complete-re): Support import "DPI-C" functions.
7225         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7226         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
7227         (verilog-insert-date, verilog-insert-year)
7228         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7229         Windows systems.  Reported by Michael Potts.
7230         (verilog-read-module-name): Fix AUTOINST when the child module
7231         declaration's name is a tick define.  Reported by Elliot Mednick.
7232         (verilog-read-decls): Fix V2K parameter bit subscripts getting
7233         passed to next parameter's definition.  Reported by Bruce T.
7234         (verilog-read-decls): Fix detecting "parameter int" when using
7235         AUTOINSTPARAM.  Reported by Bruce T.
7236         (verilog-goto-defun): Fix goto not finding modules unless first
7237         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
7238         (verilog-mode): Expand -f flag arguments on entry to mode so
7239         verilog-goto-defun will work.  Reported by Lawrence Butcher.
7240         (verilog-getopt): Expand environment variables in -f file
7241         arguments.  Suggested by Lawrence Butcher.
7242         (verilog-set-define): Fix "Symbol's value as variable is void"
7243         when reading enumerations.
7244         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7245         Suggested by Stephen Peltan.
7246         (verilog-read-defines): Fix reading of enumerations in include
7247         files.  Reported by Steve Peltan.
7249 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7251         * files.el (trash-directory): Fix defcustom type.
7253 2009-06-28  Juri Linkov  <juri@jurta.org>
7255         * help-fns.el (describe-function-1): Correctly locate adviced
7256         functions in hyperlink (Bug#2438).
7258 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
7260         * files.el (trash-directory): Change default to nil.
7261         (move-file-to-trash): If trash-directory is nil and
7262         system-move-file-to-trash is unbound, perform freedesktop-style
7263         trashing.
7265 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7267         * files.el (move-file-to-trash): Add freedesktop trash
7268         support (Bug#973).
7270 2009-06-28  Glenn Morris  <rgm@gnu.org>
7272         * autorevert.el (global-auto-revert-non-file-buffers)
7273         (global-auto-revert-mode): Doc fixes.
7275 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
7277         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7279 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
7281         * faces.el (x-handle-named-frame-geometry): Ensure that we have
7282         opened an X connection before calling x-get-resource (Bug#3194).
7284         * play/doctor.el: Remove reference to obsolete website.
7285         (make-doctor-variables): Correct grammar mistake (Bug#2633).
7287 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
7289         Remove find-file-not-found-hook VC method.  (Bug#2757)
7290         * vc-hooks.el (vc-file-not-found-hook)
7291         (vc-default-find-file-not-found-hook): Remove functions.
7292         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7293         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7294         * vc.el:
7295         * vc-hg.el:
7296         * vc-git.el: Do not mention find-file-not-found-hook VC method.
7298 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7300         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7301           compatibility function for `looking-back'.
7303         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7304         Use `ispell-looking-back'.
7306 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
7308         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7309         rather than `filename'.
7311 2009-06-23  Miles Bader  <miles@gnu.org>
7313         * face-remap.el (text-scale-set): New function.
7315 2009-06-23  Glenn Morris  <rgm@gnu.org>
7317         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7319         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7321         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7323         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7325         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7326         Simplify Persian conditionals.
7328         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7329         variable `filename'.
7331         * comint.el (comint-insert-input): Doc fix.
7333         * Makefile.in (ELCFILES): Fix typo in previous change.
7335 2009-06-23  Miles Bader  <miles@gnu.org>
7337         * cus-start.el: Add entry for `recenter-redisplay'.
7339 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7341         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7342         Add an optional argument for the backend, use it instead of
7343         calling vc-backend.
7344         (vc-mode-line): Add an optional argument for the backend.
7345         Pass the backend to vc-state and vc-working-revision.  Move code for
7346         special handling for vc-state being a buffer to ...
7348         * vc-rcs.el (vc-rcs-find-file-hook):
7349         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
7351         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7352         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7353         vc-stay-local-p and vc-mode-line calls.
7355         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7356         (vc-cvs-diff, vc-cvs-annotate-command)
7357         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7358         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7359         vc-mode-line calls.
7361         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7362         direct comparison.
7363         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7364         backend when calling vc-mode-line.
7365         (vc-register): Do not create a closure for calling the vc register
7366         function, call it directly.
7368 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7370         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7371         to make it obvious item can be clicked.
7373         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7375 2009-06-23  Kenichi Handa  <handa@m17n.org>
7377         * language/korea-util.el (korean-key-bindings): Change the binding
7378         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
7379         same command.
7381 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
7383         Sync with Tramp 2.1.16.
7385         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7387         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
7388         when a loading of a package fails.  Completion function for rsync
7389         is `tramp-completion-function-alist-ssh'.
7390         (all): Replace all calls of `split-string' and
7391         `tramp-split-string' by `tramp-compat-split-string'.
7392         (tramp-default-method): Use `tramp-compat-process-running-p'.
7393         (tramp-default-proxies-alist): Allow also Lisp forms.
7394         (tramp-remote-path): Add choice "Private Directories".
7395         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7396         (tramp-domain-regexp): Allow also "-", "_" and ".".
7397         (tramp-end-of-output): Remove newlines, and add "$" at the end.
7398         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7399         (tramp-debug-message): Insert header line in debug buffer.
7400         (tramp-handle-directory-files-and-attributes-with-stat):
7401         Care about filenames with spaces, or starting with "-".
7402         (tramp-handle-dired-uncache): New defun.
7403         (tramp-handle-insert-directory): Don't flush the directory from
7404         cache, this is handled by `dired-uncache' now.
7405         (tramp-handle-insert-file-contents): Improve error handling.
7406         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7407         Quote `tramp-end-of-output'.
7408         (tramp-action-password): Improve trace message.
7409         (tramp-check-for-regexp): Both echoes must be present, before removing.
7410         (tramp-open-connection-setup-interactive-shell): Trace coding system.
7411         (tramp-compute-multi-hops): Eval cons cells of
7412         `tramp-default-proxies-alist'.
7413         (tramp-maybe-open-connection): Use the same command pattern for
7414         first hop and further hops.
7415         (tramp-wait-for-output): Remove handling of newlines.
7416         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7417         (tramp-split-string): Remove function.  It is handled in
7418         tramp-compat now.
7420         * net/tramp-cmds.el (tramp-bug):
7421         Recommend `tramp-cleanup-all-connections' in the bug mail.
7423         * net/tramp-compat.el (tramp-compat-split-string)
7424         (tramp-compat-process-running-p): New defuns.
7426         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7427         for `dired-uncache'.
7429         * net/tramp-gvfs.el: New package.
7431         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7432         Add handler for `dired-uncache'.
7433         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7435         * net/trampver.el: Update release number.  Make version check fit
7436         for SXEmacs 22.
7438 2009-06-22  Jim Meyering  <meyering@redhat.com>
7440         Automatically handle .xz suffix (XZ-compressed files), too.
7441         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7442         XZ is the successor to LZMA: <http://tukaani.org/xz/>
7444 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
7445             Nick Roberts  <nickrob@snap.net.nz>
7447         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7448         repository (http://sphinx.net.ru/hg/gdb-mi/).
7450 2009-06-22  Glenn Morris  <rgm@gnu.org>
7452         * files.el (dir-locals-collect-mode-variables): Allow for any number of
7453         `mode' and `eval' entries.  (Bug#3430)
7455         * Makefile.in (ELCFILES): Add fadr.elc.
7457         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7458         differing behavior of \n and ^ in strings.  (Bug#3385)
7460         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7462         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7463         property.
7464         (lisp-indent-function): Make it a defcustom.
7466 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
7468         * progmodes/gdb-ui.el: Replace with ...
7469         * progmodes/gdb-mi.el: ... this file.
7470         * progmodes/gud.el: Modify for gdb-mi.el.
7472 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
7474         * fadr.el: New file.
7476 See ChangeLog.14 for earlier changes.
7478 ;; Local Variables:
7479 ;; coding: utf-8
7480 ;; End:
7482     Copyright (C) 2009  Free Software Foundation, Inc.
7484   This file is part of GNU Emacs.
7486   GNU Emacs is free software: you can redistribute it and/or modify
7487   it under the terms of the GNU General Public License as published by
7488   the Free Software Foundation, either version 3 of the License, or
7489   (at your option) any later version.
7491   GNU Emacs is distributed in the hope that it will be useful,
7492   but WITHOUT ANY WARRANTY; without even the implied warranty of
7493   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7494   GNU General Public License for more details.
7496   You should have received a copy of the GNU General Public License
7497   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7499 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1