Handle system default font and changing font parameters.
[emacs/old-mirror.git] / lisp / ChangeLog
blob61f1b5d97ad20f5eddca611e1be0a7edbface6b3
1 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
3         * menu-bar.el: Put "Use system font" in Option-menu.
5         * loadup.el: If feature system-font-setting or font-render-setting is
6         there, load font-setting.
8         * Makefile.in (ELCFILES): font-settings.el is new.
9         * font-setting.el: New file.
11 2009-11-17  Glenn Morris  <rgm@gnu.org>
13         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
16         Preserve point in the list buffer.  (Bug#4939)
17         Use point-at-eol.
18         (newsticker--treeview-list-update-highlight)
19         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
21 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
23         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
24         Remove.
26         * calc/calc-ext.el (calc-init-extensions): Remove references to
27         symclip.
29         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
31         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
32         * calc/calc-help.el (calc-b-prefix-help):  Remove references to
33         `calc-symclip'.
35 2009-11-16  Kevin Ryde  <user42@zip.com.au>
37         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
38         `sgml-lexical-context' instead of own parse for tag.  (Further to
39         Bug#4511).
41         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
42         (lm-keywords-list): Allow comma-only separator like "foo,bar".
43         Ignore trailing spaces by omit-nulls to split-string (fixing
44         regression from Emacs 21 due to the incompatible split-string
45         change).  (Bug #4928.)
47 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
49         * vc.el (vc-log-show-limit): Default to 2000.
50         (vc-print-log-internal): Insert buttons to request more entries
51         when limiting the output.
53         * vc-sccs.el (vc-sccs-print-log):
54         * vc-rcs.el (vc-rcs-print-log):
55         * vc-cvs.el (vc-cvs-print-log):
56         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
57         LIMIT is non-nil.
59 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
61         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
62         error when `tramp-gvfs-dbus-event-vector' is set.
63         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
65 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
69 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
71         * net/dbus.el (dbus-unregister-service): New defun.
72         (dbus-register-property): Register the handlers of
73         "org.freedesktop.DBus.Properties" for SERVICE.
74         (dbus-property-handler): Fix docstring.
76 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
78         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
79         Quote doc string reference in defvaralias as it is not in special form.
80         (byte-compile-output-docform): Doc fix.
82 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
84         * calc/calc.el (math-2-word-size, math-half-2-word-size)
85         (calc-complement-signed-mode): New variables.
86         (calc-set-mode-line): Add indicator for twos-complements.
87         (math-format-number): Format twos-complement notation.
89         * calc/calc-bin.el (calc-word-size): Reset the variables
90         `math-2-word-size' and `math-half-2-word-size'.
91         (math-format-complement-signed, math-symclip, calcFunc-symclip)
92         (calc-symclip): New functions.
94         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
96         * calc/calc-embed.el (calc-embedded-mode-vars):
97         Add `calc-complement-signed-mode' to the list of modes.
99         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
100         (calc-b-oper-keys): Add `calc-symclip' to list.
102         * calc/calc-ext.el (math-read-number-fancy): Read complement
103         signed numbers.
104         (calc-init-extensions): Add binding for `calc-symclip'.
105         Add autoload for `calcFunc-symclip' and `calc-symclip'.
107         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
108         `calc-symclip'.
109         (calc-modes-menu): Add item for twos complement mode.
111         * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
113 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
115         * register.el (jump-to-register, insert-register): Handle Semantic
116         tags.  From commented-out advice in semantic/senator.el.
118 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
120         * vc.el (vc-log-show-limit): New variable.
121         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
122         when using a prefix argument.
123         (vc-print-log-internal): Add new argument LIMIT.
125         * vc-svn.el (vc-svn-print-log):
126         * vc-mtn.el (vc-mtn-print-log):
127         * vc-hg.el (vc-hg-print-log):
128         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
129         pass it to the log command when set. Make the BUFFER argument
130         non-optional.
132         * vc-sccs.el (vc-sccs-print-log):
133         * vc-rcs.el (vc-rcs-print-log):
134         * vc-git.el (vc-git-print-log):
135         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
136         ignore it.  Make the BUFFER argument non-optional
138         * bindings.el (mode-line-buffer-identification): Do not purecopy.
140 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
142         * dired.el (dired-mode-map): Move encryption items to "Operate"
143         menu (Bug#4703).
145         * strokes.el (strokes-update-window-configuration): Make strokes
146         buffer current before erasing (Bug#4906).
148         * cedet/semantic/idle.el (semantic-idle-summary-mode)
149         (semantic-idle-summary-mode): Define using define-minor-mode
150         instead of define-semantic-idle-service.
151         (semantic-idle-summary-mode): New function.
152         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
153         that mouse motion does not reset the echo area.
155 2009-11-15  Juri Linkov  <juri@jurta.org>
157         * simple.el (set-mark-default-inactive): Add :type, :group
158         and :version.  (Bug#4876)
160 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
162         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
163         (archive-unique-fname): ... here.  (Bug#4929)
165 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
167         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
168         with a real fix.
170         * novice.el (disabled-command-function): Add useful args.
171         Setup the help buffer so that [back] works.
172         Remove redundant call to help-mode.
173         (disabled-command-function): Use `case'.
174         (en/disable-command): New function extracted from enable-command.
175         (enable-command, disable-command): Use it.
177 2009-11-14  Glenn Morris  <rgm@gnu.org>
179         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
180         constants.  (Bug#4913)
182         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
184 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
186         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
187         defined in C that have no doc-strings.  (Bug#1063)
189 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
191         * cus-edit.el (data, files):
192         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
194 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
196         * simple.el (shell-command): Doc fix (Bug#4891).
198         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
200 2009-11-14  Glenn Morris  <rgm@gnu.org>
202         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
203         statements for vc-diff, emerge-quit, and rmail-cease-edit.
204         If they are already loaded, eval-after-load will do the right thing.
206         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
207         compiling.
209         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
211         * simple.el (x-selection-owner-p): Declare.
212         (read-mail-command): Use custom radio type rather than choice.
213         (completion-no-auto-exit): Doc fix.
215         * custom.el (defgroup):
216         * epg-config.el (epg): Doc fixes.
218 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
220         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
221         * international/ccl.el (define-ccl-program): Do not purecopy the
222         docstring, defconst does it anyway.
224 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
226         * add-log.el (add-change-log-entry): Avoid displaying the changelog
227         a second time.
229         * x-dnd.el (x-dnd-maybe-call-test-function):
230         * window.el (split-window-vertically):
231         * whitespace.el (whitespace-help-on):
232         * vc-rcs.el (vc-rcs-consult-headers):
233         * userlock.el (ask-user-about-lock-help)
234         (ask-user-about-supersession-help):
235         * type-break.el (type-break-force-mode-line-update):
236         * time-stamp.el (time-stamp-conv-warn):
237         * terminal.el (te-set-output-log, te-more-break, te-filter)
238         (te-sentinel,terminal-emulator):
239         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
240         (term-write-input-ring, term-check-source, term-start-output-log):
241         (term-display-buffer-line, term-dynamic-list-completions):
242         (term-ansi-make-term, serial-term):
243         * subr.el (selective-display):
244         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
245         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
246         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
247         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
248         (speedbar-remove-localized-speedbar-support)
249         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
250         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
251         (speedbar-buffers-line-directory):
252         * simple.el (shell-command-on-region, append-to-buffer)
253         (prepend-to-buffer):
254         * shadowfile.el (shadow-save-todo-file):
255         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
256         (scroll-bar-maybe-set-window-start):
257         * sb-image.el (speedbar-image-dump):
258         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
259         (load-save-place-alist-from-file):
260         * ps-samp.el (ps-print-message-from-summary):
261         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
262         (ps-background-image, ps-begin-job, ps-do-despool):
263         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
264         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
265         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
266         (pr-call-process, pr-file-list, pr-interface-save):
267         * novice.el (disabled-command-function)
268         (enable-command, disable-command):
269         * mouse.el (mouse-buffer-menu-alist):
270         * mouse-copy.el (mouse-kill-preserving-secondary):
271         * macros.el (kbd-macro-query):
272         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
273         * informat.el (batch-info-validate):
274         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
275         * hippie-exp.el (try-expand-dabbrev-visible):
276         * help-mode.el (help-make-xrefs):
277         * help-fns.el (describe-variable):
278         * generic-x.el (bat-generic-mode-run-as-comint):
279         * finder.el (finder-mouse-select):
280         * find-dired.el (find-dired-sentinel):
281         * filesets.el (filesets-file-close):
282         * files.el (list-directory):
283         * faces.el (list-faces-display, describe-face):
284         * facemenu.el (list-colors-display):
285         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
286         * epg.el (epg--process-filter, epg-cancel):
287         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
288         (epa--read-signature-type):
289         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
290         (emerge-file-names):
291         * ehelp.el (electric-helpify):
292         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
293         * ediff-vers.el (rcs-ediff-view-revision):
294         * ediff-util.el (ediff-setup):
295         * ediff-mult.el (ediff-append-custom-diff):
296         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
297         (ediff-wordify):
298         * echistory.el (Electric-command-history-redo-expression):
299         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
300         * disp-table.el (describe-display-table):
301         * dired.el (dired-find-buffer-nocreate):
302         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
303         * dabbrev.el (dabbrev--same-major-mode-p):
304         * chistory.el (list-command-history):
305         * apropos.el (apropos-documentation):
306         * allout.el (allout-obtain-passphrase):
307         (allout-copy-exposed-to-buffer):
308         (allout-verify-passphrase): Use with-current-buffer.
310 2009-11-13  Glenn Morris  <rgm@gnu.org>
312         * Makefile.in (ELCFILES): Regenerate.
314 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
316         * net/dbus.el (dbus-registered-objects-table): Rename from
317         `dbus-registered-functions-table', because it contains also properties.
318         (dbus-unregister-object): Unregister also properties.
319         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
320         Use a timeout of 500 msec, in order to not block.
321         (dbus-register-property, dbus-property-handler): New defuns.
323 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * simple.el (minibuffer-default-add-completions): Drop deprecated
326         4th arg.
328 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
330         * textmodes/artist.el (artist-mouse-choose-operation):
331         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
332         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
333         (artist-compute-up-event-key): New function.
334         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
336 2009-11-13  Kenichi Handa  <handa@m17n.org>
338         * language/japan-util.el: Make sure that the value of jisx0208
339         property is jisx0208 character.
341 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
343         * international/mule.el (auto-coding-regexp-alist): Only purecopy
344         car or each item, not the whole list.
346 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
348         * minibuffer.el (minibuffer-completion-help):
349         Use minibuffer-hide-completions.
351 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
353         * dired.el (dired-save-positions, dired-restore-positions): New funs.
354         (dired-revert): Use them (bug#4880).
356 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
358         * tooltip.el (tooltip-frame-parameters): Undo previous change.
360 2009-11-12  Juri Linkov  <juri@jurta.org>
362         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
363         New functions.
364         (find-file-literally-at-point): Alias of `ffap-literally'.
366 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
368         * textmodes/ispell.el (ispell-skip-region-alist):
369         * textmodes/css-mode.el (auto-mode-alist):
370         * progmodes/compile.el (auto-mode-alist):
371         * international/mule.el (ctext-non-standard-encodings-alist)
372         (ctext-non-standard-encodings-regexp):
373         * simple.el (shell-command-switch, text-read-only):
374         * replace.el (occur-mode-map):
375         * paths.el (rmail-file-name):
376         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
377         * find-file.el (ff-special-constructs):
378         * files.el (file-name-handler-alist):
379         * composite.el: Purecopy strings.
381         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
383 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
385         * widget.el (define-widget): Purecopy the docstring.
386         * international/mule-cmds.el (charset): Do not purecopy the
387         docstring here, define-widget does it.
389         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
390         * textmodes/bibtex-style.el (auto-mode-alist):
391         * progmodes/inf-lisp.el (inferior-lisp-prompt):
392         * progmodes/compile.el (compile-command):
393         * language/korea-util.el (default-korean-keyboard):
394         * international/mule-conf.el (file-coding-system-alist):
395         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
396         * tooltip.el (tooltip-frame-parameters):
397         * newcomment.el (comment-end, comment-padding):
398         * dired.el (dired-trivial-filenames):
399         * comint.el (comint-file-name-prefix): Purecopy initial values.
401 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
403         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
404         (tramp-advice-minibuffer-electric-tilde): Unload advices via
405         `tramp-unload'.
406         (tramp-advice-make-auto-save-file-name)
407         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
408         after removing the advice.
410 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
412         * progmodes/grep.el (grep-regexp-alist):
413         * international/mule-cmds.el (iso-2022-control-alist):
414         * emacs-lisp/timer.el (timer-duration-words):
415         * subr.el (version-separator, version-regexp-alist):
416         * minibuffer.el (completion-styles-alist):
417         * faces.el (face-attribute-name-alist, list-faces-sample-text):
418         Change defvars to defconsts.
420         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
421         * loadup.el ("international/mule-conf"): Load the byte compiled version.
422         * international/mule-conf.el: Allow to be byte compiled.
424         * international/mule.el (define-charset): Purecopy props.
425         (load-with-code-conversion): Purecopy doc string and file name.
426         (put-charset-property): Purecopy strings.
427         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
429         * international/mule-cmds.el (register-input-method): Purecopy arguments.
430         (define-char-code-property): Correctly purecopy the table.
432         * international/ccl.el (define-ccl-program): Purecopy the docstring.
434         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
436         * subr.el (add-hook): Purecopy strings.
437         (eval-after-load): Purecopy load-history-regexp and the form.
439         * custom.el (custom-declare-group): Purecopy load-file-name.
441         * subr.el (menu-bar-separator): New defconst.
442         * net/eudc.el (eudc-tools-menu):
443         * international/mule-cmds.el (set-coding-system-map)
444         (mule-menu-keymap):
445         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
446         * vc-hooks.el (vc-menu-map):
447         * replace.el (occur-mode-map):
448         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
449         (menu-bar-edit-menu, menu-bar-goto-menu)
450         (menu-bar-custom-menu, menu-bar-showhide-menu)
451         (menu-bar-options-menu, menu-bar-tools-menu)
452         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
453         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
454         (menu-bar-help-menu):
455         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
456         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
458         * term/x-win.el (x-gtk-stock-map):
459         * progmodes/vera-mode.el (auto-mode-alist):
460         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
461         (inferior-lisp-program, inferior-lisp-load-command):
462         * progmodes/hideshow.el (hs-special-modes-alist):
463         * progmodes/gud.el (same-window-regexps):
464         * progmodes/grep.el (grep-program, find-program, xargs-program):
465         * net/telnet.el (same-window-regexps):
466         * net/rlogin.el (same-window-regexps):
467         * language/ethiopic.el (font-ccl-encoder-alist):
468         * vc-sccs.el (vc-sccs-master-templates):
469         * vc-rcs.el (vc-rcs-master-templates):
470         * subr.el (cl-assertion-failed):
471         * simple.el (next-error-overlay-arrow-position):
472         * lpr.el (lpr-command):
473         * locate.el (locate-ls-subdir-switches):
474         * info.el (same-window-regexps, info)
475         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
476         * image-mode.el (image-mode, auto-mode-alist):
477         * hippie-exp.el (hippie-expand-ignore-buffers):
478         * format.el (format-alist):
479         * find-dired.el (find-ls-subdir-switches, find-grep-options)
480         (find-name-arg):
481         * facemenu.el (facemenu-keybindings):
482         * dired.el (dired-listing-switches, dired-chown-program):
483         * diff.el (diff-switches, diff-command):
484         * cus-edit.el (same-window-regexps):
485         * bindings.el (mode-line-mule-info)
486         (mode-line-buffer-identification): Purecopy strings.
488 2009-11-11  Juri Linkov  <juri@jurta.org>
490         * simple.el (dired-get-filename)<declare-function>:
491         Tell the byte-compiler about dired-get-filename.
492         (shell-command): In Dired mode, get filename from the current line
493         as the default value.
495 2009-11-10  Glenn Morris  <rgm@gnu.org>
497         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
498         * calendar/holidays.el, progmodes/cperl-mode.el:
499         Update x-popup-menu declarations.
501         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
502         (list-load-path-shadows): Use dolist.
503         (list-load-path-shadows): Use with-current-buffer.
505 2009-11-10  Juri Linkov  <juri@jurta.org>
507         * minibuffer.el (read-file-name): Support a list of default values
508         in `default-filename'.  Use the first file name where only one
509         element is required.  Doc fix.
511 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
513         * net/dbus.el (dbus-unregister-object): Release service, if no
514         other method is registered for it.
516 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
518         * bookmark.el (bookmark-completing-read): Sort bookmark names if
519         bookmark-sort-flag is non-nil (Bug#4653).
521 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
523         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
524         the progress reporter entirely.
526         * emulation/cua-base.el: Add CUA property to some CC mode commands
527         (Bug#4100).
529 2009-11-08  Kevin Ryde  <user42@zip.com.au>
531         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
532         at end of sentence (Bug#4818).
534 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
536         * progmodes/compile.el (compilation-error-regexp-alist-alist):
537         Handle "see declaration of" MSFT statements (Bug#4100).
539 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
541         * net/tramp.el (tramp-advice-make-auto-save-file-name)
542         (tramp-advice-file-expand-wildcards): Unload via
543         `ad-remove-advice'.
545         * net/trampver.el: Update release number.
547 2009-11-08  Kevin Ryde  <user42@zip.com.au>
549         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
550         `ad-do-it'.
552 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
554         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
555         in order to keep context in SELinux.
557 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
559         * dired-aux.el (dired-query): Place cursor in echo area and allow
560         C-g.
562         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
563         menu item if not on a directory (Bug#4701).
565 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
567         Sync with Tramp 2.1.17.
569         * net/tramp.el (tramp-handle-copy-directory): Don't use
570         `file-remote-p' (due to compatibility).
572         * net/tramp-compat.el (tramp-compat-copy-directory)
573         (tramp-compat-delete-directory): New defuns.
575         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
576         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
577         `tramp-compat-delete-directory'.
579         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
580         (tramp-smb-handle-delete-directory ): Use
581         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
583         * net/trampver.el: Update release number.
585 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
587         * tar-mode.el (tar-copy): Call write-region on the right buffer
588         (Bug#4857).
590         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
591         by hand, if necessary (Bug#4878).
593 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
595         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
596         align size column (Bug#4839).
598         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
599         statement.
601 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
603         * progmodes/ld-script.el (auto-mode-alist):
604         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
606         * cus-face.el (custom-declare-face): Purecopy face spec.
608 2009-11-06  Kenichi Handa  <handa@m17n.org>
610         * international/uni-bidi.el: Re-generated.
611         * international/uni-category.el: Re-generated.
612         * international/uni-combining.el: Re-generated.
613         * international/uni-mirrored.el: Re-generated.
615 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
617         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
618         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
619         (tex-start-options, slitex-run-command, latex-run-command)
620         (tex-run-command, tex-directory):
621         * textmodes/ispell.el (ispell-html-skip-alists)
622         (ispell-tex-skip-alists, ispell-tex-skip-alists):
623         * textmodes/fill.el (adaptive-fill-first-line-regexp):
624         (adaptive-fill-regexp):
625         * textmodes/dns-mode.el (auto-mode-alist):
626         * progmodes/python.el (interpreter-mode-alist):
627         * progmodes/etags.el (tags-compression-info-list):
628         * progmodes/etags.el (tags-file-name):
629         * net/browse-url.el (browse-url-galeon-program)
630         (browse-url-firefox-program):
631         * mail/sendmail.el (mail-signature-file)
632         (mail-citation-prefix-regexp):
633         * international/mule-conf.el (eight-bit):
634         * international/latexenc.el (latex-inputenc-coding-alist):
635         * international/fontset.el (x-pixel-size-width-font-regexp):
636         * emacs-lisp/warnings.el (warning-type-format):
637         * emacs-lisp/trace.el (trace-buffer):
638         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
639         (emacs-lisp-mode-map):
640         * calendar/holidays.el (holiday-solar-holidays)
641         (holiday-bahai-holidays, holiday-islamic-holidays)
642         (holiday-christian-holidays, holiday-hebrew-holidays)
643         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
644         (hebrew-holidays-1, holiday-oriental-holidays)
645         (holiday-general-holidays):
646         * x-dnd.el (x-dnd-known-types):
647         * tool-bar.el (tool-bar):
648         * startup.el (site-run-file):
649         * shell.el (shell-dumb-shell-regexp):
650         * rfn-eshadow.el (file-name-shadow-tty-properties)
651         (file-name-shadow-properties):
652         * paths.el (remote-shell-program, news-directory):
653         * mouse.el ([C-down-mouse-3]):
654         * menu-bar.el (menu-bar-tools-menu):
655         * jka-cmpr-hook.el (jka-compr-load-suffixes)
656         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
657         (jka-compr-compression-info-list):
658         * isearch.el (search-whitespace-regexp):
659         * image-file.el (image-file-name-extensions):
660         * find-dired.el (find-ls-option):
661         * files.el (directory-listing-before-filename-regexp)
662         (directory-free-space-args, insert-directory-program)
663         (list-directory-brief-switches, magic-fallback-mode-alist)
664         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
665         (automount-dir-prefix):
666         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
667         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
668         (face-font-registry-alternatives, face-font-registry-alternatives)
669         (face-font-family-alternatives):
670         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
671         (facemenu-foreground-menu, facemenu-face-menu):
672         * epa-hook.el (epa-file-name-regexp):
673         * dnd.el (dnd-protocol-alist):
674         * textmodes/rst.el (auto-mode-alist):
675         * button.el (default-button): Purecopy strings.
677 2009-11-06  Glenn Morris  <rgm@gnu.org>
679         * Makefile.in (ELCFILES): Update.
681 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
683         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
684         * emacs-lisp/levents.el: Move to obsolete/levents.el.
686         * nxml/xsd-regexp.el (xsdre-gen-categories):
687         * nxml/xmltok.el (xmltok-parse-entity):
688         * nxml/rng-parse.el (rng-parse-validate-file):
689         * nxml/rng-maint.el (rng-format-manual)
690         (rng-manual-output-force-new-line):
691         * nxml/rng-loc.el (rng-save-schema-location-1):
692         * nxml/rng-cmpct.el (rng-c-parse-file):
693         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
694         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
696 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
698         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
699         Remove extra save-excursions and make-variable-buffer-local's.
700         Suggested by Stefan Monnier.
702         (verilog-getopt-file, verilog-module-inside-filename-p)
703         (verilog-set-define): Merge GNU 1.35 and repair changes from
704         switching to using with-current-buffer.
706         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
707         being treated as a number and confusing AUTORESET.
708         Reported by Dan Dever.
710         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
711         Add verilog-auto-ignore-concat to fix backward compatibility with
712         older verilog-modes.  Reported by Dan Katz.
714         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
715         containing closing anchors "...$".
717         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
718         Reported by Wade Smith.
720         (verilog-batch-execute-func) Comment on function usage.
722 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
724         * verilog-mode.el (verilog-label-re): Fix regular expression for
725         labels.
727         (verilog-label-re, verilog-calc-1): Support proper indent of named
728         asserts.
730         (verilog-backward-token, verilog-basic-complete-re)
731         (verilog-beg-of-statement, verilog-indent-re): Support proper
732         indent of the assert statement at the beginning of a block of text.
734         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
735         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
736         tokens as begins.
738 2009-11-05  Glenn Morris  <rgm@gnu.org>
740         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
741         Emacs 19.  (Bug#1531)
742         (byte-compile-fix-header): Update for the above change.
743         Drop test for epoch::version.
745         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
746         * cus-dep.el (custom-make-dependencies):
747         * finder.el (finder-compile-keywords):
748         Use autoload-rubric's feature argument.
750         * calendar/diary-lib.el (top-level): Make load behave more like require.
752         * vc-git.el (vc-git-stash-map): Move definition before use.
754 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
756         * custom.el (custom-declare-group): Purecopy standard-value.
757         (custom-declare-group): Purecopy custom-prefix.
759         * international/mule.el (load-with-code-conversion):
760         Call do-after-load-evaluation unconditionally.
762         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
764 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
766         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
768 2009-11-04  Glenn Morris  <rgm@gnu.org>
770         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
771         (byte-compile-compatibility): Remove option.
772         (byte-compile-close-variables, byte-compile-fix-header)
773         (byte-compile-insert-header, byte-compile-output-docform)
774         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
775         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
776         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
777         (byte-compile-insert, byte-compile-defun):
778         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
779         (byte-defop-compiler19): Remove.
780         Without byte-compile-compatibility, the 'emacs19-opcode property is not
781         used by anything.  Replace all calls with byte-defop-compiler.
783 2009-11-04  Juri Linkov  <juri@jurta.org>
785         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
786         (menu-bar-options-menu): Don't quote the `prop' arg of
787         `menu-bar-make-mm-toggle'.
789 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
791         * calendar/calendar.el (cal-loaddefs):
792         * calendar/diary-lib.el (diary-loaddefs):
793         * calendar/holidays.el (hol-loaddefs):
794         * eshell/esh-module.el (esh-groups): Load rather than require.
796 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
798         * calendar/todo-mode.el (todo-add-category): Don't hardcode
799         point-min==1.
800         (todo-top-priorities): Only display-buffer when called interactively.
801         (todo-item-start): Don't save excursion point.
802         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
803         (todo-insert-item-here, todo-file-item, todo-remove-item):
804         Adjust uses of todo-item-start and todo-item-end.
806         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
807         (autoload-rubric): Don't use any more.
808         * cedet/semantic/fw.el (semantic/loaddefs):
809         * cedet/srecode.el (srecode/loaddefs):
810         * cedet/ede.el (ede/loaddefs): Load rather than require.
811         * cedet/ede/cpp-root.el:
812         * cedet/ede/emacs.el:
813         * cedet/ede/files.el:
814         * cedet/ede/linux.el:
815         * cedet/ede/locate.el:
816         * cedet/ede/make.el:
817         * cedet/ede/shell.el:
818         * cedet/ede/speedbar.el:
819         * cedet/ede/system.el:
820         * cedet/ede/util.el:
821         * cedet/semantic/analyze.el:
822         * cedet/semantic/bovine.el:
823         * cedet/semantic/complete.el:
824         * cedet/semantic/ctxt.el:
825         * cedet/semantic/db-file.el:
826         * cedet/semantic/db-find.el:
827         * cedet/semantic/db-global.el:
828         * cedet/semantic/db-mode.el:
829         * cedet/semantic/db-typecache.el:
830         * cedet/semantic/db.el:
831         * cedet/semantic/debug.el:
832         * cedet/semantic/dep.el:
833         * cedet/semantic/doc.el:
834         * cedet/semantic/edit.el:
835         * cedet/semantic/find.el:
836         * cedet/semantic/format.el:
837         * cedet/semantic/html.el:
838         * cedet/semantic/ia-sb.el:
839         * cedet/semantic/ia.el:
840         * cedet/semantic/idle.el:
841         * cedet/semantic/lex-spp.el:
842         * cedet/semantic/lex.el:
843         * cedet/semantic/mru-bookmark.el:
844         * cedet/semantic/scope.el:
845         * cedet/semantic/senator.el:
846         * cedet/semantic/sort.el:
847         * cedet/semantic/symref.el:
848         * cedet/semantic/tag-file.el:
849         * cedet/semantic/tag-ls.el:
850         * cedet/semantic/tag-write.el:
851         * cedet/semantic/tag.el:
852         * cedet/semantic/util-modes.el:
853         * cedet/semantic/analyze/complete.el:
854         * cedet/semantic/analyze/refs.el:
855         * cedet/semantic/bovine/c.el:
856         * cedet/semantic/bovine/gcc.el:
857         * cedet/semantic/bovine/make.el:
858         * cedet/semantic/bovine/scm.el:
859         * cedet/semantic/decorate/include.el:
860         * cedet/semantic/decorate/mode.el:
861         * cedet/semantic/symref/cscope.el:
862         * cedet/semantic/symref/global.el:
863         * cedet/semantic/symref/grep.el:
864         * cedet/semantic/symref/idutils.el:
865         * cedet/semantic/symref/list.el:
866         * cedet/semantic/wisent/java-tags.el:
867         * cedet/semantic/wisent/javascript.el:
868         * cedet/srecode/compile.el:
869         * cedet/srecode/cpp.el:
870         * cedet/srecode/document.el:
871         * cedet/srecode/el.el:
872         * cedet/srecode/expandproto.el:
873         * cedet/srecode/getset.el:
874         * cedet/srecode/insert.el:
875         * cedet/srecode/java.el:
876         * cedet/srecode/map.el:
877         * cedet/srecode/mode.el:
878         * cedet/srecode/template.el:
879         * cedet/srecode/texi.el: Remove the file-local setting of
880         generated-autoload-feature.
882         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
883         and only put a prop if it is non-nil.
885 2009-11-03  Juri Linkov  <juri@jurta.org>
887         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
888         (menu-bar-options-menu): Fix list quoting (Bug#4429).
890         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
891         and "Menu" to make top-level menu item visually one unit (like
892         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
893         multi-word menu items).  Fix :help string for quit-window.
895 2009-11-03  Glenn Morris  <rgm@gnu.org>
897         * cedet/mode-local.el (with-mode-local): Doc fix.
899         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
900         (byte-compile-file-form-define-abbrev-table)
901         (byte-compile-file-form-custom-declare-variable)
902         (byte-compile-variable-ref, byte-compile-defvar):
903         Whether or not a warning is enabled should only affect whether we issue
904         the warning, not whether or not we collect the relevant data.
905         Eg warnings can be turned on and off throughout the course of a file.
907         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
908         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
910 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
912         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
913         * play/mpuz.el (mpuz-create-buffer):
914         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
915         (lm-print-y,s,noise, lm-print-w0, lm-init):
916         * play/gomoku.el (gomoku-prompt-for-move):
917         * play/fortune.el (fortune-in-buffer):
918         * play/dissociate.el (dissociated-press):
919         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
920         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
921         * mail/supercite.el (sc-eref-show):
922         * mail/smtpmail.el (smtpmail-send-it):
923         * mail/rmailsum.el (rmail-summary-next-labeled-message)
924         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
925         (rmail-summary-undelete-many, rmail-summary-rmail-update)
926         (rmail-summary-goto-msg, rmail-summary-expunge)
927         (rmail-summary-get-new-mail, rmail-summary-search-backward)
928         (rmail-summary-add-label, rmail-summary-output-menu)
929         (rmail-summary-output-body):
930         * mail/rfc822.el (rfc822-addresses):
931         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
932         * mail/mailpost.el (post-mail-send-it):
933         * mail/hashcash.el (hashcash-generate-payment):
934         * mail/feedmail.el (feedmail-run-the-queue)
935         (feedmail-queue-send-edit-prompt-help-first)
936         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
937         (feedmail-deduce-address-list):
938         * eshell/esh-ext.el (eshell-remote-command):
939         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
940         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
941         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
942         (viper-save-string-in-file, viper-valid-marker):
943         * emulation/viper-keym.el (viper-toggle-key):
944         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
945         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
946         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
947         * emulation/viper-cmd.el (viper-exec-form-in-vi)
948         (viper-exec-form-in-emacs, viper-brac-function):
949         * emulation/viper.el (viper-delocalize-var):
950         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
951         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
952         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
953         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
954         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
955         * emulation/edt.el (edt-electric-helpify):
956         * emulation/cua-rect.el (cua--rectangle-aux-replace):
957         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
958         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
959         (cua-indent-to-global-mark-column):
960         * calendar/diary-lib.el (calendar-mark-1):
961         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
962         Use with-current-buffer.
963         * emulation/viper.el (viper-delocalize-var): Use dolist.
965 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
967         * comint.el (comint-replace-by-expanded-history-before-point):
968         Replace !! with the previous input string literally (Bug#1795).
970 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
972         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
973         to be made up of whitespace.
975 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
977         * minibuffer.el (read-file-name): Don't use file dialogs for
978         remote directories (Bug#99).
980 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
982         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
984 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
986         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
987         instead of deleting the window or frame.
989 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
991         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
992         Support face colors.
994         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
995         New function.  Support face colors (Bug#1168).
996         (tex-common-initialization): Use it.
998         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
999         mode allows it (Bug#1168).
1001 2009-10-31  Juri Linkov  <juri@jurta.org>
1003         * facemenu.el (list-colors-display): Don't mark buffer as
1004         modified (Bug#3948).
1006 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1008         * international/mule-diag.el (list-character-sets-1): Minor
1009         message fix (Bug#3526).
1011         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1012         face property (Bug#4834).
1013         (etags-list-tags, etags-tags-apropos-additional)
1014         (etags-tags-apropos, tags-select-tags-table): Add follow-link
1015         property.
1017         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1018         items.
1020         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1021         items.
1023         * cedet/ede.el (ede-minor-mode):
1024         * cedet/semantic.el (semantic-mode): Toggle menu separators.
1026 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1028         * textmodes/two-column.el (2C-split):
1029         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1030         * textmodes/tex-mode.el (tex-set-buffer-directory):
1031         * textmodes/spell.el (spell-region, spell-string):
1032         * textmodes/reftex.el (reftex-erase-buffer):
1033         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1034         * textmodes/reftex-toc.el (reftex-toc-promote-action):
1035         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1036         (reftex-select-item):
1037         * textmodes/reftex-ref.el (reftex-label-info-update)
1038         (reftex-offer-label-menu):
1039         * textmodes/reftex-index.el (reftex-index-change-entry)
1040         (reftex-index-phrases-info):
1041         * textmodes/reftex-global.el (reftex-create-tags-file)
1042         (reftex-save-all-document-buffers, reftex-ensure-write-access):
1043         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1044         (reftex-view-crossref-from-bibtex):
1045         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1046         (reftex-extract-bib-entries-from-thebibliography)
1047         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1048         * textmodes/refbib.el (r2b-capitalize-title):
1049         (r2b-convert-buffer, r2b-help):
1050         * textmodes/page-ext.el (pages-directory)
1051         (pages-directory-goto-with-mouse):
1052         * textmodes/bibtex.el (bibtex-validate-globally):
1053         * textmodes/bib-mode.el (bib-capitalize-title):
1054         * textmodes/artist.el (artist-clear-buffer, artist-system):
1055         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1056         (local-set-scheme-interaction-buffer, xscheme-process-filter)
1057         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1058         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1059         (xscheme-send-control-g-interrupt, xscheme-start-process)
1060         (xscheme-process-sentinel, xscheme-cd):
1061         * progmodes/verilog-mode.el (verilog-read-always-signals)
1062         (verilog-set-define, verilog-getopt-file)
1063         (verilog-module-inside-filename-p):
1064         * progmodes/sh-script.el:
1065         * progmodes/python.el (python-pdbtrack-get-source-buffer)
1066         (python-pdbtrack-grub-for-buffer, python-execute-file):
1067         * progmodes/octave-inf.el (inferior-octave):
1068         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1069         (idlwave-shell-compile-helper-routines, idlwave-set-local)
1070         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1071         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1072         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1073         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1074         (idlwave-shell-filter, idlwave-shell-examine-highlight)
1075         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1076         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1077         (idlwave-shell-examine-display, idlwave-shell-run-region)
1078         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1079         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1080         * progmodes/idlw-help.el (idlwave-help-get-special-help)
1081         (idlwave-help-get-help-buffer):
1082         * progmodes/gud.el (gud-basic-call, gud-find-class)
1083         (gud-tooltip-activate-mouse-motions-if-enabled):
1084         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1085         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1086         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1087         (ebrowse-tags-next-file):
1088         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1089         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1090         (ebnf-eps-finish-and-write):
1091         * progmodes/cpp.el (cpp-edit-save):
1092         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1093         * progmodes/cc-defs.el (c-emacs-features):
1094         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1095         (antlr-directory-dependencies):
1096         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1097         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1098         (ada-find-any-references, ada-make-filename-from-adaname)
1099         (ada-make-body-gnatstub):
1100         * obsolete/rnews.el (news-list-news-groups):
1101         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1102         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1103         * net/rcirc.el (rcirc-debug):
1104         * net/newst-treeview.el (newsticker--treeview-list-add-item)
1105         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1106         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1107         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1108         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1109         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1110         (newsticker--treeview-list-clear-highlight)
1111         (newsticker--treeview-list-update-highlight)
1112         (newsticker--treeview-list-highlight-start)
1113         (newsticker--treeview-tree-update-highlight)
1114         (newsticker--treeview-get-selected-item)
1115         (newsticker-treeview-mark-list-items-old)
1116         (newsticker--treeview-set-current-node):
1117         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1118         * net/newst-backend.el (newsticker--get-news-by-funcall)
1119         (newsticker--get-news-by-wget, newsticker--image-get)
1120         (newsticker--image-sentinel):
1121         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1122         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1123         (eudc-ph-close-session):
1124         * net/eudc.el (eudc-save-options):
1125         * language/thai-word.el (thai-update-word-table):
1126         * language/japan-util.el (japanese-string-conversion):
1127         * international/titdic-cnv.el (tsang-quick-converter)
1128         (ziranma-converter, ctlau-converter):
1129         * international/mule-cmds.el (describe-language-environment):
1130         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1131         (skkdic-convert-postfix, skkdic-convert-prefix):
1132         (skkdic-convert-okuri-nasi, skkdic-convert):
1133         * emacs-lisp/re-builder.el (reb-update-overlays):
1134         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1135         * emacs-lisp/gulp.el (gulp-send-requests):
1136         * emacs-lisp/find-gc.el (trace-call-tree):
1137         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1138         (eieio-describe-generic):
1139         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1140         * emacs-lisp/edebug.el (edebug-outside-excursion):
1141         * emacs-lisp/debug.el (debugger-make-xrefs):
1142         * emacs-lisp/cust-print.el (custom-prin1-to-string):
1143         * emacs-lisp/chart.el (chart-new-buffer):
1144         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1145         Use with-current-buffer.
1146         * textmodes/artist.el (artist-system): Don't call
1147         copy-sequence on a fresh string.
1148         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1150 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
1152         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1153         is no item to edit.  (Bug#4820)
1154         (todo-top-priorities): Restore point and restore narrowing in Todo
1155         buffer.  (Bug#4820)
1157 2009-10-31  Glenn Morris  <rgm@gnu.org>
1159         * net/ange-ftp.el (top-level): Don't require dired when compiling.
1160         (comint-last-output-start, comint-last-input-start)
1161         (comint-last-input-end): Don't defvar when compiling.
1162         (ange-ftp-process-file): Use bound-and-true-p.
1164         * pcmpl-rpm.el (top-level): Move provide statement to end.
1165         (pcmpl-rpm): Remove unused custom group.
1167         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1169         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1171         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1172         (byte-compile-warnings): Add `constants' as an option.
1173         (byte-compile-callargs-warn, byte-compile-arglist-warn)
1174         (display-call-tree): Update for byte-compile-fdefinition possibly
1175         returning `(macro lambda ...)'.  (Bug#4778)
1176         (byte-compile-variable-ref, byte-compile-setq-default):
1177         Respect `constants' member of byte-compile-warnings.
1179         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1180         Use mapc rather than mapcar because the return value is never used.
1182         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1183         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1184         * cedet/semantic/html.el:
1185         Suppress harmless warnings about setting up semantic-imenu (not
1186         part of Emacs) variables.
1188 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1190         * vc-bzr.el (vc-bzr-revision-keywords): New var.
1191         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1192         to "submit:".
1194         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1195         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1196         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1197         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1198         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1199         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1200         (semantic-analyzer-debug-global-symbol)
1201         (semantic-analyzer-debug-missing-innertype)
1202         (semantic-analyzer-debug-insert-include-summary):
1203         * cedet/semantic/util.el (semantic-file-tag-table):
1204         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1205         (semantic-recursive-find-nonterminal-by-name):
1206         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1207         * cedet/semantic/tag-file.el (semantic-prototype-file):
1208         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1209         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1210         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1211         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1212         (semantic-idle-summary-maybe-highlight):
1213         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1214         (semantic-ia-sb-tag-info):
1215         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1216         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1217         * cedet/semantic/ede-grammar.el (project-compile-target):
1218         (ede-proj-makefile-insert-variables):
1219         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1220         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1221         (semantic-debug-mode, semantic-debug):
1222         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1223         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1224         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1225         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1226         (semanticdb-find-translate-path-includes--internal)
1227         (semanticdb-reset-log, semanticdb-find-log-activity):
1228         * cedet/semantic/db-file.el (object-write):
1229         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1230         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1231         (semanticdb-create-ebrowse-database):
1232         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1233         * cedet/semantic/complete.el (semantic-displayor-focus-request)
1234         (semantic-collector-calculate-completions-raw)
1235         (semantic-complete-read-tag-analyzer):
1236         * cedet/semantic/analyze.el (semantic-analyze-pulse):
1237         * cedet/ede/util.el (ede-update-version-in-source):
1238         * cedet/ede/proj.el (project-delete-target):
1239         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1240         (ede-proj-flush-autoconf):
1241         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1242         (ede-proj-configure-synchronize):
1243         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1244         * cedet/ede/linux.el (ede-linux-version):
1245         * cedet/ede/emacs.el (ede-emacs-version):
1246         * cedet/ede/dired.el (ede-dired-add-to-target):
1247         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1248         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1249         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1250         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1251         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1252         (cedet-idutils-version-check):
1253         * cedet/cedet-global.el (cedet-gnu-global-call):
1254         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1255         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1256         * cedet/cedet-cscope.el (cedet-cscope-call)
1257         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1258         Use with-current-buffer.
1259         * cedet/ede.el (ede-make-project-local-variable)
1260         (ede-set-project-variables, ede-set): Use dolist.
1262 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1264         * textmodes/ispell.el (ispell-skip-region-alist):
1265         * international/mule-conf.el (eight-bit):
1266         * international/fontset.el (font-encoding-alist):
1267         * startup.el (pure-space-overflow-message):
1268         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1269         * paths.el (gnus-nntp-service, rmail-spool-directory)
1270         (term-file-prefix):
1271         * files.el (save-some-buffers-action-alist):
1272         * cmuscheme.el (same-window-buffer-names):
1273         * ielm.el (same-window-buffer-names):
1274         * shell.el (same-window-buffer-names):
1275         * mail/sendmail.el (same-window-buffer-names):
1276         * progmodes/inf-lisp.el (same-window-buffer-names):
1277         * bindings.el (mode-line-client)
1278         (mode-line-column-line-number-mode-map):
1279         * language/tibetan.el (tibetan-precomposition-rule-regexp)
1280         (tibetan-precomposed-regexp): Purecopy string arguments.
1282 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1285         (calcDigit-nondigit):
1286         * calc/calc-yank.el (calc-copy-to-buffer):
1287         * calc/calc-units.el (calc-invalidate-units-table):
1288         * calc/calc-trail.el (calc-trail-yank):
1289         * calc/calc-store.el (calc-insert-variables):
1290         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1291         * calc/calc-prog.el (calc-read-parse-table):
1292         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1293         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1294         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1295         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1296         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1297         (calc-graph-name, calc-graph-find-command, calc-graph-view)
1298         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1299         * calc/calc-ext.el (calc-realign):
1300         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1301         (calc-embedded-finish-edit, calc-embedded-make-info)
1302         (calc-embedded-finish-command, calc-embedded-stack-change):
1303         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1305         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1306         (overload-docstring-extension): Use that info.
1307         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1308         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1309         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1310         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1311         (semantic-nonterminal-full-name): Add the new `when' info.
1312         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1313         `assert'.
1315         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1316         shell-dynamic-complete-filename in preference to
1317         comint-dynamic-complete-filename.
1319         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1320         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1321         Don't consider whether the display supports colors.
1322         (bookmark-import-new-list): Use dolist.
1323         (bookmark-bmenu-mode-map): Move initialization into declaration.
1324         (bookmark-bmenu-list): Use dolist, simplify.
1325         (bookmark-show-all-annotations): Use save-selected-window and dolist.
1326         (menu-bar-final-items): Use push.
1328 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1330         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1331         it works on remote files.
1332         (vc-hg-diff): Don't pass any `--cwd' argument.
1334 2009-10-27  Kevin Ryde  <user42@zip.com.au>
1336         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1337         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1338         (Further to Bug#3921).
1340 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
1342         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1343         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1344         calling `tramp-imap-put-file'.  Add file size to the call.
1345         (tramp-imap-get-file-entries): Compute also user name, file size,
1346         and date.
1347         (tramp-imap-handle-insert-directory): Insert uid and gid.
1348         (tramp-imap-handle-file-attributes): Transform uid and gid
1349         according to `id-format'.
1350         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
1351         size in header X-Size.
1353 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
1355         * simple.el (transpose-subr): Give clearer error when the mark
1356         is not set.  (Bug#4807)
1358 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
1360         * net/tramp.el (tramp-perl-file-truename): New defconst.
1361         Perl code contributed by yary <not.com@gmail.com> (tiny change).
1362         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1363         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1364         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1366         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1367         Ignore `dired-call-process'.
1368         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1370 2009-10-26  Julian Scheid  <julians37@gmail.com>
1372         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1373         (tramp-get-remote-readlink): New defun.
1374         (tramp-handle-file-truename): Use it.
1375         (tramp-handle-file-exists-p): Check file-attributes cache, assume
1376         file exists if cache value present.
1377         (tramp-check-cached-permissions) New defun.
1378         (tramp-handle-file-readable-p): Use it.
1379         (tramp-handle-file-writable-p): Likewise.
1380         (tramp-handle-file-executable-p): Likewise.
1381         (tramp-handle-file-name-all-completions): Try using Perl to get
1382         partial completions.  When perl not available, combine `cd' and
1383         `ls' into single remote operation and use shell expansion to get
1384         partial remote directory contents.  Set `file-exists-p' cache for
1385         directory and any files returned by ls.  Change cache handling to
1386         support partial directory contents.  Use error message emitted by
1387         remote `cd' or Perl code for local tramp-error.
1388         (tramp-do-copy-or-rename-file-directly): Avoid separate
1389         tramp-send-command-and-check call.
1390         (tramp-handle-process-file): Merge three remote ops into one.
1391         Do not flush all caches when `process-file-side-effects' is set.
1392         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1393         file-attributes shows uid/gid to be set already.
1395 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1397         * textmodes/tex-mode.el (tex-dvi-view-command)
1398         (tex-show-queue-command, tex-open-quote):
1399         * progmodes/ruby-mode.el (auto-mode-alist)
1400         (interpreter-mode-alist): Purecopy strings.
1402         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1404         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1405         string for the hook, keymap and abbrev table.
1407         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1409         * x-dnd.el (x-dnd-xdnd-to-action):
1410         * startup.el (fancy-startup-text, fancy-about-text): Change to
1411         defconst from defvar.
1413         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1415         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1416         Purecopy initialization strings.
1418         * mail/sendmail.el (mail-header-separator)
1419         (mail-personal-alias-file):
1420         * mail/rmail.el (rmail-default-dont-reply-to-names)
1421         (rmail-ignored-headers, rmail-retry-ignored-headers)
1422         (rmail-highlighted-headers, rmail-secondary-file-directory)
1423         (rmail-secondary-file-regexp):
1424         * files.el (null-device, file-name-invalid-regexp)
1425         (locate-dominating-stop-dir-regexp)
1426         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1427         (interpreter-mode-alist): Use mapcar instead of mapc.
1429         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1431         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1432         (completion-ignored-extensions):
1433         (debug-ignored-errors): Purecopy strings.
1435 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1437         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1438         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1439         (pcomplete--here): Use push.
1441         * subr.el (all-completions): Declare the 4th arg obsolete.
1443 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1445         * pcomplete.el (pcomplete-unquote-argument-function): New var.
1446         (pcomplete-unquote-argument): New function.
1447         (pcomplete--common-suffix): Always pay attention to case.
1448         (pcomplete--table-subvert): Quote and unquote the text.
1449         (pcomplete--common-quoted-suffix): New function.
1450         (pcomplete-std-complete): Use it and pcomplete-begin.
1452         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1453         we're inside a dedicated or minibuffer window.
1455 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1457         * cedet/semantic/fw.el (semantic-alias-obsolete)
1458         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1459         (define-mode-overload-implementation):
1460         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1461         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1462         * cedet/semantic/util.el (semantic-file-token-stream)
1463         (semantic-something-to-stream):
1464         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1465         (semantic-expand-nonterminal):
1466         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1467         (semantic-find-dependency, semantic-find-nonterminal)
1468         (semantic-find-dependency):
1469         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1470         (semantic-flex-text, semantic-flex-make-keyword-table)
1471         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1472         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1473         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1474         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1475         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1476         (semantic-after-idle-scheduler-reparse-hooks):
1477         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1478         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1479         * cedet/semantic.el (semantic-toplevel-bovine-table)
1480         (semantic-toplevel-bovine-cache)
1481         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1482         (semantic-init-mode-hooks, semantic-init-db-hooks)
1483         (semantic-bovination-working-type): Provide the `when' arg.
1485 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
1487         * bookmark.el: Update documentation, especially documentation
1488         of `bookmark-alist' and of the bookmark file format.
1489         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
1491 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1493         * mail/emacsbug.el (report-emacs-bug): Clarify that the
1494         keybindings apply to the mail buffer (Bug#4003).  Shrink help
1495         window to buffer.
1497         * whitespace.el (whitespace-mode, whitespace-newline-mode)
1498         (global-whitespace-mode, global-whitespace-newline-mode)
1499         (whitespace-toggle-options, global-whitespace-toggle-options):
1500         Doc fix (Bug#3660).
1502         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1503         of xmltok-start before the end tag was inserted (Bug#2840).
1505         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1506         patterns that are preceded by an open-paren (Bug#1320).
1508 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
1510         * files.el (delete-directory): Delete symlinks to directories with
1511         delete-file (Bug#4739).
1513 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1515         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1516         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1517         argument to make-obsolete.
1519         * cedet/semantic/fw.el (semantic-alias-obsolete)
1520         (semantic-varalias-obsolete): Add optional WHEN argument.
1522 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
1524         * vc.el (vc-backend-for-registration): Rename from
1525         vc-get-backend-for-registration.  Update callers.
1527         * international/mule-cmds.el (set-language-info-alist):
1528         Purecopy lang-env.
1529         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1530         (charset): Purecopy the name.
1531         (define-char-code-property): Purecopy string arguments.
1533         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1534         Purecopy string arguments.
1536         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1537         * ediff-hook.el (menu-bar-ediff-menu):
1538         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1539         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1541 2009-10-24  Glenn Morris  <rgm@gnu.org>
1543         * comint.el (comint-dynamic-list-completions):
1544         * term.el (term-dynamic-list-completions): Use choose-completion rather
1545         than obsolete alias mouse-choose-completion.
1547         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1548         file-cache-choose-completion.
1549         (file-cache-choose-completion): Handle an optional event argument.
1550         (file-cache-mouse-choose-completion): Make it an obsolete alias.
1552         * progmodes/octave-mod.el (octave-complete-symbol):
1553         Use choose-completion if mouse-choose-completion is ever removed.
1555         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1556         use.
1558         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1559         compiler.
1561         * vc-hooks.el (vc-responsible-backend): Fix declaration.
1563 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1566         Ignore `pred' now that we receive one.
1567         Handle test-completion specially.
1569 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1571         * vc.el (vc-responsible-backend): Throw an error if not backend is
1572         found.  Remove the REGISTER argument.  Move the code dealing with
1573         REGISTER ...
1574         (vc-get-backend-for-registration): ... here.  New function.
1575         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1576         of vc-responsible-backend, pass the file name instead of the
1577         directory name.
1579 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1581         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1582         New funs.
1583         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
1584         (pcomplete-comint-setup): Don't modify a global var via
1585         accidental side-effects.
1586         (pcomplete-shell-setup): Adjust call accordingly.
1587         (pcomplete-parse-comint-arguments): Use push.
1589 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
1591         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1592         Allow uncapitalized info node names (Bug#3921).
1594         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1595         to the DEBUG file (Bug#3781).
1597 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
1599         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1600         dictionary entry (Bug#4579).
1602 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
1604         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1605         from `rfn-eshadow-update-overlay-hook' when unloading.
1606         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1607         "rsyncc".  Adjust doc string.
1608         (tramp-temp-buffer-file-name) New buffer-local defvar.
1609         (tramp-handle-insert-file-contents, tramp-handle-write-region):
1610         Keep temporary file when indicated by method ("rsync" and
1611         "rsyncc").
1612         (tramp-handle-write-region): Handle APPEND.
1613         (tramp-delete-temp-file-function): New defun.  Added to
1614         `kill-buffer-hook'.
1616 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
1618         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1620 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1622         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1623         (color-name-rgb-alist, tty-standard-colors)
1624         (tty-color-mode-alist): Change to defconst.
1626         * simple.el (mark-inactive): Purecopy message.
1628         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1629         (global-map, yank-menu):
1630         * textmodes/ispell.el (ispell-menu-map):
1631         * net/eudc.el (eudc-tools-menu):
1632         * international/mule-cmds.el (describe-language-environment-map)
1633         (setup-language-environment-map, set-coding-system-map)
1634         (mule-menu-keymap):
1635         * vc-hooks.el (vc-menu-entry, vc-menu-map):
1636         * replace.el (occur-mode-map):
1637         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1639 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
1641         * calc/calc.el (math-read-number, math-read-number-simple): Use
1642         `save-match-data'.
1644 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1647         rather than fiddling with global-map bindings, since it should only
1648         affect per-terminal settings.
1649         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1651         * minibuffer.el (completion-table-with-terminator): Allow to specify
1652         the terminator-regexp.
1654         * simple.el (switch-to-completions): Look for *Completions* in other
1655         frames as well.
1657         * pcomplete.el: Allow the use of completion-tables.
1658         (pcomplete-std-complete): New command.
1659         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1660         (pcomplete--here): Use a function for `form' rather than an expression,
1661         so it can be byte-compiled.
1662         (pcomplete-here, pcomplete-here*): Adjust accordingly.
1663         Add edebug declaration.
1664         (pcomplete-show-completions): Remove unused var `curbuf'.
1665         (pcomplete-do-complete, pcomplete-stub):
1666         Don't assume `completions' is a list of strings any more.
1668 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
1670         * find-dired.el (find-name-arg): Fix typo in docstring.
1672 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1674         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1675         (pcmpl-linux-fs-types): Same, and update to new modules layout.
1677         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1678         pcomplete-entries.
1680         * comint.el (comint-read-input-ring, comint-write-input-ring)
1681         (comint-substitute-in-file-name)
1682         (comint-dynamic-complete-as-filename)
1683         (comint-dynamic-simple-complete)
1684         (comint-dynamic-list-filename-completions)
1685         (comint-dynamic-list-completions)
1686         (comint-redirect-results-list-from-process): Minor simplifications.
1688 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1690         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1691         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1692         the first form.  And insert a blank line after ";;; Code" since
1693         that's usual style.  (My Bug#4612.)
1695         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1697 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1699         * minibuffer.el (completion-table-with-terminator): Properly implement
1700         boundaries, in case `terminator' appears in the suffix.
1701         (completion--embedded-envvar-table): Don't return boundaries if
1702         there's no valid completion.  Simplify.
1703         (completion-file-name-table): New completion table extracted from
1704         completion--file-name-table.
1705         (completion--file-name-table): Use it.
1706         (read-file-name-predicate): Declare obsolete.
1707         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1708         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1709         completion-file-name-table, and use the `pred' argument.
1710         * files.el (locate-file-completion-table): Use the `pred' arg rather
1711         than read-file-name-predicate.
1712         (abbreviate-file-name): Use \` rather than ^ for BOS.
1714 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1716         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1717         vc-responsible-backend to register, it causes problems.
1719 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1721         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1723 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1725         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1726         (semantic-c-debug-mode-init-pch): New functions.
1727         (semantic-c-debug-mode-init-last-mode): New var.
1728         (semantic-c-parse-lexical-token): Use them.
1730         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1731         When extracting the argument list, limit only by point-max.
1733 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
1735         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1736         (tramp-smb-handle-file-attributes): Use it.
1737         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1738         (tramp-smb-handle-insert-directory): Use `mapc' rather than
1739         `mapcar'.  Use `tramp-smb-get-stat-capability'.
1740         Add `dired-filename' text properties.
1741         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1742         (tramp-smb-maybe-open-connection): Simplify check for smbclient
1743         version.
1745 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * subr.el (read-key-delay): Reduce to 0.01.
1748         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1749         (bug#4751).
1751 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1755         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1756         (Info-menu): Remove unused vars `last' and `completions'.
1757         (Info-index-nodes): Remove unused var `node'.
1759         * info.el (Info-complete-menu-item): Use complete-with-action.
1761 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1763         Make vc-annotate work through copies and renames.
1764         * vc-annotate.el (vc-annotate-extract-revision-at-line):
1765         Return the file name too.
1766         (vc-annotate-revision-at-line)
1767         (vc-annotate-find-revision-at-line)
1768         (vc-annotate-revision-previous-to-line)
1769         (vc-annotate-show-log-revision-at-line): Update to get the file
1770         name from vc-annotate-extract-revision-at-line.
1771         (vc-annotate-show-diff-revision-at-line-internal): Change the
1772         argument to mean whether to show a file diff or not.  Get the file
1773         name from vc-annotate-extract-revision-at-line.
1774         (vc-annotate-show-diff-revision-at-line):
1775         Update vc-annotate-show-diff-revision-at-line call.
1776         (vc-annotate-warp-revision): Add an optional file argument.
1778         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1779         (vc-git-annotate-extract-revision-at-line): Also return the file
1780         name if found.
1782         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
1783         command.  Remove unused code.
1784         (vc-hg-annotate-re): Update to match --follow output.
1785         (vc-hg-annotate-extract-revision-at-line): Also return the file
1786         name if found.
1788         * vc.el: Update annotate-extract-revision-at-line documentation.
1790 2009-10-18  Kevin Ryde  <user42@zip.com.au>
1792         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
1793         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
1795         * net/browse-url.el (browse-url): Identify alist with "consp and
1796         not functionp" and let all other things go down the `apply' leg,
1797         as suggested by Stefan.  (Further to bug#4531.)
1799 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
1801         * minibuffer.el (read-file-name): Check for repeat before putting
1802         a default argument in file-name-history (Bug#4657).
1804         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
1805         read syntax (Bug#4737).
1807         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
1809 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
1811         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
1812         (html-tag-alist, html-tag-help): Add descriptions for undocumented
1813         entries and make note of obsolete tags.
1815 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1817         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
1819 2009-10-18  Glenn Morris  <rgm@gnu.org>
1821         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
1822         grep, so that binary files (eg international/uni-bidi.el) can match.
1823         Remove test for "UnicodeData" files, since it is hopefully unnecessary
1824         now, and in any case the file header format has changed.
1826 2009-10-17  Glenn Morris  <rgm@gnu.org>
1828         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
1829         (flyspell-get-word, flyspell-large-region)
1830         (flyspell-auto-correct-previous-word): Doc/error message fixes.
1832 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1834         * Makefile.in (ELCFILES): Add ede/shell.
1836 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
1838         * term/common-win.el (x-colors): Purecopy it.
1840 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1842         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
1843         permissive for when the buffer is empty.
1844         (tar-header-block-tokenize): Decode the username and groupname.
1845         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
1847 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
1849         * cedet/srecode/srt.el:
1850         * cedet/srecode/compile.el:
1851         * cedet/semantic/mru-bookmark.el:
1852         * cedet/semantic/debug.el:
1853         * cedet/semantic/complete.el:
1854         * cedet/semantic/analyze.el: Require CL when compiling.
1856 2009-10-17  Eric Ludlam  <zappo@gnu.org>
1858         * cedet/semantic/scope.el
1859         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
1860         tmpscope so that the regular scope will continue to work.
1862         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
1863         Use semantic-idle-summary-highlight-face as the highlighting.
1865         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
1866         contains multibyte characters, choose first applicable coding
1867         system automatically.
1869         * cedet/ede/project-am.el (project-run-target): New method.
1870         (project-run-target): New method.
1872         * cedet/ede.el (ede-target): Add run target menu item.
1873         (ede-project, ede-minor-keymap): Add ede-run-target binding.
1874         (ede-run-target): New function.
1875         (ede-target::project-run-target): New method.
1877         * cedet/ede/proj.el (project-run-target): New method.
1879         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
1880         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
1881         Add :rules.
1882         (ede-proj-target-makefile-shared-object): Only libtool compilers
1883         now available.  Add linkers for libtool.
1884         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
1885         (ede-proj-makefile-target-name): Always use .la extension.
1887         * cedet/ede/proj-prog.el (project-run-target): New method.
1889         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
1890         (ede-g++-linker): Change Change link lines.
1892         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
1893         When searching for old variables, go to the end of the buffer and
1894         search backward from there.
1895         (ede-proj-makefile-automake-insert-subdirs)
1896         (ede-proj-makefile-automake-insert-extradist): New methods.
1897         (ede-proj-makefile-create): Use them.
1899         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
1900         Force FILE to expand to the current target.  Use file-exists-p to
1901         check that it exists.
1903         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
1904         (ede-linux-load): Wrap dir in file-name-as-directory.
1905         Set :version slot.
1907         * cedet/ede/files.el (ede-get-locator-object): When enabling
1908         locate, do so on "top".
1910         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
1911         file-name-as-directory during compare.
1912         (ede-emacs-version): Return Emacs/XEmacs differentiator.
1913         Get version number from different places.  Don't call egrep.
1914         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
1915         to set the directory.
1917         * cedet/ede/shell.el: New file.
1919         * cedet/inversion.el (inversion-decoders): Allow for stray . in
1920         alpha/beta variants.
1922 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * international/mule-cmds.el (select-safe-coding-system): If the file
1925         has a coding cookie, use it regardless of any other setting (bug#4712).
1927 2009-10-17  Glenn Morris  <rgm@gnu.org>
1929         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
1930         All errors should have messages.
1932         * foldout.el (foldout-mouse-swallow-events):
1933         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
1935         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
1936         (dired-keep-marker-copy, dired-keep-marker-hardlink)
1937         (dired-keep-marker-symlink, dired-dwim-target)
1938         (dired-copy-preserve-time): Do not autoload these defcustoms.
1940         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
1941         messages from messing up the file coding.  (Bug#4623)
1943 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
1945         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
1946         if no match is found for the current dictionary.  (Bug#4578)
1948         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
1949         optional, since that is how it is documented, and this is often called
1950         with a nil argument.  (Bug#4577)
1951         (flyspell-external-point-words, flyspell-auto-correct-word)
1952         (flyspell-correct-word-before-point, flyspell-word-search-forward)
1953         (flyspell-word-search-backward): Remove nil argument in calls to
1954         flyspell-get-word, since it is not needed now.
1956 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
1958         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
1960 2009-10-16  Glenn Morris  <rgm@gnu.org>
1962         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
1964 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1966         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
1967         (ange-ftp-file-size): New function.
1968         (ange-ftp-file-attributes): Use it.
1970 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
1972         * net/tramp-smb.el (tramp-smb-version): New defvar.
1973         (tramp-smb-maybe-open-connection): Use it, in order to avoid
1974         repeated checks.
1976 2009-10-16  Glenn Morris  <rgm@gnu.org>
1978         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
1979         Maybe copy some custom properties from old to new name.  (Bug#4706)
1981 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
1983         * subr.el (error, sit-for, start-process-shell-command)
1984         (start-file-process-shell-command): Set the calling convention
1985         after the function definition.
1987 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1989         * subr.el (error, sit-for, start-process-shell-command)
1990         (start-file-process-shell-command): Use the new
1991         set-advertised-calling-convention feature.
1993 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
1995         * international/ucs-normalize.el (ucs-normalize-version):
1996         Change to 1.2.
1997         (check-range): Adjust for Unicode 5.2.
1999 2009-10-15  Juri Linkov  <juri@jurta.org>
2001         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2002         to the `menu-item' format.
2004 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
2006         * net/tramp.el (tramp-replace-environment-variables): Do not fail
2007         if the environment variable does not exist.
2009         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2010         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2011         parameter.
2012         (tramp-smb-handle-add-name-to-file)
2013         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2014         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2015         (tramp-smb-handle-file-attributes)
2016         (tramp-smb-do-file-attributes-with-stat)
2017         (tramp-smb-handle-file-local-copy)
2018         (tramp-smb-handle-insert-directory)
2019         (tramp-smb-handle-make-directory)
2020         (tramp-smb-handle-make-directory-internal)
2021         (tramp-smb-handle-make-symbolic-link)
2022         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2023         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2024         (tramp-smb-maybe-open-connection): Apply the changed parameters.
2025         (tramp-smb-read-file-entry): Read Disk names in compressed format.
2026         Handle long file names.
2027         (tramp-smb-get-cifs-capabilities): Check, whether the connection
2028         process is running.
2029         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2030         Read share names with "-g" option.
2032 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
2034         * net/rcirc.el (rcirc-view-log-file): New command.
2035         (rcirc-track-minor-mode-map): Remove C-c ` binding.
2036         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2037         specified.
2039 2009-10-15  Glenn Morris  <rgm@gnu.org>
2041         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2042         from the second command-line argument.
2043         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2044         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2045         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2046         w32-batch-update-autoloads.
2047         * emacs-lisp/autoload.el (autoload-make-program): New variable.
2048         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2050         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2051         the headers cannot be located.  Simplify, subtracting superflous
2052         save-excursions.
2054 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2056         Replace completion-base-size by completion-base-position to fix bugs
2057         such as (bug#4699).
2058         * simple.el (completion-base-position): New var.
2059         (completion-base-size): Mark as obsolete.
2060         (choose-completion): Make it work for mouse events as well.
2061         Pass the new base-position to choose-completion-string.
2062         (choose-completion-guess-base-position): New function, extracted from
2063         choose-completion-delete-max-match.
2064         (choose-completion-delete-max-match): Use it.  Make obsolete.
2065         (choose-completion-string): Use the new base-position info.
2066         (completion-root-regexp): Delete.
2067         (completion-setup-function): Preserve completion-base-position.
2068         Eliminate obsolete base-size manipulation.
2069         * minibuffer.el (display-completion-list): Don't mess with base-size.
2070         (minibuffer-completion-help): Set completion-base-position instead.
2071         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2072         choose-completion.
2073         * textmodes/bibtex.el (bibtex-complete):
2074         * emacs-lisp/crm.el (crm--choose-completion-string):
2075         Adjust to new calling convention.
2076         * complete.el (partial-completion-mode): Use minibufferp to avoid
2077         bumping into incompatible change to choose-completion-string-functions.
2078         * ido.el (ido-choose-completion-string): Make its calling convention
2079         more permissive.
2080         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2081         base-size manipulation.
2082         (comint-dynamic-list-input-ring): Use dotimes and push.
2083         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2084         fundamental-mode.  Use `or'.
2086 2009-10-14  Juri Linkov  <juri@jurta.org>
2088         * misearch.el (multi-isearch-next-buffer-from-list)
2089         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2091 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2093         * Makefile.in (compile-onefile): Load `bytecomp' rather than
2094         `bytecomp.el'.
2096         * minibuffer.el (completion-pcm--merge-completions): Make sure the
2097         string we return is all made up of text from the completions rather
2098         than part from the completions and part from the input (bug#4219).
2100         * ido.el (ido-everywhere): Use define-minor-mode.
2102         * buff-menu.el (list-buffers, ctl-x-map):
2103         Mark the entry points with ;;;###autoload cookies.
2105 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2107         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2108         correctly in the detached head case.
2109         (vc-git-print-log): Remove unused binding.
2111         * vc.el (vc-responsible-backend): When a directory is passed for
2112         for registration create a VC repository if no backend is
2113         responsible for the directory argument.
2114         (vc-deduce-fileset): Tell vc-responsible-backend to register.
2116         * vc.el: Move comments about RCS and SCCS ...
2117         * vc-rcs.el:
2118         * vc-sccs.el: ... here, respectively.
2120 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2122         * minibuffer.el (completion--file-name-table): Return nil if there's
2123         no file completion, even if substitute-in-file-name changed
2124         the string (bug#4708).
2126 2009-10-13  Juri Linkov  <juri@jurta.org>
2128         * files-x.el (read-file-local-variable-value): Don't filter out
2129         minor modes from mode name completion (bug#4664).
2131 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2133         * international/mule-cmds.el (ucs-names): Remove exclusion of
2134         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2136 2009-10-13  Kenichi Handa  <handa@m17n.org>
2138         * international/uni-name.el: Regenerated.
2140 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2142         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
2143         should be automatically buffer-local, but isn't.)
2145 2009-10-12  Sam Steingold  <sds@gnu.org>
2147         * progmodes/compile.el (compilation-next-error-function): Fix the
2148         timestamps if the buffer has been visited before.
2149         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2150         non-anchored patterns, like the perl one (bug#3928).
2152 2009-10-12  Glenn Morris  <rgm@gnu.org>
2154         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2155         Let-bind `size'.
2157 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
2159         * proced.el (proced-unload-function): New function.
2161         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2162         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2163         Doc fix.
2165         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2167 2009-10-11  Juri Linkov  <juri@jurta.org>
2169         * files-x.el (read-file-local-variable-value):
2170         Provide default value only for bound variables (bug#4664).
2172 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
2174         * net/tramp.el (tramp-local-host-p): Function shall return nil for
2175         connection methods like smb.
2177         * net/tramp-cache.el (tramp-flush-connection-property): The hash
2178         can be empty.
2180         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2181         (tramp-smb-file-name-handler-alist): Add handlers for
2182         `add-name-to-file', `make-symbolic-link'.
2183         (tramp-smb-handle-add-name-to-file)
2184         (tramp-smb-do-file-attributes-with-stat)
2185         (tramp-smb-handle-make-symbolic-link)
2186         (tramp-smb-get-cifs-capabilities): New defuns.
2187         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2188         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2189         (tramp-smb-handle-file-local-copy)
2190         (tramp-smb-handle-make-directory-internal)
2191         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2192         The file name syntax depends on cifs capabilities.
2193         (tramp-smb-handle-file-attributes):
2194         Call `tramp-smb-do-file-attributes-with-stat' if possible.
2195         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2196         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2198 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
2200         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2201         (eieio-defclass): Apply deftype handler and setf-method properties
2202         directly.
2203         (eieio-add-new-slot): Avoid union function from cl library.
2204         (eieio--typep): New function.
2205         (eieio-perform-slot-validation): Use it.
2207 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2209         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2210         Update documentation to refer to the variables documented in r1.135.
2211         (Bug#4188)
2213 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2215         * bookmark.el (Info-suffix-list): Remove this unused variable.
2216         (bookmark-current-point): Remove this obsolete variable.
2217         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2218         Adjust for removal of bookmark-current-point.
2220         (bookmarks-already-loaded, bookmark-current-buffer)
2221         (bookmark-yank-point): Document.  (Bug#4188)
2223 2009-10-10  Glenn Morris  <rgm@gnu.org>
2225         * frame.el (frame-height): Doc fix.
2227         * calendar/calendar.el (calendar-split-width-threshold): New option.
2228         (calendar-basic-setup): Use calendar-split-width-threshold.
2230 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2232         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2233         Use .la for Automake.
2235 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2237         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2238         Use "autoreconf -i".  Suggested by Andreas Schwab.
2240 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2242         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2243         Ideographic Supplement" range (U+1F200..U+1F2FF).
2245 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2247         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2248         since the list will have been rebuilt anyway.  (Bug#4349)
2250 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2252         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2253         (bookmark-bmenu-execute-deletions): Don't save here, as
2254         bookmark-delete will now do so if necessary.
2255         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2256         (Bug#4348)
2258 2009-10-09  Glenn Morris  <rgm@gnu.org>
2260         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2262 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2264         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2265         (bookmark-jump-other-window): Just invoke bookmark-jump with new
2266         argument now, so the two function's behaviors will match.  (Bug#3645)
2268 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2270         * cedet/ede/proj.el (project-make-dist, project-compile-project):
2271         Fix filename test.
2272         (ede-proj-dist-makefile): Use expand-file-name instead of concat
2273         to expand file names.
2275 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
2277         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2278         (tramp-file-name-real-host, tramp-file-name-port):
2279         Apply `save-match-data'.
2281         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2282         case both directories are remote.
2283         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2284         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2286 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2288         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2289         (ede-proj-target-makefile-objectcode): Use it.
2291         * cedet/ede/source.el (ede-want-any-source-files-p)
2292         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2293         Return search result.  This error was introduced while merging.
2295 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2297         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2299 2009-10-07  Glenn Morris  <rgm@gnu.org>
2301         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2302         of concat.
2304 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2306         * files-x.el (read-file-local-variable): Include some
2307         non-user-variables in the completion table (bug#4664).
2309 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
2311         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2312         message.
2314         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2315         (tramp-smb-file-name-handler-alist): Add handler for
2316         `copy-directory', `expand-file-name', `set-file-modes'.
2317         (tramp-smb-handle-copy-directory)
2318         (tramp-smb-handle-expand-file-name)
2319         (tramp-smb-handle-set-file-modes): New defuns.
2320         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2321         (tramp-smb-handle-file-attributes): Simplify check for retrieving
2322         entry.
2323         (tramp-smb-handle-insert-directory): Don't flush the cache.
2324         (tramp-smb-maybe-open-connection): Check for samba client and
2325         server versions.
2327 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2329         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2330         to not error out of search for "^lisp=" fails.
2332 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2334         * makefile.w32-in (WINS_UPDATES): New macro.
2335         (custom-deps, finder-data, autoloads): Use it.
2337 2009-10-07  Glenn Morris  <rgm@gnu.org>
2339         * Makefile.in (autoloads): Revert previous change.
2340         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2341         the list of preloaded files passed on the command-line, get
2342         it from src/Makefile.
2344         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2345         show the original buffer rather than a random one.
2347 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
2349         * help.el (describe-no-warranty): Place point in a slightly better
2350         position in the GPLv3 text.
2352 2009-10-06  Sam Steingold  <sds@gnu.org>
2354         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2355         the comm attribute is present before calling regexp-quote.
2357 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
2359         * play/animate.el (animate-string): For good effect, make sure
2360         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2362         * play/animate.el (animate-sequence, animate-birthday-present):
2363         * misc.el (butterfly): Don't set `indent-tabs-mode'.
2365 2009-10-06  Glenn Morris  <rgm@gnu.org>
2367         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2369         * emacs-lisp/autoload.el (autoload-excludes): New variable.
2370         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2371         (batch-update-autoloads): Process a string value of autoload-excludes,
2372         set during the build process.
2373         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
2375         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2376         inside with-parsed...  macro so that `v' is defined.
2378         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2379         * progmodes/fortran.el (fortran-end-of-block)
2380         (fortran-beginning-of-block):
2381         Also push mark in the macro case.
2383         * emerge.el (emerge-show-file-name):
2384         * calc/calc.el (calc-quit):
2385         * calc/calc-misc.el (calc-big-or-small):
2386         * calc/calc-graph.el (calc-graph-view):
2387         * calc/calc-ext.el (calc-reset):
2388         * calendar/calendar.el (calendar-basic-setup):
2389         Use window-full-height-p.
2391         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2392         header we don't understand, don't insert another.  (Bug#4624)
2393         If changing mime charset, insert the new one in the right place.
2395 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
2397         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2398         (cal-tex-cursor-month): Correctly increment the end date for diary and
2399         holiday listing.  (Bug#4626)
2401 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2403         * help-fns.el (describe-function-1): Don't burp if the function is not
2404         a symbol.
2406 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
2408         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2409         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2410         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2411         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2413         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2414         (eieio-default-superclass): Reflow docstrings.
2415         (this, class-option-assoc, defclass, eieio-class-un-autoload)
2416         (eieio-unbind-method-implementations, defmethod)
2417         (eieio-validate-slot-value, eieio-validate-class-slot-value)
2418         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2419         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2420         (eieio-slot-originating-class-p, eieio-slot-name-index)
2421         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2422         (constructor, initialize-instance, no-next-method, object-print)
2423         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2424         Fix typos in docstrings.
2425         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2426         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2427         (next-method-p): Doc fixes.
2428         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2429         Fix typos in error messages.
2430         (eieio-defmethod): Fix typo in description of generic method.
2432         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2433         (eieio-persistent-save-interactive, slot-missing):
2434         Fix typos in docstrings.
2435         (eieio-instance-inheritor-slot-boundp): Doc fix.
2437         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2438         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2440         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2441         (eieio-custom-object-apply-reset):
2442         Fix typos in docstrings and error messages.
2444         * emacs-lisp/eieio-datadebug.el (data-debug-show):
2445         Fix typo in docstring.
2447         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2448         (eieio-browse-tree): Doc fix.
2449         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2450         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2451         Fix typos in docstrings.
2453         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2454         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2455         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2456         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2457         Reflow docstrings.
2459 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2461         * vc-hg.el (log-view-vc-backend): Declare for compiler.
2462         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2463         Set log-view-vc-backend so that diff can work.
2465         * log-view.el (log-view-diff): Use vc-diff-internal instead of
2466         vc-version-diff.
2467         (vc-diff-internal): Autoload this instead of vc-version-diff.
2469 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2471         * simple.el (eval-expression): Doc fix.
2473         * progmodes/cwarn.el (cwarn-mode): Doc fix.
2475 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2477         * files.el (directory-files-no-dot-files-regexp): New defconst.
2478         (delete-directory): Use it.
2479         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
2481         * net/tramp.el (tramp-verbose): Fix docstring.
2482         (tramp-methods): Add recursive option to `tramp-copy-args'.
2483         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
2484         "scp1_old", "scp2_old", "rsync", "rsyncc".
2485         (tramp-default-method): Check also for `auth-source-user-or-password'.
2486         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2487         Add handler for `copy-directory'.
2488         (tramp-handle-copy-directory): New defun.
2489         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2490         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2491         Optimize sent command.
2493 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2496         window if necessary.
2498         * calendar/calendar.el (calendar-basic-setup): Don't call
2499         switch-to-buffer in a dedicated window.
2501 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
2503         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2504           don't do anything related to relocating, just return nil.
2505         (bookmark-error-no-filename): New error.
2506         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2507           bookmark has no file.  Don't even attempt to handle things that
2508           are not files; the whole point of custom handlers is to keep that
2509           knowledge elsewhere anyway.  Tighten some comments.
2510         (bookmark-file-or-variation-thereof): Remove now-unused function.
2511         (bookmark-location): Doc string fix.
2512         (Bug#4250)
2514 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2516         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2517         don't use a file dialog, because they usually don't know how to read
2518         a directory target from the user.  (Bug#4230)
2519         Also, make sure the prompt can display directories as well as files.
2521 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2523         * bookmark.el (bookmark-set, bookmark-buffer-name):
2524         Improve doc strings.  (Bug#1193)
2526 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2528         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2529         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2530         (bookmark-get-annotation, bookmark-set-annotation)
2531         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2532         (bookmark-set-position, bookmark-get-front-context-string)
2533         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2534         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2535         (bookmark-jump-other-window, bookmark-handle-bookmark)
2536         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2537         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2538         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2539            Improve doc strings to say whether bookmark can be a string or
2540            a record or both, and make other consistency and clarity fixes.
2541         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2542         (bookmark-default-annotation-text, bookmark-yank-word)
2543         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2544         (bookmark-import-new-list, bookmark-maybe-rename)
2545         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2546         (bookmark-bmenu-bookmark): Give these doc strings.
2547         (bookmark-bmenu-check-position): Give this a doc string, but also
2548            add a FIXME comment about how the function may be pointless.
2549         (bookmark-default-handler): Rework doc string and change a
2550            parameter name, to clarify that this takes a bookmark record
2551            not a bookmark name.
2552         (bookmark-set): Change a parameter name to indicate its meaning,
2553            and improve the doc string a bit.
2554         (Bug#4188)
2556 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2558         * bookmark.el (bookmark-alist): Document the new `handler' element
2559         in the param alist.
2560         (bookmark-make-record-function): Adjust documentation for above.
2561         (Bug#4193)
2563 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2565         * info.el (Info-bookmark-make-record): Document this function.
2566         (Info-bookmark-jump): Document with a doc string, not just a comment.
2567         (Bug#4203)
2569 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2571         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2572         (semantic-new-buffer-fcn): Call parser setup functions here.
2573         (semantic-mode): Don't call parser setup functions here, it's done
2574         in semantic-new-buffer-fcn now.
2575         (semantic-mode): Parse all existing buffers when enabled.
2577         * cedet/srecode/compile.el (srecode-compile-file):
2578         Call semantic-new-buffer-fcn if the buffer has not been parsed.
2580 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2582         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2584         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2585         (proj-comp-insert-variable-once): New macro, renamed from
2586         ede-pmake-insert-variable-once in ede/pmake.edl.
2587         (ede-proj-makefile-insert-variables): Use it.
2589 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
2591         * files.el (copy-directory): New defun.
2593         * dired-aux.el (dired-copy-file-recursive): Use it.
2595 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2597         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2598         (makefile-end-of-command):
2599         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2600         (semantic-end-of-context): Fix previous change.  Doc fixes.
2602 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2604         * files-x.el (modify-dir-local-variable)
2605         (copy-dir-locals-to-file-locals-prop-line):
2606         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2607         (makefile-end-of-command):
2608         * cedet/semantic/lex.el (semantic-lex-token):
2609         * cedet/semantic/analyze/fcn.el
2610         (semantic-analyze-dereference-metatype-1):
2611         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2612         (semantic-lex-cpp-undef):
2613         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2614         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2615         (semantic-end-of-context): Fix typos in docstrings.
2617         * recentf.el (recentf-unload-function): New function.
2619 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2621         * cedet/ede.el (ede-project-placeholder-cache-file):
2622         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2623         * cedet/srecode/map.el (srecode-map-save-file):
2624         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
2626 2009-10-04  Glenn Morris  <rgm@gnu.org>
2628         * window.el (window-full-height-p): Add doc string.
2630 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
2632         * window.el (window-full-height-p): New function.  (Bug#4543)
2634 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
2636         * cedet/srecode/insert.el: Require srecode/args.
2638         * cedet/srecode/args.el: Require srecode/dictionary instead of
2639         srecode/insert.
2641         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2643         * files.el (auto-mode-alist): Add .srt and Project.ede.
2645         * cedet/semantic.el (semantic-mode):
2646         Handle srecode-template-mode-hook as well.
2647         (semantic-mode): Use js-mode-hook for Javascript hook.
2649         * cedet/srecode/template.el: Remove hook variable.
2651         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2653         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2654         projects exist.
2655         (ede-project-placeholder-cache-file): Default to a file in
2656         user-emacs-directory.
2658         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2659         templates in data-directory.
2660         (srecode-map-save-file): Default to a file in user-emacs-directory.
2662         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2663         directory.
2665 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2667         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2668         Doc fix.
2670         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2671         Only insert each variable once.
2673         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2674         (ede-pmake-insert-variable-shared): Use it.
2676         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2677         for lexical table iff table is nil.
2679 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2681         * vc.el: Remove commented out code.
2682         (vc-derived-from-dir-mode): Remove, unused.
2683         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2685 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
2687         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2688         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
2689         there could be recursive loading when `default-directory' is a
2690         remote file name.  (Bug#4614)
2692 2009-10-03  Glenn Morris  <rgm@gnu.org>
2694         * calendar/calendar.el (calendar-basic-setup): Handle the case where
2695         the frame is wide.
2696         (calendar-generate-window): Test for shrinkability rather than width.
2698         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2699         declaration, currently false.
2701         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2702         reusing existing buffers, in case we happen to visit two files with the
2703         same basename.  (Bug#4593)
2705 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2707         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2708         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2709         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2710         subdirs of cedet as well.
2711         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2713 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2715         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2716         Obey advertised-signature-table.
2718         * help-fns.el (help-function-arglist): Don't check
2719         advertised-signature-table.
2720         (describe-function-1): Do it here instead so it also applies to subrs.
2722 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2724         * simple.el (start-file-process): Say in the doc-string, that file
2725         handlers might not support pty association, if PROGRAM is nil.
2727         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2728         HOST and USER are strings.  They are nil, when there are
2729         incomplete entries in ~/.netrc, for example.
2730         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
2731         root directory ("device busy" error otherwise).
2733         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2734         Flush file properties of created directory.
2736 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2738         * makefile.w32-in (WINS_BASIC): Remove cedet.
2739         (WINS_CEDET): Add cedet.
2740         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2742 2009-10-02  Kevin Ryde  <user42@zip.com.au>
2744         * net/browse-url.el (browse-url): Pass any symbol in
2745         browse-url-browser-function to `apply', since if you've mistakenly put
2746         an unbound symbol then the error is clearer.  (Bug#4531)
2748 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2750         * allout.el (allout-init, allout-back-to-current-heading)
2751         (allout-beginning-of-current-entry, allout-ascend-to-depth)
2752         (allout-ascend, allout-up-current-level, allout-end-of-level)
2753         (allout-previous-visible-heading, allout-forward-current-level)
2754         (allout-backward-current-level, allout-show-children):
2755         * apropos.el (apropos-describe-plist):
2756         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2757         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2758         * completion.el (add-completion, add-permanent-completion):
2759         * descr-text.el (describe-text-category, describe-char):
2760         * desktop.el (desktop-lazy-abort):
2761         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2762         * dired.el (dired-build-subdir-alist):
2763         * ediff.el (ediff-version):
2764         * elide-head.el (elide-head, elide-head-show):
2765         * emerge.el (emerge-version):
2766         * env.el (getenv):
2767         * face-remap.el (variable-pitch-mode):
2768         * faces.el (describe-face):
2769         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2770         (dired-at-point):
2771         * files.el (find-file-existing, auto-save-mode):
2772         * font-lock.el (font-lock-fontify-buffer):
2773         * help-fns.el (describe-function, describe-variable)
2774         (describe-syntax, describe-categories):
2775         * help.el (view-lossage, describe-bindings, describe-key)
2776         (describe-mode):
2777         * hexl.el (hexl-current-address):
2778         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2779         * info.el (Info-goto-emacs-key-command-node):
2780         * log-edit.el (log-edit-insert-cvs-template)
2781         (log-edit-insert-cvs-rcstemplate):
2782         * menu-bar.el (menu-bar-mode):
2783         * mouse.el (mouse-appearance-menu):
2784         * newcomment.el (comment-indent-new-line):
2785         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
2786         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
2787         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
2788         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
2789         * recentf.el (recentf-mode):
2790         * savehist.el (savehist-mode, savehist-save):
2791         * shadowfile.el (shadow-copy-files):
2792         * simple.el (kill-ring-save, next-line, previous-line)
2793         (normal-erase-is-backspace-mode):
2794         * strokes.el (strokes-update-window-configuration)
2795         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
2796         (strokes-xpm-for-stroke):
2797         * time.el (emacs-uptime, emacs-init-time):
2798         * tutorial.el (tutorial--describe-nonstandard-key)
2799         (tutorial--detailed-help):
2800         * type-break.el (type-break-mode)
2801         (type-break-mode-line-message-mode, type-break-query-mode)
2802         (type-break-guesstimate-keystroke-threshold):
2803         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
2804         * version.el (emacs-version):
2805         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
2806         * winner.el (winner-mode):
2807         * calendar/timeclock.el (timeclock-in, timeclock-out)
2808         (timeclock-status-string, timeclock-change)
2809         (timeclock-workday-remaining-string)
2810         (timeclock-workday-elapsed-string)
2811         (timeclock-when-to-leave-string):
2812         * calendar/todo-mode.el (todo-add-category):
2813         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
2814         * emacs-lisp/autoload.el (update-file-autoloads):
2815         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
2816         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
2817         (checkdoc-message-text, checkdoc-defun):
2818         * emacs-lisp/debug.el (debugger-list-functions):
2819         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2820         * emacs-lisp/eieio-opt.el (eieio-describe-class)
2821         (eieio-describe-generic):
2822         * emacs-lisp/lisp-mnt.el (lm-synopsis):
2823         * emacs-lisp/shadow.el (list-load-path-shadows):
2824         * emulation/cua-base.el (cua-mode):
2825         * emulation/edt.el (edt-set-scroll-margins):
2826         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
2827         (tpu-toggle-regexp, tpu-toggle-search-direction)
2828         (tpu-toggle-rectangle, tpu-toggle-control-keys):
2829         * emulation/tpu-extras.el (tpu-set-scroll-margins):
2830         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
2831         (viper-set-parsing-style-toggling-macro)
2832         (viper-set-emacs-state-searchstyle-macros):
2833         * emulation/viper.el (viper-set-hooks):
2834         * eshell/esh-mode.el (eshell-truncate-buffer):
2835         * international/mule-cmds.el (prefer-coding-system)
2836         (describe-input-method, describe-language-environment):
2837         * international/mule-diag.el (list-character-sets)
2838         (describe-character-set, describe-coding-system)
2839         (describe-fontset, list-fontsets, list-input-methods):
2840         * mail/sendmail.el (mail-signature):
2841         * net/ange-ftp.el (ange-ftp-copy-file):
2842         * net/browse-url.el (browse-url):
2843         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
2844         * net/quickurl.el (quickurl-add-url):
2845         * net/rcirc.el (names, topic):
2846         * net/xesam.el (xesam-mode):
2847         * play/5x5.el (5x5-new-game):
2848         * play/yow.el (apropos-zippy):
2849         * progmodes/ada-mode.el (ada-mode-version):
2850         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
2851         (f90-end-of-block)
2852         (f90-beginning-of-block):
2853         * progmodes/fortran.el (fortran-end-of-block)
2854         (fortran-beginning-of-block):
2855         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
2856         * progmodes/python.el (python-describe-symbol, python-shell):
2857         * term/ns-win.el (ns-print-buffer):
2858         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
2859         * textmodes/flyspell.el (flyspell-mode-on):
2860         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
2861         (pages-directory-for-addresses):
2862         * textmodes/table.el (table-recognize-cell)
2863         (table-query-dimension, table-generate-source)
2864         (table-insert-sequence, table--warn-incompatibility):
2865         * textmodes/tex-mode.el (tex-validate-buffer):
2866         * textmodes/texinfmt.el (texinfmt-version)
2867         (texinfo-format-buffer):
2868         Use `called-interactively-p' instead of `interactive-p'.
2870 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2872         * image-mode.el (image-toggle-display):
2873         * emacs-lisp/elp.el (elp-instrument-function):
2874         * emacs-lisp/advice.el (ad-make-advised-definition):
2875         * emacs-lisp/easy-mmode.el (define-minor-mode):
2876         * net/browse-url.el (browse-url-maybe-new-window):
2877         * progmodes/sh-script.el (sh-learn-buffer-indent):
2878         Pass new argument 'any to `called-interactively-p'.
2880 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
2882         * international/uni-bidi.el:
2883         * international/uni-category.el:
2884         * international/uni-combining.el:
2885         * international/uni-comment.el:
2886         * international/uni-decimal.el:
2887         * international/uni-decomposition.el:
2888         * international/uni-digit.el:
2889         * international/uni-lowercase.el:
2890         * international/uni-mirrored.el:
2891         * international/uni-name.el:
2892         * international/uni-numeric.el:
2893         * international/uni-old-name.el:
2894         * international/uni-titlecase.el:
2895         * international/uni-uppercase.el:
2896         Regenerate from Unicode 5.2.0 data.
2898 2009-10-01  Glenn Morris  <rgm@gnu.org>
2900         * Makefile.in (ELCFILES): Regenerate.
2902 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2904         * subr.el (interactive-p): Mark obsolete.
2905         (called-interactively-p): Make the optional-ness of `kind' obsolete.
2906         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
2907         advertised-signature-table for subroutines as well.
2909         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
2910         (set-advertised-calling-convention): New function.
2911         (make-obsolete, define-obsolete-function-alias)
2912         (make-obsolete-variable, define-obsolete-variable-alias):
2913         Make the optional-ness of `when' obsolete.
2914         (define-obsolete-face-alias): Make `when' non-optional.
2915         * help-fns.el (help-function-arglist):
2916         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
2917         Use advertised-signature-table.
2919 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
2921         * files.el (delete-directory): New defun.  The original function
2922         in fileio.c has been renamed to `delete-directory-internal'.
2924         * dired.el (dired-delete-file): Call `delete-directory' with
2925         RECURSIVE parameter.
2927         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
2928         parameter RECURSIVE.  Implementation is missing.
2930         * net/tramp.el (tramp-handle-make-directory): Flush upper
2931         directory's file properties.
2932         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
2933         (tramp-handle-dired-recursive-delete-directory): Flush directory
2934         properties after the remove command only.
2936         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
2937         Handle optional parameter RECURSIVE.
2939         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
2940         Handle optional parameter RECURSIVE.
2942         * net/tramp-smb.el (tramp-smb-errors): Add error message for
2943         connection timeout.
2944         (tramp-smb-handle-delete-directory): Handle optional parameter
2945         RECURSIVE.
2947 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2949         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
2950         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
2951         (byte-compile-defmacro): Use backquotes.
2953         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
2955         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
2956         has no associated file.
2957         (vc-resynch-buffer): Use vc-dir-buffers.
2959 2009-10-01  Glenn Morris  <rgm@gnu.org>
2961         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
2962         (chart-file-count):
2963         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
2964         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
2965         * emacs-lisp/eieio-opt.el (eieio-describe-class):
2966         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
2967         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
2968         (eieio-copy-parents-into-subclass, make-instance, class-children)
2969         (eieio-generic-form):
2970         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
2971         * cedet/cedet-idutils.el (cedet-idutils-search)
2972         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
2973         (cedet-idutils-version-check):
2974         * cedet/cedet.el (cedet-version):
2975         * cedet/data-debug.el (data-debug-insert-overlay-button)
2976         (data-debug-insert-overlay-list-button)
2977         (data-debug-insert-buffer-button)
2978         (data-debug-insert-buffer-list-button)
2979         (data-debug-insert-process-button, data-debug-insert-ring-button)
2980         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
2981         (data-debug-insert-stuff-vector-button)
2982         (data-debug-insert-symbol-button, data-debug-insert-string)
2983         (data-debug-insert-number, data-debug-insert-lambda-expression)
2984         (data-debug-insert-nil, data-debug-insert-simple-thing)
2985         (data-debug-insert-custom, data-debug-edebug-expr):
2986         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
2987         (global-ede-mode-map, ede-new, ede-debug-target)
2988         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
2989         * cedet/semantic.el (semantic-minimum-working-buffer-size)
2990         (semantic-fetch-tags, semantic-submode-list)
2991         (semantic-default-submodes):
2992         * cedet/ede/source.el (ede-source-match):
2993         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
2994         (project-am-package-info):
2995         * cedet/ede/proj.el (ede-proj-target, project-new-target):
2996         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
2997         * cedet/ede/proj-comp.el (ede-current-build-list):
2998         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
2999         * cedet/ede/files.el (ede-toplevel-project-or-nil):
3000         * cedet/ede/cpp-root.el (initialize-instance):
3001         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3002         (autoconf-parameter-strip, autoconf-insert-new-macro):
3003         * cedet/semantic/wisent.el (wisent-lex-eoi):
3004         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3005         (semantic-show-parser-state-mode):
3006         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3007         * cedet/semantic/tag.el (semantic-tag-new-variable)
3008         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3009         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3010         (semantic--tag-deep-copy-tag-list)
3011         (semantic-tag-components-with-overlays-default):
3012         * cedet/semantic/symref.el (semantic-symref-find-text):
3013         * cedet/semantic/senator.el (senator-yank-tag)
3014         (senator-transpose-tags-up):
3015         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3016         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3017         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3018         * cedet/semantic/lex.el (semantic-lex-comment-regex)
3019         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3020         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3021         * cedet/semantic/lex-spp.el
3022         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3023         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3024         * cedet/semantic/idle.el
3025         (semantic-idle-summary-current-symbol-info-brutish)
3026         (semantic-idle-summary-current-symbol-info-default):
3027         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3028         (semantic--grammar-macro-compl-dict):
3029         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3030         * cedet/semantic/format.el (semantic-format-tag-custom-list)
3031         (semantic-format-tag-canonical-name-default):
3032         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3033         (semantic-find-tags-for-completion)
3034         (semantic-find-tags-by-scope-protection-default)
3035         (semantic-deep-find-tags-for-completion):
3036         * cedet/semantic/edit.el
3037         (semantic-edits-incremental-reparse-failed-hook)
3038         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3039         (semantic-edits-splice-remove, semantic-edits-splice-replace):
3040         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3041         * cedet/semantic/dep.el (semantic-dependency-include-path):
3042         * cedet/semantic/db.el (semanticdb-default-find-index-class)
3043         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3044         (semanticdb-project-roots):
3045         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3046         (semanticdb-find-adebug-insert-scanned-tag-cons)
3047         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3048         (semanticdb-brute-deep-find-tags-for-completion):
3049         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3050         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3051         (semantic-end-of-context-default)
3052         (semantic-ctxt-current-function-default)
3053         (semantic-ctxt-scoped-types-default):
3054         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3055         (semantic-complete-inline-tag-engine)
3056         (semantic-complete-inline-custom-type)
3057         (semantic-complete-read-tag-analyzer):
3058         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3059         (semantic-chart-database-size):
3060         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3061         (semantic-analyze-current-context):
3062         * cedet/semantic/symref/list.el (semantic-symref)
3063         (semantic-symref-hide-buffer, semantic-symref-symbol):
3064         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3065         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3066         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3067         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3068         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3069         (semantic-c-dereference-template):
3070         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3071         (semantic--analyze-refs-full-lookup-with-parents)
3072         (semantic--analyze-refs-full-lookup-simple):
3073         * cedet/semantic/analyze/complete.el
3074         (semantic-analyze-possible-completions):
3075         * cedet/srecode/table.el (srecode-mode-table-new):
3076         * cedet/srecode/srt.el (srecode-read-variable-name):
3077         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3078         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3079         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3080         * cedet/srecode/map.el (srecode-current-map):
3081         * cedet/srecode/insert.el (srecode-insert)
3082         (srecode-insert-variable-secondname-handler, srecode-insert-method)
3083         (srecode-template-inserter-point-override)
3084         (srecode-insert-include-lookup):
3085         * cedet/srecode/getset.el (srecode-auto-choose-class):
3086         * cedet/srecode/extract.el (srecode-inserter-extract):
3087         * cedet/srecode/document.el
3088         (srecode-document-autocomment-return-last-alist)
3089         (srecode-document-autocomment-param-type-alist)
3090         (srecode-document-insert-function-comment)
3091         (srecode-document-insert-variable-one-line-comment)
3092         (srecode-document-function-name-comment):
3093         * cedet/srecode/dictionary.el (srecode-create-dictionary)
3094         (srecode-compound-toString):
3095         * cedet/srecode/compile.el (srecode-flush-active-templates):
3096         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3097         Doc/message fixes.
3099         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3100         match-data.  (Bug#4555).
3102         * cedet/semantic/bovine/gcc.el
3103         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3104         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3106         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3107         rather than parsing it as a regexp.  This relaxes the layout
3108         requirements and makes errors easier to detect.
3109         (check-declare-verify): Check file is regular.
3110         (check-declare-directory): Doc fix.
3111         * subr.el (declare-function): Doc fix.
3113         * ibuffer.el (ibuffer-format-qualifier):
3114         * isearch.el (hi-lock-regexp-okay):
3115         * calc/calc.el (math-zerop):
3116         * mail/uce.el (rmail-msgbeg, rmail-msgend):
3117         * term/w32-win.el (setup-default-fontset, set-fontset-font):
3118         Remove unused declarations.
3120 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3122         * cedet/semantic/wisent/javat-wy.el
3123         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3125 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
3127         * cedet/srecode/expandproto.el: Fix provide statement.
3129 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3131         * emacs-lisp/eieio.el (boolean-p): Delete.
3133 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
3135         * cedet/ede/srecode.el: Fix provide statement.
3137 2009-09-30  Glenn Morris  <rgm@gnu.org>
3139         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3140         * cedet/ede/proj-aux.el (ede-aux-source):
3141         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3142         (ede-misc-source):
3143         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3144         (semantic-mrub-switch-tags): Fix doc typos.
3146         * cedet/semantic/db-global.el (data-debug-new-buffer)
3147         (data-debug-insert-thing): Remove unneeded declarations (one broken).
3148         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3150         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3152         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3153         use of CL function `remove-if-not'.
3155         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3157         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3158         filename is not a string.
3160 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
3162         * files.el (safe-local-eval-forms): Fix typo.
3164 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3166         * vc-hooks.el (vc-dir-buffers): New var.
3167         (vc-state-refresh): New function.
3168         (vc-state): Use it.
3169         (vc-after-save): Always ask the backend to recompute the new state.
3170         Always call vc-dir if necessary, using vc-dir-buffers.
3171         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3172         Use vc-dir-buffers.
3173         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3174         (vc-dir-prepare-status-buffer, vc-dir-update)
3175         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3176         Don't call expand-file-name on default-directory.
3178 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3180         * speedbar.el (speedbar-item-delete):
3181         * calc/calc-prog.el (calc-kbd-if):
3182         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3184         * epa.el (epa-key-list-mode-map):
3185         * hi-lock.el (hi-lock-menu): Fix typos in menus.
3187         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3188         (hs-show-hook): Fix typo in docstring.
3190 2009-09-29  Glenn Morris  <rgm@gnu.org>
3192         * cedet/semantic/symref/idutils.el:
3193         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3195         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3197         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3198         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3199         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3200         Mark declarations not understood by check-declare.
3202         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3203         file-name-nondirectory call preventing location of cedet files.
3204         (check-declare-verify): Use literal search rather than re-search.
3205         Add basic defmethod and defclass, and define-overloadable-function.
3207         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3208         Use tramp-compat-file-attributes rather than nonexistent
3209         tramp-compat-handle-file-attributes.
3211         * Makefile.in (lisptagsfiles4): New.
3212         (AUTOGENEL): Add cedet loaddefs files.
3213         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3214         (update-elclist, compile-always, backup-compiled-files)
3215         (bootstrap-clean): Add yet another directory level.
3216         (update-elclist): Use LC_COLLATE rather than COLLATE.
3217         (ELCFILES): Update, via `make update-elclist'.
3219 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3221         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3222         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3223         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3225 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
3227         * Makefile.in (lisptagsfiles3): Define.
3228         (TAGS, TAGS-LISP): Use it.
3229         (update-elclist): Add third directory level to look for elc files.
3230         (compile-always): Likewise.
3231         (backup-compiled-files): Likewise.
3232         (bootstrap-clean): Likewise.
3233         (ELCFILES): Update.
3235 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
3237         * Makefile.in (ELCFILES): Add CEDET files.
3239 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3241         CEDET (development tools) package merged.
3243         * cedet/*.el:
3244         * cedet/ede/*.el:
3245         * cedet/semantic/*.el:
3246         * cedet/srecode/*.el: New files.
3248 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3250         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3252         * net/tramp.el (top): Require tramp-imap.
3254         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3255         Use `tramp-compat-handle-file-attributes'.
3257 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3259         * net/tramp-imap.el: New package.
3261 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3263         * emacs-lisp/chart.el:
3264         * emacs-lisp/eieio-base.el:
3265         * emacs-lisp/eieio-comp.el:
3266         * emacs-lisp/eieio-custom.el:
3267         * emacs-lisp/eieio-datadebug.el:
3268         * emacs-lisp/eieio-opt.el:
3269         * emacs-lisp/eieio-speedbar.el:
3270         * emacs-lisp/eieio.el: New files.
3272         * cedet/cedet-cscope.el:
3273         * cedet/cedet-files.el:
3274         * cedet/cedet-global.el:
3275         * cedet/cedet-idutils.el:
3276         * cedet/data-debug.el:
3277         * cedet/inversion.el:
3278         * cedet/mode-local.el:
3279         * cedet/pulse.el: New files.
3281 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3283         * whitespace.el (whitespace-trailing-regexp)
3284         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3285         Fix doc string.
3287 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
3289         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3290         menu.
3292         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3293         menu-bar-ediff-menu.
3295         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3296         define-overloadable-function.
3298         * progmodes/autoconf.el: Provide autoconf as well, so that this
3299         file can be `require'd.
3301         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3303         * emacs-lisp/autoload.el (generated-autoload-feature)
3304         (generated-autoload-load-name): New vars.
3305         (autoload-rubric, autoload-generate-file-autoloads): Use them.
3306         (make-autoload): Recognize define-overloadable-function and
3307         defclass forms (for EIEIO).
3309         * Makefile.in (update-subdirs): Exclude cedet directory.
3311 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3313         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
3315         * faces.el: Default light-background background for region face to
3316         ns_selection_color under NS.
3318 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3320         * net/imap-hash.el: New library, see NEWS.
3322         * Makefile.in (ELCFILES): Add imap-hash.el.
3324 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3326         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3327         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3328         * help-macro.el (make-help-screen): Avoid using an ambiguous function
3329         definition where the docstring could be taken for the return value.
3331 2009-09-26  Glenn Morris  <rgm@gnu.org>
3333         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3334         Add option to only show images below a certain size.
3335         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3336         save-excursion calls.
3338 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
3340         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3341         subdirectories) and eieio.
3343 2009-09-26  Alan Mackenzie  <acm@muc.de>
3345         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3346         buggy bracketing.  (Bug#4289)
3348         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3349         character constants (as case labels).  (Bug#4289)
3351 2009-09-25  Juri Linkov  <juri@jurta.org>
3353         * files.el (safe-local-eval-forms): Allow time-stamp in
3354         before-save-hook (Bug#4554).
3356 2009-09-25  Drew Adams  <drew.adams@oracle.com>
3358         * menu-bar.el (list-buffers-directory): Doc fix.
3360 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3363         Try and avoid copying twice the same paragraph.
3364         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3365         Remove save-excursion.
3366         (log-edit-changelog-entry): Do it here instead.
3368 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
3370         * bs.el (bs--get-file-name): Use `list-buffers-directory'
3371         when available, instead of hardcoding mode names.  Doc fix.
3373         * menu-bar.el (list-buffers-directory): Add docstring.
3374         Make automatically buffer-local.
3376         * dired.el (dired-mode):
3377         * files.el (cd-absolute):
3378         * pcvs.el (cvs-temp-buffer):
3379         * pcvs-util.el (cvs-get-buffer-create):
3380         * shell.el (shell-mode):
3381         * vc-dir.el (vc-dir-mode):
3382         Don't make `list-buffers-directory' buffer local.
3384 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
3386         * comint.el (comint-exec, comint-run, make-comint):
3387         Doc fixes (Bug#4542).
3389 2009-09-25  Glenn Morris  <rgm@gnu.org>
3391         * mail/rmailmm.el (rmail-mime): New custom group.
3392         Move all defcustoms in this file into this group.
3393         (rmail-mime-media-type-handlers-alist): Revert previous change.
3394         (rmail-mime-show-images): New option.
3395         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3396         references to it, since it wasn't actually used for anything.
3397         (rmail-mime-insert-image): New function.
3398         (rmail-mime-image): Use rmail-mime-insert-image.
3399         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3400         obey the value of `rmail-mime-show-images' option.  Print the size of
3401         attachments.
3403 2009-09-25  David Engster  <deng@randomsample.de>
3405         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
3407 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3409         * whitespace.el: Does not highlight trailing spaces While point is
3410         at end of line.  Does not highligt spaces at beginning of buffer
3411         while point is at beginning of buffer.  Does not highlight spaces
3412         at end of buffer while point is at end of buffer.  (Bug#4177)
3413         New version 12.0.
3414         (whitespace-display-mappings): Adjust initialization.
3415         (whitespace-point, whitespace-font-lock-refontify): New vars.
3416         (whitespace-color-on, whitespace-color-off): Adjust code.
3417         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3418         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3419         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3421 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
3423         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3425         * textmodes/sgml-mode.el: Remove xml-mode alias.
3427         * files.el (auto-mode-alist, conf-mode-maybe)
3428         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3430 2009-09-24  Alan Mackenzie  <acm@muc.de>
3432         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3433         c-forward-conditionals, but it doesn't move point and doesn't set
3434         the mark.
3435         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3436         (c-down-conditional-with-else, c-backward-conditional)
3437         (c-forward-conditional): Refactor to use c-scan-conditionals.
3439 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3441         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3442         (help-default-arg-highlight): Remove.
3443         (help-highlight-arg): New function.
3444         (help-do-arg-highlight): Use it.
3445         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
3447 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3449         * term.el (term-set-scroll-region, term-handle-ansi-escape):
3450         Undo last change, which didn't fix the problem and introduced others.
3452 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
3454         * progmodes/gdb-mi.el: Don't require speedbar.
3455         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3457 2009-09-24  Glenn Morris  <rgm@gnu.org>
3459         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3461         * term/ns-win.el (ns-reg-to-script): Define for compiler.
3463         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3464         there is no newline after the final mime boundary.  (Bug#4539)
3465         Move markers on insertion so that any buttons inserted don't end up in
3466         the next part of a multipart message.
3467         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
3468         (rmail-mime-bulk-handler): Optionally handle images.
3469         (rmail-mime-image): New button action.
3470         (rmail-mime-image-handler): New function.
3471         (rmail-mime-mode): New mode.
3472         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
3474 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3477         than just dropping elements from it (bug#4504).
3479         * term.el (term-set-scroll-region): Don't move cursor any more.
3480         (term-handle-ansi-escape): Call term-goto here instead.
3481         Suggested by Ivan Kanis <apple@kanis.eu>.
3483         * term.el: Require CL.
3484         (term-ansi-reset): New function.
3485         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3486         (term-handle-colors-array): Simplify.
3488 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3490         * allout.el (allout-overlay-interior-modification-handler)
3491         (allout-obtain-passphrase):
3492         * epa-file.el (epa-file-write-region):
3493         * ps-print.el (ps-begin-job):
3494         * vc-hooks.el (vc-toggle-read-only):
3495         * vc-rcs.el (vc-rcs-rollback):
3496         * vc-sccs.el (vc-sccs-rollback):
3497         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3498         (vc-version-diff, vc-revert, vc-rollback):
3499         * wdired.el (wdired-check-kill-buffer):
3500         * emacs-lisp/authors.el (authors):
3501         * net/socks.el (socks-open-connection):
3502         * net/zeroconf.el (zeroconf-service-add-hook):
3503         * obsolete/vc-mcvs.el (vc-mcvs-register):
3504         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3505         (gdb-select-frame):
3506         * progmodes/grep.el (lgrep, rgrep):
3507         * progmodes/idlw-help.el (idlwave-help-check-locations)
3508         (idlwave-help-html-link, idlwave-help-assistant-open-link):
3509         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3510         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3511         (reftex-toc-rename-label): Fix typos in error messages.
3513         * dired-aux.el (dired-do-shell-command): Reflow docstring.
3514         (dired-copy-how-to-fn): Doc fix.
3515         (dired-files-attributes, dired-read-shell-command):
3516         Fix typos in docstrings.
3518         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3519         (dired-x-find-file-other-window): Reflow docstrings.
3520         (dired-omit-marker-char, dired-read-shell-command)
3521         (dired-x-submit-report): Fix typos in docstrings.
3523         * shell.el (shell-mode-hook):
3524         * view.el (View-scroll-line-forward):
3525         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3526         Fix typos in docstrings.
3528         * net/dig.el (dig-invoke): Fix typo in docstring.
3529         (query-dig): Reflow docstring.
3531         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3532         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3533         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3534         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3535         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3536         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3537         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3538         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3539         (idlwave-completion-map, idlwave-current-indent)
3540         (idlwave-custom-ampersand-surround, idlwave-customize)
3541         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3542         (idlwave-define-abbrev, idlwave-determine-class-special)
3543         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3544         (idlwave-end-block-reg, idlwave-end-of-statement)
3545         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3546         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3547         (idlwave-explicit-class-listed, idlwave-file-header)
3548         (idlwave-fill-paragraph, idlwave-find-class-definition)
3549         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3550         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3551         (idlwave-in-quote, idlwave-indent-action-table)
3552         (idlwave-indent-expand-table, idlwave-indent-line)
3553         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3554         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3555         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3556         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3557         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3558         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3559         (idlwave-outlawed-buffers, idlwave-popup-select)
3560         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3561         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3562         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3563         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3564         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3565         (idlwave-statement-type, idlwave-struct-skip)
3566         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3567         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3568         (idlwave-what-module-find-class): Fix typos in docstrings.
3569         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3570         (idlwave-calculate-cont-indent, idlwave-expand-equal)
3571         (idlwave-find-module, idlwave-find-structure-definition)
3572         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3573         (idlwave-list-load-path-shadows, idlwave-next-statement)
3574         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3575         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3576         (idlwave-template): Reflow docstrings.
3578         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3579         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3580         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3581         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3582         (idlwave-shell-display-line, idlwave-shell-display-wframe)
3583         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3584         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3585         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3586         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3587         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3588         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3589         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3590         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3591         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3592         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3593         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3594         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3595         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3596         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3597         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3598         Fix typos in docstrings.
3599         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3600         (idlwave-shell-hide-output, idlwave-shell-mode)
3601         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3602         Reflow docstrings.
3604         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3606 2009-09-24  Ivan Kanis  <apple@kanis.eu>
3608         * term.el (term-bold-attribute): New var.
3609         (term-handle-colors-array): Use it.
3611 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
3613         * progmodes/gdb-mi.el (gdb-version): New variable.
3614         (gdb-non-stop-handler): Set gdb-version.
3615         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3616         Condition "--thread" option on gdb-version.
3617         (gdb-invalidate-threads): Remove unused argument.
3619 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3621         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3622         to looking-back to avoid ridiculous slow down in large files (bug#4511).
3624 2009-09-23  Glenn Morris  <rgm@gnu.org>
3626         * mail/rmail.el (rmail-reply): Don't try to add a References header when
3627         replying to mail without References or Message-Id.  (Bug#4525)
3629 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3631         * term/ns-win.el (ns-reg-to-script): New variable.
3633 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
3635         * epg.el (epg-wait-for-status): Preserve existing 'error results.
3637 2009-09-22  Sam Steingold  <sds@gnu.org>
3639         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3640         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3641         to 1 because hg returns status 1 when nothing is found.
3642         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3644 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3646         * textmodes/fill.el: Convert to utf-8 encoding.
3647         (fill-french-nobreak-p): Remove redundant » and « inherited from our
3648         pre-unicode days.
3650         * add-log.el (change-log-fill-forward-paragraph): New function.
3651         (change-log-mode): Use it so fill-region DTRT.
3652         Set fill-indent-according-to-mode here rather than in
3653         change-log-fill-paragraph.
3654         (change-log-fill-paragraph): Remove.
3656 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
3658         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3659         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
3661 2009-09-22  Glenn Morris  <rgm@gnu.org>
3663         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3664         the scroll-bar scroll the calendar window rather than the buffer.
3666         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3667         commands that move point (as opposed to scrolling).
3669         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3671         * emacs-lisp/elint.el (elint): New custom group.
3672         (elint-log-buffer): Make it a defcustom.
3673         (elint-scan-preloaded, elint-ignored-warnings)
3674         (elint-directory-skip-re): New options.
3675         (elint-builtin-variables): Doc fix.
3676         (elint-preloaded-env): New variable.
3677         (elint-unknown-builtin-args): Add an entry for encode-time.
3678         (elint-extra-errors): Make it a variable rather than a constant.
3679         (elint-preloaded-skip-re): New constant.
3680         (elint-directory): Skip files matching elint-directory-skip-re.
3681         (elint-features): New variable, local to linted buffers.
3682         (elint-update-env): Initialize elint-features.  Possibly add
3683         elint-preloaded-env to the buffer's environment.
3684         (elint-get-top-forms): Bind elint-current-pos, for log messages.
3685         Skip quoted forms.
3686         (elint-init-form): New function, extracted from elint-init-env.
3687         Make non-list forms a warning rather than an error.
3688         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
3689         easy-menu-define, put that adds an error-condition, and provide.
3690         When requiring cl, also require cl-macs.  Really require cl, to handle
3691         some cl macros.  Store required libraries in the list elint-features,
3692         so as not to re-load them.  Treat cc-require like require.
3693         (elint-init-env): Call elint-init-form to do the work.
3694         Handle eval-and-compile and such like.
3695         (elint-add-required-env): Do not clear messages.
3696         (elint-special-forms): Add handlers for function, defalias, if, when,
3697         unless, and, or.
3698         (elint-form): Add optional argument to ignore elint-special-forms,
3699         useful to prevent recursive calls from handlers.  Doc fix.
3700         Respect elint-ignored-warnings.
3701         (elint-form): Respect elint-ignored-warnings.
3702         (elint-bound-variable, elint-bound-function): New variables.
3703         (elint-unbound-variable): Respect elint-bound-variable.
3704         (elint-get-args): Respect elint-bound-function.
3705         (elint-check-cond-form): Add some simple handling for (f)boundp and
3706         featurep tests.
3707         (elint-check-defalias-form): New handler.
3708         (elint-check-let-form): Make an empty let a warning rather than an
3709         error.
3710         (elint-check-setq-form): Make an empty setq a warning rather than an
3711         error.  Respect elint-ignored-warnings.
3712         (elint-check-defvar-form): Accept null doc-strings.
3713         (elint-check-conditional-form): New handler.  Does some simple-minded
3714         checking of featurep and (f)boundp tests.
3715         (elint-put-function-args): New function.
3716         (elint-initialize): Use elint-scan-doc-file rather than
3717         elint-find-builtin-variables.  Use elint-put-function-args.
3718         Possibly scan preloaded-file-list.
3719         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3720         extend to handle functions as well.
3722 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
3724         * linum.el (linum-delete-overlays, linum-update-window):
3725         Do not modify the right margin.  (Bug#3971)
3727 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
3729         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3730         nxml-mode instead of xml-mode.
3732 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3734         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
3736 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3738         * net/dig.el (dig-mode): Use define-derived-mode.
3740 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3742         * vc-dispatcher.el (vc-do-command): Return the process object in
3743         the asynchronous case.  Use when instead of if.  Do not run
3744         vc-exec-after to display a message if not enabled.  (Bug#4463)
3746         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3747         properties to the stash strings.
3748         (vc-git-stash-list): Return a list of strings.
3749         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3750         (vc-git-stash-show-at-point): New functions.
3751         (vc-git-stash-map): New keymap.
3753         * register.el (ctl-x-r-map): Define the keys here instead of
3754         using autoload.
3756 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
3758         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3759         list, to workaround performance problem (bug#4485).
3761 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
3763         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3765 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
3767         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3768         Document that this option is not recommended to use.
3770 2009-09-19  Glenn Morris  <rgm@gnu.org>
3772         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3773         variable `var'.
3775         * calc/calc-alg.el (var):
3776         * calc/calcalg2.el (var): Define for compiler.
3778 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3780         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3781         Doc fix (Bug#3932).
3783         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
3785         * time-stamp.el (time-stamp-month-dd-yyyy)
3786         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
3787         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
3788         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
3789         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
3790         Remove functions that have been obsolete since 1995 (Bug#4436).
3792         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
3793         indent buffer only if called interactively (Bug#4452).
3795 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
3796             Eli Zaretskii  <eliz@gnu.org>
3798         This fixes bug#4197 (merged to bug#865, though not identical).
3799         * server.el (server-auth-dir): Add docstring note about FAT32.
3800         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
3801         but warn against using them.
3803 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
3805         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
3806         older GDB where there is no has_more field.
3808 2009-09-19  Glenn Morris  <rgm@gnu.org>
3810         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
3812 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
3814         * files.el (auto-mode-alist): Change default for XML files to nXML
3815         mode (Bug#4169).
3817 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
3819         * server.el (server-ensure-safe-dir): Pass 'integer
3820         to `file-attributes', as suggested.
3822 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3824         * dired-aux.el (dired-query-alist): Remove spurious backslash.
3825         (dired-query): Use read-key.
3827 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
3829         * cus-start.el (ns-use-qd-smoothing): Remove.
3831 2009-09-18  Glenn Morris  <rgm@gnu.org>
3833         * allout.el (top-level): Remove unnecessary progn.
3835         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
3837         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
3838         definition of abbrev table.
3840         * speedbar.el (speedbar-track-mouse):
3841         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
3842         * net/eudc.el (eudc-expand-inline):
3843         * net/newst-backend.el (newsticker--cache-read-feed):
3844         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
3845         condition-case handlers.
3847 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
3849         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
3850         (gdb-var-list): Add an element for has_more field.
3851         (gdb-non-stop-handler): Enable pretty printing for STL containers.
3852         (gdb-var-create-handler, gdb-var-list-children-handler-1)
3853         (gdb-var-update-handler-1): Parse output of dynamic variable
3854         objects (STL containers).
3855         (gdb-var-delete-1): Pass var1 as an explicit second argument.
3856         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
3858         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
3859         gdb-var-list.
3860         (gud-speedbar-buttons): Make node expandable if expression "has more"
3861         children.
3863 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
3865         * startup.el (emacs-quick-startup): Remove variable and all uses.
3866         (command-line): Set `inhibit-x-resources' instead.
3867         (command-line-1): Use `inhibit-x-resources' instead.
3869 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
3871         * subr.el: Fix last change to avoid using the `unless' macro,
3872         which breaks bootstrapping.
3874 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
3877         extended definitions, in case we reload subr.el after having
3878         loaded CL.
3879         (eval-next-after-load): Mark as obsolete.
3881 2009-09-17  Juri Linkov  <juri@jurta.org>
3883         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
3884         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
3885         (menu-bar-showhide-menu, menu-bar-tools-menu)
3886         (menu-bar-describe-menu, menu-bar-help-menu)
3887         (minibuffer-local-completion-map, minibuffer-local-map):
3888         Fix list quoting.
3890 2009-09-17  Glenn Morris  <rgm@gnu.org>
3892         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
3893         arguments, whether or not it has a handler.
3895         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
3897         * simple.el (hard-newline): Give it a doc-string.
3899         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
3900         (lisp-mode-syntax-table): Give them doc-strings.
3902 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3904         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
3905         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
3906         (menu-bar-options-menu, menu-bar-showhide-menu)
3907         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
3908         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
3909         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
3910         (menu-bar-options-menu, menu-bar-tools-menu)
3911         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
3912         (menu-bar-help-menu):
3913         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
3914         string arguments.
3916         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
3917         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
3918         calls for the menu names and :help.
3920 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3922         * mouse.el (minor-mode-menu-from-indicator): Pay attention
3923         to :minor-mode-function (bug#4455).
3925 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3927         * startup.el (command-line): Initialize the window-system after
3928         processing the command-line.
3930         * textmodes/page.el (what-page): Make sure we don't inf-loop if
3931         page-delimiter matches the empty string.
3933 2009-09-16  Glenn Morris  <rgm@gnu.org>
3935         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
3936         byte-compile-not-obsolete-var.  It's a list now.
3937         (byte-compile-not-obsolete-funcs): New variable.
3938         (byte-compile-warn-obsolete): Don't warn about functions if they are in
3939         byte-compile-not-obsolete-funcs.
3940         (byte-compile-variable-ref, byte-compile-defvar): Update for
3941         byte-compile-not-obsolete-vars name-change and list nature.
3942         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
3943         and variables behind (f)boundp tests.
3944         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
3946 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
3948         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
3950 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3952         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
3953         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
3954         Don't autoload.
3956 2009-09-15  Stephen Eglen  <stephen@gnu.org>
3958         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
3959         the virtual-buffers, use the name of the buffer specified by
3960         find-file-noselect, as the match may be a symlink.  (This was a
3961         problem if the target and the symlink had different names.)
3963 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3965         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
3967         * desktop.el (desktop-path): Check user-emacs-directory.
3969         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
3971         * loadup.el: Use after-load-functions to GC after loading each file.
3972         Remove the explicit GC calls that used to be sprinkled around.
3974         * subr.el (after-load-functions): New hook.
3975         (do-after-load-evaluation): Run it.  Use string-match-p to detect
3976         `obsolete' packages, rather than painfully extracting the relevant
3977         directory name.
3979 2009-09-15  Glenn Morris  <rgm@gnu.org>
3981         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
3982         free variable `doc'.
3984         * dired.el (dired-mode-map): Add menu entry for async shell command.
3986         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
3987         variables, also consider the .elc files, since the .el files are
3988         normally gzipped (subsequent code locates the .el.gz from the .elc).
3990         * calc/calc-prog.el (arglist): Define for compiler.
3992         * calendar/diary-lib.el (diary-display-function): Change the default to
3993         fancy display.
3994         (body): Define for compiler.
3996         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
3997         (byte-compile-file-form, byte-compile-lambda)
3998         (byte-compile-top-level-body, byte-compile-form)
3999         (byte-compile-variable-ref, byte-compile-setq)
4000         (byte-compile-setq-default, byte-compile-body)
4001         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4002         (batch-byte-compile): Give some more local variables with common names
4003         a "bytecomp-" prefix to avoid masking warnings about free variables.
4005         * startup.el (command-line-1): Give local variables with common names a
4006         distinguishing prefix, so as not to hide free variable warnings during
4007         bootstrap.
4009         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4010         clever and add a suffix to make a unique name, just let the user decide
4011         whether or not to overwrite it.  If the input is a directory, write the
4012         default filename to that directory.  (Bug#4388)
4013         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4014         is a filename-as-a-directory.
4016 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4018         * textmodes/page.el (what-page): Don't move to beginning of line.
4019         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4021 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4023         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4025 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4027         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4028         * help.el (help-for-help-internal): Add purecopy calls for text.
4030         * vc.el (top): print-log method now takes an optional SHORTLOG
4031         argument.  Add a new method: root.
4032         (vc-root-diff, vc-print-root-log): New functions.
4033         (vc-log-short-style): New variable.
4034         (vc-print-log-internal): Add support for showing short logs.
4036         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4037         vc-print-root-log and vc-print-root-diff.
4039         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4040         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4041         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4042         short logs.
4044         * vc-cvs.el (vc-cvs-print-log):
4045         * vc-mtn.el (vc-mtn-print-log):
4046         * vc-rcs.el (vc-rcs-print-log):
4047         * vc-sccs.el (vc-sccs-print-log):
4048         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4049         that is ignored for now.
4051         * vc-mtn.el (vc-mtn-annotate-command):
4052         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4054 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4056         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4057         to function-key-map, and give them ascii-character property.
4058         * term/x-win.el (x-alternatives-map):
4059         * term/ns-win.el (ns-alternatives-map):
4060         * term/internal.el (msdos-key-remapping-map):
4061         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4063 2009-09-14  Glenn Morris  <rgm@gnu.org>
4065         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4066         temp-buffers (2009-09-12).
4068 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4071         the new read-key function.
4073 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4075         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4076         is defined (Bug#4405).
4078 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
4080         * recentf.el (recentf-cleanup): Use a hash table to find
4081         duplicates (Bug#4407).
4083 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
4085         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4086         kp-0 to ascii equivalents (Bug#4325).
4088 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4090         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4092         * eshell/em-hist.el:
4093         * eshell/em-dirs.el (eshell-complete-user-reference):
4094         Declare pcomplete functions and variables to avoid compiler warnings.
4096 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
4098         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4099         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4100         * eshell/em-alias.el (eshell-aliases-file):
4101         * eshell/em-hist.el (eshell-history-file-name):
4102         Use expand-file-name instead of concat to make file names (Bug#4308).
4104 2009-09-13  Glenn Morris  <rgm@gnu.org>
4106         * ediff-merg.el (ediff-do-merge):
4107         * filesets.el (filesets-run-cmd):
4108         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4109         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4110         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4111         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4112         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4113         Replace empty `let's with `progn'.
4115 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4117         * mail/sendmail.el (send-mail-function):
4118         * tooltip.el (tooltip-mode):
4119         * simple.el (transient-mark-mode):
4120         * rfn-eshadow.el (file-name-shadow-mode):
4121         * frame.el (blink-cursor-mode):
4122         * font-core.el (global-font-lock-mode):
4123         * files.el (temporary-file-directory)
4124         (small-temporary-file-directory, auto-save-file-name-transforms):
4125         * epa-hook.el (auto-encryption-mode):
4126         * composite.el (global-auto-composition-mode):
4127         Use custom-initialize-delay.
4128         * startup.el (command-line): Don't explicitly call
4129         custom-reevaluate-setting for all the above vars.
4130         * custom.el (custom-initialize-safe-set)
4131         (custom-initialize-safe-default): Delete.
4133 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4135         * term/x-win.el (x-initialize-window-system):
4136         * term/w32-win.el (w32-initialize-window-system):
4137         * term/ns-win.el (ns-initialize-window-system): Don't call
4138         mouse-wheel-mode since it's enabled globally by default already.
4140         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4141         actually define the variable, but only silences the byte-compiler.
4142         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4143         before looking it up.
4144         (mouse-wheel-scroll-amount): Also reset the bindings if this value
4145         is changed.
4147 2009-09-12  Glenn Morris  <rgm@gnu.org>
4149         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4150         1000.
4151         (elint-add-required-env): Don't beep on error.
4152         (elint-forms): In case of error, return ENV unchanged.
4153         (elint-init-env): Skip non-list forms.
4154         (elint-log): Handle unknown file positions.
4156 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
4158         * epg.el (epg-make-context): Add autoload cookie.
4159         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4160         (epg-decrypt-string, epg-start-verify, epg-verify-file)
4161         (epg-verify-string, epg-start-sign, epg-sign-file)
4162         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4163         (epg-encrypt-string, epg-start-export-keys)
4164         (epg-export-keys-to-file, epg-export-keys-to-string)
4165         (epg-start-import-keys, epg-import-keys-from-file)
4166         (epg-import-keys-from-string, epg-start-receive-keys)
4167         (epg-receive-keys, epg-import-keys-from-server)
4168         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4169         (epg-sign-keys, epg-start-generate-key)
4170         (epg-generate-key-from-file, epg-generate-key-from-string):
4171         Remove autoload cookie.
4173 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
4175         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4176         reevaluation of trash-directory.
4178         * mwheel.el: Fix last change.
4179         (mouse-wheel-mode): New defvar.
4180         (mouse-wheel-mode): Remove autoload cookie.
4182 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4184         * mwheel.el (mwheel-installed-bindings): New var.
4185         (mouse-wheel-mode): Use it, so as to make sure we really remove all
4186         the bindings we set last time.  Use custom-initialize-delay.
4187         * loadup.el: Load mwheel after term/*-win.el.
4188         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4189         and mouse-wheel-up-event now that their first evaluation is done
4190         sufficiently late to be correct.
4192         * startup.el (tutorial-directory): Make it a defcustom.
4193         Use custom-initialize-delay rather than eval-at-startup to set it.
4194         * image.el (image-load-path): Make it a defcustom.
4195         Use custom-initialize-delay rather than eval-at-startup to set it.
4196         * subr.el (eval-at-startup): Remove.
4197         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4199         * subr.el (do-after-load-evaluation): Warn the user after loading an
4200         obsolete package.
4202 2009-09-12  Glenn Morris  <rgm@gnu.org>
4204         * proced.el (proced-mark-alt): Remove alias.
4205         (proced-mode-map): Remove proced-mark-alt.
4207         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4208         Elint file and directory.  Remove initialization entry.
4210         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4211         commands.
4212         (elint-current-buffer): Set mode-line-process.
4213         (elint-init-env): Handle define-derived-mode.
4214         Fix declare-function with unspecified arglist.  Guard against odd
4215         defalias statements (eg iso-insert's 8859-1-map).
4216         (elint-add-required-env): Use a temp buffer.
4217         (elint-form): Just print the function/macro name, not the whole form.
4218         Return env unchanged if we fail to parse a macro.
4219         (elint-forms): Guard against parse errors.
4220         (elint-output): New function, to handle batch mode.
4221         (elint-log-message): Add optional argument.  Use elint-output.
4222         (elint-set-mode-line): New function.
4224 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4226         * emacs-lisp/elp.el (elp-not-profilable): Add more
4227         functions (Bug#4233).
4229 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4231         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4232         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4234 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4236         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4237         (gdb-var-list-children): Use json parsing.
4239 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
4241         * progmodes/js.el (js--proper-indentation): Handle the case where
4242         char-before is null.  Reported by Deniz Dogan.
4244 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4246         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4248 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
4250         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4251         (epg-digest-algorithm-alist): Add SHA224.
4252         (epg-context-set-passphrase-callback)
4253         (epg-context-set-progress-callback): Add description about
4254         callback function.
4256 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4258         * custom.el (custom-delayed-init-variables): New var.
4259         (custom-initialize-delay): New function.
4260         * startup.el (command-line): "Re"evaluate all vars in
4261         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
4262         explicitly any more.
4263         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4264         to avoid creating a ~/.emacs.d at build-time (bug#4347).
4266         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4268 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4270         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4271         (gdb-var-update-handler): Use json parsing.
4273 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4275         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4276         decode annotated text, regardless of language environment.  (Bug#2741)
4278 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4280         * Makefile.in (autoloads): Make rmail.el writable as well.
4282 2009-09-11  Glenn Morris  <rgm@gnu.org>
4284         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4285         loaddefs.el.
4286         * dired.el: Regenerate with extracted autoloads.
4287         * Makefile.in (autoloads): Make dired.el writable.
4289         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4290         * ibuffer.el: Regenerate with extracted autoloads.
4291         * Makefile.in (autoloads): Make ibuffer.el writable.
4293         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4294         * version.el (emacs-copyright, emacs-major-version)
4295         (emacs-minor-version): Reformat doc-strings for make-docfile.
4297         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4298         functions and variables, since they must be stuff specific to some other
4299         platform.
4300         (apropos-print): Make mouse-click message less specific about button.
4302         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4303         that records where a macro was defined.
4304         * help-fns.el (describe-function-1): Mention if a function has a
4305         compiler-macro.
4306         * help-mode.el (help-function-cmacro): New button.
4308         * locate.el (top-level): Always require dired.
4309         (locate-mode-map): Initialize inside the defvar.
4311         * net/ange-ftp.el (dired-compress-file): Declare.
4312         (ange-ftp-dired-compress-file): Add doc string.
4314         * term/ns-win.el (x-display-name, x-setup-function-keys):
4315         Unify doc-strings with X versions.
4317 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4319         * emulation/crisp.el (crisp-mode-map): Move initialization
4320         into declaration.
4321         (crisp-mode): Use define-minor-mode.
4323         * progmodes/xscheme.el (xscheme-evaluation-commands):
4324         Put a :advertised-binding property rather than using
4325         advertised-xscheme-send-previous-expression.
4326         (advertised-xscheme-send-previous-expression): Declare obsolete.
4327         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4328         `advertised-undo'.
4329         (crisp-mode): Add corresponding bindings to
4330         undo's :advertised-binding instead.
4331         * dired.el (dired-mode-map): Put a :advertised-binding property rather
4332         than using dired-advertised-find-file.
4333         (dired-advertised-find-file):
4334         * simple.el (advertised-undo):
4335         * wid-edit.el (advertised-widget-backward): Declare obsolete.
4336         (widget-keymap): Put a :advertised-binding property rather
4337         than using advertised-widget-backward.
4338         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4339         than using advertised-undo.
4340         * tutorial.el (tutorial--default-keys): Adjust accordingly.
4342 2009-09-10  Simon South  <ssouth@slowcomputing.org>
4344         * progmodes/delphi.el (delphi-tab): Indent region when Transient
4345         Mark mode is enabled and region is active; otherwise indent or
4346         insert TAB as usual.
4347         (delphi-mode): Update description of TAB-key binding.
4349 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4351         * subr.el (define-key-rebound-commands): Mark obsolete.
4352         * startup.el (precompute-menubar-bindings): Remove.
4353         (normal-top-level): Remove obsolete code that tried to precompute
4354         menubar bindings.
4355         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4356         define-key-rebound-commands and precompute-menubar-bindings.
4358 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4360         * net/imap.el (imap-interactive-login): Better messages.
4361         (imap-open): Fix bug with renamed buffer on reconnect.
4362         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4363         for easier debugging and cleaner code.  On successful (guessed based on
4364         server capabilities) secondary authentication, set imap-state
4365         correctly.
4366         (imap-last-authenticator): Define imap-last-authenticator as a variable
4367         to avoid warnings.
4369 2009-09-10  Glenn Morris  <rgm@gnu.org>
4371         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4373         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4374         (byte-compile-file-form-autoload): Don't warn about unknown functions
4375         where the autoload statement comes after the use.
4376         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4377         that any handlers inside the body (eg require) are in turn respected.
4379         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4380         effects.
4382         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4383         and syntax and abbrev tables basic docs, if they don't have any.
4385         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4387         * international/mule-cmds.el (top-level): Require cl when compiling.
4388         (view-hello-file): Use default-value rather than
4389         default-enable-multibyte-characters.
4391         * progmodes/fortran.el: Move all safe and risky properties into the
4392         defcustoms.
4394         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4395         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4396         * mail/undigest.el:
4397         Put autoloads in rmail.el rather than loaddefs.el.
4398         * mail/rmail.el: Regenerate with extracted autoloads.
4400         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4401         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4403 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
4405         Reported in thread for Bug#4375.
4406         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4407         "-data-evaluate-expression" instead of print.
4408         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4409         (gdb-tooltip-print): Parse output from above MI command.
4410         (gdb): Revert 2009-08-11 change.  User should detach inferior
4411         manually.
4413         Remove the word "separate" from IO functions as inferior
4414         output is now never displayed in the GUD buffer.
4416 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
4418         * startup.el (command-line-normalize-file-name): On Windows and
4419         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4421 2009-09-10  Juri Linkov  <juri@jurta.org>
4423         * isearch.el (isearch-text-char-description): Propertize escape
4424         character sequences with the `escape-glyph' face.  (Bug#4344)
4426         * simple.el (shell-command): Set asynchronous process filter to
4427         `comint-output-filter'.  (Bug#4343)
4429         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4430         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
4431         the list.  Move "asm" to the bottom.
4432         (grep-find-ignored-directories): Add `choice' with nil value
4433         to empty the list easily.
4434         (grep-find-ignored-files): New option.
4435         (grep-files-history): Set to nil by default instead of '("ch" "el").
4436         (grep-compute-defaults): Add "<X>" to `grep-template'.
4437         (grep-read-files): Bind new local variables `default-alias' and
4438         `default-extension'.  Use a list of default values for the file prompt.
4439         (lgrep): Add `--exclude=' command line options composed from
4440         `grep-find-ignored-files'.
4441         (rgrep): Add `-name' command line options composed from
4442         `grep-find-ignored-files'.  (Bug#4301)
4444 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4446         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4447         (bug#4368).
4449 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4451         * calendar/time-date.el (autoload):
4452         Expand define-obsolete-function-alias into defalias and make-obsolete
4453         for old Emacsen that Gnus supports.
4454         (with-no-warnings): Define it for old Emacsen.
4455         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4456         is available.
4457         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4458         float-time is available; suppress compile warning for time-to-seconds.
4460 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4462         * net/imap.el (imap-message-map): Docstring fix.
4464 2009-09-09  Glenn Morris  <rgm@gnu.org>
4466         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4467         line numbers too.  (Bug#4374)
4469 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4471         * smerge-mode.el (smerge-remove-props, smerge-refine):
4472         Use with-silent-modifications (bug#4342).
4474         * subr.el (with-silent-modifications): New macro.
4476 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
4478         * files.el (top-level): Require `cl' when compiling.
4480 2009-09-07  Glenn Morris  <rgm@gnu.org>
4482         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4484         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4485         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
4487 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
4489         * vc-git.el (vc-git-annotate-command): Use separator to parse
4490         arguments correctly.
4492 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
4494         * proced.el (proced-mode): Doc fix.
4496 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
4498         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4499         lstat fails.
4500         (tramp-do-file-attributes-with-ls): Check for file existence at
4501         remote end.
4502         (tramp-do-file-attributes-with-stat): Likewise.
4503         (tramp-convert-file-attributes): Return nil when attr is nil.
4505 2009-09-05  Glenn Morris  <rgm@gnu.org>
4507         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4508         properties to this button.
4509         (diary-fancy-display): Don't extend the button to the final newline.
4510         (diary-fancy-display-mode): Continue to define "q" as a local key.
4512         * calendar/cal-china.el (holiday-chinese): Make it slightly more
4513         efficient.
4515         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4517         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4518         (byte-compile-dest-file-function): New option.
4519         (byte-compile-dest-file): Doc fix.
4520         Obey byte-compile-dest-file-function.
4521         (byte-compile-cl-file-p): New function.
4522         (byte-compile-eval): Only suppress noruntime warnings about cl functions
4523         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
4524         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4525         than for file being previously loaded.
4526         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4527         (byte-compile-file-form-require): Handle the case where requiring a file
4528         indirectly causes CL to be loaded.
4530 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4532         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4533         before killing the old buffer, since by the time `kill-buffer' is
4534         run so many buffer variables have been set to nil that it may not
4535         behave as expected.  (Bug#4061)
4537 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4539         * files.el (find-alternate-file): If the old buffer is modified
4540         and visiting a file, behave similarly to `kill-buffer' when
4541         killing it, thus reverting to the pre-1.878 behavior; see
4542         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4543         for discussion.  Also, consult `buffer-file-name' as a variable
4544         not as a function, for consistency with the rest of the code.
4546 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
4548         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4549         also when adding a new directory.
4551         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4552         defun.
4554 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4556         * files.el (locate-file-completion-table): Make it provide boundary
4557         information, so partial-completion works better.
4559 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
4561         * mail/footnote.el (Footnote-text-under-cursor):
4562         Check footnote-text-marker-alist before using it (bug#4324).
4564 2009-09-04  Glenn Morris  <rgm@gnu.org>
4566         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4567         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4568         * play/solitaire.el, play/tetris.el:
4569         Remove leading * from defcustom and defface docs.
4571         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4572         necessary.
4573         (diary-fancy-overriding-map): New variable.
4574         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4575         Use view-mode.
4577         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4578         goto-line.
4580 2009-09-03  Glenn Morris  <rgm@gnu.org>
4582         * arc-mode.el (archive-mode):
4583         * dos-fns.el (set-default-process-coding-system):
4584         * man.el (Man-getpage-in-background):
4585         * menu-bar.el (menu-bar-describe-menu):
4586         * server.el (server-process-filter):
4587         * startup.el (command-line):
4588         * tar-mode.el (tar-header-block-tokenize, tar-extract):
4589         * w32-fns.el (set-default-process-coding-system):
4590         * x-dnd.el (x-dnd-handle-file-name):
4591         * international/mule-cmds.el (mule-menu-keymap)
4592         (set-default-coding-systems, language-info-alist, set-language-info)
4593         (set-language-environment, standard-display-european-internal)
4594         (set-locale-environment):
4595         * international/mule-diag.el (mule-diag):
4596         * mail/emacsbug.el (report-emacs-bug):
4597         * mail/rmail.el (rmail-mode):
4598         * mail/sendmail.el (mail-setup):
4599         Use default-value rather than default-enable-multibyte-characters.
4601         * progmodes/f90.el: Move all safe properties into the defcustoms.
4602         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4604         * calendar/appt.el (appt-check):
4605         * calendar/diary-lib.el (diary-set-header, diary-live-p)
4606         (diary-check-diary-file, diary-list-entries)
4607         (diary-include-other-diary-files, diary-simple-display)
4608         (diary-fancy-display, diary-print-entries)
4609         (diary-mark-included-diary-files, diary-make-entry):
4610         Don't call substitute-in-file-name on diary-file.
4612 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
4613             Stefan Monnier  <monnier@iro.umontreal.ca>
4615         * mail/footnote.el (footnote-prefix): Make it a defcustom.
4616         (footnote-mode-map): Move initialization into the declaration.
4617         (footnote-minor-mode-map): Define it rather than changing global-map.
4618         (footnote-mode): Use define-minor-mode.
4620 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
4622         * net/tramp.el (tramp-handle-file-attributes-with-ls)
4623         (tramp-do-file-attributes-with-perl)
4624         (tramp-do-file-attributes-with-stat): Rename from
4625         `tramp-handle-file-attributes-with-*'.
4626         (tramp-handle-file-attributes): Use them.
4627         (tramp-do-directory-files-and-attributes-with-perl)
4628         (tramp-do-directory-files-and-attributes-with-stat): Rename from
4629         `tramp-handle-directory-files-and-attributes-with-*'.
4630         (tramp-handle-directory-files-and-attributes): Use them.
4631         (tramp-method-out-of-band-p): Additional parameter SIZE.
4632         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4633         (tramp-handle-write-region): Use it.
4634         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4635         (tramp-handle-vc-registered): Check, whether the first run did
4636         return files to be tested.
4637         (tramp-advice-make-auto-save-file-name): Do not call directly
4638         `tramp-handle-make-auto-save-file-name', because this would bypass
4639         the locking mechanism.
4641         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4642         (file-remote-p, process-file, start-file-process, set-file-times)
4643         (tramp-compat-file-attributes): Compatibility functions shall not
4644         call directly `tramp-handle-*', because this would bypass the
4645         locking mechanism.
4646         (tramp-compat-number-sequence): New defun.
4648 2009-09-02  Glenn Morris  <rgm@gnu.org>
4650         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4651         alias for float-time.
4652         (time-to-number-of-days): In Emacs, use float-time.
4653         * net/newst-backend.el (time-add): Suppress warnings from compat
4654         function.
4655         * time.el (emacs-uptime, emacs-init-time):
4656         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4657         Use float-time rather than time-to-seconds.
4659         * minibuffer.el (completion-initials-expand): Fix typo.
4661         * faces.el (modeline, modeline-inactive, modeline-highlight)
4662         (modeline-buffer-id):
4663         * info.el (info-menu-5): Mark these face aliases as obsolete.
4665 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4667         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4668         space ...
4669         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4670         no "--thread" option.
4671         (gdb-stopped): Don't print "Switched to thread" message when it is
4672         unchanged.
4674 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4676         * minibuffer.el (completion-try-completion)
4677         (completion-all-completions): Remove ill-defined (and
4678         mistakenly installed and luckily never used nor documented)
4679         `completion-styles' property.
4680         (completion-initials-expand, completion-initials-all-completions)
4681         (completion-initials-try-completion): New functions.
4682         (completion-styles-alist): Add doc to each entry.
4683         Add new `initials' entry.
4685 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4687         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4688         MI command -var-evaluate-expression.
4689         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4690         and tweak for case of string child.
4691         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4693 2009-09-01  Glenn Morris  <rgm@gnu.org>
4695         * add-log.el (change-log-date-face, change-log-name-face)
4696         (change-log-email-face, change-log-file-face, change-log-list-face)
4697         (change-log-conditionals-face, change-log-function-face)
4698         (change-log-acknowledgement-face):
4699         * cus-edit.el (custom-invalid-face, custom-rogue-face)
4700         (custom-modified-face, custom-set-face, custom-changed-face)
4701         (custom-saved-face, custom-button-face, custom-button-pressed-face)
4702         (custom-documentation-face, custom-state-face, custom-comment-face)
4703         (custom-comment-tag-face, custom-variable-tag-face)
4704         (custom-variable-button-face, custom-face-tag-face)
4705         (custom-group-tag-face-1, custom-group-tag-face):
4706         * diff-mode.el (diff-header-face, diff-file-header-face)
4707         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4708         (diff-added-face, diff-changed-face, diff-function-face)
4709         (diff-context-face, diff-nonexistent-face):
4710         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4711         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4712         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4713         (Info-title-4-face):
4714         * isearch.el (isearch-lazy-highlight-face):
4715         * log-view.el (log-view-file-face, log-view-message-face):
4716         * paren.el (show-paren-match-face, show-paren-mismatch-face):
4717         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4718         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4719         (cvs-msg-face):
4720         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4721         (smerge-base-face, smerge-markers-face):
4722         * wid-edit.el (widget-documentation-face, widget-button-face)
4723         (widget-field-face, widget-single-line-field-face)
4724         (widget-inactive-face, widget-button-pressed-face):
4725         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4726         (woman-addition-face):
4727         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4728         (eshell-ls-executable-face, eshell-ls-readonly-face)
4729         (eshell-ls-unreadable-face, eshell-ls-special-face)
4730         (eshell-ls-missing-face, eshell-ls-archive-face)
4731         (eshell-ls-backup-face, eshell-ls-product-face)
4732         (eshell-ls-clutter-face):
4733         * eshell/em-prompt.el (eshell-prompt-face):
4734         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4735         * obsolete/old-whitespace.el (whitespace-highlight-face):
4736         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4737         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4738         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4739         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4740         (antlr-font-lock-literal-face):
4741         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4742         (ebrowse-root-class-face, ebrowse-file-name-face)
4743         (ebrowse-default-face, ebrowse-member-attribute-face)
4744         (ebrowse-member-class-face, ebrowse-progress-face):
4745         * progmodes/make-mode.el (makefile-space-face):
4746         * progmodes/sh-script.el (sh-heredoc-face):
4747         * textmodes/flyspell.el (flyspell-incorrect-face)
4748         (flyspell-duplicate-face):
4749         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4750         * textmodes/texinfo.el (texinfo-heading-face):
4751         Mark face aliases with "-face" suffix as obsolete.
4753         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4754         compiler.
4756         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4757         (eudc-bob-sound-menu): Use defvar rather than defconst, since
4758         easy-menu-define wants to modify these.
4760         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4762         * net/browse-url.el (browse-url-file-url):
4763         * term/internal.el (dos-codepage-setup):
4764         Use default-value rather than default-enable-multibyte-characters.
4766         * progmodes/etags.el (etags-goto-tag-location):
4767         * progmodes/flymake.el (flymake-highlight-line)
4768         (flymake-goto-file-and-line, flymake-goto-line):
4769         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4770         (gdb-goto-breakpoint):
4771         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4772         * progmodes/python.el (python-find-function)
4773         (python-pdbtrack-track-stack-file):
4774         * progmodes/verilog-mode.el (verilog-surelint-off):
4775         * term/ns-win.el (ns-open-file-select-line):
4776         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4777         Use forward-line rather than goto-line.
4779         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4780         * textmodes/reftex-index.el (reftex-display-index):
4781         * textmodes/reftex-ref.el (reftex-offer-label-menu):
4782         * textmodes/reftex-toc.el (reftex-toc):
4783         Remove unnecessary bindings of default-major-mode (all are followed by
4784         major-mode check and possible mode switch).
4786 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4788         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
4789         Handle watchpoints (bug#4282).
4790         (def-gdb-thread-buffer-command): Enable thread to be selected by
4791         clicking without selecting threads buffer first.
4792         (gdb-current-context-command): Use selected frame so that "up",
4793         "down" etc work in the GUD buffer.
4794         (gdb-update): Find selected frame before rendering stack buffer.
4795         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
4797 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * progmodes/sym-comp.el (displayed-completions): Remove.
4800         (symbol-complete): Use minibuffer-complete.
4802 2009-08-31  Glenn Morris  <rgm@gnu.org>
4804         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
4806         * apropos.el (apropos-symbols-internal):
4807         Handle (obsolete) face aliases.
4809         * faces.el (describe-face): Adjust the output format to be more like
4810         describe-variable, and to mention (obsolete) face aliases.
4811         Adjust the whitespace so that help-setup-xref works.
4813         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
4814         * calendar/diary-lib.el (diary-button-face):
4815         Mark these face aliases as obsolete.
4817         * calendar/calendar.el (calendar-today): Doc fix.
4819 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
4821         * progmodes/gdb-mi.el (gdb-control-all-threads)
4822         (gdb-control-current-thread): Force tool bar update.
4823         (gdb-non-stop-handler): New function.
4824         (gdb-init-1): Use it to test if non-stop mode is supported.
4825         Remove unused gdbmi buffer type.
4827 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
4829         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
4830         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
4832 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
4834         * comint.el (comint-exec-1): Check command is non-null first.
4835         Part of gdb-mi.el change (2009-08-28).
4837 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4839         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
4841 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
4843         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
4844         instead of `dolist' to avoid a recursive require when bootstrapping.
4846 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4848         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
4850         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
4852         * net/imap.el (imap-send-command): Simplify.
4853         (imap-wait-for-tag): point-max -> buffer-size.
4855         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
4857         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
4858         with constant argument.
4860         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
4862         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
4864         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
4865         Change default, since most of our files don't have a history.
4866         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
4867         the user.
4869         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
4870         Add comint-run.
4872         * calc/calc.el: Improve commenting convention.
4873         (calc-digit-map, toplevel): Simplify.
4875         * comint.el (comint-insert-input): Be careful to only set point if we
4876         don't delegate to some other command.
4878         * proced.el (proced-signal-list): Make it an alist.
4879         (proced-grammar-alist): Capitalize names.
4880         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
4881         Disable undo manually and make it read-only.
4882         Use completion-annotate-function.
4884         * minibuffer.el (minibuffer-message): If the current buffer is not
4885         a minibuffer, insert the message in the echo area rather than at the
4886         end of the buffer.
4887         (completion-annotate-function): New variable.
4888         (minibuffer-completion-help): Use it.
4889         (completion--embedded-envvar-table): Environment vars are
4890         always case-sensitive.
4892 2009-08-30  Glenn Morris  <rgm@gnu.org>
4894         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
4895         from fortran-current-defun.
4896         (fortran-beginning-of-subprogram): Be more precise about finding the
4897         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
4898         (fortran-end-of-subprogram): Simplify.
4899         (fortran-current-defun): Use fortran-start-prog-re.
4901 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
4903         * subr.el (do-after-load-evaluation): Simplify.
4905 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
4907         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
4909         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
4910         (vc-rcs-print-log): Use it.
4912         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
4914 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4916         * paths.el (abbrev-file-name): Move to abbrev.el.
4917         * abbrev.el (abbrev-file-name): Move from paths.el.
4918         Obey user-emacs-directory.
4919         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
4920         user-emacs-directory.
4921         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
4922         abbrev-file-name and calc-settings-file any more.
4923         * startup.el (command-line): Recompute abbrev-file-name and
4924         abbreviated-home-dir.
4925         (normal-no-mouse-startup-screen): Improve the generic code and get rid
4926         of the special code for when C-h bindings haven't been changed.
4927         (display-startup-echo-area-message): Use with-current-buffer.
4928         (command-line-1): Use a list of strings, rather than a list of lists
4929         of strings for longopts.
4931         * files.el (get-free-disk-space): Use / for default-directory.
4933         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
4934         Use with-current-buffer.
4936         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
4937         Recognize immutable variables like most-positive-fixnum.
4938         (byte-compile-setq-default): Check and warn if trying to assign
4939         to an immutable variable, or a non-variable.
4941         * progmodes/cc-vars.el (c-comment-continuation-stars):
4942         * progmodes/cc-engine.el (c-looking-at-bos):
4943         * progmodes/cc-cmds.el (c-toggle-auto-state)
4944         (c-forward-into-nomenclature, c-backward-into-nomenclature)
4945         (c-comment-line-break-function): Add version of obsolescence.
4947 2009-08-28  Juri Linkov  <juri@jurta.org>
4949         * files.el (magic-fallback-mode-alist): Add ZIP magic number
4950         associated with `archive-mode'.
4952         * image.el (image-type-header-regexps): Use only JPEG magic number
4953         to determine JPEG images, and don't use `image-jpeg-p' because
4954         Emacs can display non-JFIF non-Exif JPEG images.
4956 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4958         * arc-mode.el (archive-mode):
4959         * emacs-lisp/re-builder.el (re-builder-unload-function):
4960         Protect against the default value of `major-mode' being nil.
4962 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
4964         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
4965         Fix typos in docstrings.
4967         * progmodes/js.el (js--macro-decl-re): Doc fix.
4968         (js--plain-method-re, js--split-name): Refloc docstring.
4969         (js--class-styles, js--make-merged-item, js--splice-into-items):
4970         Fix typos in docstrings; reflow docstrings.
4971         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
4972         (js--variable-decl-matcher, js--inside-pitem-p)
4973         (js--parse-state-at-point, js--get-all-known-symbols)
4974         (js--symbol-history, js-find-symbol, js--js-references)
4975         (js--moz-interactor, js--js-encode-value, js--read-tab):
4976         Fix typos in docstrings.
4978 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4980         * textmodes/reftex.el (reftex-get-file-buffer-force):
4981         * progmodes/verilog-mode.el (verilog-batch-execute-func):
4982         * emulation/viper.el (viper-go-away, viper-set-hooks):
4983         * emacs-lisp/re-builder.el (re-builder-unload-function):
4984         * emacs-lisp/bytecomp.el (byte-compile-file):
4985         * ses.el (ses-unload-function):
4986         * hexl.el (hexl-find-file):
4987         * files.el (normal-mode):
4988         * ehelp.el (with-electric-help):
4989         * autoinsert.el (auto-insert-alist):
4990         * arc-mode.el (archive-mode):
4991         Use (default-value 'major-mode) instead of default-major-mode.
4993         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
4994         * international/mule.el (load-with-code-conversion):
4995         * emacs-lisp/debug.el (debug):
4996         * ediff-vers.el (ediff-rcs-get-output-buffer):
4997         * dired.el (dired-internal-noselect): Don't let-bind
4998         default-major-mode around code that doesn't use it.
4999         E.g. buffer creation via get-buffer-create doesn't use it.
5001 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5003         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5004         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5005         when writing the temp file.  Otherwise, epa-file gets confused.
5006         (tramp-register-file-name-handlers): Make it a defun.  Move also
5007         `epa-file-handler' to the front of `file-name-handler-alist'.
5009 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5011         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5012         start right after a ^M.
5013         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5014         (tramp-completion-file-name-regexp-separate)
5015         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5016         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5017         Don't modify last-coding-system-used by accident.
5018         (tramp-completion-file-name-handler): Apply the checks here,
5019         instead during registration.
5020         (tramp-register-file-name-handlers) Renamed from
5021         `tramp-register-file-name-handler'.  Register both
5022         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5023         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
5025 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
5027         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5028         Remove variable ...
5029         (gdb-init-1, gdb-display-separate-io-buffer)
5030         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5031         references to it.
5032         (gdb-inferior-io-mode): Use make-comint-in-buffer.
5033         (gdb-inferior-filter): Use comint-output-filter to stop
5034         echoing and remove ^M characters.
5036 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5038         * emulation/viper-init.el (viper-restore-cursor-type):
5039         * emulation/cua-base.el (cua--update-indications):
5040         Replace default-cursor-type with (default-value 'cursor-type).
5042         * mail/sendmail.el (mail-recover-1):
5043         * international/mule-diag.el (describe-current-coding-system-briefly)
5044         (describe-current-coding-system):
5045         * international/mule-cmds.el (select-safe-coding-system)
5046         (select-message-coding-system)
5047         (set-language-environment-coding-systems, set-locale-environment):
5048         * hexl.el (hexl-insert-multibyte-char):
5049         * dos-w32.el (find-buffer-file-type-coding-system):
5050         * simple.el (what-cursor-position):
5051         Replace uses of default-buffer-file-coding-system
5052         with (default-value 'buffer-file-coding-system).
5054         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5055         Replace uses of default-cursor-in-non-selected-windows
5056         with (default-value 'cursor-in-non-selected-windows).
5057         Use with-current-buffer.
5059         * mail/feedmail.el: Use CL macros.
5060         (feedmail-run-the-queue, feedmail-send-it-immediately):
5061         * dos-w32.el (find-buffer-file-type): Replace uses of
5062         default-buffer-file-type with (default-value 'buffer-file-type).
5064 2009-08-28  Glenn Morris  <rgm@gnu.org>
5066         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5067         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5068         Use default-value of major-mode rather than default-major-mode.
5070 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5072         * Makefile.in (update-elcfiles): Report left over elc files.
5074         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5075         expand-file-name and with-current-buffer.
5076         (mail-get-names, mail-directory): Use with-current-buffer.
5078         * vc.el (vc-read-revision): New function.
5079         (vc-version-diff, vc-merge): Use it.
5081 2009-08-27  Sam Steingold  <sds@gnu.org>
5083         * simple.el (kill-do-not-save-duplicates): New user option.
5084         (kill-new): When it is non-nil, and the new string is the same as
5085         the latest kill, set replace to t to avoid duplicates in kill-ring.
5087 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
5089         * net/tramp.el (tramp-handle-process-file): Do not flush all
5090         caches when `process-file-side-effects' is set.
5091         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5092         instead of `tramp-find-file-exists-command'.
5093         Unset `process-file-side-effects'.
5095 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
5097         * net/tramp.el (tramp-methods): New method "rsyncc".
5098         (top): Add completion function for "rsyncc".
5099         (tramp-message-show-message): New defvar.
5100         (tramp-message, tramp-error): Use it.
5101         (tramp-do-copy-or-rename-file-directly): Extend check for direct
5102         remote copying.
5103         (tramp-do-copy-or-rename-file-out-of-band): Handle new
5104         `tramp-methods' entry `copy-env' of "rsyncc".
5105         (tramp-vc-registered-read-file-names): New defconst.
5106         (tramp-vc-registered-file-names): New defvar.
5107         (tramp-handle-vc-registered): Implement optimization strategy.
5108         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5109         (tramp-vc-file-name-handler): New defun.
5110         (tramp-get-ls-command, tramp-get-test-command)
5111         (tramp-get-file-exists-command, tramp-get-remote-ln)
5112         (tramp-get-remote-perl, tramp-get-remote-stat)
5113         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5115         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5116         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
5117         timestamps.
5118         (tramp-get-file-property): Check for timestamps in
5119         `tramp-cache-inhibit-cache'.
5120         (tramp-set-file-property): Write timestamp.
5122 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5124         * language/japan-util.el (japanese-symbol-table): Add entries for
5125         cp932-2-byte.
5127         * international/characters.el: Add category `j' to cp932-2-byte.
5129 2009-08-27  Kenichi Handa  <handa@m17n.org>
5131         * international/fontset.el (build-default-fontset-data): New macro.
5132         (setup-default-fontset): Use build-default-fontset-data for CJK,
5133         tibetan, ethiopic, and ipa.
5135 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5137         * cus-start.el (default-major-mode): Customize `major-mode' instead.
5138         (enable-multibyte-characters): Not customizable any more.
5140         * subr.el (default-mode-line-format, default-header-line-format)
5141         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5142         (default-direction-reversed, default-truncate-lines)
5143         (default-left-margin, default-tab-width, default-case-fold-search)
5144         (default-left-margin-width, default-right-margin-width)
5145         (default-left-fringe-width, default-right-fringe-width)
5146         (default-fringes-outside-margins, default-scroll-bar-width)
5147         (default-vertical-scroll-bar, default-indicate-empty-lines)
5148         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5149         (default-fringe-cursor-alist, default-scroll-up-aggressively)
5150         (default-scroll-down-aggressively, default-fill-column)
5151         (default-cursor-type, default-buffer-file-type)
5152         (default-cursor-in-non-selected-windows)
5153         (default-buffer-file-coding-system, default-major-mode)
5154         (default-enable-multibyte-characters): Mark as obsolete.
5156 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
5158         * vc-dir.el (vc-dir-update): Remove debug helper.
5160         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5162 2009-08-26  Sam Steingold  <sds@gnu.org>
5164         * simple.el (save-interprogram-paste-before-kill): New user option.
5165         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5166         save the interprogram-paste into kill-ring before overriding it
5167         with the Emacs kill.
5169 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5171         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5172         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5173         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5174         and move to vc-rcs.el.
5175         (vc-default-next-revision): Rename to vc-rcs-next-revision and
5176         move to vc-rcs.el.
5177         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5178         (vc-rcs-update-changelog): Remove.
5179         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5180         and move to vc-rcs.el.
5182         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5183         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5184         renaming.
5185         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5186         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5187         vc.el, renamed to be RCS specific.
5189         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5190         New functions.
5191         (vc-cvs-update-changelog): Move here from vc.el.
5193         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5194         New functions.
5196 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5200 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5202         * vc-git.el (vc-git-register): Use "git add" for directories.
5203         (vc-git-stash, vc-git-stash-show): New functions.
5204         (vc-git-extra-menu-map): Bind them.
5206         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5207         directory correctly in case the item is a directory itself.
5209         * vc.el: Document the desired behavior for reverted files in the
5210         `added' state.
5211         (vc-default-prettify-state-info): Remove function, unused.
5213         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5215 2009-08-26  Glenn Morris  <rgm@gnu.org>
5217         * bindings.el (standard-mode-line-format): Reposition dashes in
5218         which-func entry.  (Bug#4217)
5220         * files.el (enable-local-variables, enable-local-eval)
5221         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5222         the defcustoms.
5223         (auto-mode-alist, ignored-local-variables)
5224         (save-some-buffers-action-alist): Move risky declarations to the
5225         definitions.
5226         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5227         (font-lock-defaults, format-alist, imenu--index-alist)
5228         (imenu-generic-expression, input-method-alist, minor-mode-alist)
5229         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5230         (mode-line-modified, mode-line-mule-info, mode-line-position)
5231         (mode-line-process, mode-line-remote, outline-level)
5232         (parse-time-rules, rmail-output-file-alist)
5233         (special-display-buffer-names, vc-mode):
5234         Move risky declarations to the relevant files.
5235         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5236         (mode-line-modified, mode-line-process, mode-line-position)
5237         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5238         * font-core.el (font-lock-defaults):
5239         * format.el (format-alist):
5240         * vc-hooks.el (vc-mode):
5241         * window.el (special-display-buffer-names):
5242         * international/mule-cmds.el (input-method-alist):
5243         Define riskiness here (dumped file) rather than in files.el.
5244         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5245         * imenu.el (imenu-generic-expression, imenu--index-alist):
5246         * outline.el (outline-level):
5247         * time.el (display-time-string):
5248         * calendar/parse-time.el (parse-time-rules):
5249         * mail/rmailout.el (rmail-output-file-alist):
5250         Autoload riskiness here, rather than placing in files.el.
5252 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
5254         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5256 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5258         * simple.el (process-file-side-effects): New defvar.
5260         * dired-aux.el (dired-show-file-type):
5261         * vc.el (vc-diff-internal):
5262         * vc-arch.el (vc-arch-diff):
5263         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5264         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5265         * vc-git.el (vc-git-registered, vc-git-working-revision)
5266         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5267         (vc-git--empty-db-p):
5268         * vc-hooks.el (vc-user-login-name):
5269         * vc-svn.el (vc-svn-registered, vc-svn-state)
5270         (vc-svn-dir-extra-headers, vc-svn-find-revision):
5271         * progmodes/grep.el (grep-probe): Let-bind
5272         `process-file-side-effects' with nil.
5274         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5276         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5277         daemon.  Replace ping by checking for running service for bluez
5278         and zeroconf.  (Bug#4239)
5280 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5282         * net/dig.el (dig): Add autoload cookie.
5284 2009-08-25  Glenn Morris  <rgm@gnu.org>
5286         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5287         load-history for absolute file-names.
5288         (byte-compile-file-form-require): Warn about use of the cl package.
5290         * format.el (format-alist): Doc fix.
5292         * play/bubbles.el (top-level): Don't require cl at run-time.
5294         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5295         run-time cl).
5297 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
5299         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5300         from cl package.
5301         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5303 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
5305         * calc/calc-alg.el (math-trig-rewrite)
5306         (math-hyperbolic-trig-rewrite): New functions.
5307         (calc-simplify): Simplify trig functions when asked.
5309 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5311         * diff-mode.el (diff-find-source-location): Avoid goto-line.
5313 2009-08-24  Kenichi Handa  <handa@m17n.org>
5315         * language/ind-util.el (mapthread): Delete it.
5316         (combinatorial): New function.
5317         (indian--puthash-cv): Use combinatorial instead of mapthread.
5319 2009-08-22  Kevin Ryde  <user42@zip.com.au>
5321         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5322         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5323         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5324         Clarify docstring that the value is strings not symbols.
5325         (checkdoc-list-of-strings-p): New function.
5327 2009-08-22  Glenn Morris  <rgm@gnu.org>
5329         * files.el (auto-mode-alist):
5330         * hippie-exp.el (he-concat-directory-file-name):
5331         * lpr.el (lpr-windows-system, printer-name):
5332         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5333         * ps-print.el (ps-windows-system):
5334         * startup.el (command-line):
5335         * emulation/viper-ex.el (viper-glob-function):
5336         * international/mule-cmds.el (set-language-environment-coding-systems):
5337         * net/ange-ftp.el (ange-ftp-write-region):
5338         * obsolete/fast-lock.el (fast-lock-cache-name):
5339         Remove code for defunct system-types emx, macos, mswindows, next-mach,
5340         unisoft-unix, vax-vms, win32, w32.
5342         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5343         given name if the pattern is not more specific.
5345         * calendar/lunar.el (lunar-phase-names): New option.
5346         (lunar-phase): Doc fix.
5347         (lunar-cycles-per-year): New constant.
5348         (lunar-index): New function.
5349         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5350         (lunar-phase-name): Use lunar-phase-names.
5351         (calendar-lunar-phases): Use format.
5352         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5354         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5355         Copy imenu-example--name-and-position function here for own use.
5356         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5358         * bs.el (bs--redisplay):
5359         * cus-edit.el (custom-redraw):
5360         * ibuffer.el (ibuffer-bury-buffer):
5361         * server.el (server-goto-line-column):
5362         * startup.el (command-line-1):
5363         * strokes.el (strokes-xpm-for-stroke):
5364         * term.el (term-display-buffer-line):
5365         * view.el (View-goto-line):
5366         * calc/calc.el (calc-do, calc-trail-buffer):
5367         * play/gamegrid.el (gamegrid-add-score-insecure):
5368         * progmodes/ada-mode.el (ada-compile-goto-error):
5369         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5370         (ebrowse-select-1st-to-9nth):
5371         * progmodes/cperl-mode.el (cperl-time-fontification):
5372         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5373         * progmodes/gud.el (gud-display-line):
5374         (idlwave-shell-display-line):
5375         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5376         * progmodes/make-mode.el (makefile-browser-toggle):
5377         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5378         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5379         * textmodes/picture.el (picture-draw-rectangle):
5380         * textmodes/reftex-index.el (reftex-index-goto-letter):
5381         (reftex-select-jump-to-previous):
5382         * textmodes/reftex-sel.el (reftex-find-start-point)
5383         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5384         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5385         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5386         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5387         * textmodes/two-column.el (2C-associated-buffer):
5388         Use forward-line rather than goto-line.
5390         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5391         goto-line.
5393         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5394         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5395         (quick-check-list-to-regexp): Declare.
5397         * progmodes/make-mode.el (makefile-browser-insert-selection):
5398         Use goto-char rather than goto-line.
5400         * progmodes/prolog.el (compilation-error-regexp-alist)
5401         (compilation-forget-errors): Declare.
5403 2009-08-22  Juri Linkov  <juri@jurta.org>
5405         * progmodes/grep.el (lgrep, rgrep): At the beginning
5406         set `dir' to `default-directory' unless `dir' is a non-nil
5407         readable directory.  (Bug#4052)
5408         (lgrep, rgrep): Change a weird way to report an error
5409         from using `read-string' to using `error'.
5410         Instead of using interactive arguments in the function body,
5411         add new argument `confirm'.
5413 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5415         * textmodes/remember.el (remember-buffer):
5416         * progmodes/cperl-mode.el (cperl-vc-header-alist):
5417         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5418         (icalendar-extract-ical-from-buffer):
5419         * net/newst-treeview.el (newsticker-groups-filename):
5420         * net/newst-backend.el (newsticker-cache-filename):
5421         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5422         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5423         (speedbar-add-ignored-path-regexp, speedbar-line-path)
5424         (speedbar-buffers-line-path, speedbar-path-line)
5425         (speedbar-buffers-line-path):
5426         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5427         (epg-sign-keys):
5428         * epa.el (epa-display-verify-result):
5429         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5431 2009-08-21  Glenn Morris  <rgm@gnu.org>
5433         * progmodes/js.el (inferior-moz-process): Fix declaration.
5435         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5437         * obsolete/rnewspost.el (news-mail-reply):
5438         Use goto-char rather than goto-line.
5440         * term/ns-win.el (ns-open-file-select-line):
5441         Use line-beginning-position rather than goto-line.
5443         * apropos.el (apropos-command):
5444         * ehelp.el (electric-helpify):
5445         * printing.el (pr-show-setup):
5446         * strokes.el (strokes-help):
5447         * tutorial.el (tutorial--describe-nonstandard-key)
5448         (tutorial--detailed-help):
5449         * woman.el (woman-mini-help, woman-display-extended-fonts):
5450         * calc/calc-help.el (calc-describe-key):
5451         * emulation/edt.el (edt-electric-helpify):
5452         * international/mule-diag.el (mule-diag):
5453         * play/yow.el (apropos-zippy):
5454         * progmodes/python.el (python-describe-symbol):
5455         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5456         * textmodes/table.el (*table--cell-describe-mode)
5457         (*table--cell-describe-bindings):
5458         Use help-print-return-message rather than the now obsolete alias.
5460         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5461         (calendar-cursor-to-visible-date):
5462         * play/5x5.el (5x5-position-cursor):
5463         * play/decipher.el (decipher):
5464         * play/gomoku.el (gomoku-goto-xy):
5465         * play/landmark.el (lm-goto-xy):
5466         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5467         (mpuz-paint-digit):
5468         Use forward-line, not goto-line.
5470         * mail/rmail.el (rmail-obsolete): Delete custom group.
5471         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5472         (rmail-remote-password, rmail-remote-password-required):
5473         Remove unneeded :set-after and :set properties.
5475 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
5477         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5479 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
5481         * loadup.el: Remove leftover macos code.
5483         * vc-git.el (vc-git-annotate-command): Run asynchronously.
5484         Explicitly pass the date format to git blame so that user local
5485         so that the output format can be parsed.
5487 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
5489         * net/dbus.el (top): Don't check for (getenv
5490         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
5492 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
5494         * log-edit.el (log-edit-strip-single-file-name): New var.
5495         (log-edit-insert-changelog): Use it.  Bug#3571
5497 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5499         * subr.el (read-passwd): Use read-key so keypad keys work as well.
5500         Bug#3287
5502         * help.el (help-print-return-message): Rename from
5503         print-help-return-message.
5505         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5506         cvs-mode-map parent hack.
5507         (log-view-mode): Derive from special-mode.
5509         * linum.el (linum-mode): window-size-change-functions is redundant.
5510         Adapt to new window-configuration-change-hook behavior.
5511         (linum-after-size, linum-after-config): Remove.
5513         * imenu.el (imenu-example--name-and-position)
5514         (imenu-example--lisp-extract-index-name)
5515         (imenu-example--create-lisp-index, imenu-example--create-c-index):
5516         Mark as obsolete.
5518         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5519         (inferior-prolog-mode): Use it.
5520         (inferior-prolog-load-file): Reset list of errors.
5522 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5524         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5526         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5528 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
5530         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5531         is running already.
5533 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5535         * subr.el (listify-key-sequence-1): Use normal syntax since those
5536         integers are nowadays always represented by the same (positive) number
5537         on all platforms.
5538         (read-key-empty-map): New const.
5539         (read-key-delay): New var.
5540         (read-key): New function.
5541         (force-mode-line-update): Use with-current-buffer.
5542         (locate-user-emacs-file): Don't forget to abbreviate the file name.
5543         (start-process-shell-command, start-file-process-shell-command):
5544         Discourage the use of command-args.
5546 2009-08-19  Glenn Morris  <rgm@gnu.org>
5548         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5550 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         * simple.el (choose-completion-string): Don't rely on
5553         minibuffer-completing-file-name and ad-hoc checks to decide whether
5554         to continue completion or not.
5556         * minibuffer.el (minibuffer-hide-completions): New function.
5557         (completion--do-completion): Use it.
5558         (completions-annotations): New face.
5559         (completion--insert-strings): Use it.
5560         (completion-pcm--delim-wild-regex): Add docstring.
5561         (completion-pcm--string->pattern): Add support for 0-width delimiters
5562         in completion-pcm--delim-wild-regex.
5564 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5566         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5567         Remove unused var `buffer-modified-p'.
5569         * minibuffer.el (completion--do-completion): Move point for the #b001
5570         case as well (bug#4176).
5571         (minibuffer-complete, minibuffer-complete-word): Don't move point.
5573 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
5575         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
5576         and :session buses.
5578 2009-08-18  Kenichi Handa  <handa@m17n.org>
5580         * international/ucs-normalize.el (ucs-normalize-version):
5581         Change to 1.1.
5582         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5583         (utf-8-hfs): Make it perform normalization on encoding too.
5585         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
5586         (sentence-end-without-space): Delete duplicated chars.
5587         (sentence-end-base): Likewise.
5589         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
5590         (html-mode): Delete duplicated chars from sentence-end-base.
5592         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
5593         (texinfo-mode): Delete duplicated chars from sentence-end-base.
5595 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
5597         * files.el (hack-one-local-variable): If the mode function is for
5598         a minor mode, pass it an argument (Bug#4148).
5600 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
5602         * net/tramp.el (tramp-register-completion-file-name-handler):
5603         Check also for (member 'partial-completion completion-styles).
5605 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5607         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5608         abbrev (Bug#3943).
5610 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
5612         * progmodes/cperl-mode.el: Merge upstream 6.2.
5613         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5614         (cperl-forward-re): Check cperl-brace-recursing.
5615         (cperl-highlight-charclass): New function.
5616         (cperl-find-pods-heres): Use it.
5617         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5618         (cperl-beautify-regexp-piece): Fix column calculation.
5619         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5620         (cperl-beautify-level): Don't process entire regexp.
5621         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5622         calling man.
5623         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5624         (cperl-init-faces): Build a list in the normal way.
5626 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5628         * calendar/parse-time.el (parse-time-string-chars): Save match
5629         data.
5631 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5633         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5634         (sql-product): Use it.
5635         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5636         (sql-set-product): Add completion.
5637         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5638         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5639         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5640         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5641         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5642         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5643         (sql-highlight-db2-keywords): Remove.
5644         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5645         (sql-highlight-product): Use derived-mode-p.
5646         (sql-set-sqli-buffer): Use with-current-buffer.
5647         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5648         Simplify.
5650         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5652         * term.el: Fix commenting convention, turn comments into docstrings.
5654 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
5656         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5658 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5660         * calendar/parse-time.el (parse-time-string-chars): Compute using
5661         character classes, to handle non-ascii characters (Bug#3190).
5663 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5665         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5666         another heredoc if the user adds another < (Bug#3226).
5668         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5669         Don't initialize based on window-system (Bug#4124).
5671         * facemenu.el (facemenu-read-color): Use a completion function
5672         that accepts any defined color, such as RGB triplets (Bug#3677).
5674         * files.el (get-free-disk-space): Change fallback default
5675         directory to /.  Expand DIR argument before switching to fallback.
5676         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5678 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5680         * files.el (load-library): Doc fix.
5682 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5684         * viper-cmd.el (viper-insert-isearch-string): New function.
5685         (viper-if-string): Redefine C-s in the minibuffer to insert the last
5686         incremental search string.
5688         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5689         XEmacs.
5691         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5692         (ediff-merge-region-is-non-clash)
5693         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5694         Also check if the job is really a merge job.
5696         * ediff.el (ediff-current-file): New function.
5698 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5700         * progmodes/js.el: Edit docstrings throughout to follow Emacs
5701         conventions.
5702         (js-insert-and-indent): Delete function.
5703         (js-mode-map): Don't bind keys to js-insert-and-indent.
5704         (js-beginning-of-defun): Rename from js--beginning-of-defun.
5705         (js-end-of-defun): Rename from js--end-of-defun.
5706         (js-auto-indent-flag): Delete variable.
5708 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
5710         * progmodes/js.el: Remove proclaim statement.
5711         Defvar which-func-imenu-joiner-function to silence compiler.
5713         * files.el (auto-mode-alist): Use js-mode for .js files.
5715         * progmodes/js2-mode.el: Remove file.
5717         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5719         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5721         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5723 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
5724             Karl Landstrom  <karl.landstrom@brgeight.se>
5726         * progmodes/js.el: New file.
5728 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
5730         * timezone.el (timezone-parse-date): Add ability to understand ISO
5731         basic format (minimal separators) dates in addition to the
5732         already-supported extended format dates.
5734 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
5736         * international/ucs-normalize.el: Add a `coding' file variable.
5738         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5740 2009-08-14  Sam Steingold  <sds@gnu.org>
5742         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5744 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5746         * faces.el (help-argument-name): Define it here instead of
5747         help-fns.el, because in daemon mode help-fns.el may be loaded when
5748         faces are still uninitialized (Bug#1078).
5750         * help-fns.el (help-argument-name): Move defface to faces.el.
5752 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
5754         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5755         create buffer with a pty but no process so that GDB can make the
5756         inferior the controlling process.
5758 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
5760         * international/ucs-normalize.el: New file.
5762 2009-08-13  Richard Stallman  <rms@gnu.org>
5764         * mail/rmail.el (rmail-get-attr-names):
5765         Accept an attribute header that is too short.
5767         * mail/rmail.el (rmail-forget-messages):
5768         Ignore nil elt in rmail-message-vector.  Use dotimes.
5770         * progmodes/compile.el (compilation-goto-locus):
5771         Use next-error-move-function.
5773         * simple.el (next-error-move-function): New variable.
5775 2009-08-12  Juri Linkov  <juri@jurta.org>
5777         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5778         always non-nil.  (Bug#4052)
5780         * replace.el (read-regexp): Return empty string when
5781         `default-value' is nil.
5782         (keep-lines-read-args): Don't use empty string as the
5783         default value for `read-regexp'.  (Bug#2495)
5785 2009-08-12  Juri Linkov  <juri@jurta.org>
5787         * international/mule-cmds.el (ucs-insert): Change arguments
5788         from `arg' to `character', `count', `inherit' to be the same
5789         as in `insert-char'.  Doc fix.  (Bug#4039)
5791         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
5793 2009-08-12  Juri Linkov  <juri@jurta.org>
5795         * files-x.el: New file.
5797         * files.el: Move code that deals with adding/deleting
5798         file/directory-local variables to files-x.el.
5800         * Makefile.in (ELCFILES): Add files-x.elc.
5802 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
5804         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
5805         to use `goto-line'.
5806         (gdb-place-breakpoints, gdb-get-location): Rewritten without
5807         `goto-line'.
5808         (gdb-invalidate-disassembly): Do not refresh upon receiving
5809         'update signal.  Instead, update all disassembly buffers only after
5810         threads list.
5811         (gdb): Send -target-detach when buffer is killed (Bug#3794).
5812         (gdb-starting): Moved -data-list-register-names...
5813         (gdb-stopped): ...here so it's sent when first thread stops.
5814         (gdb-registers-handler-custom): Do nothing if register names are
5815         unknown yet.
5817         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
5818         from `gdb-mi.el' to avoid extra tangling.
5820         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
5821         change which breaks `gud-def' definitions used in `gdb'.
5822         (gdb-update-gud-running): No extra fuss for updating frame number.
5824 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5826         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
5827         (describe-language-environment-map, setup-language-environment-map)
5828         (set-coding-system-map): Move initialization into declaration.
5829         (set-language-info-alist): Last arg to define-key-after can be skipped.
5831         * international/quail.el (quail-completion-1): Simplify.
5832         (quail-define-rules): Use slightly more compact code.
5833         (quail-insert-decode-map): Propertize keys, compact columns.
5835         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5836         Add goto-line.
5838 2009-08-10  Miles Bader  <miles@gnu.org>
5840         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
5841         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
5842         (js2-instance-member, js2-private-member, js2-private-function-call)
5843         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
5844         (js2-magic-paren, js2-external-variable):
5845         Remove "-face" suffix from face names.
5846         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
5847         (js2-highlight-undeclared-vars, js2-peek-token)
5848         (js2-parse-function-params, js2-mode-show-errors)
5849         (js2-mode-show-warnings, js2-make-magic-delimiter)
5850         (js2-mode-highlight-magic-parens): Update to use new face names.
5852 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
5854         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
5855         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
5857 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
5859         * subr.el: Provide hashtable-print-readable.
5861         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
5862         hs-c-like-adjust-block-beginning.
5863         (hs-hide-block-at-point): Stop hiding at the beginning of
5864         hs-block-end-regexp (Bug#700).
5866 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
5868         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
5869         a macro.
5870         (gdb-registers-handler-custom): Do not fail when register names
5871         are unavailable.
5873 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5875         * progmodes/gdb-mi.el (gdb-control-all-threads)
5876         (gdb-control-current-thread): Interactive setters for
5877         `gdb-gud-control-all-threads' to use in menu.
5878         (gdb-show-run-p): Show «Go» when process is not active.
5879         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
5880         gud/thread.xpm and gud/all.xpm.
5882 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
5884         * net/net-utils.el (net-utils-font-lock-keywords): New var.
5885         (nslookup-font-lock-keywords): Make it a variable.
5886         (net-utils-mode): New mode for viewing diagnostic network output.
5887         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
5888         (net-utils-run-simple): New function.
5889         (ifconfig, iwconfig, netstat, arp, route): Use it.
5891 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
5893         * progmodes/gdb-mi.el (gdb-read-memory-custom)
5894         (gdb-memory-set-address, def-gdb-set-positive-number)
5895         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
5896         after changing settings.
5897         (gdb-invalidate-disassembly): Update when first shown.
5898         (gdb-edit-locals-value): Fixed.
5899         (gdb-registers-handler-custom): Print registers in right order and
5900         allow changing register values (only for current thread yet).
5901         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
5902         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
5903         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
5904         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
5905         info in mode name.
5906         (gdb-registers-mode-map): TAB to switch to locals.
5908 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
5910         * mail/rmail.el (rmail-add-mbox-headers)
5911         (rmail-set-message-counters-counter): Search for
5912         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
5914 2009-08-08  Glenn Morris  <rgm@gnu.org>
5916         * Makefile.in (ELCFILES): Update.
5918 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5920         * mail/sendmail.el (mail-yank-original): Set
5921         buffer-file-coding-system from the one used by the message whose
5922         text is yanked.
5924         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
5925         to "windows" when "pgnuplot" is used.
5926         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
5927         call accept-process-output if "pgnuplot" is used.
5928         (calc-graph-init): Don't send -display and -geometry to
5929         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
5930         running "pgnuplot -V" with shell-command-to-string.
5932         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
5933         the default.
5935 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
5937         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
5938         org/org-latex.elc.
5940 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
5942         * vc-dispatcher.el (vc-resynch-window): Update comment.
5944         * term.el (term-handle-ansi-escape): Add comments with the
5945         terminfo capabilities implemented.
5947 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
5949         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
5950         (gdb-var-create-handler): Rewritten using JSON parser.
5951         (gdb-propertize-header): Moved earlier.
5952         (gdb-set-header): Removed to avoid duplication.
5953         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
5954         Refresh disassembly buffers only after threads list have been
5955         update.
5956         (gdb-threads-header, gdb-registers-header): Per-buffer header line
5957         variables.
5959 2009-08-04  Juri Linkov  <juri@jurta.org>
5961         * files.el: Commands to add/delete file/directory-local variables.
5962         (read-file-local-variable, read-file-local-variable-value)
5963         (read-file-local-variable-mode, modify-file-local-variable)
5964         (modify-file-local-variable-prop-line)
5965         (modify-dir-local-variable): New functions.
5966         (add-file-local-variable, delete-file-local-variable)
5967         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
5968         (add-dir-local-variable, delete-dir-local-variable)
5969         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
5970         (copy-dir-locals-to-file-locals-prop-line): New commands.
5972 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
5974         * abbrev.el (insert-abbrev-table-description): Prettify output.
5975         Suggested by Karl Chen.
5977 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
5979         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
5980         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
5981         (gdb-overlay-arrow-position, gdb-thread-position)
5982         (gdb-disassembly-position): Declare variables.
5983         (gdb-wait-for-pending): Function now.
5984         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
5985         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
5986         compilation goes smoothly.
5987         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
5988         (gdb-non-stop-setting): New customization setting which replaces
5989         `gdb-non-stop' so changing it doesn't break active GDB session.
5990         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
5991         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
5992         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
5993         (gdb-show-threads-by-default): New customization options.
5994         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
5995         routines.
5996         (gdb-get-buffer-create): Send buffers update signal when they are
5997         created.
5998         (gdb-invalidate-locals, gdb-invalidate-registers)
5999         (gdb-invalidate-breakpoints)
6000         (gdb-invalidate-threads, gdb-invalidate-disassembly)
6001         (gdb-invalidate-memory): Accept update signal.
6002         (gdb-current-context-command): Use --frame option.
6003         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6004         Implement `gdb-frame-number' selection logic.
6005         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6006         whether to show GUD toolbar buttons.
6007         (gdb-thread-exited): Unselect current thread when it exits.
6008         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6009         (gdb-mark-line): Routine which sets overlay arrow or inverses
6010         video on fringeless displays.
6011         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6012         to build aligned columns of data in GDB buffers and set text
6013         properties line-by-line.
6014         (gdb-invalidate-breakpoints)
6015         (gdb-breakpoints-list-handler-custom)
6016         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6017         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6018         (gdb-registers-handler-custom): Align data columns.
6019         (gdb-locals-handler-custom): Now prints data like in variable
6020         declarations.
6021         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6022         Removed confusing buttons.
6023         (gdb-invalidate-threads): Append --frame.
6024         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6025         between breakpoints/threads buffers.
6026         (gdb-set-window-buffer): Now can ignore dedicated windows.
6027         (gdb-propertize-header): Use `gdb-set-window-buffer'.
6028         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6029         (def-gdb-thread-buffer-gud-command): Replaces
6030         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6031         for fine thread control.
6032         (gdb-preempt-existing-or-display-buffer): New function used to
6033         display bound buffers without breaking window layout.
6034         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6035         (gdb-select-frame): New version of `gdb-frames-select' which now
6036         sets `gdb-frame-number' so commands may use --frame option instead
6037         of inner debugger state.
6038         (gdb-frame-handler): Do not set `gdb-frame-number'.
6039         (gdb-threads-mode-map): Select threads with mouse.
6041         * progmodes/gud.el (gdb-gud-context-call): Declare function to
6042         avoid compilation warning.
6043         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6044         `gdb-show-stop-p`.
6046         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6047         Argument `key' renamed to `buffer-type'.
6048         (gdb-current-context-buffer-name): Do not add thread info to
6049         buffer name when no thread is selected.
6050         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6051         command (bug 3794).
6052         (gdb-thread-selected): Handle `=thread-selected' notification.
6053         (gdb-wait-for-pending): New macro to deal with congestion problems.
6054         (gdb-breakpoints-list-handler-custom): Don't fail on pending
6055         breakpoints.
6056         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6057         This fixes problem similar to one described in bug 3947.
6058         (gud-menu-map): More menu items.
6059         (gdb-init-1): Reset `gdb-thread-number' to nil.
6061         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6062         non-stop settings.
6064         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6065         (gdb-current-context-command): Do not append --thread if
6066         `gdb-thread-number' is nil.
6067         (gdb-running-threads-count, gdb-stopped-threads-count): New
6068         variables.
6069         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6070         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6071         customization options.
6072         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6073         GUD commands.
6074         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6075         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6076         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6077         set `gdb-thread-number' and update `gud-running' properly.
6078         (gdb-running): Update threads list when new threads appear.
6079         (gdb-stopped): Support non-stop operation and new thread switching
6080         logic.
6081         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6082         (gdb-json-partial-output): New set of JSON routines.
6083         (def-gdb-auto-update-trigger): New `signal-list' optional
6084         argument.
6085         (gdb-thread-list-handler-custom): Update `gud-running',
6086         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6087         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6088         (gdb-continue-thread, gdb-step-thread): New commands for fine
6089         thread execution control.
6090         (gud-menu-map): New menu items to switch non-stop options.
6091         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6092         (gdb-send): Mimic RET properly (bug 3794).
6094         * progmodes/gdb-mi.el (gdb-rules-name-maker)
6095         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6096         gdb-buffer-rules.
6097         (def-gdb-auto-update-handler): New nopreserve optional argument.
6098         (gdb-stack-list-frames-custom): Print stack from top to bottom.
6100         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6101         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6102         (gdb-parent-mode): New mode to derive other GDB modes from.
6103         (gdb-display-disassembly-for-thread)
6104         (gdb-frame-disassembly-for-thread): New commands for threads
6105         buffer.
6107         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6108         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6109         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6110         (gdb-update): We now store all GDB buffers in a list so that they
6111         can be updated by traversing a list instead of calling invalidate
6112         triggers explicitly.
6113         (def-gdb-trigger-and-handler): New macro to define trigger-handler
6114         pair for GDB buffer.
6115         (gdb-stack-buffer-name): Add thread information.
6116         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6117         handle pending triggers.
6118         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6119         (def-gdb-thread-buffer-simple-command)
6120         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6121         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6122         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6123         New commands which show buffers bound to thread.
6124         (gdb-stack-list-locals-regexp): Removed unused regexp.
6126         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6127         (gdb-locals-buffer-name, gdb-registers-buffer-name)
6128         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6129         to (gud-comint-buffer) in *-buffer-name functions
6130         because (gdb-get-target-string) already does that.
6131         (gdb-locals-handler-custom, gdb-registers-handler-custom)
6132         (gdb-changed-registers-handler): Rewritten without regexps.
6134         * progmodes/gdb-mi.el: Basic thread selection support.
6135         (gdb-thread-number): New variable.
6136         (gdb-current-context-command): New macro which adds --thread
6137         option to command.
6138         (gdb-threads-mode-map): Select thread with SPC.
6139         (gdb-thread-list-handler-custom): Mark current thread with overlay
6140         arrow.  Synchronize GDB thread and Emacs thread.
6141         (gdb-select-thread): New command which selects current thread.
6142         (gdb-invalidate-frames, gdb-invalidate-locals)
6143         (gdb-invalidate-registers): Use --thread option.
6145 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
6147         * net/tramp.el (top): Make check for tramp-gvfs loading more
6148         robust.  (Bug#3977)
6149         (tramp-handle-insert-file-contents): `unwind-protect' must be
6150         inside `with-parsed-tramp-file-name'.
6152         * net/tramp-gvfs.el (top): Remove superfluous message when loading
6153         fails.
6155 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
6157         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6158         directory if CLASSPATH is not set.
6160 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
6162         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6163         New defconst.
6164         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
6166 2009-08-02  Kevin Ryde  <user42@zip.com.au>
6168         * net/newst-backend.el (newsticker--raw-url-list-defaults):
6169         Update freshmeat link.  Delete newsforge.com as it seems gone.
6171 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6173         * select.el (x-set-selection): Doc fix (Bug#4021).
6175         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6177         * help-fns.el (describe-variable): Treat list return values from
6178         dir-locals-find-file properly (Bug#4005).
6180 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
6182         * net/tramp.el (tramp-debug-message): Print also microseconds.
6184 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
6186         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6187         or END is non-nil.
6188         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6189         (tramp-get-debug-buffer): Change `outline-regexp' according to new
6190         format.
6192         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6193         (tramp-get-file-property): Use it.
6195         * autorevert.el (auto-revert-handler): Allow
6196         `auto-revert-tail-mode' for remote files.
6198 2009-08-02  Jason Rumney  <jasonr@gnu.org>
6200         * minibuffer.el (read-file-name): Treat confirm options to
6201         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
6203 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6205         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6206         (font-lock-variable-name-face, font-lock-constant-face): Darken
6207         the colors for light backgrounds.
6209 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
6211         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6212         month names.  (Bug#3987)
6214 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
6216         * simple.el (line-move-finish): Pass whole number to
6217         line-move-to-column.
6218         (line-move-visual): Perform hscroll to the recorded position.
6220 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
6222         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6224 2009-07-29  Alan Mackenzie  <acm@muc.de>
6226         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6228 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
6230         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6231         (gdb-place-breakpoints): Use full path when setting breakpoints.
6233 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6235         * calc/calc.el (calc-mode-map): Add keybinding for
6236         `calc-transpose-lines'.
6238 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
6240         * calc/calc-misc.el (calc-transpose-lines): New function.
6242 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
6244         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6245         Simplify check for out-of-band methods.
6246         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6247         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
6249 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
6251         * vc-git.el (vc-git-checkin): Fix typo.
6253 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
6255         * progmodes/js2-mode.el: New file.
6257 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
6259         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6260         (gud-menu-map): Adjust tooltip accordingly.
6262 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6264         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6265         (vc-bzr-log-view-mode): Adjust log-view-file-re.
6267         * add-log.el (change-log-mode-map): Add a menu.
6269 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
6271         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6272         function returns nil.
6273         (dbus-handle-event): Handle special return value :ignore.
6274         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6276 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
6278         * view.el (view-mode-enable): Don't define Helper-return-blurb if
6279         it's not needed.
6281 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
6283         Fix Bug#3888:
6285         * w32-vars.el (x-select-enable-clipboard): Doc fix.
6287         * term/pc-win.el (x-display-name, x-colors)
6288         (x-select-enable-clipboard, x-select-text): Doc fix.
6290         * term/common-win.el (x-display-name, x-colors): Doc fix.
6292         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6293         (xw-defined-colors): Doc fix.
6295         * w32-fns.el (x-select-text, x-setup-function-keys)
6296         (x-get-selection, x-set-selection): Doc fix.
6298         * term/x-win.el (x-select-text, x-setup-function-keys)
6299         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6301         * select.el (x-set-selection): Doc fix.
6303 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
6305         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6306         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
6307         "IsNSSSupportAvailable" method is not available.  Reported by
6308         Steve Youngs <steve@sxemacs.org>.
6310 2009-07-24  Kenichi Handa  <handa@m17n.org>
6312         * international/characters.el: Fix setting of category ?C, ?|, ?K,
6313         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
6314         (build-unicode-category-table): Fix range checks.
6316 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6318         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6319         the buffer we try to sync is current when calling
6320         vc-resynch-buffer.
6322         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6323         not show up to date files.
6325 2009-07-24  Glenn Morris  <rgm@gnu.org>
6327         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6328         Add autoload cookies.  If necessary, initialize.
6329         (elint-log): Handle non-file buffers.
6330         (elint-initialize): Add optional argument to reinitialize.
6331         (elint-find-builtin-variables): Save excursion.
6333 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6335         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6336         for Lint.
6338 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6340         * vc.el (vc-print-log-internal): New function, split out from ...
6341         (vc-print-log): ... here.
6342         (vc-dir-move-to-goal-column): Declare.
6344         * vc-git.el (vc-git-add-signoff): New variable.
6345         (vc-git-checkin): Use it.
6346         (vc-git-toggle-signoff): New function.
6347         (vc-git-extra-menu-map): Bind it to menu.
6348         (vc-git--run-command-string): Accept a nil FILE argument.
6349         (vc-git-stash-list): New function.
6350         (vc-git-dir-extra-headers): Use it.
6352 2009-07-23  Glenn Morris  <rgm@gnu.org>
6354         * help-fns.el (describe-variable): Describe ignored and risky local
6355         variables in a similar way to that in which we describe safe ones.
6357         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6358         (byte-compile-output-file-form, byte-compile-output-docform)
6359         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6360         Give some more local variables with common names a "bytecomp-" prefix,
6361         so as not to shadow things during compilation.
6362         * emacs-lisp/cl-macs.el (load-time-value)
6363         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6364         `outbuffer' to `bytecomp-outbuffer'.
6366         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6367         since the next two variables cover them automatically now.
6368         (elint-builtin-variables, elint-autoloaded-variables): New.
6369         (elint-unknown-builtin-args): Remove all members, since they can be
6370         parsed automatically now.
6371         (elint-extra-errors): New.
6372         (elint-env-add-env, elint-env-add-macro): Use cadr.
6373         (elint-current-buffer): Use or.  Change final message.
6374         (elint-get-top-forms): Use line-end-position.
6375         (elint-init-env): Use cadr.  Handle autoload, declare-function,
6376         and defalias.
6377         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
6378         (regexp-assoc): Remove unused function.
6379         (elint-top-form): Set elint-current-pos, to record the start of the
6380         top-level form, for compilation-mode.
6381         (elint-form): Trap errors in macro expansion.  Use dolist.
6382         (elint-unbound-variable): Use elint-builtin-variables and
6383         elint-autoloaded-variables.
6384         (elint-get-args): Use cadr, or.
6385         (elint-check-cond-form): Use dolist, cadr.
6386         (elint-check-condition-case-form): Doc fix.  Use cadr.
6387         Use elint-extra-errors.
6388         (elint-log): New function.
6389         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6390         Distinguish errors and warnings.
6391         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
6392         Use a bytecomp-style format.
6393         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
6394         (elint-get-log-buffer): Use compilation mode.  Disable undo.
6395         Don't truncate lines.
6396         (elint-initialize): Set builtin and autoloaded variable lists.
6397         Only process elint-unknown-builtin-args if non-nil.
6398         (elint-find-builtin-variables, elint-find-autoloaded-variables):
6399         New functions.
6400         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
6402 2009-07-22  Kevin Ryde  <user42@zip.com.au>
6404         * net/newst-backend.el (newsticker--parse-atom-1.0)
6405         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6406         (newsticker--parse-rss-1.0):
6407         * progmodes/idlwave.el (idlwave-mode):
6408         * progmodes/idlw-shell.el (idlwave-shell-mode):
6409         * progmodes/vera-mode.el (vera-mode):
6410         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6411         * progmodes/vhdl-mode.el (vhdl-mode):
6412         * textmodes/table.el (table-generate-source)
6413         (table--warn-incompatibility):
6414         Hyperlink urls in docstrings with URL `...'.
6416 2009-07-22  Glenn Morris  <rgm@gnu.org>
6418         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6419         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6420         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6421         Remove leading * from defcustom docs.
6423         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
6425         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6426         defcustom doc.
6427         (list-load-path-shadows): Optionally, just return shadows as a string.
6429         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6431 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
6433         * mail/rmailedit.el (rmail-edit-mode): Use
6434         auto-save-include-big-deletions.
6436         * mail/rmail.el (rmail-variables): Use
6437         auto-save-include-big-deletions.
6439         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6440         changes.
6442 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
6444         * calc/calc.el (calc-undo-length): New variable.
6445         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6447 2009-07-21  Richard Stallman  <rms@gnu.org>
6449         * files.el (auto-save-mode): Handle buffer-save-size = -2
6450         for toggling mode.
6452 2009-07-21  Glenn Morris  <rgm@gnu.org>
6454         * textmodes/ispell.el (ispell-looking-back): Update declaration.
6456         * calendar/todo-mode.el (calendar-current-date): Update declaration.
6458         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6459         silence compiler.  Instead...
6460         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6461         (ps-print-ensure-fontified): Update for above function name changes.
6463         * printing.el (pr-mh-get-msg-num, pr-mh-show)
6464         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6465         silence compiler.  Instead...
6466         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6467         (mh-show-buffer): Only define for compiler.
6468         (pr-mh-current-message): Update for above function name changes.
6470         * files.el (abort-if-file-too-large): Explicitly pass `filename'
6471         as an argument.
6472         (find-file-noselect, insert-file-1): Update for above change.
6474         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6476         * mail/mailclient.el (mailclient-send-it): Fix message.
6478         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6479         (edebug-eval): Check cl-debug-env is bound.
6480         (print-level, print-circle): Don't redefine built-in variables.
6482         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6483         (custom-print-vectors): Remove old comments from doc.
6485         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6486         (emerge-version): Make the variable an obsolete alias for the
6487         emacs-version variable.  Make the function obsolete.
6488         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6489         Emerge options, rather than merging in into the main Options menu.
6490         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
6491         and auto advance modes.  Disable edit/fast items when not relevant.
6493 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6495         * term/vt420.el (terminal-init-vt420): Fix typo.
6497 2009-07-20  Sam Steingold  <sds@gnu.org>
6499         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6500         variable (removed from compile.el on 2004-03-11).
6502 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
6504         * files.el (hack-local-variables-filter): Fix last change.
6506 2009-07-19  Juri Linkov  <juri@jurta.org>
6508         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6509         (dir-local-variables-alist): New buffer-local variable.
6510         (hack-local-variables-filter): If variable is not dir-local,
6511         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6512         because file-local overrides dir-local.
6513         (c-postprocess-file-styles)<declare-function>:
6514         Remove obsolete declaration.
6515         (hack-dir-local-variables): Add dir-local variable/value pair to
6516         `dir-local-variables-alist' and remove duplicates.  Doc fix.
6518         * help-fns.el (describe-variable): Add information about
6519         file-local and dir-local variables.
6521 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
6523         * files.el (hack-local-variables-filter): Rewrite.
6525 2009-07-19  Glenn Morris  <rgm@gnu.org>
6527         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6528         Silence compiler by only defining on XEmacs.
6530         * international/mule.el (auto-coding-regexp-alist): Only match
6531         BABYL... at the start of buffer, not of lines.  (Bug#3790)
6533         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6534         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
6535         (cal-menu-context-mouse-menu): Doc fix.
6537         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6539         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
6541 2009-07-18  Juri Linkov  <juri@jurta.org>
6543         * info.el: Virtual Info keyword finder.
6544         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6545         (Info-finder-file): New variable.
6546         (Info-finder-find-file): New function.
6547         (finder-known-keywords, finder-package-info)
6548         (find-library-name, lm-commentary): Use defvar and
6549         declare-function to silence compiler warnings.
6550         (Info-finder-find-node): New function.
6551         (info-finder): New command.
6553         * subr.el (process-kill-buffer-query-function): New function.
6554         (add-hook)<kill-buffer-query-functions>: Add hook
6555         `process-kill-buffer-query-function'.
6557 2009-07-18  Alan Mackenzie  <acm@muc.de>
6559         * progmodes/cc-mode.el (c-before-hack-hook)
6560         (c-postprocess-file-styles): Give invocation of `c-set-style'
6561         DONT-OVERRIDE parameter of t.  Already set style variables will
6562         thus not be overridden by style settings given by `c-file-syle'.
6564         * files.el (hack-local-variables-filter): Remove entries with
6565         duplicate keys from `file-local-variables-alist'.
6567 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6569         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6570         x-set-selection if display-selections-p returns nil for the
6571         current frame.
6573 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
6575         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6577 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6579         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6580         Accept nil in addition to a regexp.
6581         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6582         Accept nil in addition to a regexp.
6583         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6584         buffers that have an associated file.  Handle nil values of
6585         desktop-buffers-not-to-save and desktop-files-not-to-save.
6586         (Bug#3833)
6588         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6589         (x-disown-selection-internal): New functions.
6591 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
6593         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6594         warning.
6595         (gdb-breakpoints-header): Move forward to avoid compiler warning.
6596         (gdb-make-header-line-mouse-map): Remove duplicate definition.
6598 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
6600         * simple.el (set-mark): Revert last change.
6602 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
6604         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6605         rendering of pngs is not possible instead of messaging a long
6606         description.
6608 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
6610         * w32-fns.el (x-selection-owner-p): New function.
6612         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6613         (mouse-yank-at-click, mouse-yank-primary): If
6614         select-active-regions is non-nil, deactivate the mark before
6615         insertion.
6617         * simple.el (deactivate-mark, set-mark): Only save selection if we
6618         own it.
6620 2009-07-17  Kenichi Handa  <handa@m17n.org>
6622         * case-table.el (describe-buffer-case-table): Fix for the case
6623         that KEY is a cons.
6625 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
6627         * vc-rcs.el (vc-rcs-find-file-hook):
6628         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6630 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
6632         * net/tramp.el (tramp-wait-for-output): Handle the case when
6633         commands do not return a newline but a null byte before the shell
6634         prompt.  (Bug#3858)
6636 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6638         * term/ns-win.el (ns-set-alpha): Don't declare.
6639         (ns-set-background-alpha): Remove function.
6641 2009-07-16  Kevin Ryde  <user42@zip.com.au>
6643         * emacs-lisp/copyright.el (copyright-update): Save match-data across
6644         y-or-n-p, for safety.
6646 2009-07-16  Richard Stallman  <rms@gnu.org>
6648         * files.el (auto-save-mode): If buffer-saved-size is -2,
6649         don't clobber it.
6651         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6652         (rmail-retry-ignored-headers): Add more uninteresting fields.
6654 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
6656         * net/rcirc.el (rcirc): Use history variables.
6657         (rcirc-server-name-history, rcirc-nick-name-history)
6658         (rcirc-server-port-history): New variables.
6660 2009-07-15  Kenichi Handa  <handa@m17n.org>
6662         * international/mule-cmds.el (set-language-environment-charset):
6663         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6664         ignore them.
6666         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6667         Delete unibyte-display.
6669 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6671         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6673 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6675         * simple.el (deactivate-mark): Optional argument FORCE.
6676         (set-mark): Use deactivate-mark.
6678         * info.el (Info-search): No need to check transient-mark-mode
6679         before calling deactivate-mark.
6681         * select.el (x-set-selection): Doc fix.
6682         (x-valid-simple-selection-p): Allow buffer values.
6683         (xselect--selection-bounds): Handle buffer values.  Suggested by
6684         David De La Harpe Golden.
6686         * mouse.el (mouse-set-region, mouse-drag-track): Call
6687         copy-region-as-kill before setting the mark, to let
6688         select-active-regions work.
6690 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
6692         * simple.el (deactivate-mark): If select-active-regions is
6693         non-nil, copy the selection data into a string.
6694         (activate-mark): If select-active-regions is non-nil, set the
6695         selection to the current buffer.
6696         (set-mark): Update selection if select-active-regions is non-nil.
6698         * select.el (x-valid-simple-selection-p): Allow buffer values.
6700 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6702         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6703         and more featureful message-mode.
6705 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
6707         * select.el (x-set-selection): Doc fix.
6708         (x-valid-simple-selection-p): Disallow selection data consisting
6709         of a list or cons of integers, since that is not used.
6710         (xselect--selection-bounds, xselect--int-to-cons): New functions.
6711         (xselect-convert-to-string, xselect-convert-to-length)
6712         (xselect-convert-to-filename, xselect-convert-to-charpos)
6713         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6715 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
6717         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6718         output in -break-info command (Emacs bug #3794).
6720 2009-07-14  Glenn Morris  <rgm@gnu.org>
6722         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6723         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6724         (edebug-print-length, edebug-print-level, edebug-print-circle)
6725         (edebug-sit-for-seconds, edebug-view-outside)
6726         (edebug-bounce-point, edebug-set-global-break-condition)
6727         (edebug-Go-nonstop-mode, edebug-trace-mode)
6728         (edebug-Trace-fast-mode, edebug-continue-mode)
6729         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6730         (edebug-visit-eval-list): Doc fixes.
6732         * subr.el (def-edebug-spec): Doc fix.
6734 2009-07-14  Kenichi Handa  <handa@m17n.org>
6736         * international/characters.el: Fix setting of category ?C.
6738 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
6740         * term/ns-win.el (x-select-font): defalias x-select-font to
6741         ns-popup-font-panel instead of generate-fontset-menu.
6743 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
6745         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
6747 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
6749         * arc-mode.el (archive-find-type): Allow for a PK00 string before
6750         the PK\003\004 header (Bug#3770).
6752 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
6754         * pcomplete.el (pcomplete-comint-setup): Check for
6755         shell-dynamic-complete-filename too.
6757 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
6759         * simple.el (temporary-goal-column): Change the value for
6760         line-move-visual to a cons cell.
6761         (line-move-visual): Record or set the window hscroll, if
6762         necessary (Bug#3494).
6763         (line-move-1): Handle cons value of temporary-goal-column.
6765 2009-07-11  Kenichi Handa  <handa@m17n.org>
6767         * international/mule-diag.el (describe-character-set): Don't show
6768         width.
6770 2009-07-10  Sam Steingold  <sds@gnu.org>
6772         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6773         Omake sometimes indents the errors it prints, so allow all
6774         regexps to start with spaces.
6776 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
6778         * cus-edit.el (customize-changed-options-previous-release):
6779         Bump value to 22.1.  (Bug#3804)
6781 2009-07-08  Sam Steingold  <sds@gnu.org>
6783         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
6784         to be a cons cell (test . ignored-directory) to selectively ignore
6785         some directories depending on the location of the search.
6787 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
6789         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
6790         remote user is root, on the local host.
6791         (tramp-local-host-p): Either the local user or the remote user
6792         must be root.  (Bug#3771)
6794 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6796         * progmodes/gdb-mi.el (gdb): Remove description of
6797         gdb-use-separate-io-buffer.
6798         (menu): Don't allow toggling of or enable
6799         gdb-use-separate-io-buffer from menubar.
6801 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
6803         * mail/unrmail.el (unrmail): Make sure the message ends with two
6804         newlines (Bug#3769).
6806 2009-07-08  Glenn Morris  <rgm@gnu.org>
6808         * calendar/calendar.el (calendar-current-date): Rework previous change.
6810 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
6812         * calendar/calendar.el (calendar-current-date):
6813         Add an optional argument giving an offset from today.
6815 2009-07-08  Glenn Morris  <rgm@gnu.org>
6817         * tutorial.el (tutorial--describe-nonstandard-key):
6818         Adjust the message for when a key has been unbound.
6819         (help-with-tutorial): Hide the arch-tag.
6821 2009-07-08  Kenichi Handa  <handa@m17n.org>
6823         * international/fontset.el (setup-default-fontset): For each
6824         script, append (not set) font-specs.
6826         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
6827         docstring.
6829 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
6831         * progmodes/gdb-mi.el (gdb-init-1): Move sending
6832         -data-list-register-names to ...
6833         (gdb-starting): ... here because GDB 7.0 requires execution to
6834         have started when using this MI command.
6835         (gdb-set-header): New function to distinguish select and
6836         unselected tabs in gdb buffers.
6837         (gdb-propertize-header): New macro that uses gdb-set-header.
6838         (gdb-breakpoints-header, gdb-locals-header): Use it.
6839         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
6841 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
6843         * Makefile.in (ELCFILES): Remove fadr.elc.
6845 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
6847         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
6848         may contain frame information, so `string-match' should be used.
6849         (gdb-update): Disassembly is invalidated through
6850         `gdb-get-selected-frame'.
6851         (gdb-pad-string): New function to pad string with spaces.
6852         (gdb-invalidate-disassembly): Invalidate only if the buffer
6853         exists.
6854         (gdb-disassembly-handler-custom): Column alignment.
6855         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
6856         placing new ones.
6857         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
6858         end of line, too.
6859         (gdb-frame-handler): Match convention to for disassembly buffer
6860         mode name.
6861         (gdb-stack-list-frames-handler): Rewritten without regexps.
6862         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
6863         not highlight breakpoints without line information.
6864         (gdb-input): Add trailing newline to command.
6866         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
6867         buffer properly.
6868         (gdb-breakpoints-list-handler-custom): Replacement for
6869         `gdb-break-list-handler'.  Using real parser instead of regexps
6870         now.
6871         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
6872         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
6873         to place breakpoints.
6874         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
6875         functions.
6876         (gdb-disassembly-handler-custom): Show overlay arrow.
6877         (gdb-disassembly-place-breakpoints): Show breakpoints in
6878         disassembly buffer.
6879         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6880         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
6881         instead of parsing breakpoints buffer.  Fixed old menu references
6882         in `gud-menu-map'.
6884         * fadr.el: Remove.
6886         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
6887         (gdb-memory-address): New variable which holds top address of
6888         memory page shown in memory buffer.
6889         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
6890         customization variables.
6891         New functions:
6892         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
6893         display the memory buffer.
6894         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
6895         buffer display parameters.
6896         (def-gdb-memory-format, gdb-memory-format-binary)
6897         (gdb-memory-format-octal, gdb-memory-format-unsigned)
6898         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
6899         Functions for setting memory buffer format.
6900         (gdb-memory-unit-word, gdb-memory-unit-halfword)
6901         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
6902         unit size used in memory buffer.
6903         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
6904         to next/previous page of memory buffer.
6905         Now using (bindat-get-field) instead of fadr functions.
6907 2009-07-07  Sam Steingold  <sds@gnu.org>
6909         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
6910         non-top-level files.
6912 2009-07-07  Kenichi Handa  <handa@m17n.org>
6914         * international/mule-cmds.el (reset-language-environment): Put
6915         the highset priority to the charset iso-8859-1.
6917 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6919         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
6920         to the end of the line when locating the block (Bug#700).
6922 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
6924         * net/tramp.el (tramp-handle-write-region): Flush file properties
6925         in case of short track.
6927 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
6929         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
6930         representation of verilog error regular expressions to work with
6931         Emacs-22's new format.
6932         (verilog-error-regexp-xemacs-alist): Coded custom representation
6933         of verilog error regular expressions to work with XEmacs format.
6934         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
6935         error recognition into XEmacs.
6936         (verilog-error-regexp-add-emacs): Hook routine to install verilog
6937         error recognition into Emacs-22.
6939 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
6941         * woman.el: Remove stand-alone closing parentheses.
6942         (woman-file-name, woman2-format-paragraphs)
6943         (woman-leave-blank-lines): Code cleanup.
6944         (woman-use-own-frame): Change default to nil.
6945         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
6946         defaults to inherit from default faces.
6947         (woman2-process-escapes): Consume the newline after a stand-alone
6948         filler character (Bug#3651).
6950 2009-07-06  Glenn Morris  <rgm@gnu.org>
6952         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
6953         (top-level): Move provide to the end.
6954         (ffap): Remove defunct URL from custom group.
6956         * subr.el (eval-after-load): Doc fix.
6958 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
6960         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
6961         `calc-embedded-word' is called twice.
6963 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6965         * files.el (find-alternate-file-other-window, find-alternate-file):
6966         Obey confirm-nonexistent-file-or-buffer.
6968 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
6970         * dired-aux.el (dired-show-file-type): Handle remote files.
6972 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
6974         * desktop.el (desktop-globals-to-save):
6975         Add file-name-history (Bug#2750).
6977 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
6979         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
6981 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
6983         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
6984         property on entire argument since this is what eshell-lisp-command
6985         expects.
6987 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
6989         * net/tramp-gvfs.el (tramp-gvfs-methods)
6990         (tramp-gvfs-zeroconf-domain)
6991         (tramp-bluez-discover-devices-timeout): Add version flag.
6992         (tramp-gvfs-handler-mounted-unmounted)
6993         (tramp-gvfs-connection-mounted-p): Polish handling of
6994         incompatibilities between GVFS 0.2 and 1.0.
6996 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
6998         * cus-start.el (all): Add make-pointer-invisible.
7000 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
7002         * calc-math.el (math-use-emacs-fn): Make sure that the number is
7003         formatted correctly.
7005 2009-07-02  Juri Linkov  <juri@jurta.org>
7007         * info.el: Virtual Info files and nodes.
7008         (Info-virtual-files, Info-virtual-nodes): New variables.
7009         (Info-current-node-virtual): New variable.
7010         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7011         New functions.
7012         (Info-file-supports-index-cookies): Use Info-virtual-file-p
7013         to check for a virtual file instead of checking a fixed list
7014         of node names.
7015         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7016         instead of ad-hoc processing of "dir" and (apropos history toc).
7017         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7018         instead of ad-hoc processing of "dir" and (apropos history toc).
7019         Reread a file when moving from a virtual node.
7020         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7021         (Info-directory-toc-nodes, Info-directory-find-file)
7022         (Info-directory-find-node): New functions.
7023         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7024         (Info-history): Move part of code to
7025         `Info-history-find-node'.
7026         (Info-history-toc-nodes, Info-history-find-file)
7027         (Info-history-find-node): New functions.
7028         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7029         (Info-toc): Move part of code to `Info-toc-find-node'.
7030         (Info-toc-find-node): New function.
7031         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
7032         the current Info file name to references because now the node
7033         "*TOC*" belongs to the same Info manual.
7034         (Info-toc-build): Rename from `Info-build-toc'.
7035         (Info-toc-nodes): Rename input argument `file' to `filename'.
7036         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7037         instead of ad-hoc processing of ("dir" apropos history toc).
7038         (Info-index-nodes): Use Info-virtual-file-p
7039         to check for a virtual file instead of checking a fixed list
7040         of node names.
7041         (Info-index-node): Add check for `Info-current-node-virtual'.
7042         Raise `save-match-data' higher up the tree to contain
7043         `search-forward' too (bug fix).
7044         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7045         (Info-virtual-index-nodes): New variable.
7046         (Info-virtual-index-find-node, Info-virtual-index): New functions.
7047         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7048         (Info-apropos-file, Info-apropos-nodes): New variables.
7049         (Info-apropos-toc-nodes, Info-apropos-find-file)
7050         (Info-apropos-find-node, Info-apropos-matches): New functions.
7051         (info-apropos): Move part of code to `Info-apropos-find-node' and
7052         `Info-apropos-matches'.
7053         (Info-mode-map): Bind "I" to `Info-virtual-index'.
7054         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7055         for a virtual file instead of checking a fixed list of node names.
7057         * simple.el (async-shell-command): New command.
7059         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7061         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7062         instead of `mount-info'.
7064 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
7066         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7067         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7069 2009-07-02  Kenichi Handa  <handa@m17n.org>
7071         * international/mule.el (set-keyboard-coding-system): Force *-unix
7072         coding-system to avoid eol conversion.
7074 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
7076         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7077         Add handler for `process-file', `shell-command' and
7078         `start-file-process'.
7079         (tramp-gvfs-handle-shell-command)
7080         (tramp-gvfs-handle-start-file-process)
7081         (tramp-gvfs-handle-process-file): New defuns.
7082         (tramp-synce-list-devices): Simplify check for existence of property.
7084 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
7086         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7088 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7090         * language/korean.el (set-language-info-alist): Add korean-cp949,
7091         cp949 to spec.
7093 2009-07-01  Kenichi Handa  <handa@m17n.org>
7095         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7097         * international/encoded-kb.el: Deleted.
7099         * international/mule.el (set-keyboard-coding-system): Perform the
7100         necessary setup here instead of calling encoded-kbd-setup-display.
7102 2009-07-01  Glenn Morris  <rgm@gnu.org>
7104         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7106 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7108         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
7110 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
7112         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7113         Handle also the 'rename case, when setting file modes.  (Bug#3712)
7114         (tramp-default-file-modes) Remove execute permissions.
7116         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7117         (top): Add a default for "synce" in `tramp-default-user-alist'.
7118         Add completion function for "synce" method.
7119         (tramp-hal-service, tramp-hal-path-manager)
7120         (tramp-hal-interface-manager, tramp-hal-interface-device):
7121         New defconst.
7122         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7123         (tramp-synce-list-devices, tramp-synce-parse-device-names):
7124         New defuns.
7126         * net/trampver.el: Update release number.
7128 2009-06-30  Kenichi Handa  <handa@m17n.org>
7130         * international/fontset.el (setup-default-fontset): Add CJK fonts
7131         for symbols and the other miscellaneous characters.
7133         * language/korea-util.el (setup-korean-environment-internal):
7134         Make char-width-table suitable for Korean environments.
7135         (exit-korean-environment): Cancel above.
7137         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7138         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7139         setup-funcion to make char-widht-table suitable for respective
7140         environments, and an exit-function to cancel that.
7142         * language/japan-util.el (setup-japanese-environment-internal):
7143         Call use-cjk-char-width-table with arg `ja_JP'.
7145         * international/characters.el (cjk-char-width-table): Delete it.
7146         (cjk-char-width-table-list): New variable.
7147         (use-cjk-char-width-table): New arg local-name.
7148         (use-default-char-width-table): Fix for the case that Emacs is
7149         already using the default char-width-table.
7151 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
7153         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7154         modes mandatory.  (Bug#3712)
7156 2009-06-29  Alan Mackenzie  <acm@muc.de>
7158         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7159         correction between the visible width of TABs and their number of bytes.
7161 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
7163         * server.el (server-buffer-done): Prevent kill-buffer from
7164         prompting by clearing the buffer modification flag (Bug#3696).
7166 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
7168         * verilog-mode.el (verilog-beg-of-statement)
7169         (verilog-endcomment-reason-re): Support unique case and priority case.
7170         (verilog-basic-complete-re): Support localparam lineup.
7171         (verilog-beg-of-statement-1): Fix for robustness, unique case.
7172         (verilog-set-auto-endcomments): Fix for unique case, always_comb
7173         commenting.
7174         (verilog-leap-to-case-head): Now support *nested* unique &
7175         priority case statements.
7176         (verilog-auto-lineup): Make just declarations the default (as it
7177         had been).
7178         (verilog-leap-to-case-head): Support priority/unique case statements.
7179         (verilog-auto-lineup): Rework to give users radio buttons to
7180         select the various styles of automatic lineup.
7181         (verilog-error-regexp-alist): Rework to support the XEmacs style
7182         of error regular expressions from compilers, lint tools &
7183         simulators.  Note that GNU Emacs has made it impossible for a mode
7184         to load such things.
7185         (electric-verilog-terminate-line, verilog-indent-declaration)
7186         (verilog-auto-wiure): Rework for radio button selection of
7187         auto-lineup selection of specification of auto lineup.
7188         (verilog-beg-of-statement-1): Redesign to support proper operation
7189         in additional code, based on testing with auto-lineup.
7190         (verilog-calculate-indent, assignments & declarations)
7191         (verilog-backward-token): Enhance to support auto-lineup of
7192         assignments & declarations.
7193         (verilog-in-directive-p, verilog-at-struct-p): New function for
7194         easy test of whether we are.
7195         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7196         to support safe execution at almost anyline.
7197         (verilog-calc-1): Properly support indenting deep inside generate
7198         blocks.
7199         (verilog-init-font) Remove definition & use of verilog-init-font,
7200         as it is redundant with font-lock-defaults.
7201         (verilog-mode): Alter the definition of verilog-font-lock-defaults
7202         to avoid circular calls if syntax-ppss is a function (as is the
7203         case now in 22.x GNU Emacs) as that function would sometimes call
7204         itself, leading to (nearly) infinite recursion.
7205         (verilog-ovm-begin-re, verilog-ovm-end-re)
7206         (verilog-ovm-statement-re, verilog-leap-to-head)
7207         (verilog-backward-token): Add support for OVM macros.  Some are
7208         complete statements, and others open and close scopes like begin
7209         and end.
7210         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7211         (verilog-defun-level-generate-only-re): Really fix the defun-list
7212         compilation issue.
7213         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7214         coverpoint, constraint and cross statements.
7215         (verilog-defun-level-list, verilog-generate-defun-level-list)
7216         (verilog-all-defun-level-list): Redo these specifications - it is
7217         too hard to support eval-when compile aggregation of lists also
7218         built at when-compile time.
7219         (verilog-defun-level-list): Place defconsts of variables used in
7220         building regular expressions which are built in eval-when-compile
7221         bodies in the same eval-when-compile body to facilitate compile
7222         without load.
7223         (verilog-beg-block-re-ordered): Support indenting
7224         virtual/protected tasks and functions.
7225         (verilog-defun-level-list, verilog-in-generate-region-p)
7226         (verilog-backward-ws&directives, verilog-calc-1): Speed up
7227         indentation of some module items (generate items).
7228         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7229         across virtual/protected tasks and functions.
7231 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
7233         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7234         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
7235         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7236         in concatenations.  Reported by Yishay Belkind.
7237         (verilog-auto-ascii-enum): Support one-hot state machines in
7238         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
7239         (verilog-auto-inst, verilog-auto-inst-port): Include interface
7240         modport in AUTOINST and add vl-modport for users.  Reported by
7241         David Rogoff.
7242         (verilog-auto-inout-module, verilog-auto-inst)
7243         (verilog-decls-get-interfaces, verilog-insert-definition)
7244         (verilog-insert-one-definition, verilog-read-decls)
7245         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7246         (verilog-sig-modport, verilog-signals-combine-bus)
7247         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7248         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7249         Suggested by David Rogoff.
7250         (verilog-repair-open-comma): Fix non-insertion of comma when
7251         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
7252         (verilog-make-width-expression): Simplify [A-1:0] expression
7253         widths to just {A{1'b0}}.
7254         (verilog-mode): Cleanup checkdoc warnings.
7255         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7256         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7257         inputs/outputs or data type.  Suggested by Vasu Kandadi.
7258         (next-error-last-buffer): Fix byte-compiler warning.
7259         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7260         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7261         or shell command text during AUTO expansion.  Suggested by Tad Truex.
7262         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7263         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7264         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7265         in AUTOINOUT.  Reported by Matthew Lovell.
7266         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7267         causing use of <= assignments.  Reported by Alex Reed.
7268         (verilog-read-decls): Fix triand, trior, wand, wor to be
7269         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
7270         (verilog-extended-complete-re): Support import "DPI-C" functions.
7271         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7272         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
7273         (verilog-insert-date, verilog-insert-year)
7274         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7275         Windows systems.  Reported by Michael Potts.
7276         (verilog-read-module-name): Fix AUTOINST when the child module
7277         declaration's name is a tick define.  Reported by Elliot Mednick.
7278         (verilog-read-decls): Fix V2K parameter bit subscripts getting
7279         passed to next parameter's definition.  Reported by Bruce T.
7280         (verilog-read-decls): Fix detecting "parameter int" when using
7281         AUTOINSTPARAM.  Reported by Bruce T.
7282         (verilog-goto-defun): Fix goto not finding modules unless first
7283         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
7284         (verilog-mode): Expand -f flag arguments on entry to mode so
7285         verilog-goto-defun will work.  Reported by Lawrence Butcher.
7286         (verilog-getopt): Expand environment variables in -f file
7287         arguments.  Suggested by Lawrence Butcher.
7288         (verilog-set-define): Fix "Symbol's value as variable is void"
7289         when reading enumerations.
7290         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7291         Suggested by Stephen Peltan.
7292         (verilog-read-defines): Fix reading of enumerations in include
7293         files.  Reported by Steve Peltan.
7295 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7297         * files.el (trash-directory): Fix defcustom type.
7299 2009-06-28  Juri Linkov  <juri@jurta.org>
7301         * help-fns.el (describe-function-1): Correctly locate adviced
7302         functions in hyperlink (Bug#2438).
7304 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
7306         * files.el (trash-directory): Change default to nil.
7307         (move-file-to-trash): If trash-directory is nil and
7308         system-move-file-to-trash is unbound, perform freedesktop-style
7309         trashing.
7311 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7313         * files.el (move-file-to-trash): Add freedesktop trash
7314         support (Bug#973).
7316 2009-06-28  Glenn Morris  <rgm@gnu.org>
7318         * autorevert.el (global-auto-revert-non-file-buffers)
7319         (global-auto-revert-mode): Doc fixes.
7321 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
7323         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7325 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
7327         * faces.el (x-handle-named-frame-geometry): Ensure that we have
7328         opened an X connection before calling x-get-resource (Bug#3194).
7330         * play/doctor.el: Remove reference to obsolete website.
7331         (make-doctor-variables): Correct grammar mistake (Bug#2633).
7333 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
7335         Remove find-file-not-found-hook VC method.  (Bug#2757)
7336         * vc-hooks.el (vc-file-not-found-hook)
7337         (vc-default-find-file-not-found-hook): Remove functions.
7338         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7339         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7340         * vc.el:
7341         * vc-hg.el:
7342         * vc-git.el: Do not mention find-file-not-found-hook VC method.
7344 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7346         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7347           compatibility function for `looking-back'.
7349         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7350         Use `ispell-looking-back'.
7352 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
7354         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7355         rather than `filename'.
7357 2009-06-23  Miles Bader  <miles@gnu.org>
7359         * face-remap.el (text-scale-set): New function.
7361 2009-06-23  Glenn Morris  <rgm@gnu.org>
7363         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7365         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7367         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7369         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7371         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7372         Simplify Persian conditionals.
7374         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7375         variable `filename'.
7377         * comint.el (comint-insert-input): Doc fix.
7379         * Makefile.in (ELCFILES): Fix typo in previous change.
7381 2009-06-23  Miles Bader  <miles@gnu.org>
7383         * cus-start.el: Add entry for `recenter-redisplay'.
7385 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7387         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7388         Add an optional argument for the backend, use it instead of
7389         calling vc-backend.
7390         (vc-mode-line): Add an optional argument for the backend.
7391         Pass the backend to vc-state and vc-working-revision.  Move code for
7392         special handling for vc-state being a buffer to ...
7394         * vc-rcs.el (vc-rcs-find-file-hook):
7395         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
7397         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7398         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7399         vc-stay-local-p and vc-mode-line calls.
7401         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7402         (vc-cvs-diff, vc-cvs-annotate-command)
7403         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7404         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7405         vc-mode-line calls.
7407         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7408         direct comparison.
7409         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7410         backend when calling vc-mode-line.
7411         (vc-register): Do not create a closure for calling the vc register
7412         function, call it directly.
7414 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7416         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7417         to make it obvious item can be clicked.
7419         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7421 2009-06-23  Kenichi Handa  <handa@m17n.org>
7423         * language/korea-util.el (korean-key-bindings): Change the binding
7424         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
7425         same command.
7427 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
7429         Sync with Tramp 2.1.16.
7431         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7433         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
7434         when a loading of a package fails.  Completion function for rsync
7435         is `tramp-completion-function-alist-ssh'.
7436         (all): Replace all calls of `split-string' and
7437         `tramp-split-string' by `tramp-compat-split-string'.
7438         (tramp-default-method): Use `tramp-compat-process-running-p'.
7439         (tramp-default-proxies-alist): Allow also Lisp forms.
7440         (tramp-remote-path): Add choice "Private Directories".
7441         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7442         (tramp-domain-regexp): Allow also "-", "_" and ".".
7443         (tramp-end-of-output): Remove newlines, and add "$" at the end.
7444         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7445         (tramp-debug-message): Insert header line in debug buffer.
7446         (tramp-handle-directory-files-and-attributes-with-stat):
7447         Care about filenames with spaces, or starting with "-".
7448         (tramp-handle-dired-uncache): New defun.
7449         (tramp-handle-insert-directory): Don't flush the directory from
7450         cache, this is handled by `dired-uncache' now.
7451         (tramp-handle-insert-file-contents): Improve error handling.
7452         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7453         Quote `tramp-end-of-output'.
7454         (tramp-action-password): Improve trace message.
7455         (tramp-check-for-regexp): Both echoes must be present, before removing.
7456         (tramp-open-connection-setup-interactive-shell): Trace coding system.
7457         (tramp-compute-multi-hops): Eval cons cells of
7458         `tramp-default-proxies-alist'.
7459         (tramp-maybe-open-connection): Use the same command pattern for
7460         first hop and further hops.
7461         (tramp-wait-for-output): Remove handling of newlines.
7462         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7463         (tramp-split-string): Remove function.  It is handled in
7464         tramp-compat now.
7466         * net/tramp-cmds.el (tramp-bug):
7467         Recommend `tramp-cleanup-all-connections' in the bug mail.
7469         * net/tramp-compat.el (tramp-compat-split-string)
7470         (tramp-compat-process-running-p): New defuns.
7472         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7473         for `dired-uncache'.
7475         * net/tramp-gvfs.el: New package.
7477         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7478         Add handler for `dired-uncache'.
7479         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7481         * net/trampver.el: Update release number.  Make version check fit
7482         for SXEmacs 22.
7484 2009-06-22  Jim Meyering  <meyering@redhat.com>
7486         Automatically handle .xz suffix (XZ-compressed files), too.
7487         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7488         XZ is the successor to LZMA: <http://tukaani.org/xz/>
7490 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
7491             Nick Roberts  <nickrob@snap.net.nz>
7493         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7494         repository (http://sphinx.net.ru/hg/gdb-mi/).
7496 2009-06-22  Glenn Morris  <rgm@gnu.org>
7498         * files.el (dir-locals-collect-mode-variables): Allow for any number of
7499         `mode' and `eval' entries.  (Bug#3430)
7501         * Makefile.in (ELCFILES): Add fadr.elc.
7503         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7504         differing behavior of \n and ^ in strings.  (Bug#3385)
7506         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7508         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7509         property.
7510         (lisp-indent-function): Make it a defcustom.
7512 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
7514         * progmodes/gdb-ui.el: Replace with ...
7515         * progmodes/gdb-mi.el: ... this file.
7516         * progmodes/gud.el: Modify for gdb-mi.el.
7518 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
7520         * fadr.el: New file.
7522 See ChangeLog.14 for earlier changes.
7524 ;; Local Variables:
7525 ;; coding: utf-8
7526 ;; End:
7528     Copyright (C) 2009  Free Software Foundation, Inc.
7530   This file is part of GNU Emacs.
7532   GNU Emacs is free software: you can redistribute it and/or modify
7533   it under the terms of the GNU General Public License as published by
7534   the Free Software Foundation, either version 3 of the License, or
7535   (at your option) any later version.
7537   GNU Emacs is distributed in the hope that it will be useful,
7538   but WITHOUT ANY WARRANTY; without even the implied warranty of
7539   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7540   GNU General Public License for more details.
7542   You should have received a copy of the GNU General Public License
7543   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7545 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1