* progmodes/cc-cmds.el: declare-functioned forward-subword and
[emacs.git] / lisp / ChangeLog
blob4b6809af072203419a9e68a559f074d2e79b73a8
1 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
3         * progmodes/cc-cmds.el: declare-functioned forward-subword and
4         backward-subword to quit the byte-compiler.
6         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
8         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10         * progmodes/cc-cmds.el (c-update-modeline)
11         (c-forward-into-nomenclature, c-backward-into-nomenclature): Refer
12         to subword.el functions instead of cc-subword.el.
14         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
15         subword.el functions instead of cc-subword.el.
17         * progmodes/cc-subword.el: Renamed to subword.el.
18         * subword.el: Renamed from progmodes/cc-subword.el.
19         (subword-mode-map): Renamed from c-subword-mode-map.
20         (subword-mode): Renamed from c-subword-mode.
21         (global-subword-mode): New global minor mode.
22         (forward-subword): Renamed from c-forward-subword.
23         (backward-subword): Renamed from c-backward-subword.
24         (mark-subword): Renamed from c-mark-subword.
25         (kill-subword): Renamed from c-kill-subword.
26         (backward-kill-subword): Renamed from c-backward-kill-subword.
27         (transpose-subwords): Renamed from c-tranpose-subword.
28         (downcase-subword): Renamed from c-downcase-subword.
29         (capitalize-subword): Renamed from c-capitalize-subword.
30         (forward-subword-internal): Renamed from
31         c-forward-subword-internal.
32         (backward-subword-internal): Renamed from
33         c-backward-subword-internal.
35 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
37         * vc.el (vc-deduce-fileset): Allow non-state changing operations
38         from a dired buffer.
39         (vc-dired-deduce-fileset): New function.
40         (vc-root-diff, vc-print-root-log): Use it.
42         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
43         nil LIMIT argument to vc-print-log-internal.
45 2009-11-20  Glenn Morris  <rgm@gnu.org>
47         * Makefile.in (ELCFILES): Regenerate.
49 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
51         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
53         * cedet/semantic.el: Enable idle-mode menu items only if
54         global-semantic-idle-scheduler-mode is enabled.
55         (semantic-default-submodes): Doc fix.
57         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
58         When turning off, disable other idle modes.
60 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
62         * calc/calc.el (calc-set-mode-line):
63         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
64         (math-format-number): Rename `math-format-complement-signed' to
65         `math-format-twos-complement'.
67         * calc/calc-bin.el (math-format-twos-complement): Rename from
68         math-format-complement-signed.
69         (calc-radix): Rename `calc-complement-signed-mode' to
70         `calc-twos-complement-mode'.
71         (calc-octal-radix, calc-hex-radix): Add an argument for
72         two's complement.
74         * calc/calc-embed.el (calc-embedded-mode-vars):
75         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
77         * calc/calc-ext.el (calc-init-extensions):
78         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
79         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
81         * calc/calc-units.el (math-build-units-table-buffer):
82         Let `calc-twos-complement-mode' be nil.
84         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
85         entries.
87         * calc/calc-vec.el (calcFunc-vunpack):
88         * calc/calc-aent.el (calc-do-calc-eval):
89         * calc/calc-forms.el (math-format-date):
90         * calc/calc-graph.el (calc-graph-plot):
91         * calc/calc-math.el (math-use-emacs-fn):
92         * calc/calccomp.el (math-compose-expr):
93         Let `calc-twos-complement-mode' be nil.
95 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
97         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
98         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
99         * minibuffer.el (completion-in-region-functions): New hook.
100         (completion-in-region): New function.
101         * emacs-lisp/lisp.el (lisp-complete-symbol):
102         * pcomplete.el (pcomplete-std-complete): Use it.
104 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
106         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
107         (latex-complete-alist): New vars.
108         (latex-string-prefix-p, latex-complete-bibtex-keys)
109         (latex-complete-envnames, latex-complete-refkeys)
110         (latex-complete-data): New functions.
111         (latex-complete, latex-indent-or-complete): New commands.
113         * window.el (display-buffer-mark-dedicated): New var.
114         (display-buffer): Obey it.
115         * minibuffer.el (minibuffer-completion-help): Use it.
117         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
119         * filecache.el (file-cache-add-file): Use push and cons.
120         (file-cache-delete-file-regexp): Use push.
121         (file-cache-complete): Use completion-in-region.
123         * simple.el (with-wrapper-hook): Fix thinko.
125         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
126         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
127         Use with-current-buffer and string-to-number.
128         (hfy-fallback-colour-values): Use assoc-string.
129         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
130         (hfy-face-at): Remove unused var `found-face'.
131         (hfy-compile-stylesheet): Remove unused var `css'.
132         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
133         and `orig-buffer'.
134         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
135         Use with-current-buffer.
136         (hfy-text-p): Use expand-file-name and fewer setq.
138 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
140         * htmlfontify.el, hfy-cmap.el: New files.
142 2009-11-19  Juri Linkov  <juri@jurta.org>
144         * minibuffer.el (completions-format): New defcustom.
145         (completion--insert-strings): Implement vertical format.
147         * simple.el (switch-to-completions): Move point to the first
148         completion when point was at the beginning of the buffer.
150 2009-11-19  Juri Linkov  <juri@jurta.org>
152         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
154         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
156 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
158         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
159         (mail-signature): Change default to t.
160         (mail-from-style): Deprecate `system-default' value.
161         (mail-insert-from-field): For default value of mail-from-style,
162         default to `angles' unless `angles' needs quoting and `parens'
163         does not.
164         (mail-citation-prefix-regexp): Use citation regexp from
165         message-mode.
167 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
169         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
170         Set variables for computing the prompt for reading password.
172 2009-11-19  Glenn Morris  <rgm@gnu.org>
174         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
176         * textmodes/flyspell.el (sgml-lexical-context): Declare.
178         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
179         (newsticker-treeview-listwindow-height): Fix custom type.
181 2009-11-19  Kenichi Handa  <handa@m17n.org>
183         * descr-text.el (describe-char-padded-string): Compose with TAB
184         only if there's a font for CH.
185         (describe-char): Fix the condition for detecting a trivial composition.
187 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
189         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
190         more accurate version of the regexp.  (Bug#3910)
192 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
194         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
196 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
198         * font-setting.el (font-use-system-font): Declare for byte-compiler.
199         (font-setting-change-default-font): Fix typo in docstring.
201 2009-11-18  Alan Mackenzie  <acm@muc.de>
203         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
205 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
207         * font-setting.el (font-use-system-font): Move ...
209         * cus-start.el (all): ... to here.
211 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
213         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
214         Don't set `ad-return-value' if `ad-do-it' doesn't.
216         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
217         modification time.
219 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
221         * menu-bar.el: Put "Use system font" in Option-menu.
222         (menu-bar-options-save): Add font-use-system-font.
224         * loadup.el: If feature system-font-setting or font-render-setting is
225         there, load font-setting.
227         * Makefile.in (ELCFILES): Add font-settings.el.
228         * font-setting.el: New file.
230 2009-11-17  Glenn Morris  <rgm@gnu.org>
232         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
234         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
235         Preserve point in the list buffer.  (Bug#4939)
236         Use point-at-eol.
237         (newsticker--treeview-list-update-highlight)
238         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
240 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
242         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
243         Remove.
245         * calc/calc-ext.el (calc-init-extensions): Remove references to
246         symclip.
248         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
250         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
251         * calc/calc-help.el (calc-b-prefix-help):  Remove references to
252         `calc-symclip'.
254 2009-11-16  Kevin Ryde  <user42@zip.com.au>
256         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
257         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
259         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
260         (lm-keywords-list): Allow comma-only separator like "foo,bar".
261         Ignore trailing spaces by omit-nulls to split-string (fixing
262         regression from Emacs 21 due to the incompatible split-string
263         change).  (Bug #4928.)
265 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
267         * vc.el (vc-log-show-limit): Default to 2000.
268         (vc-print-log-internal): Insert buttons to request more entries
269         when limiting the output.
271         * vc-sccs.el (vc-sccs-print-log):
272         * vc-rcs.el (vc-rcs-print-log):
273         * vc-cvs.el (vc-cvs-print-log):
274         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
275         LIMIT is non-nil.
277 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
279         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
280         error when `tramp-gvfs-dbus-event-vector' is set.
281         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
283 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
285         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
287 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
289         * net/dbus.el (dbus-unregister-service): New defun.
290         (dbus-register-property): Register the handlers of
291         "org.freedesktop.DBus.Properties" for SERVICE.
292         (dbus-property-handler): Fix docstring.
294 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
296         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
297         Quote doc string reference in defvaralias as it is not in special form.
298         (byte-compile-output-docform): Doc fix.
300 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
302         * calc/calc.el (math-2-word-size, math-half-2-word-size)
303         (calc-complement-signed-mode): New variables.
304         (calc-set-mode-line): Add indicator for twos-complements.
305         (math-format-number): Format twos-complement notation.
307         * calc/calc-bin.el (calc-word-size): Reset the variables
308         `math-2-word-size' and `math-half-2-word-size'.
309         (math-format-complement-signed, math-symclip, calcFunc-symclip)
310         (calc-symclip): New functions.
312         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
314         * calc/calc-embed.el (calc-embedded-mode-vars):
315         Add `calc-complement-signed-mode' to the list of modes.
317         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
318         (calc-b-oper-keys): Add `calc-symclip' to list.
320         * calc/calc-ext.el (math-read-number-fancy): Read complement
321         signed numbers.
322         (calc-init-extensions): Add binding for `calc-symclip'.
323         Add autoload for `calcFunc-symclip' and `calc-symclip'.
325         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
326         `calc-symclip'.
327         (calc-modes-menu): Add item for twos complement mode.
329         * calc/calc-help.el (calc-b-prefix-help):  Add help for `calc-symclip'.
331 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
333         * register.el (jump-to-register, insert-register): Handle Semantic
334         tags.  From commented-out advice in semantic/senator.el.
336 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
338         * vc.el (vc-log-show-limit): New variable.
339         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
340         when using a prefix argument.
341         (vc-print-log-internal): Add new argument LIMIT.
343         * vc-svn.el (vc-svn-print-log):
344         * vc-mtn.el (vc-mtn-print-log):
345         * vc-hg.el (vc-hg-print-log):
346         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
347         pass it to the log command when set. Make the BUFFER argument
348         non-optional.
350         * vc-sccs.el (vc-sccs-print-log):
351         * vc-rcs.el (vc-rcs-print-log):
352         * vc-git.el (vc-git-print-log):
353         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
354         ignore it.  Make the BUFFER argument non-optional
356         * bindings.el (mode-line-buffer-identification): Do not purecopy.
358 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
360         * dired.el (dired-mode-map): Move encryption items to "Operate"
361         menu (Bug#4703).
363         * strokes.el (strokes-update-window-configuration): Make strokes
364         buffer current before erasing (Bug#4906).
366         * cedet/semantic/idle.el (semantic-idle-summary-mode)
367         (semantic-idle-summary-mode): Define using define-minor-mode
368         instead of define-semantic-idle-service.
369         (semantic-idle-summary-mode): New function.
370         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
371         that mouse motion does not reset the echo area.
373 2009-11-15  Juri Linkov  <juri@jurta.org>
375         * simple.el (set-mark-default-inactive): Add :type, :group
376         and :version.  (Bug#4876)
378 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
380         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
381         (archive-unique-fname): ... here.  (Bug#4929)
383 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
385         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
386         with a real fix.
388         * novice.el (disabled-command-function): Add useful args.
389         Setup the help buffer so that [back] works.
390         Remove redundant call to help-mode.
391         (disabled-command-function): Use `case'.
392         (en/disable-command): New function extracted from enable-command.
393         (enable-command, disable-command): Use it.
395 2009-11-14  Glenn Morris  <rgm@gnu.org>
397         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
398         constants.  (Bug#4913)
400         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
402 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
404         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
405         defined in C that have no doc-strings.  (Bug#1063)
407 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
409         * cus-edit.el (data, files):
410         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
412 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
414         * simple.el (shell-command): Doc fix (Bug#4891).
416         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
418 2009-11-14  Glenn Morris  <rgm@gnu.org>
420         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
421         statements for vc-diff, emerge-quit, and rmail-cease-edit.
422         If they are already loaded, eval-after-load will do the right thing.
424         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
425         compiling.
427         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
429         * simple.el (x-selection-owner-p): Declare.
430         (read-mail-command): Use custom radio type rather than choice.
431         (completion-no-auto-exit): Doc fix.
433         * custom.el (defgroup):
434         * epg-config.el (epg): Doc fixes.
436 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
438         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
439         * international/ccl.el (define-ccl-program): Do not purecopy the
440         docstring, defconst does it anyway.
442 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
444         * add-log.el (add-change-log-entry): Avoid displaying the changelog
445         a second time.
447         * x-dnd.el (x-dnd-maybe-call-test-function):
448         * window.el (split-window-vertically):
449         * whitespace.el (whitespace-help-on):
450         * vc-rcs.el (vc-rcs-consult-headers):
451         * userlock.el (ask-user-about-lock-help)
452         (ask-user-about-supersession-help):
453         * type-break.el (type-break-force-mode-line-update):
454         * time-stamp.el (time-stamp-conv-warn):
455         * terminal.el (te-set-output-log, te-more-break, te-filter)
456         (te-sentinel,terminal-emulator):
457         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
458         (term-write-input-ring, term-check-source, term-start-output-log):
459         (term-display-buffer-line, term-dynamic-list-completions):
460         (term-ansi-make-term, serial-term):
461         * subr.el (selective-display):
462         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
463         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
464         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
465         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
466         (speedbar-remove-localized-speedbar-support)
467         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
468         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
469         (speedbar-buffers-line-directory):
470         * simple.el (shell-command-on-region, append-to-buffer)
471         (prepend-to-buffer):
472         * shadowfile.el (shadow-save-todo-file):
473         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
474         (scroll-bar-maybe-set-window-start):
475         * sb-image.el (speedbar-image-dump):
476         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
477         (load-save-place-alist-from-file):
478         * ps-samp.el (ps-print-message-from-summary):
479         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
480         (ps-background-image, ps-begin-job, ps-do-despool):
481         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
482         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
483         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
484         (pr-call-process, pr-file-list, pr-interface-save):
485         * novice.el (disabled-command-function)
486         (enable-command, disable-command):
487         * mouse.el (mouse-buffer-menu-alist):
488         * mouse-copy.el (mouse-kill-preserving-secondary):
489         * macros.el (kbd-macro-query):
490         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
491         * informat.el (batch-info-validate):
492         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
493         * hippie-exp.el (try-expand-dabbrev-visible):
494         * help-mode.el (help-make-xrefs):
495         * help-fns.el (describe-variable):
496         * generic-x.el (bat-generic-mode-run-as-comint):
497         * finder.el (finder-mouse-select):
498         * find-dired.el (find-dired-sentinel):
499         * filesets.el (filesets-file-close):
500         * files.el (list-directory):
501         * faces.el (list-faces-display, describe-face):
502         * facemenu.el (list-colors-display):
503         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
504         * epg.el (epg--process-filter, epg-cancel):
505         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
506         (epa--read-signature-type):
507         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
508         (emerge-file-names):
509         * ehelp.el (electric-helpify):
510         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
511         * ediff-vers.el (rcs-ediff-view-revision):
512         * ediff-util.el (ediff-setup):
513         * ediff-mult.el (ediff-append-custom-diff):
514         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
515         (ediff-wordify):
516         * echistory.el (Electric-command-history-redo-expression):
517         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
518         * disp-table.el (describe-display-table):
519         * dired.el (dired-find-buffer-nocreate):
520         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
521         * dabbrev.el (dabbrev--same-major-mode-p):
522         * chistory.el (list-command-history):
523         * apropos.el (apropos-documentation):
524         * allout.el (allout-obtain-passphrase):
525         (allout-copy-exposed-to-buffer):
526         (allout-verify-passphrase): Use with-current-buffer.
528 2009-11-13  Glenn Morris  <rgm@gnu.org>
530         * Makefile.in (ELCFILES): Regenerate.
532 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
534         * net/dbus.el (dbus-registered-objects-table): Rename from
535         `dbus-registered-functions-table', because it contains also properties.
536         (dbus-unregister-object): Unregister also properties.
537         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
538         Use a timeout of 500 msec, in order to not block.
539         (dbus-register-property, dbus-property-handler): New defuns.
541 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
543         * simple.el (minibuffer-default-add-completions): Drop deprecated
544         4th arg.
546 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
548         * textmodes/artist.el (artist-mouse-choose-operation):
549         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
550         menus. Bug noticed by Eli Zaretskii <eliz@gnu.org>.
551         (artist-compute-up-event-key): New function.
552         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
554 2009-11-13  Kenichi Handa  <handa@m17n.org>
556         * language/japan-util.el: Make sure that the value of jisx0208
557         property is jisx0208 character.
559 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
561         * international/mule.el (auto-coding-regexp-alist): Only purecopy
562         car or each item, not the whole list.
564 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
566         * minibuffer.el (minibuffer-completion-help):
567         Use minibuffer-hide-completions.
569 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
571         * dired.el (dired-save-positions, dired-restore-positions): New funs.
572         (dired-revert): Use them (bug#4880).
574 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
576         * tooltip.el (tooltip-frame-parameters): Undo previous change.
578 2009-11-12  Juri Linkov  <juri@jurta.org>
580         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
581         New functions.
582         (find-file-literally-at-point): Alias of `ffap-literally'.
584 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
586         * textmodes/ispell.el (ispell-skip-region-alist):
587         * textmodes/css-mode.el (auto-mode-alist):
588         * progmodes/compile.el (auto-mode-alist):
589         * international/mule.el (ctext-non-standard-encodings-alist)
590         (ctext-non-standard-encodings-regexp):
591         * simple.el (shell-command-switch, text-read-only):
592         * replace.el (occur-mode-map):
593         * paths.el (rmail-file-name):
594         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
595         * find-file.el (ff-special-constructs):
596         * files.el (file-name-handler-alist):
597         * composite.el: Purecopy strings.
599         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
601 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
603         * widget.el (define-widget): Purecopy the docstring.
604         * international/mule-cmds.el (charset): Do not purecopy the
605         docstring here, define-widget does it.
607         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
608         * textmodes/bibtex-style.el (auto-mode-alist):
609         * progmodes/inf-lisp.el (inferior-lisp-prompt):
610         * progmodes/compile.el (compile-command):
611         * language/korea-util.el (default-korean-keyboard):
612         * international/mule-conf.el (file-coding-system-alist):
613         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
614         * tooltip.el (tooltip-frame-parameters):
615         * newcomment.el (comment-end, comment-padding):
616         * dired.el (dired-trivial-filenames):
617         * comint.el (comint-file-name-prefix): Purecopy initial values.
619 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
621         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
622         (tramp-advice-minibuffer-electric-tilde): Unload advices via
623         `tramp-unload'.
624         (tramp-advice-make-auto-save-file-name)
625         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
626         after removing the advice.
628 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
630         * progmodes/grep.el (grep-regexp-alist):
631         * international/mule-cmds.el (iso-2022-control-alist):
632         * emacs-lisp/timer.el (timer-duration-words):
633         * subr.el (version-separator, version-regexp-alist):
634         * minibuffer.el (completion-styles-alist):
635         * faces.el (face-attribute-name-alist, list-faces-sample-text):
636         Change defvars to defconsts.
638         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
639         * loadup.el ("international/mule-conf"): Load the byte compiled version.
640         * international/mule-conf.el: Allow to be byte compiled.
642         * international/mule.el (define-charset): Purecopy props.
643         (load-with-code-conversion): Purecopy doc string and file name.
644         (put-charset-property): Purecopy strings.
645         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
647         * international/mule-cmds.el (register-input-method): Purecopy arguments.
648         (define-char-code-property): Correctly purecopy the table.
650         * international/ccl.el (define-ccl-program): Purecopy the docstring.
652         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
654         * subr.el (add-hook): Purecopy strings.
655         (eval-after-load): Purecopy load-history-regexp and the form.
657         * custom.el (custom-declare-group): Purecopy load-file-name.
659         * subr.el (menu-bar-separator): New defconst.
660         * net/eudc.el (eudc-tools-menu):
661         * international/mule-cmds.el (set-coding-system-map)
662         (mule-menu-keymap):
663         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
664         * vc-hooks.el (vc-menu-map):
665         * replace.el (occur-mode-map):
666         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
667         (menu-bar-edit-menu, menu-bar-goto-menu)
668         (menu-bar-custom-menu, menu-bar-showhide-menu)
669         (menu-bar-options-menu, menu-bar-tools-menu)
670         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
671         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
672         (menu-bar-help-menu):
673         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
674         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
676         * term/x-win.el (x-gtk-stock-map):
677         * progmodes/vera-mode.el (auto-mode-alist):
678         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
679         (inferior-lisp-program, inferior-lisp-load-command):
680         * progmodes/hideshow.el (hs-special-modes-alist):
681         * progmodes/gud.el (same-window-regexps):
682         * progmodes/grep.el (grep-program, find-program, xargs-program):
683         * net/telnet.el (same-window-regexps):
684         * net/rlogin.el (same-window-regexps):
685         * language/ethiopic.el (font-ccl-encoder-alist):
686         * vc-sccs.el (vc-sccs-master-templates):
687         * vc-rcs.el (vc-rcs-master-templates):
688         * subr.el (cl-assertion-failed):
689         * simple.el (next-error-overlay-arrow-position):
690         * lpr.el (lpr-command):
691         * locate.el (locate-ls-subdir-switches):
692         * info.el (same-window-regexps, info)
693         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
694         * image-mode.el (image-mode, auto-mode-alist):
695         * hippie-exp.el (hippie-expand-ignore-buffers):
696         * format.el (format-alist):
697         * find-dired.el (find-ls-subdir-switches, find-grep-options)
698         (find-name-arg):
699         * facemenu.el (facemenu-keybindings):
700         * dired.el (dired-listing-switches, dired-chown-program):
701         * diff.el (diff-switches, diff-command):
702         * cus-edit.el (same-window-regexps):
703         * bindings.el (mode-line-mule-info)
704         (mode-line-buffer-identification): Purecopy strings.
706 2009-11-11  Juri Linkov  <juri@jurta.org>
708         * simple.el (dired-get-filename)<declare-function>:
709         Tell the byte-compiler about dired-get-filename.
710         (shell-command): In Dired mode, get filename from the current line
711         as the default value.
713 2009-11-10  Glenn Morris  <rgm@gnu.org>
715         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
716         * calendar/holidays.el, progmodes/cperl-mode.el:
717         Update x-popup-menu declarations.
719         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
720         (list-load-path-shadows): Use dolist.
721         (list-load-path-shadows): Use with-current-buffer.
723 2009-11-10  Juri Linkov  <juri@jurta.org>
725         * minibuffer.el (read-file-name): Support a list of default values
726         in `default-filename'.  Use the first file name where only one
727         element is required.  Doc fix.
729 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
731         * net/dbus.el (dbus-unregister-object): Release service, if no
732         other method is registered for it.
734 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
736         * bookmark.el (bookmark-completing-read): Sort bookmark names if
737         bookmark-sort-flag is non-nil (Bug#4653).
739 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
741         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
742         the progress reporter entirely.
744         * emulation/cua-base.el: Add CUA property to some CC mode commands
745         (Bug#4100).
747 2009-11-08  Kevin Ryde  <user42@zip.com.au>
749         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
750         at end of sentence (Bug#4818).
752 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
754         * progmodes/compile.el (compilation-error-regexp-alist-alist):
755         Handle "see declaration of" MSFT statements (Bug#4100).
757 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
759         * net/tramp.el (tramp-advice-make-auto-save-file-name)
760         (tramp-advice-file-expand-wildcards): Unload via
761         `ad-remove-advice'.
763         * net/trampver.el: Update release number.
765 2009-11-08  Kevin Ryde  <user42@zip.com.au>
767         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
768         `ad-do-it'.
770 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
772         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
773         in order to keep context in SELinux.
775 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
777         * dired-aux.el (dired-query): Place cursor in echo area and allow
778         C-g.
780         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
781         menu item if not on a directory (Bug#4701).
783 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
785         Sync with Tramp 2.1.17.
787         * net/tramp.el (tramp-handle-copy-directory): Don't use
788         `file-remote-p' (due to compatibility).
790         * net/tramp-compat.el (tramp-compat-copy-directory)
791         (tramp-compat-delete-directory): New defuns.
793         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
794         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
795         `tramp-compat-delete-directory'.
797         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
798         (tramp-smb-handle-delete-directory ): Use
799         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
801         * net/trampver.el: Update release number.
803 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
805         * tar-mode.el (tar-copy): Call write-region on the right buffer
806         (Bug#4857).
808         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
809         by hand, if necessary (Bug#4878).
811 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
813         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
814         align size column (Bug#4839).
816         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
817         statement.
819 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
821         * progmodes/ld-script.el (auto-mode-alist):
822         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
824         * cus-face.el (custom-declare-face): Purecopy face spec.
826 2009-11-06  Kenichi Handa  <handa@m17n.org>
828         * international/uni-bidi.el: Re-generated.
829         * international/uni-category.el: Re-generated.
830         * international/uni-combining.el: Re-generated.
831         * international/uni-mirrored.el: Re-generated.
833 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
835         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
836         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
837         (tex-start-options, slitex-run-command, latex-run-command)
838         (tex-run-command, tex-directory):
839         * textmodes/ispell.el (ispell-html-skip-alists)
840         (ispell-tex-skip-alists, ispell-tex-skip-alists):
841         * textmodes/fill.el (adaptive-fill-first-line-regexp):
842         (adaptive-fill-regexp):
843         * textmodes/dns-mode.el (auto-mode-alist):
844         * progmodes/python.el (interpreter-mode-alist):
845         * progmodes/etags.el (tags-compression-info-list):
846         * progmodes/etags.el (tags-file-name):
847         * net/browse-url.el (browse-url-galeon-program)
848         (browse-url-firefox-program):
849         * mail/sendmail.el (mail-signature-file)
850         (mail-citation-prefix-regexp):
851         * international/mule-conf.el (eight-bit):
852         * international/latexenc.el (latex-inputenc-coding-alist):
853         * international/fontset.el (x-pixel-size-width-font-regexp):
854         * emacs-lisp/warnings.el (warning-type-format):
855         * emacs-lisp/trace.el (trace-buffer):
856         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
857         (emacs-lisp-mode-map):
858         * calendar/holidays.el (holiday-solar-holidays)
859         (holiday-bahai-holidays, holiday-islamic-holidays)
860         (holiday-christian-holidays, holiday-hebrew-holidays)
861         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
862         (hebrew-holidays-1, holiday-oriental-holidays)
863         (holiday-general-holidays):
864         * x-dnd.el (x-dnd-known-types):
865         * tool-bar.el (tool-bar):
866         * startup.el (site-run-file):
867         * shell.el (shell-dumb-shell-regexp):
868         * rfn-eshadow.el (file-name-shadow-tty-properties)
869         (file-name-shadow-properties):
870         * paths.el (remote-shell-program, news-directory):
871         * mouse.el ([C-down-mouse-3]):
872         * menu-bar.el (menu-bar-tools-menu):
873         * jka-cmpr-hook.el (jka-compr-load-suffixes)
874         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
875         (jka-compr-compression-info-list):
876         * isearch.el (search-whitespace-regexp):
877         * image-file.el (image-file-name-extensions):
878         * find-dired.el (find-ls-option):
879         * files.el (directory-listing-before-filename-regexp)
880         (directory-free-space-args, insert-directory-program)
881         (list-directory-brief-switches, magic-fallback-mode-alist)
882         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
883         (automount-dir-prefix):
884         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
885         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
886         (face-font-registry-alternatives, face-font-registry-alternatives)
887         (face-font-family-alternatives):
888         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
889         (facemenu-foreground-menu, facemenu-face-menu):
890         * epa-hook.el (epa-file-name-regexp):
891         * dnd.el (dnd-protocol-alist):
892         * textmodes/rst.el (auto-mode-alist):
893         * button.el (default-button): Purecopy strings.
895 2009-11-06  Glenn Morris  <rgm@gnu.org>
897         * Makefile.in (ELCFILES): Update.
899 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
901         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
902         * emacs-lisp/levents.el: Move to obsolete/levents.el.
904         * nxml/xsd-regexp.el (xsdre-gen-categories):
905         * nxml/xmltok.el (xmltok-parse-entity):
906         * nxml/rng-parse.el (rng-parse-validate-file):
907         * nxml/rng-maint.el (rng-format-manual)
908         (rng-manual-output-force-new-line):
909         * nxml/rng-loc.el (rng-save-schema-location-1):
910         * nxml/rng-cmpct.el (rng-c-parse-file):
911         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
912         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
914 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
916         * verilog-mode.el (verilog-getopt-file, verilog-set-define):
917         Remove extra save-excursions and make-variable-buffer-local's.
918         Suggested by Stefan Monnier.
920         (verilog-getopt-file, verilog-module-inside-filename-p)
921         (verilog-set-define): Merge GNU 1.35 and repair changes from
922         switching to using with-current-buffer.
924         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
925         being treated as a number and confusing AUTORESET.
926         Reported by Dan Dever.
928         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
929         Add verilog-auto-ignore-concat to fix backward compatibility with
930         older verilog-modes.  Reported by Dan Katz.
932         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
933         containing closing anchors "...$".
935         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
936         Reported by Wade Smith.
938         (verilog-batch-execute-func) Comment on function usage.
940 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
942         * verilog-mode.el (verilog-label-re): Fix regular expression for
943         labels.
945         (verilog-label-re, verilog-calc-1): Support proper indent of named
946         asserts.
948         (verilog-backward-token, verilog-basic-complete-re)
949         (verilog-beg-of-statement, verilog-indent-re): Support proper
950         indent of the assert statement at the beginning of a block of text.
952         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
953         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
954         tokens as begins.
956 2009-11-05  Glenn Morris  <rgm@gnu.org>
958         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
959         Emacs 19.  (Bug#1531)
960         (byte-compile-fix-header): Update for the above change.
961         Drop test for epoch::version.
963         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
964         * cus-dep.el (custom-make-dependencies):
965         * finder.el (finder-compile-keywords):
966         Use autoload-rubric's feature argument.
968         * calendar/diary-lib.el (top-level): Make load behave more like require.
970         * vc-git.el (vc-git-stash-map): Move definition before use.
972 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
974         * custom.el (custom-declare-group): Purecopy standard-value.
975         (custom-declare-group): Purecopy custom-prefix.
977         * international/mule.el (load-with-code-conversion):
978         Call do-after-load-evaluation unconditionally.
980         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
982 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
984         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
986 2009-11-04  Glenn Morris  <rgm@gnu.org>
988         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
989         (byte-compile-compatibility): Remove option.
990         (byte-compile-close-variables, byte-compile-fix-header)
991         (byte-compile-insert-header, byte-compile-output-docform)
992         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
993         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
994         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
995         (byte-compile-insert, byte-compile-defun):
996         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
997         (byte-defop-compiler19): Remove.
998         Without byte-compile-compatibility, the 'emacs19-opcode property is not
999         used by anything.  Replace all calls with byte-defop-compiler.
1001 2009-11-04  Juri Linkov  <juri@jurta.org>
1003         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
1004         (menu-bar-options-menu): Don't quote the `prop' arg of
1005         `menu-bar-make-mm-toggle'.
1007 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
1009         * calendar/calendar.el (cal-loaddefs):
1010         * calendar/diary-lib.el (diary-loaddefs):
1011         * calendar/holidays.el (hol-loaddefs):
1012         * eshell/esh-module.el (esh-groups): Load rather than require.
1014 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1016         * calendar/todo-mode.el (todo-add-category): Don't hardcode
1017         point-min==1.
1018         (todo-top-priorities): Only display-buffer when called interactively.
1019         (todo-item-start): Don't save excursion point.
1020         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
1021         (todo-insert-item-here, todo-file-item, todo-remove-item):
1022         Adjust uses of todo-item-start and todo-item-end.
1024         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
1025         (autoload-rubric): Don't use any more.
1026         * cedet/semantic/fw.el (semantic/loaddefs):
1027         * cedet/srecode.el (srecode/loaddefs):
1028         * cedet/ede.el (ede/loaddefs): Load rather than require.
1029         * cedet/ede/cpp-root.el:
1030         * cedet/ede/emacs.el:
1031         * cedet/ede/files.el:
1032         * cedet/ede/linux.el:
1033         * cedet/ede/locate.el:
1034         * cedet/ede/make.el:
1035         * cedet/ede/shell.el:
1036         * cedet/ede/speedbar.el:
1037         * cedet/ede/system.el:
1038         * cedet/ede/util.el:
1039         * cedet/semantic/analyze.el:
1040         * cedet/semantic/bovine.el:
1041         * cedet/semantic/complete.el:
1042         * cedet/semantic/ctxt.el:
1043         * cedet/semantic/db-file.el:
1044         * cedet/semantic/db-find.el:
1045         * cedet/semantic/db-global.el:
1046         * cedet/semantic/db-mode.el:
1047         * cedet/semantic/db-typecache.el:
1048         * cedet/semantic/db.el:
1049         * cedet/semantic/debug.el:
1050         * cedet/semantic/dep.el:
1051         * cedet/semantic/doc.el:
1052         * cedet/semantic/edit.el:
1053         * cedet/semantic/find.el:
1054         * cedet/semantic/format.el:
1055         * cedet/semantic/html.el:
1056         * cedet/semantic/ia-sb.el:
1057         * cedet/semantic/ia.el:
1058         * cedet/semantic/idle.el:
1059         * cedet/semantic/lex-spp.el:
1060         * cedet/semantic/lex.el:
1061         * cedet/semantic/mru-bookmark.el:
1062         * cedet/semantic/scope.el:
1063         * cedet/semantic/senator.el:
1064         * cedet/semantic/sort.el:
1065         * cedet/semantic/symref.el:
1066         * cedet/semantic/tag-file.el:
1067         * cedet/semantic/tag-ls.el:
1068         * cedet/semantic/tag-write.el:
1069         * cedet/semantic/tag.el:
1070         * cedet/semantic/util-modes.el:
1071         * cedet/semantic/analyze/complete.el:
1072         * cedet/semantic/analyze/refs.el:
1073         * cedet/semantic/bovine/c.el:
1074         * cedet/semantic/bovine/gcc.el:
1075         * cedet/semantic/bovine/make.el:
1076         * cedet/semantic/bovine/scm.el:
1077         * cedet/semantic/decorate/include.el:
1078         * cedet/semantic/decorate/mode.el:
1079         * cedet/semantic/symref/cscope.el:
1080         * cedet/semantic/symref/global.el:
1081         * cedet/semantic/symref/grep.el:
1082         * cedet/semantic/symref/idutils.el:
1083         * cedet/semantic/symref/list.el:
1084         * cedet/semantic/wisent/java-tags.el:
1085         * cedet/semantic/wisent/javascript.el:
1086         * cedet/srecode/compile.el:
1087         * cedet/srecode/cpp.el:
1088         * cedet/srecode/document.el:
1089         * cedet/srecode/el.el:
1090         * cedet/srecode/expandproto.el:
1091         * cedet/srecode/getset.el:
1092         * cedet/srecode/insert.el:
1093         * cedet/srecode/java.el:
1094         * cedet/srecode/map.el:
1095         * cedet/srecode/mode.el:
1096         * cedet/srecode/template.el:
1097         * cedet/srecode/texi.el: Remove the file-local setting of
1098         generated-autoload-feature.
1100         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
1101         and only put a prop if it is non-nil.
1103 2009-11-03  Juri Linkov  <juri@jurta.org>
1105         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
1106         (menu-bar-options-menu): Fix list quoting (Bug#4429).
1108         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
1109         and "Menu" to make top-level menu item visually one unit (like
1110         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
1111         multi-word menu items).  Fix :help string for quit-window.
1113 2009-11-03  Glenn Morris  <rgm@gnu.org>
1115         * cedet/mode-local.el (with-mode-local): Doc fix.
1117         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1118         (byte-compile-file-form-define-abbrev-table)
1119         (byte-compile-file-form-custom-declare-variable)
1120         (byte-compile-variable-ref, byte-compile-defvar):
1121         Whether or not a warning is enabled should only affect whether we issue
1122         the warning, not whether or not we collect the relevant data.
1123         Eg warnings can be turned on and off throughout the course of a file.
1125         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
1126         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
1128 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1130         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
1131         * play/mpuz.el (mpuz-create-buffer):
1132         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
1133         (lm-print-y,s,noise, lm-print-w0, lm-init):
1134         * play/gomoku.el (gomoku-prompt-for-move):
1135         * play/fortune.el (fortune-in-buffer):
1136         * play/dissociate.el (dissociated-press):
1137         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
1138         (decipher-analyze-buffer, decipher-stats-buffer,decipher-stats-buffer):
1139         * mail/supercite.el (sc-eref-show):
1140         * mail/smtpmail.el (smtpmail-send-it):
1141         * mail/rmailsum.el (rmail-summary-next-labeled-message)
1142         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
1143         (rmail-summary-undelete-many, rmail-summary-rmail-update)
1144         (rmail-summary-goto-msg, rmail-summary-expunge)
1145         (rmail-summary-get-new-mail, rmail-summary-search-backward)
1146         (rmail-summary-add-label, rmail-summary-output-menu)
1147         (rmail-summary-output-body):
1148         * mail/rfc822.el (rfc822-addresses):
1149         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
1150         * mail/mailpost.el (post-mail-send-it):
1151         * mail/hashcash.el (hashcash-generate-payment):
1152         * mail/feedmail.el (feedmail-run-the-queue)
1153         (feedmail-queue-send-edit-prompt-help-first)
1154         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
1155         (feedmail-deduce-address-list):
1156         * eshell/esh-ext.el (eshell-remote-command):
1157         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
1158         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
1159         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
1160         (viper-save-string-in-file, viper-valid-marker):
1161         * emulation/viper-keym.el (viper-toggle-key):
1162         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
1163         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
1164         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
1165         * emulation/viper-cmd.el (viper-exec-form-in-vi)
1166         (viper-exec-form-in-emacs, viper-brac-function):
1167         * emulation/viper.el (viper-delocalize-var):
1168         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
1169         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
1170         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
1171         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
1172         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
1173         * emulation/edt.el (edt-electric-helpify):
1174         * emulation/cua-rect.el (cua--rectangle-aux-replace):
1175         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
1176         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
1177         (cua-indent-to-global-mark-column):
1178         * calendar/diary-lib.el (calendar-mark-1):
1179         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
1180         Use with-current-buffer.
1181         * emulation/viper.el (viper-delocalize-var): Use dolist.
1183 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
1185         * comint.el (comint-replace-by-expanded-history-before-point):
1186         Replace !! with the previous input string literally (Bug#1795).
1188 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
1190         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
1191         to be made up of whitespace.
1193 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
1195         * minibuffer.el (read-file-name): Don't use file dialogs for
1196         remote directories (Bug#99).
1198 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
1200         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
1202 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
1204         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
1205         instead of deleting the window or frame.
1207 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1209         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
1210         Support face colors.
1212         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
1213         New function.  Support face colors (Bug#1168).
1214         (tex-common-initialization): Use it.
1216         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
1217         mode allows it (Bug#1168).
1219 2009-10-31  Juri Linkov  <juri@jurta.org>
1221         * facemenu.el (list-colors-display): Don't mark buffer as
1222         modified (Bug#3948).
1224 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
1226         * international/mule-diag.el (list-character-sets-1): Minor
1227         message fix (Bug#3526).
1229         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
1230         face property (Bug#4834).
1231         (etags-list-tags, etags-tags-apropos-additional)
1232         (etags-tags-apropos, tags-select-tags-table): Add follow-link
1233         property.
1235         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
1236         items.
1238         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
1239         items.
1241         * cedet/ede.el (ede-minor-mode):
1242         * cedet/semantic.el (semantic-mode): Toggle menu separators.
1244 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1246         * textmodes/two-column.el (2C-split):
1247         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
1248         * textmodes/tex-mode.el (tex-set-buffer-directory):
1249         * textmodes/spell.el (spell-region, spell-string):
1250         * textmodes/reftex.el (reftex-erase-buffer):
1251         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
1252         * textmodes/reftex-toc.el (reftex-toc-promote-action):
1253         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
1254         (reftex-select-item):
1255         * textmodes/reftex-ref.el (reftex-label-info-update)
1256         (reftex-offer-label-menu):
1257         * textmodes/reftex-index.el (reftex-index-change-entry)
1258         (reftex-index-phrases-info):
1259         * textmodes/reftex-global.el (reftex-create-tags-file)
1260         (reftex-save-all-document-buffers, reftex-ensure-write-access):
1261         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
1262         (reftex-view-crossref-from-bibtex):
1263         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
1264         (reftex-extract-bib-entries-from-thebibliography)
1265         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
1266         * textmodes/refbib.el (r2b-capitalize-title):
1267         (r2b-convert-buffer, r2b-help):
1268         * textmodes/page-ext.el (pages-directory)
1269         (pages-directory-goto-with-mouse):
1270         * textmodes/bibtex.el (bibtex-validate-globally):
1271         * textmodes/bib-mode.el (bib-capitalize-title):
1272         * textmodes/artist.el (artist-clear-buffer, artist-system):
1273         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
1274         (local-set-scheme-interaction-buffer, xscheme-process-filter)
1275         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
1276         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
1277         (xscheme-send-control-g-interrupt, xscheme-start-process)
1278         (xscheme-process-sentinel, xscheme-cd):
1279         * progmodes/verilog-mode.el (verilog-read-always-signals)
1280         (verilog-set-define, verilog-getopt-file)
1281         (verilog-module-inside-filename-p):
1282         * progmodes/sh-script.el:
1283         * progmodes/python.el (python-pdbtrack-get-source-buffer)
1284         (python-pdbtrack-grub-for-buffer, python-execute-file):
1285         * progmodes/octave-inf.el (inferior-octave):
1286         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
1287         (idlwave-shell-compile-helper-routines, idlwave-set-local)
1288         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
1289         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
1290         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
1291         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
1292         (idlwave-shell-filter, idlwave-shell-examine-highlight)
1293         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
1294         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
1295         (idlwave-shell-examine-display, idlwave-shell-run-region)
1296         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
1297         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
1298         * progmodes/idlw-help.el (idlwave-help-get-special-help)
1299         (idlwave-help-get-help-buffer):
1300         * progmodes/gud.el (gud-basic-call, gud-find-class)
1301         (gud-tooltip-activate-mouse-motions-if-enabled):
1302         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
1303         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
1304         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
1305         (ebrowse-tags-next-file):
1306         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
1307         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
1308         (ebnf-eps-finish-and-write):
1309         * progmodes/cpp.el (cpp-edit-save):
1310         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
1311         * progmodes/cc-defs.el (c-emacs-features):
1312         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
1313         (antlr-directory-dependencies):
1314         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
1315         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
1316         (ada-find-any-references, ada-make-filename-from-adaname)
1317         (ada-make-body-gnatstub):
1318         * obsolete/rnews.el (news-list-news-groups):
1319         * obsolete/resume.el (resume-suspend-hook,resume-write-buffer-to-file):
1320         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
1321         * net/rcirc.el (rcirc-debug):
1322         * net/newst-treeview.el (newsticker--treeview-list-add-item)
1323         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
1324         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
1325         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
1326         (newsticker--treeview-tree-update-tag,newsticker--treeview-buffer-init)
1327         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
1328         (newsticker--treeview-list-clear-highlight)
1329         (newsticker--treeview-list-update-highlight)
1330         (newsticker--treeview-list-highlight-start)
1331         (newsticker--treeview-tree-update-highlight)
1332         (newsticker--treeview-get-selected-item)
1333         (newsticker-treeview-mark-list-items-old)
1334         (newsticker--treeview-set-current-node):
1335         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
1336         * net/newst-backend.el (newsticker--get-news-by-funcall)
1337         (newsticker--get-news-by-wget, newsticker--image-get)
1338         (newsticker--image-sentinel):
1339         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
1340         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
1341         (eudc-ph-close-session):
1342         * net/eudc.el (eudc-save-options):
1343         * language/thai-word.el (thai-update-word-table):
1344         * language/japan-util.el (japanese-string-conversion):
1345         * international/titdic-cnv.el (tsang-quick-converter)
1346         (ziranma-converter, ctlau-converter):
1347         * international/mule-cmds.el (describe-language-environment):
1348         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
1349         (skkdic-convert-postfix, skkdic-convert-prefix):
1350         (skkdic-convert-okuri-nasi, skkdic-convert):
1351         * emacs-lisp/re-builder.el (reb-update-overlays):
1352         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
1353         * emacs-lisp/gulp.el (gulp-send-requests):
1354         * emacs-lisp/find-gc.el (trace-call-tree):
1355         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
1356         (eieio-describe-generic):
1357         * emacs-lisp/eieio-base.el (eieio-persistent-read):
1358         * emacs-lisp/edebug.el (edebug-outside-excursion):
1359         * emacs-lisp/debug.el (debugger-make-xrefs):
1360         * emacs-lisp/cust-print.el (custom-prin1-to-string):
1361         * emacs-lisp/chart.el (chart-new-buffer):
1362         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
1363         Use with-current-buffer.
1364         * textmodes/artist.el (artist-system): Don't call
1365         copy-sequence on a fresh string.
1366         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
1368 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
1370         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
1371         is no item to edit.  (Bug#4820)
1372         (todo-top-priorities): Restore point and restore narrowing in Todo
1373         buffer.  (Bug#4820)
1375 2009-10-31  Glenn Morris  <rgm@gnu.org>
1377         * net/ange-ftp.el (top-level): Don't require dired when compiling.
1378         (comint-last-output-start, comint-last-input-start)
1379         (comint-last-input-end): Don't defvar when compiling.
1380         (ange-ftp-process-file): Use bound-and-true-p.
1382         * pcmpl-rpm.el (top-level): Move provide statement to end.
1383         (pcmpl-rpm): Remove unused custom group.
1385         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
1387         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
1389         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
1390         (byte-compile-warnings): Add `constants' as an option.
1391         (byte-compile-callargs-warn, byte-compile-arglist-warn)
1392         (display-call-tree): Update for byte-compile-fdefinition possibly
1393         returning `(macro lambda ...)'.  (Bug#4778)
1394         (byte-compile-variable-ref, byte-compile-setq-default):
1395         Respect `constants' member of byte-compile-warnings.
1397         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
1398         Use mapc rather than mapcar because the return value is never used.
1400         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
1401         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
1402         * cedet/semantic/html.el:
1403         Suppress harmless warnings about setting up semantic-imenu (not
1404         part of Emacs) variables.
1406 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1408         * vc-bzr.el (vc-bzr-revision-keywords): New var.
1409         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
1410         to "submit:".
1412         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
1413         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
1414         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
1415         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
1416         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
1417         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
1418         (semantic-analyzer-debug-global-symbol)
1419         (semantic-analyzer-debug-missing-innertype)
1420         (semantic-analyzer-debug-insert-include-summary):
1421         * cedet/semantic/util.el (semantic-file-tag-table):
1422         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
1423         (semantic-recursive-find-nonterminal-by-name):
1424         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
1425         * cedet/semantic/tag-file.el (semantic-prototype-file):
1426         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
1427         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
1428         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
1429         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
1430         (semantic-idle-summary-maybe-highlight):
1431         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
1432         (semantic-ia-sb-tag-info):
1433         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
1434         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
1435         * cedet/semantic/ede-grammar.el (project-compile-target):
1436         (ede-proj-makefile-insert-variables):
1437         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
1438         (semantic-debug-set-source-location, semantic-debug-interface-layout)
1439         (semantic-debug-mode, semantic-debug):
1440         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
1441         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
1442         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
1443         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
1444         (semanticdb-find-translate-path-includes--internal)
1445         (semanticdb-reset-log, semanticdb-find-log-activity):
1446         * cedet/semantic/db-file.el (object-write):
1447         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
1448         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
1449         (semanticdb-create-ebrowse-database):
1450         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
1451         * cedet/semantic/complete.el (semantic-displayor-focus-request)
1452         (semantic-collector-calculate-completions-raw)
1453         (semantic-complete-read-tag-analyzer):
1454         * cedet/semantic/analyze.el (semantic-analyze-pulse):
1455         * cedet/ede/util.el (ede-update-version-in-source):
1456         * cedet/ede/proj.el (project-delete-target):
1457         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
1458         (ede-proj-flush-autoconf):
1459         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
1460         (ede-proj-configure-synchronize):
1461         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
1462         * cedet/ede/linux.el (ede-linux-version):
1463         * cedet/ede/emacs.el (ede-emacs-version):
1464         * cedet/ede/dired.el (ede-dired-add-to-target):
1465         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
1466         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
1467         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
1468         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
1469         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
1470         (cedet-idutils-version-check):
1471         * cedet/cedet-global.el (cedet-gnu-global-call):
1472         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
1473         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
1474         * cedet/cedet-cscope.el (cedet-cscope-call)
1475         (cedet-cscope-expand-filename, cedet-cscope-version-check):
1476         Use with-current-buffer.
1477         * cedet/ede.el (ede-make-project-local-variable)
1478         (ede-set-project-variables, ede-set): Use dolist.
1480 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
1482         * textmodes/ispell.el (ispell-skip-region-alist):
1483         * international/mule-conf.el (eight-bit):
1484         * international/fontset.el (font-encoding-alist):
1485         * startup.el (pure-space-overflow-message):
1486         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
1487         * paths.el (gnus-nntp-service, rmail-spool-directory)
1488         (term-file-prefix):
1489         * files.el (save-some-buffers-action-alist):
1490         * cmuscheme.el (same-window-buffer-names):
1491         * ielm.el (same-window-buffer-names):
1492         * shell.el (same-window-buffer-names):
1493         * mail/sendmail.el (same-window-buffer-names):
1494         * progmodes/inf-lisp.el (same-window-buffer-names):
1495         * bindings.el (mode-line-client)
1496         (mode-line-column-line-number-mode-map):
1497         * language/tibetan.el (tibetan-precomposition-rule-regexp)
1498         (tibetan-precomposed-regexp): Purecopy string arguments.
1500 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1502         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
1503         (calcDigit-nondigit):
1504         * calc/calc-yank.el (calc-copy-to-buffer):
1505         * calc/calc-units.el (calc-invalidate-units-table):
1506         * calc/calc-trail.el (calc-trail-yank):
1507         * calc/calc-store.el (calc-insert-variables):
1508         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1509         * calc/calc-prog.el (calc-read-parse-table):
1510         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
1511         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
1512         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
1513         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
1514         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
1515         (calc-graph-name, calc-graph-find-command, calc-graph-view)
1516         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
1517         * calc/calc-ext.el (calc-realign):
1518         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
1519         (calc-embedded-finish-edit, calc-embedded-make-info)
1520         (calc-embedded-finish-command, calc-embedded-stack-change):
1521         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
1523         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
1524         (overload-docstring-extension): Use that info.
1525         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
1526         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
1527         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
1528         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
1529         (semantic-nonterminal-full-name): Add the new `when' info.
1530         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
1531         `assert'.
1533         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
1534         shell-dynamic-complete-filename in preference to
1535         comint-dynamic-complete-filename.
1537         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1538         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
1539         Don't consider whether the display supports colors.
1540         (bookmark-import-new-list): Use dolist.
1541         (bookmark-bmenu-mode-map): Move initialization into declaration.
1542         (bookmark-bmenu-list): Use dolist, simplify.
1543         (bookmark-show-all-annotations): Use save-selected-window and dolist.
1544         (menu-bar-final-items): Use push.
1546 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
1548         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
1549         it works on remote files.
1550         (vc-hg-diff): Don't pass any `--cwd' argument.
1552 2009-10-27  Kevin Ryde  <user42@zip.com.au>
1554         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1555         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
1556         (Further to Bug#3921).
1558 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
1560         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
1561         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
1562         calling `tramp-imap-put-file'.  Add file size to the call.
1563         (tramp-imap-get-file-entries): Compute also user name, file size,
1564         and date.
1565         (tramp-imap-handle-insert-directory): Insert uid and gid.
1566         (tramp-imap-handle-file-attributes): Transform uid and gid
1567         according to `id-format'.
1568         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
1569         size in header X-Size.
1571 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
1573         * simple.el (transpose-subr): Give clearer error when the mark
1574         is not set.  (Bug#4807)
1576 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
1578         * net/tramp.el (tramp-perl-file-truename): New defconst.
1579         Perl code contributed by yary <not.com@gmail.com> (tiny change).
1580         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
1581         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
1582         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
1584         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1585         Ignore `dired-call-process'.
1586         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
1588 2009-10-26  Julian Scheid  <julians37@gmail.com>
1590         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
1591         (tramp-get-remote-readlink): New defun.
1592         (tramp-handle-file-truename): Use it.
1593         (tramp-handle-file-exists-p): Check file-attributes cache, assume
1594         file exists if cache value present.
1595         (tramp-check-cached-permissions) New defun.
1596         (tramp-handle-file-readable-p): Use it.
1597         (tramp-handle-file-writable-p): Likewise.
1598         (tramp-handle-file-executable-p): Likewise.
1599         (tramp-handle-file-name-all-completions): Try using Perl to get
1600         partial completions.  When perl not available, combine `cd' and
1601         `ls' into single remote operation and use shell expansion to get
1602         partial remote directory contents.  Set `file-exists-p' cache for
1603         directory and any files returned by ls.  Change cache handling to
1604         support partial directory contents.  Use error message emitted by
1605         remote `cd' or Perl code for local tramp-error.
1606         (tramp-do-copy-or-rename-file-directly): Avoid separate
1607         tramp-send-command-and-check call.
1608         (tramp-handle-process-file): Merge three remote ops into one.
1609         Do not flush all caches when `process-file-side-effects' is set.
1610         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
1611         file-attributes shows uid/gid to be set already.
1613 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
1615         * textmodes/tex-mode.el (tex-dvi-view-command)
1616         (tex-show-queue-command, tex-open-quote):
1617         * progmodes/ruby-mode.el (auto-mode-alist)
1618         (interpreter-mode-alist): Purecopy strings.
1620         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
1622         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
1623         string for the hook, keymap and abbrev table.
1625         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
1627         * x-dnd.el (x-dnd-xdnd-to-action):
1628         * startup.el (fancy-startup-text, fancy-about-text): Change to
1629         defconst from defvar.
1631         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
1633         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
1634         Purecopy initialization strings.
1636         * mail/sendmail.el (mail-header-separator)
1637         (mail-personal-alias-file):
1638         * mail/rmail.el (rmail-default-dont-reply-to-names)
1639         (rmail-ignored-headers, rmail-retry-ignored-headers)
1640         (rmail-highlighted-headers, rmail-secondary-file-directory)
1641         (rmail-secondary-file-regexp):
1642         * files.el (null-device, file-name-invalid-regexp)
1643         (locate-dominating-stop-dir-regexp)
1644         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
1645         (interpreter-mode-alist): Use mapcar instead of mapc.
1647         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
1649         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
1650         (completion-ignored-extensions):
1651         (debug-ignored-errors): Purecopy strings.
1653 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1655         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
1656         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
1657         (pcomplete--here): Use push.
1659         * subr.el (all-completions): Declare the 4th arg obsolete.
1661 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         * pcomplete.el (pcomplete-unquote-argument-function): New var.
1664         (pcomplete-unquote-argument): New function.
1665         (pcomplete--common-suffix): Always pay attention to case.
1666         (pcomplete--table-subvert): Quote and unquote the text.
1667         (pcomplete--common-quoted-suffix): New function.
1668         (pcomplete-std-complete): Use it and pcomplete-begin.
1670         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
1671         we're inside a dedicated or minibuffer window.
1673 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1675         * cedet/semantic/fw.el (semantic-alias-obsolete)
1676         (semantic-varalias-obsolete): Make the `when' arg mandatory.
1677         (define-mode-overload-implementation):
1678         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
1679         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
1680         * cedet/semantic/util.el (semantic-file-token-stream)
1681         (semantic-something-to-stream):
1682         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
1683         (semantic-expand-nonterminal):
1684         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
1685         (semantic-find-dependency, semantic-find-nonterminal)
1686         (semantic-find-dependency):
1687         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
1688         (semantic-flex-text, semantic-flex-make-keyword-table)
1689         (semantic-flex-keyword-p, semantic-flex-keyword-put)
1690         (semantic-flex-keyword-get, semantic-flex-map-keywords)
1691         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
1692         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
1693         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
1694         (semantic-after-idle-scheduler-reparse-hooks):
1695         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
1696         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
1697         * cedet/semantic.el (semantic-toplevel-bovine-table)
1698         (semantic-toplevel-bovine-cache)
1699         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
1700         (semantic-init-mode-hooks, semantic-init-db-hooks)
1701         (semantic-bovination-working-type): Provide the `when' arg.
1703 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
1705         * bookmark.el: Update documentation, especially documentation
1706         of `bookmark-alist' and of the bookmark file format.
1707         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
1709 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1711         * mail/emacsbug.el (report-emacs-bug): Clarify that the
1712         keybindings apply to the mail buffer (Bug#4003).  Shrink help
1713         window to buffer.
1715         * whitespace.el (whitespace-mode, whitespace-newline-mode)
1716         (global-whitespace-mode, global-whitespace-newline-mode)
1717         (whitespace-toggle-options, global-whitespace-toggle-options):
1718         Doc fix (Bug#3660).
1720         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
1721         of xmltok-start before the end tag was inserted (Bug#2840).
1723         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
1724         patterns that are preceded by an open-paren (Bug#1320).
1726 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
1728         * files.el (delete-directory): Delete symlinks to directories with
1729         delete-file (Bug#4739).
1731 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
1733         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
1734         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
1735         argument to make-obsolete.
1737         * cedet/semantic/fw.el (semantic-alias-obsolete)
1738         (semantic-varalias-obsolete): Add optional WHEN argument.
1740 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
1742         * vc.el (vc-backend-for-registration): Rename from
1743         vc-get-backend-for-registration.  Update callers.
1745         * international/mule-cmds.el (set-language-info-alist):
1746         Purecopy lang-env.
1747         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
1748         (charset): Purecopy the name.
1749         (define-char-code-property): Purecopy string arguments.
1751         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
1752         Purecopy string arguments.
1754         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
1755         * ediff-hook.el (menu-bar-ediff-menu):
1756         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
1757         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
1759 2009-10-24  Glenn Morris  <rgm@gnu.org>
1761         * comint.el (comint-dynamic-list-completions):
1762         * term.el (term-dynamic-list-completions): Use choose-completion rather
1763         than obsolete alias mouse-choose-completion.
1765         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
1766         file-cache-choose-completion.
1767         (file-cache-choose-completion): Handle an optional event argument.
1768         (file-cache-mouse-choose-completion): Make it an obsolete alias.
1770         * progmodes/octave-mod.el (octave-complete-symbol):
1771         Use choose-completion if mouse-choose-completion is ever removed.
1773         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
1774         use.
1776         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
1777         compiler.
1779         * vc-hooks.el (vc-responsible-backend): Fix declaration.
1781 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
1783         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
1784         Ignore `pred' now that we receive one.
1785         Handle test-completion specially.
1787 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1789         * vc.el (vc-responsible-backend): Throw an error if not backend is
1790         found.  Remove the REGISTER argument.  Move the code dealing with
1791         REGISTER ...
1792         (vc-get-backend-for-registration): ... here.  New function.
1793         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
1794         of vc-responsible-backend, pass the file name instead of the
1795         directory name.
1797 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1799         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
1800         New funs.
1801         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
1802         (pcomplete-comint-setup): Don't modify a global var via
1803         accidental side-effects.
1804         (pcomplete-shell-setup): Adjust call accordingly.
1805         (pcomplete-parse-comint-arguments): Use push.
1807 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
1809         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
1810         Allow uncapitalized info node names (Bug#3921).
1812         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
1813         to the DEBUG file (Bug#3781).
1815 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
1817         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
1818         dictionary entry (Bug#4579).
1820 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
1822         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
1823         from `rfn-eshadow-update-overlay-hook' when unloading.
1824         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
1825         "rsyncc".  Adjust doc string.
1826         (tramp-temp-buffer-file-name) New buffer-local defvar.
1827         (tramp-handle-insert-file-contents, tramp-handle-write-region):
1828         Keep temporary file when indicated by method ("rsync" and
1829         "rsyncc").
1830         (tramp-handle-write-region): Handle APPEND.
1831         (tramp-delete-temp-file-function): New defun.  Added to
1832         `kill-buffer-hook'.
1834 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
1836         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
1838 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
1840         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
1841         (color-name-rgb-alist, tty-standard-colors)
1842         (tty-color-mode-alist): Change to defconst.
1844         * simple.el (mark-inactive): Purecopy message.
1846         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
1847         (global-map, yank-menu):
1848         * textmodes/ispell.el (ispell-menu-map):
1849         * net/eudc.el (eudc-tools-menu):
1850         * international/mule-cmds.el (describe-language-environment-map)
1851         (setup-language-environment-map, set-coding-system-map)
1852         (mule-menu-keymap):
1853         * vc-hooks.el (vc-menu-entry, vc-menu-map):
1854         * replace.el (occur-mode-map):
1855         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
1857 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
1859         * calc/calc.el (math-read-number, math-read-number-simple): Use
1860         `save-match-data'.
1862 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1864         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
1865         rather than fiddling with global-map bindings, since it should only
1866         affect per-terminal settings.
1867         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
1869         * minibuffer.el (completion-table-with-terminator): Allow to specify
1870         the terminator-regexp.
1872         * simple.el (switch-to-completions): Look for *Completions* in other
1873         frames as well.
1875         * pcomplete.el: Allow the use of completion-tables.
1876         (pcomplete-std-complete): New command.
1877         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
1878         (pcomplete--here): Use a function for `form' rather than an expression,
1879         so it can be byte-compiled.
1880         (pcomplete-here, pcomplete-here*): Adjust accordingly.
1881         Add edebug declaration.
1882         (pcomplete-show-completions): Remove unused var `curbuf'.
1883         (pcomplete-do-complete, pcomplete-stub):
1884         Don't assume `completions' is a list of strings any more.
1886 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
1888         * find-dired.el (find-name-arg): Fix typo in docstring.
1890 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1892         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
1893         (pcmpl-linux-fs-types): Same, and update to new modules layout.
1895         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
1896         pcomplete-entries.
1898         * comint.el (comint-read-input-ring, comint-write-input-ring)
1899         (comint-substitute-in-file-name)
1900         (comint-dynamic-complete-as-filename)
1901         (comint-dynamic-simple-complete)
1902         (comint-dynamic-list-filename-completions)
1903         (comint-dynamic-list-completions)
1904         (comint-redirect-results-list-from-process): Minor simplifications.
1906 2009-10-21  Kevin Ryde  <user42@zip.com.au>
1908         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
1909         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
1910         the first form.  And insert a blank line after ";;; Code" since
1911         that's usual style.  (My Bug#4612.)
1913         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
1915 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1917         * minibuffer.el (completion-table-with-terminator): Properly implement
1918         boundaries, in case `terminator' appears in the suffix.
1919         (completion--embedded-envvar-table): Don't return boundaries if
1920         there's no valid completion.  Simplify.
1921         (completion-file-name-table): New completion table extracted from
1922         completion--file-name-table.
1923         (completion--file-name-table): Use it.
1924         (read-file-name-predicate): Declare obsolete.
1925         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
1926         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
1927         completion-file-name-table, and use the `pred' argument.
1928         * files.el (locate-file-completion-table): Use the `pred' arg rather
1929         than read-file-name-predicate.
1930         (abbreviate-file-name): Use \` rather than ^ for BOS.
1932 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
1934         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
1935         vc-responsible-backend to register, it causes problems.
1937 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1939         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
1941 2009-10-21  Eric Ludlam  <zappo@gnu.org>
1943         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
1944         (semantic-c-debug-mode-init-pch): New functions.
1945         (semantic-c-debug-mode-init-last-mode): New var.
1946         (semantic-c-parse-lexical-token): Use them.
1948         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
1949         When extracting the argument list, limit only by point-max.
1951 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
1953         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
1954         (tramp-smb-handle-file-attributes): Use it.
1955         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
1956         (tramp-smb-handle-insert-directory): Use `mapc' rather than
1957         `mapcar'.  Use `tramp-smb-get-stat-capability'.
1958         Add `dired-filename' text properties.
1959         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
1960         (tramp-smb-maybe-open-connection): Simplify check for smbclient
1961         version.
1963 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1965         * subr.el (read-key-delay): Reduce to 0.01.
1966         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
1967         (bug#4751).
1969 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1971         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
1973         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
1974         (Info-menu): Remove unused vars `last' and `completions'.
1975         (Info-index-nodes): Remove unused var `node'.
1977         * info.el (Info-complete-menu-item): Use complete-with-action.
1979 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
1981         Make vc-annotate work through copies and renames.
1982         * vc-annotate.el (vc-annotate-extract-revision-at-line):
1983         Return the file name too.
1984         (vc-annotate-revision-at-line)
1985         (vc-annotate-find-revision-at-line)
1986         (vc-annotate-revision-previous-to-line)
1987         (vc-annotate-show-log-revision-at-line): Update to get the file
1988         name from vc-annotate-extract-revision-at-line.
1989         (vc-annotate-show-diff-revision-at-line-internal): Change the
1990         argument to mean whether to show a file diff or not.  Get the file
1991         name from vc-annotate-extract-revision-at-line.
1992         (vc-annotate-show-diff-revision-at-line):
1993         Update vc-annotate-show-diff-revision-at-line call.
1994         (vc-annotate-warp-revision): Add an optional file argument.
1996         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
1997         (vc-git-annotate-extract-revision-at-line): Also return the file
1998         name if found.
2000         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
2001         command.  Remove unused code.
2002         (vc-hg-annotate-re): Update to match --follow output.
2003         (vc-hg-annotate-extract-revision-at-line): Also return the file
2004         name if found.
2006         * vc.el: Update annotate-extract-revision-at-line documentation.
2008 2009-10-18  Kevin Ryde  <user42@zip.com.au>
2010         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
2011         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
2013         * net/browse-url.el (browse-url): Identify alist with "consp and
2014         not functionp" and let all other things go down the `apply' leg,
2015         as suggested by Stefan.  (Further to bug#4531.)
2017 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
2019         * minibuffer.el (read-file-name): Check for repeat before putting
2020         a default argument in file-name-history (Bug#4657).
2022         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
2023         read syntax (Bug#4737).
2025         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
2027 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
2029         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
2030         (html-tag-alist, html-tag-help): Add descriptions for undocumented
2031         entries and make note of obsolete tags.
2033 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2035         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
2037 2009-10-18  Glenn Morris  <rgm@gnu.org>
2039         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
2040         grep, so that binary files (eg international/uni-bidi.el) can match.
2041         Remove test for "UnicodeData" files, since it is hopefully unnecessary
2042         now, and in any case the file header format has changed.
2044 2009-10-17  Glenn Morris  <rgm@gnu.org>
2046         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
2047         (flyspell-get-word, flyspell-large-region)
2048         (flyspell-auto-correct-previous-word): Doc/error message fixes.
2050 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2052         * Makefile.in (ELCFILES): Add ede/shell.
2054 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
2056         * term/common-win.el (x-colors): Purecopy it.
2058 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2060         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
2061         permissive for when the buffer is empty.
2062         (tar-header-block-tokenize): Decode the username and groupname.
2063         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
2065 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
2067         * cedet/srecode/srt.el:
2068         * cedet/srecode/compile.el:
2069         * cedet/semantic/mru-bookmark.el:
2070         * cedet/semantic/debug.el:
2071         * cedet/semantic/complete.el:
2072         * cedet/semantic/analyze.el: Require CL when compiling.
2074 2009-10-17  Eric Ludlam  <zappo@gnu.org>
2076         * cedet/semantic/scope.el
2077         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
2078         tmpscope so that the regular scope will continue to work.
2080         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
2081         Use semantic-idle-summary-highlight-face as the highlighting.
2083         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
2084         contains multibyte characters, choose first applicable coding
2085         system automatically.
2087         * cedet/ede/project-am.el (project-run-target): New method.
2088         (project-run-target): New method.
2090         * cedet/ede.el (ede-target): Add run target menu item.
2091         (ede-project, ede-minor-keymap): Add ede-run-target binding.
2092         (ede-run-target): New function.
2093         (ede-target::project-run-target): New method.
2095         * cedet/ede/proj.el (project-run-target): New method.
2097         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
2098         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
2099         Add :rules.
2100         (ede-proj-target-makefile-shared-object): Only libtool compilers
2101         now available.  Add linkers for libtool.
2102         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
2103         (ede-proj-makefile-target-name): Always use .la extension.
2105         * cedet/ede/proj-prog.el (project-run-target): New method.
2107         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
2108         (ede-g++-linker): Change Change link lines.
2110         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
2111         When searching for old variables, go to the end of the buffer and
2112         search backward from there.
2113         (ede-proj-makefile-automake-insert-subdirs)
2114         (ede-proj-makefile-automake-insert-extradist): New methods.
2115         (ede-proj-makefile-create): Use them.
2117         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
2118         Force FILE to expand to the current target.  Use file-exists-p to
2119         check that it exists.
2121         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
2122         (ede-linux-load): Wrap dir in file-name-as-directory.
2123         Set :version slot.
2125         * cedet/ede/files.el (ede-get-locator-object): When enabling
2126         locate, do so on "top".
2128         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
2129         file-name-as-directory during compare.
2130         (ede-emacs-version): Return Emacs/XEmacs differentiator.
2131         Get version number from different places.  Don't call egrep.
2132         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
2133         to set the directory.
2135         * cedet/ede/shell.el: New file.
2137         * cedet/inversion.el (inversion-decoders): Allow for stray . in
2138         alpha/beta variants.
2140 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2142         * international/mule-cmds.el (select-safe-coding-system): If the file
2143         has a coding cookie, use it regardless of any other setting (bug#4712).
2145 2009-10-17  Glenn Morris  <rgm@gnu.org>
2147         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
2148         All errors should have messages.
2150         * foldout.el (foldout-mouse-swallow-events):
2151         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
2153         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
2154         (dired-keep-marker-copy, dired-keep-marker-hardlink)
2155         (dired-keep-marker-symlink, dired-dwim-target)
2156         (dired-copy-preserve-time): Do not autoload these defcustoms.
2158         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
2159         messages from messing up the file coding.  (Bug#4623)
2161 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
2163         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
2164         if no match is found for the current dictionary.  (Bug#4578)
2166         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
2167         optional, since that is how it is documented, and this is often called
2168         with a nil argument.  (Bug#4577)
2169         (flyspell-external-point-words, flyspell-auto-correct-word)
2170         (flyspell-correct-word-before-point, flyspell-word-search-forward)
2171         (flyspell-word-search-backward): Remove nil argument in calls to
2172         flyspell-get-word, since it is not needed now.
2174 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
2176         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
2178 2009-10-16  Glenn Morris  <rgm@gnu.org>
2180         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
2182 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2184         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
2185         (ange-ftp-file-size): New function.
2186         (ange-ftp-file-attributes): Use it.
2188 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
2190         * net/tramp-smb.el (tramp-smb-version): New defvar.
2191         (tramp-smb-maybe-open-connection): Use it, in order to avoid
2192         repeated checks.
2194 2009-10-16  Glenn Morris  <rgm@gnu.org>
2196         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
2197         Maybe copy some custom properties from old to new name.  (Bug#4706)
2199 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
2201         * subr.el (error, sit-for, start-process-shell-command)
2202         (start-file-process-shell-command): Set the calling convention
2203         after the function definition.
2205 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2207         * subr.el (error, sit-for, start-process-shell-command)
2208         (start-file-process-shell-command): Use the new
2209         set-advertised-calling-convention feature.
2211 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
2213         * international/ucs-normalize.el (ucs-normalize-version):
2214         Change to 1.2.
2215         (check-range): Adjust for Unicode 5.2.
2217 2009-10-15  Juri Linkov  <juri@jurta.org>
2219         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
2220         to the `menu-item' format.
2222 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
2224         * net/tramp.el (tramp-replace-environment-variables): Do not fail
2225         if the environment variable does not exist.
2227         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2228         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
2229         parameter.
2230         (tramp-smb-handle-add-name-to-file)
2231         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2232         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2233         (tramp-smb-handle-file-attributes)
2234         (tramp-smb-do-file-attributes-with-stat)
2235         (tramp-smb-handle-file-local-copy)
2236         (tramp-smb-handle-insert-directory)
2237         (tramp-smb-handle-make-directory)
2238         (tramp-smb-handle-make-directory-internal)
2239         (tramp-smb-handle-make-symbolic-link)
2240         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
2241         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
2242         (tramp-smb-maybe-open-connection): Apply the changed parameters.
2243         (tramp-smb-read-file-entry): Read Disk names in compressed format.
2244         Handle long file names.
2245         (tramp-smb-get-cifs-capabilities): Check, whether the connection
2246         process is running.
2247         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
2248         Read share names with "-g" option.
2250 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
2252         * net/rcirc.el (rcirc-view-log-file): New command.
2253         (rcirc-track-minor-mode-map): Remove C-c ` binding.
2254         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
2255         specified.
2257 2009-10-15  Glenn Morris  <rgm@gnu.org>
2259         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
2260         from the second command-line argument.
2261         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
2262         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
2263         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
2264         w32-batch-update-autoloads.
2265         * emacs-lisp/autoload.el (autoload-make-program): New variable.
2266         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
2268         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
2269         the headers cannot be located.  Simplify, subtracting superflous
2270         save-excursions.
2272 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2274         Replace completion-base-size by completion-base-position to fix bugs
2275         such as (bug#4699).
2276         * simple.el (completion-base-position): New var.
2277         (completion-base-size): Mark as obsolete.
2278         (choose-completion): Make it work for mouse events as well.
2279         Pass the new base-position to choose-completion-string.
2280         (choose-completion-guess-base-position): New function, extracted from
2281         choose-completion-delete-max-match.
2282         (choose-completion-delete-max-match): Use it.  Make obsolete.
2283         (choose-completion-string): Use the new base-position info.
2284         (completion-root-regexp): Delete.
2285         (completion-setup-function): Preserve completion-base-position.
2286         Eliminate obsolete base-size manipulation.
2287         * minibuffer.el (display-completion-list): Don't mess with base-size.
2288         (minibuffer-completion-help): Set completion-base-position instead.
2289         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
2290         choose-completion.
2291         * textmodes/bibtex.el (bibtex-complete):
2292         * emacs-lisp/crm.el (crm--choose-completion-string):
2293         Adjust to new calling convention.
2294         * complete.el (partial-completion-mode): Use minibufferp to avoid
2295         bumping into incompatible change to choose-completion-string-functions.
2296         * ido.el (ido-choose-completion-string): Make its calling convention
2297         more permissive.
2298         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
2299         base-size manipulation.
2300         (comint-dynamic-list-input-ring): Use dotimes and push.
2301         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
2302         fundamental-mode.  Use `or'.
2304 2009-10-14  Juri Linkov  <juri@jurta.org>
2306         * misearch.el (multi-isearch-next-buffer-from-list)
2307         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
2309 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2311         * Makefile.in (compile-onefile): Load `bytecomp' rather than
2312         `bytecomp.el'.
2314         * minibuffer.el (completion-pcm--merge-completions): Make sure the
2315         string we return is all made up of text from the completions rather
2316         than part from the completions and part from the input (bug#4219).
2318         * ido.el (ido-everywhere): Use define-minor-mode.
2320         * buff-menu.el (list-buffers, ctl-x-map):
2321         Mark the entry points with ;;;###autoload cookies.
2323 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
2325         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
2326         correctly in the detached head case.
2327         (vc-git-print-log): Remove unused binding.
2329         * vc.el (vc-responsible-backend): When a directory is passed for
2330         for registration create a VC repository if no backend is
2331         responsible for the directory argument.
2332         (vc-deduce-fileset): Tell vc-responsible-backend to register.
2334         * vc.el: Move comments about RCS and SCCS ...
2335         * vc-rcs.el:
2336         * vc-sccs.el: ... here, respectively.
2338 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2340         * minibuffer.el (completion--file-name-table): Return nil if there's
2341         no file completion, even if substitute-in-file-name changed
2342         the string (bug#4708).
2344 2009-10-13  Juri Linkov  <juri@jurta.org>
2346         * files-x.el (read-file-local-variable-value): Don't filter out
2347         minor modes from mode name completion (bug#4664).
2349 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2351         * international/mule-cmds.el (ucs-names): Remove exclusion of
2352         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
2354 2009-10-13  Kenichi Handa  <handa@m17n.org>
2356         * international/uni-name.el: Regenerated.
2358 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
2360         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
2361         should be automatically buffer-local, but isn't.)
2363 2009-10-12  Sam Steingold  <sds@gnu.org>
2365         * progmodes/compile.el (compilation-next-error-function): Fix the
2366         timestamps if the buffer has been visited before.
2367         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
2368         non-anchored patterns, like the perl one (bug#3928).
2370 2009-10-12  Glenn Morris  <rgm@gnu.org>
2372         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
2373         Let-bind `size'.
2375 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
2377         * proced.el (proced-unload-function): New function.
2379         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
2380         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
2381         Doc fix.
2383         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
2385 2009-10-11  Juri Linkov  <juri@jurta.org>
2387         * files-x.el (read-file-local-variable-value):
2388         Provide default value only for bound variables (bug#4664).
2390 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
2392         * net/tramp.el (tramp-local-host-p): Function shall return nil for
2393         connection methods like smb.
2395         * net/tramp-cache.el (tramp-flush-connection-property): The hash
2396         can be empty.
2398         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2399         (tramp-smb-file-name-handler-alist): Add handlers for
2400         `add-name-to-file', `make-symbolic-link'.
2401         (tramp-smb-handle-add-name-to-file)
2402         (tramp-smb-do-file-attributes-with-stat)
2403         (tramp-smb-handle-make-symbolic-link)
2404         (tramp-smb-get-cifs-capabilities): New defuns.
2405         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
2406         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
2407         (tramp-smb-handle-file-local-copy)
2408         (tramp-smb-handle-make-directory-internal)
2409         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2410         The file name syntax depends on cifs capabilities.
2411         (tramp-smb-handle-file-attributes):
2412         Call `tramp-smb-do-file-attributes-with-stat' if possible.
2413         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
2414         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
2416 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
2418         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
2419         (eieio-defclass): Apply deftype handler and setf-method properties
2420         directly.
2421         (eieio-add-new-slot): Avoid union function from cl library.
2422         (eieio--typep): New function.
2423         (eieio-perform-slot-validation): Use it.
2425 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2427         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
2428         Update documentation to refer to the variables documented in r1.135.
2429         (Bug#4188)
2431 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
2433         * bookmark.el (Info-suffix-list): Remove this unused variable.
2434         (bookmark-current-point): Remove this obsolete variable.
2435         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
2436         Adjust for removal of bookmark-current-point.
2438         (bookmarks-already-loaded, bookmark-current-buffer)
2439         (bookmark-yank-point): Document.  (Bug#4188)
2441 2009-10-10  Glenn Morris  <rgm@gnu.org>
2443         * frame.el (frame-height): Doc fix.
2445         * calendar/calendar.el (calendar-split-width-threshold): New option.
2446         (calendar-basic-setup): Use calendar-split-width-threshold.
2448 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
2450         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
2451         Use .la for Automake.
2453 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
2455         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
2456         Use "autoreconf -i".  Suggested by Andreas Schwab.
2458 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
2460         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
2461         Ideographic Supplement" range (U+1F200..U+1F2FF).
2463 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2465         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
2466         since the list will have been rebuilt anyway.  (Bug#4349)
2468 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2470         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
2471         (bookmark-bmenu-execute-deletions): Don't save here, as
2472         bookmark-delete will now do so if necessary.
2473         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
2474         (Bug#4348)
2476 2009-10-09  Glenn Morris  <rgm@gnu.org>
2478         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
2480 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
2482         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
2483         (bookmark-jump-other-window): Just invoke bookmark-jump with new
2484         argument now, so the two function's behaviors will match.  (Bug#3645)
2486 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2488         * cedet/ede/proj.el (project-make-dist, project-compile-project):
2489         Fix filename test.
2490         (ede-proj-dist-makefile): Use expand-file-name instead of concat
2491         to expand file names.
2493 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
2495         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
2496         (tramp-file-name-real-host, tramp-file-name-port):
2497         Apply `save-match-data'.
2499         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
2500         case both directories are remote.
2501         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
2502         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
2504 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
2506         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
2507         (ede-proj-target-makefile-objectcode): Use it.
2509         * cedet/ede/source.el (ede-want-any-source-files-p)
2510         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
2511         Return search result.  This error was introduced while merging.
2513 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2515         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
2517 2009-10-07  Glenn Morris  <rgm@gnu.org>
2519         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
2520         of concat.
2522 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2524         * files-x.el (read-file-local-variable): Include some
2525         non-user-variables in the completion table (bug#4664).
2527 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
2529         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
2530         message.
2532         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
2533         (tramp-smb-file-name-handler-alist): Add handler for
2534         `copy-directory', `expand-file-name', `set-file-modes'.
2535         (tramp-smb-handle-copy-directory)
2536         (tramp-smb-handle-expand-file-name)
2537         (tramp-smb-handle-set-file-modes): New defuns.
2538         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
2539         (tramp-smb-handle-file-attributes): Simplify check for retrieving
2540         entry.
2541         (tramp-smb-handle-insert-directory): Don't flush the cache.
2542         (tramp-smb-maybe-open-connection): Check for samba client and
2543         server versions.
2545 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
2547         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
2548         to not error out of search for "^lisp=" fails.
2550 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
2552         * makefile.w32-in (WINS_UPDATES): New macro.
2553         (custom-deps, finder-data, autoloads): Use it.
2555 2009-10-07  Glenn Morris  <rgm@gnu.org>
2557         * Makefile.in (autoloads): Revert previous change.
2558         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
2559         the list of preloaded files passed on the command-line, get
2560         it from src/Makefile.
2562         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
2563         show the original buffer rather than a random one.
2565 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
2567         * help.el (describe-no-warranty): Place point in a slightly better
2568         position in the GPLv3 text.
2570 2009-10-06  Sam Steingold  <sds@gnu.org>
2572         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
2573         the comm attribute is present before calling regexp-quote.
2575 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
2577         * play/animate.el (animate-string): For good effect, make sure
2578         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
2580         * play/animate.el (animate-sequence, animate-birthday-present):
2581         * misc.el (butterfly): Don't set `indent-tabs-mode'.
2583 2009-10-06  Glenn Morris  <rgm@gnu.org>
2585         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
2587         * emacs-lisp/autoload.el (autoload-excludes): New variable.
2588         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
2589         (batch-update-autoloads): Process a string value of autoload-excludes,
2590         set during the build process.
2591         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
2593         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
2594         inside with-parsed...  macro so that `v' is defined.
2596         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
2597         * progmodes/fortran.el (fortran-end-of-block)
2598         (fortran-beginning-of-block):
2599         Also push mark in the macro case.
2601         * emerge.el (emerge-show-file-name):
2602         * calc/calc.el (calc-quit):
2603         * calc/calc-misc.el (calc-big-or-small):
2604         * calc/calc-graph.el (calc-graph-view):
2605         * calc/calc-ext.el (calc-reset):
2606         * calendar/calendar.el (calendar-basic-setup):
2607         Use window-full-height-p.
2609         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
2610         header we don't understand, don't insert another.  (Bug#4624)
2611         If changing mime charset, insert the new one in the right place.
2613 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
2615         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
2616         (cal-tex-cursor-month): Correctly increment the end date for diary and
2617         holiday listing.  (Bug#4626)
2619 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2621         * help-fns.el (describe-function-1): Don't burp if the function is not
2622         a symbol.
2624 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
2626         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
2627         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
2628         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
2629         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
2631         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
2632         (eieio-default-superclass): Reflow docstrings.
2633         (this, class-option-assoc, defclass, eieio-class-un-autoload)
2634         (eieio-unbind-method-implementations, defmethod)
2635         (eieio-validate-slot-value, eieio-validate-class-slot-value)
2636         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
2637         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
2638         (eieio-slot-originating-class-p, eieio-slot-name-index)
2639         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
2640         (constructor, initialize-instance, no-next-method, object-print)
2641         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
2642         Fix typos in docstrings.
2643         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
2644         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
2645         (next-method-p): Doc fixes.
2646         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
2647         Fix typos in error messages.
2648         (eieio-defmethod): Fix typo in description of generic method.
2650         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
2651         (eieio-persistent-save-interactive, slot-missing):
2652         Fix typos in docstrings.
2653         (eieio-instance-inheritor-slot-boundp): Doc fix.
2655         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
2656         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
2658         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
2659         (eieio-custom-object-apply-reset):
2660         Fix typos in docstrings and error messages.
2662         * emacs-lisp/eieio-datadebug.el (data-debug-show):
2663         Fix typo in docstring.
2665         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
2666         (eieio-browse-tree): Doc fix.
2667         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
2668         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
2669         Fix typos in docstrings.
2671         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
2672         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
2673         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
2674         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
2675         Reflow docstrings.
2677 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
2679         * vc-hg.el (log-view-vc-backend): Declare for compiler.
2680         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
2681         Set log-view-vc-backend so that diff can work.
2683         * log-view.el (log-view-diff): Use vc-diff-internal instead of
2684         vc-version-diff.
2685         (vc-diff-internal): Autoload this instead of vc-version-diff.
2687 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
2689         * simple.el (eval-expression): Doc fix.
2691         * progmodes/cwarn.el (cwarn-mode): Doc fix.
2693 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
2695         * files.el (directory-files-no-dot-files-regexp): New defconst.
2696         (delete-directory): Use it.
2697         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
2699         * net/tramp.el (tramp-verbose): Fix docstring.
2700         (tramp-methods): Add recursive option to `tramp-copy-args'.
2701         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
2702         "scp1_old", "scp2_old", "rsync", "rsyncc".
2703         (tramp-default-method): Check also for `auth-source-user-or-password'.
2704         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
2705         Add handler for `copy-directory'.
2706         (tramp-handle-copy-directory): New defun.
2707         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
2708         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
2709         Optimize sent command.
2711 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2713         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
2714         window if necessary.
2716         * calendar/calendar.el (calendar-basic-setup): Don't call
2717         switch-to-buffer in a dedicated window.
2719 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
2721         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
2722           don't do anything related to relocating, just return nil.
2723         (bookmark-error-no-filename): New error.
2724         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
2725           bookmark has no file.  Don't even attempt to handle things that
2726           are not files; the whole point of custom handlers is to keep that
2727           knowledge elsewhere anyway.  Tighten some comments.
2728         (bookmark-file-or-variation-thereof): Remove now-unused function.
2729         (bookmark-location): Doc string fix.
2730         (Bug#4250)
2732 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2734         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
2735         don't use a file dialog, because they usually don't know how to read
2736         a directory target from the user.  (Bug#4230)
2737         Also, make sure the prompt can display directories as well as files.
2739 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2741         * bookmark.el (bookmark-set, bookmark-buffer-name):
2742         Improve doc strings.  (Bug#1193)
2744 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2746         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
2747         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
2748         (bookmark-get-annotation, bookmark-set-annotation)
2749         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
2750         (bookmark-set-position, bookmark-get-front-context-string)
2751         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
2752         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
2753         (bookmark-jump-other-window, bookmark-handle-bookmark)
2754         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
2755         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
2756         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
2757            Improve doc strings to say whether bookmark can be a string or
2758            a record or both, and make other consistency and clarity fixes.
2759         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
2760         (bookmark-default-annotation-text, bookmark-yank-word)
2761         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
2762         (bookmark-import-new-list, bookmark-maybe-rename)
2763         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
2764         (bookmark-bmenu-bookmark): Give these doc strings.
2765         (bookmark-bmenu-check-position): Give this a doc string, but also
2766            add a FIXME comment about how the function may be pointless.
2767         (bookmark-default-handler): Rework doc string and change a
2768            parameter name, to clarify that this takes a bookmark record
2769            not a bookmark name.
2770         (bookmark-set): Change a parameter name to indicate its meaning,
2771            and improve the doc string a bit.
2772         (Bug#4188)
2774 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2776         * bookmark.el (bookmark-alist): Document the new `handler' element
2777         in the param alist.
2778         (bookmark-make-record-function): Adjust documentation for above.
2779         (Bug#4193)
2781 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
2783         * info.el (Info-bookmark-make-record): Document this function.
2784         (Info-bookmark-jump): Document with a doc string, not just a comment.
2785         (Bug#4203)
2787 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2789         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
2790         (semantic-new-buffer-fcn): Call parser setup functions here.
2791         (semantic-mode): Don't call parser setup functions here, it's done
2792         in semantic-new-buffer-fcn now.
2793         (semantic-mode): Parse all existing buffers when enabled.
2795         * cedet/srecode/compile.el (srecode-compile-file):
2796         Call semantic-new-buffer-fcn if the buffer has not been parsed.
2798 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2800         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
2802         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
2803         (proj-comp-insert-variable-once): New macro, renamed from
2804         ede-pmake-insert-variable-once in ede/pmake.edl.
2805         (ede-proj-makefile-insert-variables): Use it.
2807 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
2809         * files.el (copy-directory): New defun.
2811         * dired-aux.el (dired-copy-file-recursive): Use it.
2813 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2815         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2816         (makefile-end-of-command):
2817         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2818         (semantic-end-of-context): Fix previous change.  Doc fixes.
2820 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
2822         * files-x.el (modify-dir-local-variable)
2823         (copy-dir-locals-to-file-locals-prop-line):
2824         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
2825         (makefile-end-of-command):
2826         * cedet/semantic/lex.el (semantic-lex-token):
2827         * cedet/semantic/analyze/fcn.el
2828         (semantic-analyze-dereference-metatype-1):
2829         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
2830         (semantic-lex-cpp-undef):
2831         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
2832         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
2833         (semantic-end-of-context): Fix typos in docstrings.
2835         * recentf.el (recentf-unload-function): New function.
2837 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
2839         * cedet/ede.el (ede-project-placeholder-cache-file):
2840         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
2841         * cedet/srecode/map.el (srecode-map-save-file):
2842         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
2844 2009-10-04  Glenn Morris  <rgm@gnu.org>
2846         * window.el (window-full-height-p): Add doc string.
2848 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
2850         * window.el (window-full-height-p): New function.  (Bug#4543)
2852 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
2854         * cedet/srecode/insert.el: Require srecode/args.
2856         * cedet/srecode/args.el: Require srecode/dictionary instead of
2857         srecode/insert.
2859         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
2861         * files.el (auto-mode-alist): Add .srt and Project.ede.
2863         * cedet/semantic.el (semantic-mode):
2864         Handle srecode-template-mode-hook as well.
2865         (semantic-mode): Use js-mode-hook for Javascript hook.
2867         * cedet/srecode/template.el: Remove hook variable.
2869         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
2871         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
2872         projects exist.
2873         (ede-project-placeholder-cache-file): Default to a file in
2874         user-emacs-directory.
2876         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
2877         templates in data-directory.
2878         (srecode-map-save-file): Default to a file in user-emacs-directory.
2880         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
2881         directory.
2883 2009-09-30  Eric Ludlam  <zappo@gnu.org>
2885         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
2886         Doc fix.
2888         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
2889         Only insert each variable once.
2891         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
2892         (ede-pmake-insert-variable-shared): Use it.
2894         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
2895         for lexical table iff table is nil.
2897 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
2899         * vc.el: Remove commented out code.
2900         (vc-derived-from-dir-mode): Remove, unused.
2901         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
2903 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
2905         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
2906         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
2907         there could be recursive loading when `default-directory' is a
2908         remote file name.  (Bug#4614)
2910 2009-10-03  Glenn Morris  <rgm@gnu.org>
2912         * calendar/calendar.el (calendar-basic-setup): Handle the case where
2913         the frame is wide.
2914         (calendar-generate-window): Test for shrinkability rather than width.
2916         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
2917         declaration, currently false.
2919         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
2920         reusing existing buffers, in case we happen to visit two files with the
2921         same basename.  (Bug#4593)
2923 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2925         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
2926         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
2927         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
2928         subdirs of cedet as well.
2929         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
2931 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2933         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
2934         Obey advertised-signature-table.
2936         * help-fns.el (help-function-arglist): Don't check
2937         advertised-signature-table.
2938         (describe-function-1): Do it here instead so it also applies to subrs.
2940 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
2942         * simple.el (start-file-process): Say in the doc-string, that file
2943         handlers might not support pty association, if PROGRAM is nil.
2945         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
2946         HOST and USER are strings.  They are nil, when there are
2947         incomplete entries in ~/.netrc, for example.
2948         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
2949         root directory ("device busy" error otherwise).
2951         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
2952         Flush file properties of created directory.
2954 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
2956         * makefile.w32-in (WINS_BASIC): Remove cedet.
2957         (WINS_CEDET): Add cedet.
2958         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
2960 2009-10-02  Kevin Ryde  <user42@zip.com.au>
2962         * net/browse-url.el (browse-url): Pass any symbol in
2963         browse-url-browser-function to `apply', since if you've mistakenly put
2964         an unbound symbol then the error is clearer.  (Bug#4531)
2966 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
2968         * allout.el (allout-init, allout-back-to-current-heading)
2969         (allout-beginning-of-current-entry, allout-ascend-to-depth)
2970         (allout-ascend, allout-up-current-level, allout-end-of-level)
2971         (allout-previous-visible-heading, allout-forward-current-level)
2972         (allout-backward-current-level, allout-show-children):
2973         * apropos.el (apropos-describe-plist):
2974         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
2975         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
2976         * completion.el (add-completion, add-permanent-completion):
2977         * descr-text.el (describe-text-category, describe-char):
2978         * desktop.el (desktop-lazy-abort):
2979         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
2980         * dired.el (dired-build-subdir-alist):
2981         * ediff.el (ediff-version):
2982         * elide-head.el (elide-head, elide-head-show):
2983         * emerge.el (emerge-version):
2984         * env.el (getenv):
2985         * face-remap.el (variable-pitch-mode):
2986         * faces.el (describe-face):
2987         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
2988         (dired-at-point):
2989         * files.el (find-file-existing, auto-save-mode):
2990         * font-lock.el (font-lock-fontify-buffer):
2991         * help-fns.el (describe-function, describe-variable)
2992         (describe-syntax, describe-categories):
2993         * help.el (view-lossage, describe-bindings, describe-key)
2994         (describe-mode):
2995         * hexl.el (hexl-current-address):
2996         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
2997         * info.el (Info-goto-emacs-key-command-node):
2998         * log-edit.el (log-edit-insert-cvs-template)
2999         (log-edit-insert-cvs-rcstemplate):
3000         * menu-bar.el (menu-bar-mode):
3001         * mouse.el (mouse-appearance-menu):
3002         * newcomment.el (comment-indent-new-line):
3003         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
3004         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
3005         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt, )
3006         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
3007         * recentf.el (recentf-mode):
3008         * savehist.el (savehist-mode, savehist-save):
3009         * shadowfile.el (shadow-copy-files):
3010         * simple.el (kill-ring-save, next-line, previous-line)
3011         (normal-erase-is-backspace-mode):
3012         * strokes.el (strokes-update-window-configuration)
3013         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
3014         (strokes-xpm-for-stroke):
3015         * time.el (emacs-uptime, emacs-init-time):
3016         * tutorial.el (tutorial--describe-nonstandard-key)
3017         (tutorial--detailed-help):
3018         * type-break.el (type-break-mode)
3019         (type-break-mode-line-message-mode, type-break-query-mode)
3020         (type-break-guesstimate-keystroke-threshold):
3021         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
3022         * version.el (emacs-version):
3023         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
3024         * winner.el (winner-mode):
3025         * calendar/timeclock.el (timeclock-in, timeclock-out)
3026         (timeclock-status-string, timeclock-change)
3027         (timeclock-workday-remaining-string)
3028         (timeclock-workday-elapsed-string)
3029         (timeclock-when-to-leave-string):
3030         * calendar/todo-mode.el (todo-add-category):
3031         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
3032         * emacs-lisp/autoload.el (update-file-autoloads):
3033         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
3034         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
3035         (checkdoc-message-text, checkdoc-defun):
3036         * emacs-lisp/debug.el (debugger-list-functions):
3037         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3038         * emacs-lisp/eieio-opt.el (eieio-describe-class)
3039         (eieio-describe-generic):
3040         * emacs-lisp/lisp-mnt.el (lm-synopsis):
3041         * emacs-lisp/shadow.el (list-load-path-shadows):
3042         * emulation/cua-base.el (cua-mode):
3043         * emulation/edt.el (edt-set-scroll-margins):
3044         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
3045         (tpu-toggle-regexp, tpu-toggle-search-direction)
3046         (tpu-toggle-rectangle, tpu-toggle-control-keys):
3047         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3048         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
3049         (viper-set-parsing-style-toggling-macro)
3050         (viper-set-emacs-state-searchstyle-macros):
3051         * emulation/viper.el (viper-set-hooks):
3052         * eshell/esh-mode.el (eshell-truncate-buffer):
3053         * international/mule-cmds.el (prefer-coding-system)
3054         (describe-input-method, describe-language-environment):
3055         * international/mule-diag.el (list-character-sets)
3056         (describe-character-set, describe-coding-system)
3057         (describe-fontset, list-fontsets, list-input-methods):
3058         * mail/sendmail.el (mail-signature):
3059         * net/ange-ftp.el (ange-ftp-copy-file):
3060         * net/browse-url.el (browse-url):
3061         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
3062         * net/quickurl.el (quickurl-add-url):
3063         * net/rcirc.el (names, topic):
3064         * net/xesam.el (xesam-mode):
3065         * play/5x5.el (5x5-new-game):
3066         * play/yow.el (apropos-zippy):
3067         * progmodes/ada-mode.el (ada-mode-version):
3068         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
3069         (f90-end-of-block)
3070         (f90-beginning-of-block):
3071         * progmodes/fortran.el (fortran-end-of-block)
3072         (fortran-beginning-of-block):
3073         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
3074         * progmodes/python.el (python-describe-symbol, python-shell):
3075         * term/ns-win.el (ns-print-buffer):
3076         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
3077         * textmodes/flyspell.el (flyspell-mode-on):
3078         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
3079         (pages-directory-for-addresses):
3080         * textmodes/table.el (table-recognize-cell)
3081         (table-query-dimension, table-generate-source)
3082         (table-insert-sequence, table--warn-incompatibility):
3083         * textmodes/tex-mode.el (tex-validate-buffer):
3084         * textmodes/texinfmt.el (texinfmt-version)
3085         (texinfo-format-buffer):
3086         Use `called-interactively-p' instead of `interactive-p'.
3088 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
3090         * image-mode.el (image-toggle-display):
3091         * emacs-lisp/elp.el (elp-instrument-function):
3092         * emacs-lisp/advice.el (ad-make-advised-definition):
3093         * emacs-lisp/easy-mmode.el (define-minor-mode):
3094         * net/browse-url.el (browse-url-maybe-new-window):
3095         * progmodes/sh-script.el (sh-learn-buffer-indent):
3096         Pass new argument 'any to `called-interactively-p'.
3098 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3100         * international/uni-bidi.el:
3101         * international/uni-category.el:
3102         * international/uni-combining.el:
3103         * international/uni-comment.el:
3104         * international/uni-decimal.el:
3105         * international/uni-decomposition.el:
3106         * international/uni-digit.el:
3107         * international/uni-lowercase.el:
3108         * international/uni-mirrored.el:
3109         * international/uni-name.el:
3110         * international/uni-numeric.el:
3111         * international/uni-old-name.el:
3112         * international/uni-titlecase.el:
3113         * international/uni-uppercase.el:
3114         Regenerate from Unicode 5.2.0 data.
3116 2009-10-01  Glenn Morris  <rgm@gnu.org>
3118         * Makefile.in (ELCFILES): Regenerate.
3120 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3122         * subr.el (interactive-p): Mark obsolete.
3123         (called-interactively-p): Make the optional-ness of `kind' obsolete.
3124         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
3125         advertised-signature-table for subroutines as well.
3127         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
3128         (set-advertised-calling-convention): New function.
3129         (make-obsolete, define-obsolete-function-alias)
3130         (make-obsolete-variable, define-obsolete-variable-alias):
3131         Make the optional-ness of `when' obsolete.
3132         (define-obsolete-face-alias): Make `when' non-optional.
3133         * help-fns.el (help-function-arglist):
3134         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
3135         Use advertised-signature-table.
3137 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
3139         * files.el (delete-directory): New defun.  The original function
3140         in fileio.c has been renamed to `delete-directory-internal'.
3142         * dired.el (dired-delete-file): Call `delete-directory' with
3143         RECURSIVE parameter.
3145         * net/ange-ftp.el (ange-ftp-delete-directory ): Add optional
3146         parameter RECURSIVE.  Implementation is missing.
3148         * net/tramp.el (tramp-handle-make-directory): Flush upper
3149         directory's file properties.
3150         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
3151         (tramp-handle-dired-recursive-delete-directory): Flush directory
3152         properties after the remove command only.
3154         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
3155         Handle optional parameter RECURSIVE.
3157         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
3158         Handle optional parameter RECURSIVE.
3160         * net/tramp-smb.el (tramp-smb-errors): Add error message for
3161         connection timeout.
3162         (tramp-smb-handle-delete-directory): Handle optional parameter
3163         RECURSIVE.
3165 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3167         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
3168         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
3169         (byte-compile-defmacro): Use backquotes.
3171         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
3173         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
3174         has no associated file.
3175         (vc-resynch-buffer): Use vc-dir-buffers.
3177 2009-10-01  Glenn Morris  <rgm@gnu.org>
3179         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
3180         (chart-file-count):
3181         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
3182         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
3183         * emacs-lisp/eieio-opt.el (eieio-describe-class):
3184         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
3185         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
3186         (eieio-copy-parents-into-subclass, make-instance, class-children)
3187         (eieio-generic-form):
3188         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
3189         * cedet/cedet-idutils.el (cedet-idutils-search)
3190         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
3191         (cedet-idutils-version-check):
3192         * cedet/cedet.el (cedet-version):
3193         * cedet/data-debug.el (data-debug-insert-overlay-button)
3194         (data-debug-insert-overlay-list-button)
3195         (data-debug-insert-buffer-button)
3196         (data-debug-insert-buffer-list-button)
3197         (data-debug-insert-process-button, data-debug-insert-ring-button)
3198         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
3199         (data-debug-insert-stuff-vector-button)
3200         (data-debug-insert-symbol-button, data-debug-insert-string)
3201         (data-debug-insert-number, data-debug-insert-lambda-expression)
3202         (data-debug-insert-nil, data-debug-insert-simple-thing)
3203         (data-debug-insert-custom, data-debug-edebug-expr):
3204         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
3205         (global-ede-mode-map, ede-new, ede-debug-target)
3206         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
3207         * cedet/semantic.el (semantic-minimum-working-buffer-size)
3208         (semantic-fetch-tags, semantic-submode-list)
3209         (semantic-default-submodes):
3210         * cedet/ede/source.el (ede-source-match):
3211         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
3212         (project-am-package-info):
3213         * cedet/ede/proj.el (ede-proj-target, project-new-target):
3214         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
3215         * cedet/ede/proj-comp.el (ede-current-build-list):
3216         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
3217         * cedet/ede/files.el (ede-toplevel-project-or-nil):
3218         * cedet/ede/cpp-root.el (initialize-instance):
3219         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
3220         (autoconf-parameter-strip, autoconf-insert-new-macro):
3221         * cedet/semantic/wisent.el (wisent-lex-eoi):
3222         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
3223         (semantic-show-parser-state-mode):
3224         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
3225         * cedet/semantic/tag.el (semantic-tag-new-variable)
3226         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
3227         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
3228         (semantic--tag-deep-copy-tag-list)
3229         (semantic-tag-components-with-overlays-default):
3230         * cedet/semantic/symref.el (semantic-symref-find-text):
3231         * cedet/semantic/senator.el (senator-yank-tag)
3232         (senator-transpose-tags-up):
3233         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
3234         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
3235         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
3236         * cedet/semantic/lex.el (semantic-lex-comment-regex)
3237         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
3238         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
3239         * cedet/semantic/lex-spp.el
3240         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
3241         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
3242         * cedet/semantic/idle.el
3243         (semantic-idle-summary-current-symbol-info-brutish)
3244         (semantic-idle-summary-current-symbol-info-default):
3245         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
3246         (semantic--grammar-macro-compl-dict):
3247         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
3248         * cedet/semantic/format.el (semantic-format-tag-custom-list)
3249         (semantic-format-tag-canonical-name-default):
3250         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
3251         (semantic-find-tags-for-completion)
3252         (semantic-find-tags-by-scope-protection-default)
3253         (semantic-deep-find-tags-for-completion):
3254         * cedet/semantic/edit.el
3255         (semantic-edits-incremental-reparse-failed-hook)
3256         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
3257         (semantic-edits-splice-remove, semantic-edits-splice-replace):
3258         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
3259         * cedet/semantic/dep.el (semantic-dependency-include-path):
3260         * cedet/semantic/db.el (semanticdb-default-find-index-class)
3261         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
3262         (semanticdb-project-roots):
3263         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
3264         (semanticdb-find-adebug-insert-scanned-tag-cons)
3265         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
3266         (semanticdb-brute-deep-find-tags-for-completion):
3267         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
3268         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
3269         (semantic-end-of-context-default)
3270         (semantic-ctxt-current-function-default)
3271         (semantic-ctxt-scoped-types-default):
3272         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
3273         (semantic-complete-inline-tag-engine)
3274         (semantic-complete-inline-custom-type)
3275         (semantic-complete-read-tag-analyzer):
3276         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
3277         (semantic-chart-database-size):
3278         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
3279         (semantic-analyze-current-context):
3280         * cedet/semantic/symref/list.el (semantic-symref)
3281         (semantic-symref-hide-buffer, semantic-symref-symbol):
3282         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
3283         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
3284         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
3285         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
3286         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
3287         (semantic-c-dereference-template):
3288         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
3289         (semantic--analyze-refs-full-lookup-with-parents)
3290         (semantic--analyze-refs-full-lookup-simple):
3291         * cedet/semantic/analyze/complete.el
3292         (semantic-analyze-possible-completions):
3293         * cedet/srecode/table.el (srecode-mode-table-new):
3294         * cedet/srecode/srt.el (srecode-read-variable-name):
3295         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
3296         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
3297         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
3298         * cedet/srecode/map.el (srecode-current-map):
3299         * cedet/srecode/insert.el (srecode-insert)
3300         (srecode-insert-variable-secondname-handler, srecode-insert-method)
3301         (srecode-template-inserter-point-override)
3302         (srecode-insert-include-lookup):
3303         * cedet/srecode/getset.el (srecode-auto-choose-class):
3304         * cedet/srecode/extract.el (srecode-inserter-extract):
3305         * cedet/srecode/document.el
3306         (srecode-document-autocomment-return-last-alist)
3307         (srecode-document-autocomment-param-type-alist)
3308         (srecode-document-insert-function-comment)
3309         (srecode-document-insert-variable-one-line-comment)
3310         (srecode-document-function-name-comment):
3311         * cedet/srecode/dictionary.el (srecode-create-dictionary)
3312         (srecode-compound-toString):
3313         * cedet/srecode/compile.el (srecode-flush-active-templates):
3314         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
3315         Doc/message fixes.
3317         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
3318         match-data.  (Bug#4555).
3320         * cedet/semantic/bovine/gcc.el
3321         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
3322         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
3324         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
3325         rather than parsing it as a regexp.  This relaxes the layout
3326         requirements and makes errors easier to detect.
3327         (check-declare-verify): Check file is regular.
3328         (check-declare-directory): Doc fix.
3329         * subr.el (declare-function): Doc fix.
3331         * ibuffer.el (ibuffer-format-qualifier):
3332         * isearch.el (hi-lock-regexp-okay):
3333         * calc/calc.el (math-zerop):
3334         * mail/uce.el (rmail-msgbeg, rmail-msgend):
3335         * term/w32-win.el (setup-default-fontset, set-fontset-font):
3336         Remove unused declarations.
3338 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
3340         * cedet/semantic/wisent/javat-wy.el
3341         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
3343 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
3345         * cedet/srecode/expandproto.el: Fix provide statement.
3347 2009-09-30  Eric Ludlam  <zappo@gnu.org>
3349         * emacs-lisp/eieio.el (boolean-p): Delete.
3351 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
3353         * cedet/ede/srecode.el: Fix provide statement.
3355 2009-09-30  Glenn Morris  <rgm@gnu.org>
3357         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
3358         * cedet/ede/proj-aux.el (ede-aux-source):
3359         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
3360         (ede-misc-source):
3361         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
3362         (semantic-mrub-switch-tags): Fix doc typos.
3364         * cedet/semantic/db-global.el (data-debug-new-buffer)
3365         (data-debug-insert-thing): Remove unneeded declarations (one broken).
3366         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
3368         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
3370         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
3371         use of CL function `remove-if-not'.
3373         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
3375         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
3376         filename is not a string.
3378 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
3380         * files.el (safe-local-eval-forms): Fix typo.
3382 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3384         * vc-hooks.el (vc-dir-buffers): New var.
3385         (vc-state-refresh): New function.
3386         (vc-state): Use it.
3387         (vc-after-save): Always ask the backend to recompute the new state.
3388         Always call vc-dir if necessary, using vc-dir-buffers.
3389         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
3390         Use vc-dir-buffers.
3391         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
3392         (vc-dir-prepare-status-buffer, vc-dir-update)
3393         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
3394         Don't call expand-file-name on default-directory.
3396 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3398         * speedbar.el (speedbar-item-delete):
3399         * calc/calc-prog.el (calc-kbd-if):
3400         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
3402         * epa.el (epa-key-list-mode-map):
3403         * hi-lock.el (hi-lock-menu): Fix typos in menus.
3405         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
3406         (hs-show-hook): Fix typo in docstring.
3408 2009-09-29  Glenn Morris  <rgm@gnu.org>
3410         * cedet/semantic/symref/idutils.el:
3411         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
3413         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
3415         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
3416         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
3417         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
3418         Mark declarations not understood by check-declare.
3420         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
3421         file-name-nondirectory call preventing location of cedet files.
3422         (check-declare-verify): Use literal search rather than re-search.
3423         Add basic defmethod and defclass, and define-overloadable-function.
3425         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3426         Use tramp-compat-file-attributes rather than nonexistent
3427         tramp-compat-handle-file-attributes.
3429         * Makefile.in (lisptagsfiles4): New.
3430         (AUTOGENEL): Add cedet loaddefs files.
3431         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
3432         (update-elclist, compile-always, backup-compiled-files)
3433         (bootstrap-clean): Add yet another directory level.
3434         (update-elclist): Use LC_COLLATE rather than COLLATE.
3435         (ELCFILES): Update, via `make update-elclist'.
3437 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
3439         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
3440         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
3441         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
3443 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
3445         * Makefile.in (lisptagsfiles3): Define.
3446         (TAGS, TAGS-LISP): Use it.
3447         (update-elclist): Add third directory level to look for elc files.
3448         (compile-always): Likewise.
3449         (backup-compiled-files): Likewise.
3450         (bootstrap-clean): Likewise.
3451         (ELCFILES): Update.
3453 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
3455         * Makefile.in (ELCFILES): Add CEDET files.
3457 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3459         CEDET (development tools) package merged.
3461         * cedet/*.el:
3462         * cedet/ede/*.el:
3463         * cedet/semantic/*.el:
3464         * cedet/srecode/*.el: New files.
3466 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
3468         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
3470         * net/tramp.el (top): Require tramp-imap.
3472         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
3473         Use `tramp-compat-handle-file-attributes'.
3475 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
3477         * net/tramp-imap.el: New package.
3479 2009-09-28  Eric Ludlam  <zappo@gnu.org>
3481         * emacs-lisp/chart.el:
3482         * emacs-lisp/eieio-base.el:
3483         * emacs-lisp/eieio-comp.el:
3484         * emacs-lisp/eieio-custom.el:
3485         * emacs-lisp/eieio-datadebug.el:
3486         * emacs-lisp/eieio-opt.el:
3487         * emacs-lisp/eieio-speedbar.el:
3488         * emacs-lisp/eieio.el: New files.
3490         * cedet/cedet-cscope.el:
3491         * cedet/cedet-files.el:
3492         * cedet/cedet-global.el:
3493         * cedet/cedet-idutils.el:
3494         * cedet/data-debug.el:
3495         * cedet/inversion.el:
3496         * cedet/mode-local.el:
3497         * cedet/pulse.el: New files.
3499 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3501         * whitespace.el (whitespace-trailing-regexp)
3502         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3503         Fix doc string.
3505 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
3507         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
3508         menu.
3510         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
3511         menu-bar-ediff-menu.
3513         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
3514         define-overloadable-function.
3516         * progmodes/autoconf.el: Provide autoconf as well, so that this
3517         file can be `require'd.
3519         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
3521         * emacs-lisp/autoload.el (generated-autoload-feature)
3522         (generated-autoload-load-name): New vars.
3523         (autoload-rubric, autoload-generate-file-autoloads): Use them.
3524         (make-autoload): Recognize define-overloadable-function and
3525         defclass forms (for EIEIO).
3527         * Makefile.in (update-subdirs): Exclude cedet directory.
3529 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
3531         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
3533         * faces.el: Default light-background background for region face to
3534         ns_selection_color under NS.
3536 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
3538         * net/imap-hash.el: New library, see NEWS.
3540         * Makefile.in (ELCFILES): Add imap-hash.el.
3542 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3544         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
3545         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
3546         * help-macro.el (make-help-screen): Avoid using an ambiguous function
3547         definition where the docstring could be taken for the return value.
3549 2009-09-26  Glenn Morris  <rgm@gnu.org>
3551         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
3552         Add option to only show images below a certain size.
3553         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
3554         save-excursion calls.
3556 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
3558         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
3559         subdirectories) and eieio.
3561 2009-09-26  Alan Mackenzie  <acm@muc.de>
3563         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
3564         buggy bracketing.  (Bug#4289)
3566         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
3567         character constants (as case labels).  (Bug#4289)
3569 2009-09-25  Juri Linkov  <juri@jurta.org>
3571         * files.el (safe-local-eval-forms): Allow time-stamp in
3572         before-save-hook (Bug#4554).
3574 2009-09-25  Drew Adams  <drew.adams@oracle.com>
3576         * menu-bar.el (list-buffers-directory): Doc fix.
3578 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3580         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
3581         Try and avoid copying twice the same paragraph.
3582         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
3583         Remove save-excursion.
3584         (log-edit-changelog-entry): Do it here instead.
3586 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
3588         * bs.el (bs--get-file-name): Use `list-buffers-directory'
3589         when available, instead of hardcoding mode names.  Doc fix.
3591         * menu-bar.el (list-buffers-directory): Add docstring.
3592         Make automatically buffer-local.
3594         * dired.el (dired-mode):
3595         * files.el (cd-absolute):
3596         * pcvs.el (cvs-temp-buffer):
3597         * pcvs-util.el (cvs-get-buffer-create):
3598         * shell.el (shell-mode):
3599         * vc-dir.el (vc-dir-mode):
3600         Don't make `list-buffers-directory' buffer local.
3602 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
3604         * comint.el (comint-exec, comint-run, make-comint):
3605         Doc fixes (Bug#4542).
3607 2009-09-25  Glenn Morris  <rgm@gnu.org>
3609         * mail/rmailmm.el (rmail-mime): New custom group.
3610         Move all defcustoms in this file into this group.
3611         (rmail-mime-media-type-handlers-alist): Revert previous change.
3612         (rmail-mime-show-images): New option.
3613         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
3614         references to it, since it wasn't actually used for anything.
3615         (rmail-mime-insert-image): New function.
3616         (rmail-mime-image): Use rmail-mime-insert-image.
3617         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
3618         obey the value of `rmail-mime-show-images' option.  Print the size of
3619         attachments.
3621 2009-09-25  David Engster  <deng@randomsample.de>
3623         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
3625 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3627         * whitespace.el: Does not highlight trailing spaces While point is
3628         at end of line.  Does not highligt spaces at beginning of buffer
3629         while point is at beginning of buffer.  Does not highlight spaces
3630         at end of buffer while point is at end of buffer.  (Bug#4177)
3631         New version 12.0.
3632         (whitespace-display-mappings): Adjust initialization.
3633         (whitespace-point, whitespace-font-lock-refontify): New vars.
3634         (whitespace-color-on, whitespace-color-off): Adjust code.
3635         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
3636         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
3637         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
3639 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
3641         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
3643         * textmodes/sgml-mode.el: Remove xml-mode alias.
3645         * files.el (auto-mode-alist, conf-mode-maybe)
3646         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
3648 2009-09-24  Alan Mackenzie  <acm@muc.de>
3650         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
3651         c-forward-conditionals, but it doesn't move point and doesn't set
3652         the mark.
3653         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
3654         (c-down-conditional-with-else, c-backward-conditional)
3655         (c-forward-conditional): Refactor to use c-scan-conditionals.
3657 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3659         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
3660         (help-default-arg-highlight): Remove.
3661         (help-highlight-arg): New function.
3662         (help-do-arg-highlight): Use it.
3663         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
3665 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3667         * term.el (term-set-scroll-region, term-handle-ansi-escape):
3668         Undo last change, which didn't fix the problem and introduced others.
3670 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
3672         * progmodes/gdb-mi.el: Don't require speedbar.
3673         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
3675 2009-09-24  Glenn Morris  <rgm@gnu.org>
3677         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
3679         * term/ns-win.el (ns-reg-to-script): Define for compiler.
3681         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
3682         there is no newline after the final mime boundary.  (Bug#4539)
3683         Move markers on insertion so that any buttons inserted don't end up in
3684         the next part of a multipart message.
3685         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
3686         (rmail-mime-bulk-handler): Optionally handle images.
3687         (rmail-mime-image): New button action.
3688         (rmail-mime-image-handler): New function.
3689         (rmail-mime-mode): New mode.
3690         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
3692 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3694         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
3695         than just dropping elements from it (bug#4504).
3697         * term.el (term-set-scroll-region): Don't move cursor any more.
3698         (term-handle-ansi-escape): Call term-goto here instead.
3699         Suggested by Ivan Kanis <apple@kanis.eu>.
3701         * term.el: Require CL.
3702         (term-ansi-reset): New function.
3703         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
3704         (term-handle-colors-array): Simplify.
3706 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
3708         * allout.el (allout-overlay-interior-modification-handler)
3709         (allout-obtain-passphrase):
3710         * epa-file.el (epa-file-write-region):
3711         * ps-print.el (ps-begin-job):
3712         * vc-hooks.el (vc-toggle-read-only):
3713         * vc-rcs.el (vc-rcs-rollback):
3714         * vc-sccs.el (vc-sccs-rollback):
3715         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
3716         (vc-version-diff, vc-revert, vc-rollback):
3717         * wdired.el (wdired-check-kill-buffer):
3718         * emacs-lisp/authors.el (authors):
3719         * net/socks.el (socks-open-connection):
3720         * net/zeroconf.el (zeroconf-service-add-hook):
3721         * obsolete/vc-mcvs.el (vc-mcvs-register):
3722         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
3723         (gdb-select-frame):
3724         * progmodes/grep.el (lgrep, rgrep):
3725         * progmodes/idlw-help.el (idlwave-help-check-locations)
3726         (idlwave-help-html-link, idlwave-help-assistant-open-link):
3727         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3728         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
3729         (reftex-toc-rename-label): Fix typos in error messages.
3731         * dired-aux.el (dired-do-shell-command): Reflow docstring.
3732         (dired-copy-how-to-fn): Doc fix.
3733         (dired-files-attributes, dired-read-shell-command):
3734         Fix typos in docstrings.
3736         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
3737         (dired-x-find-file-other-window): Reflow docstrings.
3738         (dired-omit-marker-char, dired-read-shell-command)
3739         (dired-x-submit-report): Fix typos in docstrings.
3741         * shell.el (shell-mode-hook):
3742         * view.el (View-scroll-line-forward):
3743         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
3744         Fix typos in docstrings.
3746         * net/dig.el (dig-invoke): Fix typo in docstring.
3747         (query-dig): Reflow docstring.
3749         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
3750         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
3751         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
3752         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
3753         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
3754         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
3755         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
3756         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
3757         (idlwave-completion-map, idlwave-current-indent)
3758         (idlwave-custom-ampersand-surround, idlwave-customize)
3759         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
3760         (idlwave-define-abbrev, idlwave-determine-class-special)
3761         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
3762         (idlwave-end-block-reg, idlwave-end-of-statement)
3763         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
3764         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
3765         (idlwave-explicit-class-listed, idlwave-file-header)
3766         (idlwave-fill-paragraph, idlwave-find-class-definition)
3767         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
3768         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
3769         (idlwave-in-quote, idlwave-indent-action-table)
3770         (idlwave-indent-expand-table, idlwave-indent-line)
3771         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
3772         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
3773         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
3774         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
3775         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
3776         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
3777         (idlwave-outlawed-buffers, idlwave-popup-select)
3778         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
3779         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
3780         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
3781         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
3782         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
3783         (idlwave-statement-type, idlwave-struct-skip)
3784         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
3785         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
3786         (idlwave-what-module-find-class): Fix typos in docstrings.
3787         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
3788         (idlwave-calculate-cont-indent, idlwave-expand-equal)
3789         (idlwave-find-module, idlwave-find-structure-definition)
3790         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
3791         (idlwave-list-load-path-shadows, idlwave-next-statement)
3792         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
3793         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
3794         (idlwave-template): Reflow docstrings.
3796         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
3797         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
3798         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
3799         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
3800         (idlwave-shell-display-line, idlwave-shell-display-wframe)
3801         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
3802         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
3803         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
3804         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
3805         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
3806         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
3807         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
3808         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
3809         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
3810         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
3811         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
3812         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
3813         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
3814         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
3815         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
3816         Fix typos in docstrings.
3817         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
3818         (idlwave-shell-hide-output, idlwave-shell-mode)
3819         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
3820         Reflow docstrings.
3822         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
3824 2009-09-24  Ivan Kanis  <apple@kanis.eu>
3826         * term.el (term-bold-attribute): New var.
3827         (term-handle-colors-array): Use it.
3829 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
3831         * progmodes/gdb-mi.el (gdb-version): New variable.
3832         (gdb-non-stop-handler): Set gdb-version.
3833         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
3834         Condition "--thread" option on gdb-version.
3835         (gdb-invalidate-threads): Remove unused argument.
3837 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3839         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
3840         to looking-back to avoid ridiculous slow down in large files (bug#4511).
3842 2009-09-23  Glenn Morris  <rgm@gnu.org>
3844         * mail/rmail.el (rmail-reply): Don't try to add a References header when
3845         replying to mail without References or Message-Id.  (Bug#4525)
3847 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
3849         * term/ns-win.el (ns-reg-to-script): New variable.
3851 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
3853         * epg.el (epg-wait-for-status): Preserve existing 'error results.
3855 2009-09-22  Sam Steingold  <sds@gnu.org>
3857         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
3858         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
3859         to 1 because hg returns status 1 when nothing is found.
3860         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
3862 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3864         * textmodes/fill.el: Convert to utf-8 encoding.
3865         (fill-french-nobreak-p): Remove redundant » and « inherited from our
3866         pre-unicode days.
3868         * add-log.el (change-log-fill-forward-paragraph): New function.
3869         (change-log-mode): Use it so fill-region DTRT.
3870         Set fill-indent-according-to-mode here rather than in
3871         change-log-fill-paragraph.
3872         (change-log-fill-paragraph): Remove.
3874 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
3876         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
3877         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
3879 2009-09-22  Glenn Morris  <rgm@gnu.org>
3881         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
3882         the scroll-bar scroll the calendar window rather than the buffer.
3884         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
3885         commands that move point (as opposed to scrolling).
3887         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
3889         * emacs-lisp/elint.el (elint): New custom group.
3890         (elint-log-buffer): Make it a defcustom.
3891         (elint-scan-preloaded, elint-ignored-warnings)
3892         (elint-directory-skip-re): New options.
3893         (elint-builtin-variables): Doc fix.
3894         (elint-preloaded-env): New variable.
3895         (elint-unknown-builtin-args): Add an entry for encode-time.
3896         (elint-extra-errors): Make it a variable rather than a constant.
3897         (elint-preloaded-skip-re): New constant.
3898         (elint-directory): Skip files matching elint-directory-skip-re.
3899         (elint-features): New variable, local to linted buffers.
3900         (elint-update-env): Initialize elint-features.  Possibly add
3901         elint-preloaded-env to the buffer's environment.
3902         (elint-get-top-forms): Bind elint-current-pos, for log messages.
3903         Skip quoted forms.
3904         (elint-init-form): New function, extracted from elint-init-env.
3905         Make non-list forms a warning rather than an error.
3906         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
3907         easy-menu-define, put that adds an error-condition, and provide.
3908         When requiring cl, also require cl-macs.  Really require cl, to handle
3909         some cl macros.  Store required libraries in the list elint-features,
3910         so as not to re-load them.  Treat cc-require like require.
3911         (elint-init-env): Call elint-init-form to do the work.
3912         Handle eval-and-compile and such like.
3913         (elint-add-required-env): Do not clear messages.
3914         (elint-special-forms): Add handlers for function, defalias, if, when,
3915         unless, and, or.
3916         (elint-form): Add optional argument to ignore elint-special-forms,
3917         useful to prevent recursive calls from handlers.  Doc fix.
3918         Respect elint-ignored-warnings.
3919         (elint-form): Respect elint-ignored-warnings.
3920         (elint-bound-variable, elint-bound-function): New variables.
3921         (elint-unbound-variable): Respect elint-bound-variable.
3922         (elint-get-args): Respect elint-bound-function.
3923         (elint-check-cond-form): Add some simple handling for (f)boundp and
3924         featurep tests.
3925         (elint-check-defalias-form): New handler.
3926         (elint-check-let-form): Make an empty let a warning rather than an
3927         error.
3928         (elint-check-setq-form): Make an empty setq a warning rather than an
3929         error.  Respect elint-ignored-warnings.
3930         (elint-check-defvar-form): Accept null doc-strings.
3931         (elint-check-conditional-form): New handler.  Does some simple-minded
3932         checking of featurep and (f)boundp tests.
3933         (elint-put-function-args): New function.
3934         (elint-initialize): Use elint-scan-doc-file rather than
3935         elint-find-builtin-variables.  Use elint-put-function-args.
3936         Possibly scan preloaded-file-list.
3937         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
3938         extend to handle functions as well.
3940 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
3942         * linum.el (linum-delete-overlays, linum-update-window):
3943         Do not modify the right margin.  (Bug#3971)
3945 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
3947         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
3948         nxml-mode instead of xml-mode.
3950 2009-09-21  Kevin Ryde  <user42@zip.com.au>
3952         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
3954 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         * net/dig.el (dig-mode): Use define-derived-mode.
3958 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3960         * vc-dispatcher.el (vc-do-command): Return the process object in
3961         the asynchronous case.  Use when instead of if.  Do not run
3962         vc-exec-after to display a message if not enabled.  (Bug#4463)
3964         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
3965         properties to the stash strings.
3966         (vc-git-stash-list): Return a list of strings.
3967         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
3968         (vc-git-stash-show-at-point): New functions.
3969         (vc-git-stash-map): New keymap.
3971         * register.el (ctl-x-r-map): Define the keys here instead of
3972         using autoload.
3974 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
3976         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
3977         list, to workaround performance problem (bug#4485).
3979 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
3981         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
3983 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
3985         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
3986         Document that this option is not recommended to use.
3988 2009-09-19  Glenn Morris  <rgm@gnu.org>
3990         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
3991         variable `var'.
3993         * calc/calc-alg.el (var):
3994         * calc/calcalg2.el (var): Define for compiler.
3996 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
3998         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
3999         Doc fix (Bug#3932).
4001         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
4003         * time-stamp.el (time-stamp-month-dd-yyyy)
4004         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
4005         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
4006         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
4007         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
4008         Remove functions that have been obsolete since 1995 (Bug#4436).
4010         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
4011         indent buffer only if called interactively (Bug#4452).
4013 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
4014             Eli Zaretskii  <eliz@gnu.org>
4016         This fixes bug#4197 (merged to bug#865, though not identical).
4017         * server.el (server-auth-dir): Add docstring note about FAT32.
4018         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
4019         but warn against using them.
4021 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
4023         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
4024         older GDB where there is no has_more field.
4026 2009-09-19  Glenn Morris  <rgm@gnu.org>
4028         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4030 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
4032         * files.el (auto-mode-alist): Change default for XML files to nXML
4033         mode (Bug#4169).
4035 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
4037         * server.el (server-ensure-safe-dir): Pass 'integer
4038         to `file-attributes', as suggested.
4040 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4042         * dired-aux.el (dired-query-alist): Remove spurious backslash.
4043         (dired-query): Use read-key.
4045 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
4047         * cus-start.el (ns-use-qd-smoothing): Remove.
4049 2009-09-18  Glenn Morris  <rgm@gnu.org>
4051         * allout.el (top-level): Remove unnecessary progn.
4053         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
4055         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
4056         definition of abbrev table.
4058         * speedbar.el (speedbar-track-mouse):
4059         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
4060         * net/eudc.el (eudc-expand-inline):
4061         * net/newst-backend.el (newsticker--cache-read-feed):
4062         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
4063         condition-case handlers.
4065 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
4067         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
4068         (gdb-var-list): Add an element for has_more field.
4069         (gdb-non-stop-handler): Enable pretty printing for STL containers.
4070         (gdb-var-create-handler, gdb-var-list-children-handler-1)
4071         (gdb-var-update-handler-1): Parse output of dynamic variable
4072         objects (STL containers).
4073         (gdb-var-delete-1): Pass var1 as an explicit second argument.
4074         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
4076         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
4077         gdb-var-list.
4078         (gud-speedbar-buttons): Make node expandable if expression "has more"
4079         children.
4081 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
4083         * startup.el (emacs-quick-startup): Remove variable and all uses.
4084         (command-line): Set `inhibit-x-resources' instead.
4085         (command-line-1): Use `inhibit-x-resources' instead.
4087 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
4089         * subr.el: Fix last change to avoid using the `unless' macro,
4090         which breaks bootstrapping.
4092 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4094         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
4095         extended definitions, in case we reload subr.el after having
4096         loaded CL.
4097         (eval-next-after-load): Mark as obsolete.
4099 2009-09-17  Juri Linkov  <juri@jurta.org>
4101         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
4102         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
4103         (menu-bar-showhide-menu, menu-bar-tools-menu)
4104         (menu-bar-describe-menu, menu-bar-help-menu)
4105         (minibuffer-local-completion-map, minibuffer-local-map):
4106         Fix list quoting.
4108 2009-09-17  Glenn Morris  <rgm@gnu.org>
4110         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
4111         arguments, whether or not it has a handler.
4113         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
4115         * simple.el (hard-newline): Give it a doc-string.
4117         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4118         (lisp-mode-syntax-table): Give them doc-strings.
4120 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
4122         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
4123         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
4124         (menu-bar-options-menu, menu-bar-showhide-menu)
4125         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
4126         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
4127         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
4128         (menu-bar-options-menu, menu-bar-tools-menu)
4129         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
4130         (menu-bar-help-menu):
4131         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
4132         string arguments.
4134         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
4135         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
4136         calls for the menu names and :help.
4138 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4140         * mouse.el (minor-mode-menu-from-indicator): Pay attention
4141         to :minor-mode-function (bug#4455).
4143 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4145         * startup.el (command-line): Initialize the window-system after
4146         processing the command-line.
4148         * textmodes/page.el (what-page): Make sure we don't inf-loop if
4149         page-delimiter matches the empty string.
4151 2009-09-16  Glenn Morris  <rgm@gnu.org>
4153         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
4154         byte-compile-not-obsolete-var.  It's a list now.
4155         (byte-compile-not-obsolete-funcs): New variable.
4156         (byte-compile-warn-obsolete): Don't warn about functions if they are in
4157         byte-compile-not-obsolete-funcs.
4158         (byte-compile-variable-ref, byte-compile-defvar): Update for
4159         byte-compile-not-obsolete-vars name-change and list nature.
4160         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
4161         and variables behind (f)boundp tests.
4162         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
4164 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4166         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
4168 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4170         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
4171         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
4172         Don't autoload.
4174 2009-09-15  Stephen Eglen  <stephen@gnu.org>
4176         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
4177         the virtual-buffers, use the name of the buffer specified by
4178         find-file-noselect, as the match may be a symlink.  (This was a
4179         problem if the target and the symlink had different names.)
4181 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4183         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
4185         * desktop.el (desktop-path): Check user-emacs-directory.
4187         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
4189         * loadup.el: Use after-load-functions to GC after loading each file.
4190         Remove the explicit GC calls that used to be sprinkled around.
4192         * subr.el (after-load-functions): New hook.
4193         (do-after-load-evaluation): Run it.  Use string-match-p to detect
4194         `obsolete' packages, rather than painfully extracting the relevant
4195         directory name.
4197 2009-09-15  Glenn Morris  <rgm@gnu.org>
4199         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
4200         free variable `doc'.
4202         * dired.el (dired-mode-map): Add menu entry for async shell command.
4204         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
4205         variables, also consider the .elc files, since the .el files are
4206         normally gzipped (subsequent code locates the .el.gz from the .elc).
4208         * calc/calc-prog.el (arglist): Define for compiler.
4210         * calendar/diary-lib.el (diary-display-function): Change the default to
4211         fancy display.
4212         (body): Define for compiler.
4214         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
4215         (byte-compile-file-form, byte-compile-lambda)
4216         (byte-compile-top-level-body, byte-compile-form)
4217         (byte-compile-variable-ref, byte-compile-setq)
4218         (byte-compile-setq-default, byte-compile-body)
4219         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
4220         (batch-byte-compile): Give some more local variables with common names
4221         a "bytecomp-" prefix to avoid masking warnings about free variables.
4223         * startup.el (command-line-1): Give local variables with common names a
4224         distinguishing prefix, so as not to hide free variable warnings during
4225         bootstrap.
4227         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
4228         clever and add a suffix to make a unique name, just let the user decide
4229         whether or not to overwrite it.  If the input is a directory, write the
4230         default filename to that directory.  (Bug#4388)
4231         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
4232         is a filename-as-a-directory.
4234 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4236         * textmodes/page.el (what-page): Don't move to beginning of line.
4237         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
4239 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
4241         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
4243 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
4245         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
4246         * help.el (help-for-help-internal): Add purecopy calls for text.
4248         * vc.el (top): print-log method now takes an optional SHORTLOG
4249         argument.  Add a new method: root.
4250         (vc-root-diff, vc-print-root-log): New functions.
4251         (vc-log-short-style): New variable.
4252         (vc-print-log-internal): Add support for showing short logs.
4254         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
4255         vc-print-root-log and vc-print-root-diff.
4257         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
4258         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
4259         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
4260         short logs.
4262         * vc-cvs.el (vc-cvs-print-log):
4263         * vc-mtn.el (vc-mtn-print-log):
4264         * vc-rcs.el (vc-rcs-print-log):
4265         * vc-sccs.el (vc-sccs-print-log):
4266         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
4267         that is ignored for now.
4269         * vc-mtn.el (vc-mtn-annotate-command):
4270         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
4272 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4274         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
4275         to function-key-map, and give them ascii-character property.
4276         * term/x-win.el (x-alternatives-map):
4277         * term/ns-win.el (ns-alternatives-map):
4278         * term/internal.el (msdos-key-remapping-map):
4279         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
4281 2009-09-14  Glenn Morris  <rgm@gnu.org>
4283         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
4284         temp-buffers (2009-09-12).
4286 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4288         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
4289         the new read-key function.
4291 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4293         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
4294         is defined (Bug#4405).
4296 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
4298         * recentf.el (recentf-cleanup): Use a hash table to find
4299         duplicates (Bug#4407).
4301 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
4303         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
4304         kp-0 to ascii equivalents (Bug#4325).
4306 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
4308         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
4310         * eshell/em-hist.el:
4311         * eshell/em-dirs.el (eshell-complete-user-reference):
4312         Declare pcomplete functions and variables to avoid compiler warnings.
4314 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
4316         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
4317         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
4318         * eshell/em-alias.el (eshell-aliases-file):
4319         * eshell/em-hist.el (eshell-history-file-name):
4320         Use expand-file-name instead of concat to make file names (Bug#4308).
4322 2009-09-13  Glenn Morris  <rgm@gnu.org>
4324         * ediff-merg.el (ediff-do-merge):
4325         * filesets.el (filesets-run-cmd):
4326         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
4327         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
4328         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
4329         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
4330         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
4331         Replace empty `let's with `progn'.
4333 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4335         * mail/sendmail.el (send-mail-function):
4336         * tooltip.el (tooltip-mode):
4337         * simple.el (transient-mark-mode):
4338         * rfn-eshadow.el (file-name-shadow-mode):
4339         * frame.el (blink-cursor-mode):
4340         * font-core.el (global-font-lock-mode):
4341         * files.el (temporary-file-directory)
4342         (small-temporary-file-directory, auto-save-file-name-transforms):
4343         * epa-hook.el (auto-encryption-mode):
4344         * composite.el (global-auto-composition-mode):
4345         Use custom-initialize-delay.
4346         * startup.el (command-line): Don't explicitly call
4347         custom-reevaluate-setting for all the above vars.
4348         * custom.el (custom-initialize-safe-set)
4349         (custom-initialize-safe-default): Delete.
4351 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4353         * term/x-win.el (x-initialize-window-system):
4354         * term/w32-win.el (w32-initialize-window-system):
4355         * term/ns-win.el (ns-initialize-window-system): Don't call
4356         mouse-wheel-mode since it's enabled globally by default already.
4358         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4359         actually define the variable, but only silences the byte-compiler.
4360         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
4361         before looking it up.
4362         (mouse-wheel-scroll-amount): Also reset the bindings if this value
4363         is changed.
4365 2009-09-12  Glenn Morris  <rgm@gnu.org>
4367         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
4368         1000.
4369         (elint-add-required-env): Don't beep on error.
4370         (elint-forms): In case of error, return ENV unchanged.
4371         (elint-init-env): Skip non-list forms.
4372         (elint-log): Handle unknown file positions.
4374 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
4376         * epg.el (epg-make-context): Add autoload cookie.
4377         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
4378         (epg-decrypt-string, epg-start-verify, epg-verify-file)
4379         (epg-verify-string, epg-start-sign, epg-sign-file)
4380         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
4381         (epg-encrypt-string, epg-start-export-keys)
4382         (epg-export-keys-to-file, epg-export-keys-to-string)
4383         (epg-start-import-keys, epg-import-keys-from-file)
4384         (epg-import-keys-from-string, epg-start-receive-keys)
4385         (epg-receive-keys, epg-import-keys-from-server)
4386         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
4387         (epg-sign-keys, epg-start-generate-key)
4388         (epg-generate-key-from-file, epg-generate-key-from-string):
4389         Remove autoload cookie.
4391 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
4393         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
4394         reevaluation of trash-directory.
4396         * mwheel.el: Fix last change.
4397         (mouse-wheel-mode): New defvar.
4398         (mouse-wheel-mode): Remove autoload cookie.
4400 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * mwheel.el (mwheel-installed-bindings): New var.
4403         (mouse-wheel-mode): Use it, so as to make sure we really remove all
4404         the bindings we set last time.  Use custom-initialize-delay.
4405         * loadup.el: Load mwheel after term/*-win.el.
4406         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
4407         and mouse-wheel-up-event now that their first evaluation is done
4408         sufficiently late to be correct.
4410         * startup.el (tutorial-directory): Make it a defcustom.
4411         Use custom-initialize-delay rather than eval-at-startup to set it.
4412         * image.el (image-load-path): Make it a defcustom.
4413         Use custom-initialize-delay rather than eval-at-startup to set it.
4414         * subr.el (eval-at-startup): Remove.
4415         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
4417         * subr.el (do-after-load-evaluation): Warn the user after loading an
4418         obsolete package.
4420 2009-09-12  Glenn Morris  <rgm@gnu.org>
4422         * proced.el (proced-mark-alt): Remove alias.
4423         (proced-mode-map): Remove proced-mark-alt.
4425         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
4426         Elint file and directory.  Remove initialization entry.
4428         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
4429         commands.
4430         (elint-current-buffer): Set mode-line-process.
4431         (elint-init-env): Handle define-derived-mode.
4432         Fix declare-function with unspecified arglist.  Guard against odd
4433         defalias statements (eg iso-insert's 8859-1-map).
4434         (elint-add-required-env): Use a temp buffer.
4435         (elint-form): Just print the function/macro name, not the whole form.
4436         Return env unchanged if we fail to parse a macro.
4437         (elint-forms): Guard against parse errors.
4438         (elint-output): New function, to handle batch mode.
4439         (elint-log-message): Add optional argument.  Use elint-output.
4440         (elint-set-mode-line): New function.
4442 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
4444         * emacs-lisp/elp.el (elp-not-profilable): Add more
4445         functions (Bug#4233).
4447 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
4449         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
4450         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
4452 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4454         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
4455         (gdb-var-list-children): Use json parsing.
4457 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
4459         * progmodes/js.el (js--proper-indentation): Handle the case where
4460         char-before is null.  Reported by Deniz Dogan.
4462 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4464         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
4466 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
4468         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
4469         (epg-digest-algorithm-alist): Add SHA224.
4470         (epg-context-set-passphrase-callback)
4471         (epg-context-set-progress-callback): Add description about
4472         callback function.
4474 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4476         * custom.el (custom-delayed-init-variables): New var.
4477         (custom-initialize-delay): New function.
4478         * startup.el (command-line): "Re"evaluate all vars in
4479         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
4480         explicitly any more.
4481         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
4482         to avoid creating a ~/.emacs.d at build-time (bug#4347).
4484         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
4486 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
4488         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
4489         (gdb-var-update-handler): Use json parsing.
4491 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
4493         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
4494         decode annotated text, regardless of language environment.  (Bug#2741)
4496 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4498         * Makefile.in (autoloads): Make rmail.el writable as well.
4500 2009-09-11  Glenn Morris  <rgm@gnu.org>
4502         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
4503         loaddefs.el.
4504         * dired.el: Regenerate with extracted autoloads.
4505         * Makefile.in (autoloads): Make dired.el writable.
4507         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
4508         * ibuffer.el: Regenerate with extracted autoloads.
4509         * Makefile.in (autoloads): Make ibuffer.el writable.
4511         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
4512         * version.el (emacs-copyright, emacs-major-version)
4513         (emacs-minor-version): Reformat doc-strings for make-docfile.
4515         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
4516         functions and variables, since they must be stuff specific to some other
4517         platform.
4518         (apropos-print): Make mouse-click message less specific about button.
4520         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
4521         that records where a macro was defined.
4522         * help-fns.el (describe-function-1): Mention if a function has a
4523         compiler-macro.
4524         * help-mode.el (help-function-cmacro): New button.
4526         * locate.el (top-level): Always require dired.
4527         (locate-mode-map): Initialize inside the defvar.
4529         * net/ange-ftp.el (dired-compress-file): Declare.
4530         (ange-ftp-dired-compress-file): Add doc string.
4532         * term/ns-win.el (x-display-name, x-setup-function-keys):
4533         Unify doc-strings with X versions.
4535 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4537         * emulation/crisp.el (crisp-mode-map): Move initialization
4538         into declaration.
4539         (crisp-mode): Use define-minor-mode.
4541         * progmodes/xscheme.el (xscheme-evaluation-commands):
4542         Put a :advertised-binding property rather than using
4543         advertised-xscheme-send-previous-expression.
4544         (advertised-xscheme-send-previous-expression): Declare obsolete.
4545         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
4546         `advertised-undo'.
4547         (crisp-mode): Add corresponding bindings to
4548         undo's :advertised-binding instead.
4549         * dired.el (dired-mode-map): Put a :advertised-binding property rather
4550         than using dired-advertised-find-file.
4551         (dired-advertised-find-file):
4552         * simple.el (advertised-undo):
4553         * wid-edit.el (advertised-widget-backward): Declare obsolete.
4554         (widget-keymap): Put a :advertised-binding property rather
4555         than using advertised-widget-backward.
4556         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
4557         than using advertised-undo.
4558         * tutorial.el (tutorial--default-keys): Adjust accordingly.
4560 2009-09-10  Simon South  <ssouth@slowcomputing.org>
4562         * progmodes/delphi.el (delphi-tab): Indent region when Transient
4563         Mark mode is enabled and region is active; otherwise indent or
4564         insert TAB as usual.
4565         (delphi-mode): Update description of TAB-key binding.
4567 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * subr.el (define-key-rebound-commands): Mark obsolete.
4570         * startup.el (precompute-menubar-bindings): Remove.
4571         (normal-top-level): Remove obsolete code that tried to precompute
4572         menubar bindings.
4573         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
4574         define-key-rebound-commands and precompute-menubar-bindings.
4576 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4578         * net/imap.el (imap-interactive-login): Better messages.
4579         (imap-open): Fix bug with renamed buffer on reconnect.
4580         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4581         for easier debugging and cleaner code.  On successful (guessed based on
4582         server capabilities) secondary authentication, set imap-state
4583         correctly.
4584         (imap-last-authenticator): Define imap-last-authenticator as a variable
4585         to avoid warnings.
4587 2009-09-10  Glenn Morris  <rgm@gnu.org>
4589         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
4591         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
4592         (byte-compile-file-form-autoload): Don't warn about unknown functions
4593         where the autoload statement comes after the use.
4594         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
4595         that any handlers inside the body (eg require) are in turn respected.
4597         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
4598         effects.
4600         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
4601         and syntax and abbrev tables basic docs, if they don't have any.
4603         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
4605         * international/mule-cmds.el (top-level): Require cl when compiling.
4606         (view-hello-file): Use default-value rather than
4607         default-enable-multibyte-characters.
4609         * progmodes/fortran.el: Move all safe and risky properties into the
4610         defcustoms.
4612         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
4613         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
4614         * mail/undigest.el:
4615         Put autoloads in rmail.el rather than loaddefs.el.
4616         * mail/rmail.el: Regenerate with extracted autoloads.
4618         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
4619         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
4621 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
4623         Reported in thread for Bug#4375.
4624         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
4625         "-data-evaluate-expression" instead of print.
4626         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
4627         (gdb-tooltip-print): Parse output from above MI command.
4628         (gdb): Revert 2009-08-11 change.  User should detach inferior
4629         manually.
4631         Remove the word "separate" from IO functions as inferior
4632         output is now never displayed in the GUD buffer.
4634 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
4636         * startup.el (command-line-normalize-file-name): On Windows and
4637         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
4639 2009-09-10  Juri Linkov  <juri@jurta.org>
4641         * isearch.el (isearch-text-char-description): Propertize escape
4642         character sequences with the `escape-glyph' face.  (Bug#4344)
4644         * simple.el (shell-command): Set asynchronous process filter to
4645         `comint-output-filter'.  (Bug#4343)
4647         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
4648         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
4649         the list.  Move "asm" to the bottom.
4650         (grep-find-ignored-directories): Add `choice' with nil value
4651         to empty the list easily.
4652         (grep-find-ignored-files): New option.
4653         (grep-files-history): Set to nil by default instead of '("ch" "el").
4654         (grep-compute-defaults): Add "<X>" to `grep-template'.
4655         (grep-read-files): Bind new local variables `default-alias' and
4656         `default-extension'.  Use a list of default values for the file prompt.
4657         (lgrep): Add `--exclude=' command line options composed from
4658         `grep-find-ignored-files'.
4659         (rgrep): Add `-name' command line options composed from
4660         `grep-find-ignored-files'.  (Bug#4301)
4662 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4664         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
4665         (bug#4368).
4667 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4669         * calendar/time-date.el (autoload):
4670         Expand define-obsolete-function-alias into defalias and make-obsolete
4671         for old Emacsen that Gnus supports.
4672         (with-no-warnings): Define it for old Emacsen.
4673         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4674         is available.
4675         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4676         float-time is available; suppress compile warning for time-to-seconds.
4678 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4680         * net/imap.el (imap-message-map): Docstring fix.
4682 2009-09-09  Glenn Morris  <rgm@gnu.org>
4684         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
4685         line numbers too.  (Bug#4374)
4687 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4689         * smerge-mode.el (smerge-remove-props, smerge-refine):
4690         Use with-silent-modifications (bug#4342).
4692         * subr.el (with-silent-modifications): New macro.
4694 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
4696         * files.el (top-level): Require `cl' when compiling.
4698 2009-09-07  Glenn Morris  <rgm@gnu.org>
4700         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
4702         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
4703         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
4705 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
4707         * vc-git.el (vc-git-annotate-command): Use separator to parse
4708         arguments correctly.
4710 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
4712         * proced.el (proced-mode): Doc fix.
4714 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
4716         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
4717         lstat fails.
4718         (tramp-do-file-attributes-with-ls): Check for file existence at
4719         remote end.
4720         (tramp-do-file-attributes-with-stat): Likewise.
4721         (tramp-convert-file-attributes): Return nil when attr is nil.
4723 2009-09-05  Glenn Morris  <rgm@gnu.org>
4725         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
4726         properties to this button.
4727         (diary-fancy-display): Don't extend the button to the final newline.
4728         (diary-fancy-display-mode): Continue to define "q" as a local key.
4730         * calendar/cal-china.el (holiday-chinese): Make it slightly more
4731         efficient.
4733         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
4735         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
4736         (byte-compile-dest-file-function): New option.
4737         (byte-compile-dest-file): Doc fix.
4738         Obey byte-compile-dest-file-function.
4739         (byte-compile-cl-file-p): New function.
4740         (byte-compile-eval): Only suppress noruntime warnings about cl functions
4741         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
4742         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
4743         than for file being previously loaded.
4744         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
4745         (byte-compile-file-form-require): Handle the case where requiring a file
4746         indirectly causes CL to be loaded.
4748 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4750         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
4751         before killing the old buffer, since by the time `kill-buffer' is
4752         run so many buffer variables have been set to nil that it may not
4753         behave as expected.  (Bug#4061)
4755 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
4757         * files.el (find-alternate-file): If the old buffer is modified
4758         and visiting a file, behave similarly to `kill-buffer' when
4759         killing it, thus reverting to the pre-1.878 behavior; see
4760         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
4761         for discussion.  Also, consult `buffer-file-name' as a variable
4762         not as a function, for consistency with the rest of the code.
4764 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
4766         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
4767         also when adding a new directory.
4769         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
4770         defun.
4772 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * files.el (locate-file-completion-table): Make it provide boundary
4775         information, so partial-completion works better.
4777 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
4779         * mail/footnote.el (Footnote-text-under-cursor):
4780         Check footnote-text-marker-alist before using it (bug#4324).
4782 2009-09-04  Glenn Morris  <rgm@gnu.org>
4784         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
4785         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
4786         * play/solitaire.el, play/tetris.el:
4787         Remove leading * from defcustom and defface docs.
4789         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
4790         necessary.
4791         (diary-fancy-overriding-map): New variable.
4792         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
4793         Use view-mode.
4795         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
4796         goto-line.
4798 2009-09-03  Glenn Morris  <rgm@gnu.org>
4800         * arc-mode.el (archive-mode):
4801         * dos-fns.el (set-default-process-coding-system):
4802         * man.el (Man-getpage-in-background):
4803         * menu-bar.el (menu-bar-describe-menu):
4804         * server.el (server-process-filter):
4805         * startup.el (command-line):
4806         * tar-mode.el (tar-header-block-tokenize, tar-extract):
4807         * w32-fns.el (set-default-process-coding-system):
4808         * x-dnd.el (x-dnd-handle-file-name):
4809         * international/mule-cmds.el (mule-menu-keymap)
4810         (set-default-coding-systems, language-info-alist, set-language-info)
4811         (set-language-environment, standard-display-european-internal)
4812         (set-locale-environment):
4813         * international/mule-diag.el (mule-diag):
4814         * mail/emacsbug.el (report-emacs-bug):
4815         * mail/rmail.el (rmail-mode):
4816         * mail/sendmail.el (mail-setup):
4817         Use default-value rather than default-enable-multibyte-characters.
4819         * progmodes/f90.el: Move all safe properties into the defcustoms.
4820         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
4822         * calendar/appt.el (appt-check):
4823         * calendar/diary-lib.el (diary-set-header, diary-live-p)
4824         (diary-check-diary-file, diary-list-entries)
4825         (diary-include-other-diary-files, diary-simple-display)
4826         (diary-fancy-display, diary-print-entries)
4827         (diary-mark-included-diary-files, diary-make-entry):
4828         Don't call substitute-in-file-name on diary-file.
4830 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
4831             Stefan Monnier  <monnier@iro.umontreal.ca>
4833         * mail/footnote.el (footnote-prefix): Make it a defcustom.
4834         (footnote-mode-map): Move initialization into the declaration.
4835         (footnote-minor-mode-map): Define it rather than changing global-map.
4836         (footnote-mode): Use define-minor-mode.
4838 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
4840         * net/tramp.el (tramp-handle-file-attributes-with-ls)
4841         (tramp-do-file-attributes-with-perl)
4842         (tramp-do-file-attributes-with-stat): Rename from
4843         `tramp-handle-file-attributes-with-*'.
4844         (tramp-handle-file-attributes): Use them.
4845         (tramp-do-directory-files-and-attributes-with-perl)
4846         (tramp-do-directory-files-and-attributes-with-stat): Rename from
4847         `tramp-handle-directory-files-and-attributes-with-*'.
4848         (tramp-handle-directory-files-and-attributes): Use them.
4849         (tramp-method-out-of-band-p): Additional parameter SIZE.
4850         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
4851         (tramp-handle-write-region): Use it.
4852         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
4853         (tramp-handle-vc-registered): Check, whether the first run did
4854         return files to be tested.
4855         (tramp-advice-make-auto-save-file-name): Do not call directly
4856         `tramp-handle-make-auto-save-file-name', because this would bypass
4857         the locking mechanism.
4859         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
4860         (file-remote-p, process-file, start-file-process, set-file-times)
4861         (tramp-compat-file-attributes): Compatibility functions shall not
4862         call directly `tramp-handle-*', because this would bypass the
4863         locking mechanism.
4864         (tramp-compat-number-sequence): New defun.
4866 2009-09-02  Glenn Morris  <rgm@gnu.org>
4868         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
4869         alias for float-time.
4870         (time-to-number-of-days): In Emacs, use float-time.
4871         * net/newst-backend.el (time-add): Suppress warnings from compat
4872         function.
4873         * time.el (emacs-uptime, emacs-init-time):
4874         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
4875         Use float-time rather than time-to-seconds.
4877         * minibuffer.el (completion-initials-expand): Fix typo.
4879         * faces.el (modeline, modeline-inactive, modeline-highlight)
4880         (modeline-buffer-id):
4881         * info.el (info-menu-5): Mark these face aliases as obsolete.
4883 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4885         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
4886         space ...
4887         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
4888         no "--thread" option.
4889         (gdb-stopped): Don't print "Switched to thread" message when it is
4890         unchanged.
4892 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4894         * minibuffer.el (completion-try-completion)
4895         (completion-all-completions): Remove ill-defined (and
4896         mistakenly installed and luckily never used nor documented)
4897         `completion-styles' property.
4898         (completion-initials-expand, completion-initials-all-completions)
4899         (completion-initials-try-completion): New functions.
4900         (completion-styles-alist): Add doc to each entry.
4901         Add new `initials' entry.
4903 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
4905         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
4906         MI command -var-evaluate-expression.
4907         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
4908         and tweak for case of string child.
4909         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
4911 2009-09-01  Glenn Morris  <rgm@gnu.org>
4913         * add-log.el (change-log-date-face, change-log-name-face)
4914         (change-log-email-face, change-log-file-face, change-log-list-face)
4915         (change-log-conditionals-face, change-log-function-face)
4916         (change-log-acknowledgement-face):
4917         * cus-edit.el (custom-invalid-face, custom-rogue-face)
4918         (custom-modified-face, custom-set-face, custom-changed-face)
4919         (custom-saved-face, custom-button-face, custom-button-pressed-face)
4920         (custom-documentation-face, custom-state-face, custom-comment-face)
4921         (custom-comment-tag-face, custom-variable-tag-face)
4922         (custom-variable-button-face, custom-face-tag-face)
4923         (custom-group-tag-face-1, custom-group-tag-face):
4924         * diff-mode.el (diff-header-face, diff-file-header-face)
4925         (diff-index-face, diff-hunk-header-face, diff-removed-face)
4926         (diff-added-face, diff-changed-face, diff-function-face)
4927         (diff-context-face, diff-nonexistent-face):
4928         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
4929         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
4930         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
4931         (Info-title-4-face):
4932         * isearch.el (isearch-lazy-highlight-face):
4933         * log-view.el (log-view-file-face, log-view-message-face):
4934         * paren.el (show-paren-match-face, show-paren-mismatch-face):
4935         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
4936         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
4937         (cvs-msg-face):
4938         * smerge-mode.el (smerge-mine-face, smerge-other-face)
4939         (smerge-base-face, smerge-markers-face):
4940         * wid-edit.el (widget-documentation-face, widget-button-face)
4941         (widget-field-face, widget-single-line-field-face)
4942         (widget-inactive-face, widget-button-pressed-face):
4943         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
4944         (woman-addition-face):
4945         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
4946         (eshell-ls-executable-face, eshell-ls-readonly-face)
4947         (eshell-ls-unreadable-face, eshell-ls-special-face)
4948         (eshell-ls-missing-face, eshell-ls-archive-face)
4949         (eshell-ls-backup-face, eshell-ls-product-face)
4950         (eshell-ls-clutter-face):
4951         * eshell/em-prompt.el (eshell-prompt-face):
4952         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
4953         * obsolete/old-whitespace.el (whitespace-highlight-face):
4954         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
4955         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
4956         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
4957         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
4958         (antlr-font-lock-literal-face):
4959         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
4960         (ebrowse-root-class-face, ebrowse-file-name-face)
4961         (ebrowse-default-face, ebrowse-member-attribute-face)
4962         (ebrowse-member-class-face, ebrowse-progress-face):
4963         * progmodes/make-mode.el (makefile-space-face):
4964         * progmodes/sh-script.el (sh-heredoc-face):
4965         * textmodes/flyspell.el (flyspell-incorrect-face)
4966         (flyspell-duplicate-face):
4967         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
4968         * textmodes/texinfo.el (texinfo-heading-face):
4969         Mark face aliases with "-face" suffix as obsolete.
4971         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
4972         compiler.
4974         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
4975         (eudc-bob-sound-menu): Use defvar rather than defconst, since
4976         easy-menu-define wants to modify these.
4978         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
4980         * net/browse-url.el (browse-url-file-url):
4981         * term/internal.el (dos-codepage-setup):
4982         Use default-value rather than default-enable-multibyte-characters.
4984         * progmodes/etags.el (etags-goto-tag-location):
4985         * progmodes/flymake.el (flymake-highlight-line)
4986         (flymake-goto-file-and-line, flymake-goto-line):
4987         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
4988         (gdb-goto-breakpoint):
4989         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
4990         * progmodes/python.el (python-find-function)
4991         (python-pdbtrack-track-stack-file):
4992         * progmodes/verilog-mode.el (verilog-surelint-off):
4993         * term/ns-win.el (ns-open-file-select-line):
4994         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
4995         Use forward-line rather than goto-line.
4997         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
4998         * textmodes/reftex-index.el (reftex-display-index):
4999         * textmodes/reftex-ref.el (reftex-offer-label-menu):
5000         * textmodes/reftex-toc.el (reftex-toc):
5001         Remove unnecessary bindings of default-major-mode (all are followed by
5002         major-mode check and possible mode switch).
5004 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5006         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
5007         Handle watchpoints (bug#4282).
5008         (def-gdb-thread-buffer-command): Enable thread to be selected by
5009         clicking without selecting threads buffer first.
5010         (gdb-current-context-command): Use selected frame so that "up",
5011         "down" etc work in the GUD buffer.
5012         (gdb-update): Find selected frame before rendering stack buffer.
5013         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
5015 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * progmodes/sym-comp.el (displayed-completions): Remove.
5018         (symbol-complete): Use minibuffer-complete.
5020 2009-08-31  Glenn Morris  <rgm@gnu.org>
5022         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
5024         * apropos.el (apropos-symbols-internal):
5025         Handle (obsolete) face aliases.
5027         * faces.el (describe-face): Adjust the output format to be more like
5028         describe-variable, and to mention (obsolete) face aliases.
5029         Adjust the whitespace so that help-setup-xref works.
5031         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
5032         * calendar/diary-lib.el (diary-button-face):
5033         Mark these face aliases as obsolete.
5035         * calendar/calendar.el (calendar-today): Doc fix.
5037 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
5039         * progmodes/gdb-mi.el (gdb-control-all-threads)
5040         (gdb-control-current-thread): Force tool bar update.
5041         (gdb-non-stop-handler): New function.
5042         (gdb-init-1): Use it to test if non-stop mode is supported.
5043         Remove unused gdbmi buffer type.
5045 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5047         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
5048         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
5050 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
5052         * comint.el (comint-exec-1): Check command is non-null first.
5053         Part of gdb-mi.el change (2009-08-28).
5055 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5057         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
5059 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
5061         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
5062         instead of `dolist' to avoid a recursive require when bootstrapping.
5064 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5066         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
5068         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
5070         * net/imap.el (imap-send-command): Simplify.
5071         (imap-wait-for-tag): point-max -> buffer-size.
5073         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
5075         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
5076         with constant argument.
5078         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
5080         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
5082         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
5083         Change default, since most of our files don't have a history.
5084         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
5085         the user.
5087         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
5088         Add comint-run.
5090         * calc/calc.el: Improve commenting convention.
5091         (calc-digit-map, toplevel): Simplify.
5093         * comint.el (comint-insert-input): Be careful to only set point if we
5094         don't delegate to some other command.
5096         * proced.el (proced-signal-list): Make it an alist.
5097         (proced-grammar-alist): Capitalize names.
5098         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
5099         Disable undo manually and make it read-only.
5100         Use completion-annotate-function.
5102         * minibuffer.el (minibuffer-message): If the current buffer is not
5103         a minibuffer, insert the message in the echo area rather than at the
5104         end of the buffer.
5105         (completion-annotate-function): New variable.
5106         (minibuffer-completion-help): Use it.
5107         (completion--embedded-envvar-table): Environment vars are
5108         always case-sensitive.
5110 2009-08-30  Glenn Morris  <rgm@gnu.org>
5112         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
5113         from fortran-current-defun.
5114         (fortran-beginning-of-subprogram): Be more precise about finding the
5115         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
5116         (fortran-end-of-subprogram): Simplify.
5117         (fortran-current-defun): Use fortran-start-prog-re.
5119 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
5121         * subr.el (do-after-load-evaluation): Simplify.
5123 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
5125         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
5127         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
5128         (vc-rcs-print-log): Use it.
5130         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
5132 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5134         * paths.el (abbrev-file-name): Move to abbrev.el.
5135         * abbrev.el (abbrev-file-name): Move from paths.el.
5136         Obey user-emacs-directory.
5137         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
5138         user-emacs-directory.
5139         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
5140         abbrev-file-name and calc-settings-file any more.
5141         * startup.el (command-line): Recompute abbrev-file-name and
5142         abbreviated-home-dir.
5143         (normal-no-mouse-startup-screen): Improve the generic code and get rid
5144         of the special code for when C-h bindings haven't been changed.
5145         (display-startup-echo-area-message): Use with-current-buffer.
5146         (command-line-1): Use a list of strings, rather than a list of lists
5147         of strings for longopts.
5149         * files.el (get-free-disk-space): Use / for default-directory.
5151         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
5152         Use with-current-buffer.
5154         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
5155         Recognize immutable variables like most-positive-fixnum.
5156         (byte-compile-setq-default): Check and warn if trying to assign
5157         to an immutable variable, or a non-variable.
5159         * progmodes/cc-vars.el (c-comment-continuation-stars):
5160         * progmodes/cc-engine.el (c-looking-at-bos):
5161         * progmodes/cc-cmds.el (c-toggle-auto-state)
5162         (c-forward-into-nomenclature, c-backward-into-nomenclature)
5163         (c-comment-line-break-function): Add version of obsolescence.
5165 2009-08-28  Juri Linkov  <juri@jurta.org>
5167         * files.el (magic-fallback-mode-alist): Add ZIP magic number
5168         associated with `archive-mode'.
5170         * image.el (image-type-header-regexps): Use only JPEG magic number
5171         to determine JPEG images, and don't use `image-jpeg-p' because
5172         Emacs can display non-JFIF non-Exif JPEG images.
5174 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5176         * arc-mode.el (archive-mode):
5177         * emacs-lisp/re-builder.el (re-builder-unload-function):
5178         Protect against the default value of `major-mode' being nil.
5180 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
5182         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
5183         Fix typos in docstrings.
5185         * progmodes/js.el (js--macro-decl-re): Doc fix.
5186         (js--plain-method-re, js--split-name): Refloc docstring.
5187         (js--class-styles, js--make-merged-item, js--splice-into-items):
5188         Fix typos in docstrings; reflow docstrings.
5189         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
5190         (js--variable-decl-matcher, js--inside-pitem-p)
5191         (js--parse-state-at-point, js--get-all-known-symbols)
5192         (js--symbol-history, js-find-symbol, js--js-references)
5193         (js--moz-interactor, js--js-encode-value, js--read-tab):
5194         Fix typos in docstrings.
5196 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5198         * textmodes/reftex.el (reftex-get-file-buffer-force):
5199         * progmodes/verilog-mode.el (verilog-batch-execute-func):
5200         * emulation/viper.el (viper-go-away, viper-set-hooks):
5201         * emacs-lisp/re-builder.el (re-builder-unload-function):
5202         * emacs-lisp/bytecomp.el (byte-compile-file):
5203         * ses.el (ses-unload-function):
5204         * hexl.el (hexl-find-file):
5205         * files.el (normal-mode):
5206         * ehelp.el (with-electric-help):
5207         * autoinsert.el (auto-insert-alist):
5208         * arc-mode.el (archive-mode):
5209         Use (default-value 'major-mode) instead of default-major-mode.
5211         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
5212         * international/mule.el (load-with-code-conversion):
5213         * emacs-lisp/debug.el (debug):
5214         * ediff-vers.el (ediff-rcs-get-output-buffer):
5215         * dired.el (dired-internal-noselect): Don't let-bind
5216         default-major-mode around code that doesn't use it.
5217         E.g. buffer creation via get-buffer-create doesn't use it.
5219 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
5221         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
5222         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
5223         when writing the temp file.  Otherwise, epa-file gets confused.
5224         (tramp-register-file-name-handlers): Make it a defun.  Move also
5225         `epa-file-handler' to the front of `file-name-handler-alist'.
5227 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5229         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
5230         start right after a ^M.
5231         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
5232         (tramp-completion-file-name-regexp-separate)
5233         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
5234         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
5235         Don't modify last-coding-system-used by accident.
5236         (tramp-completion-file-name-handler): Apply the checks here,
5237         instead during registration.
5238         (tramp-register-file-name-handlers) Renamed from
5239         `tramp-register-file-name-handler'.  Register both
5240         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
5241         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
5243 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
5245         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
5246         Remove variable ...
5247         (gdb-init-1, gdb-display-separate-io-buffer)
5248         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
5249         references to it.
5250         (gdb-inferior-io-mode): Use make-comint-in-buffer.
5251         (gdb-inferior-filter): Use comint-output-filter to stop
5252         echoing and remove ^M characters.
5254 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5256         * emulation/viper-init.el (viper-restore-cursor-type):
5257         * emulation/cua-base.el (cua--update-indications):
5258         Replace default-cursor-type with (default-value 'cursor-type).
5260         * mail/sendmail.el (mail-recover-1):
5261         * international/mule-diag.el (describe-current-coding-system-briefly)
5262         (describe-current-coding-system):
5263         * international/mule-cmds.el (select-safe-coding-system)
5264         (select-message-coding-system)
5265         (set-language-environment-coding-systems, set-locale-environment):
5266         * hexl.el (hexl-insert-multibyte-char):
5267         * dos-w32.el (find-buffer-file-type-coding-system):
5268         * simple.el (what-cursor-position):
5269         Replace uses of default-buffer-file-coding-system
5270         with (default-value 'buffer-file-coding-system).
5272         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
5273         Replace uses of default-cursor-in-non-selected-windows
5274         with (default-value 'cursor-in-non-selected-windows).
5275         Use with-current-buffer.
5277         * mail/feedmail.el: Use CL macros.
5278         (feedmail-run-the-queue, feedmail-send-it-immediately):
5279         * dos-w32.el (find-buffer-file-type): Replace uses of
5280         default-buffer-file-type with (default-value 'buffer-file-type).
5282 2009-08-28  Glenn Morris  <rgm@gnu.org>
5284         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
5285         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
5286         Use default-value of major-mode rather than default-major-mode.
5288 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5290         * Makefile.in (update-elcfiles): Report left over elc files.
5292         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
5293         expand-file-name and with-current-buffer.
5294         (mail-get-names, mail-directory): Use with-current-buffer.
5296         * vc.el (vc-read-revision): New function.
5297         (vc-version-diff, vc-merge): Use it.
5299 2009-08-27  Sam Steingold  <sds@gnu.org>
5301         * simple.el (kill-do-not-save-duplicates): New user option.
5302         (kill-new): When it is non-nil, and the new string is the same as
5303         the latest kill, set replace to t to avoid duplicates in kill-ring.
5305 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
5307         * net/tramp.el (tramp-handle-process-file): Do not flush all
5308         caches when `process-file-side-effects' is set.
5309         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
5310         instead of `tramp-find-file-exists-command'.
5311         Unset `process-file-side-effects'.
5313 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
5315         * net/tramp.el (tramp-methods): New method "rsyncc".
5316         (top): Add completion function for "rsyncc".
5317         (tramp-message-show-message): New defvar.
5318         (tramp-message, tramp-error): Use it.
5319         (tramp-do-copy-or-rename-file-directly): Extend check for direct
5320         remote copying.
5321         (tramp-do-copy-or-rename-file-out-of-band): Handle new
5322         `tramp-methods' entry `copy-env' of "rsyncc".
5323         (tramp-vc-registered-read-file-names): New defconst.
5324         (tramp-vc-registered-file-names): New defvar.
5325         (tramp-handle-vc-registered): Implement optimization strategy.
5326         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
5327         (tramp-vc-file-name-handler): New defun.
5328         (tramp-get-ls-command, tramp-get-test-command)
5329         (tramp-get-file-exists-command, tramp-get-remote-ln)
5330         (tramp-get-remote-perl, tramp-get-remote-stat)
5331         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
5333         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
5334         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
5335         timestamps.
5336         (tramp-get-file-property): Check for timestamps in
5337         `tramp-cache-inhibit-cache'.
5338         (tramp-set-file-property): Write timestamp.
5340 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5342         * language/japan-util.el (japanese-symbol-table): Add entries for
5343         cp932-2-byte.
5345         * international/characters.el: Add category `j' to cp932-2-byte.
5347 2009-08-27  Kenichi Handa  <handa@m17n.org>
5349         * international/fontset.el (build-default-fontset-data): New macro.
5350         (setup-default-fontset): Use build-default-fontset-data for CJK,
5351         tibetan, ethiopic, and ipa.
5353 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5355         * cus-start.el (default-major-mode): Customize `major-mode' instead.
5356         (enable-multibyte-characters): Not customizable any more.
5358         * subr.el (default-mode-line-format, default-header-line-format)
5359         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
5360         (default-direction-reversed, default-truncate-lines)
5361         (default-left-margin, default-tab-width, default-case-fold-search)
5362         (default-left-margin-width, default-right-margin-width)
5363         (default-left-fringe-width, default-right-fringe-width)
5364         (default-fringes-outside-margins, default-scroll-bar-width)
5365         (default-vertical-scroll-bar, default-indicate-empty-lines)
5366         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
5367         (default-fringe-cursor-alist, default-scroll-up-aggressively)
5368         (default-scroll-down-aggressively, default-fill-column)
5369         (default-cursor-type, default-buffer-file-type)
5370         (default-cursor-in-non-selected-windows)
5371         (default-buffer-file-coding-system, default-major-mode)
5372         (default-enable-multibyte-characters): Mark as obsolete.
5374 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
5376         * vc-dir.el (vc-dir-update): Remove debug helper.
5378         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
5380 2009-08-26  Sam Steingold  <sds@gnu.org>
5382         * simple.el (save-interprogram-paste-before-kill): New user option.
5383         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
5384         save the interprogram-paste into kill-ring before overriding it
5385         with the Emacs kill.
5387 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5389         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
5390         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
5391         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
5392         and move to vc-rcs.el.
5393         (vc-default-next-revision): Rename to vc-rcs-next-revision and
5394         move to vc-rcs.el.
5395         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
5396         (vc-rcs-update-changelog): Remove.
5397         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
5398         and move to vc-rcs.el.
5400         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
5401         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
5402         renaming.
5403         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
5404         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
5405         vc.el, renamed to be RCS specific.
5407         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
5408         New functions.
5409         (vc-cvs-update-changelog): Move here from vc.el.
5411         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
5412         New functions.
5414 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5416         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
5418 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
5420         * vc-git.el (vc-git-register): Use "git add" for directories.
5421         (vc-git-stash, vc-git-stash-show): New functions.
5422         (vc-git-extra-menu-map): Bind them.
5424         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
5425         directory correctly in case the item is a directory itself.
5427         * vc.el: Document the desired behavior for reverted files in the
5428         `added' state.
5429         (vc-default-prettify-state-info): Remove function, unused.
5431         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
5433 2009-08-26  Glenn Morris  <rgm@gnu.org>
5435         * bindings.el (standard-mode-line-format): Reposition dashes in
5436         which-func entry.  (Bug#4217)
5438         * files.el (enable-local-variables, enable-local-eval)
5439         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
5440         the defcustoms.
5441         (auto-mode-alist, ignored-local-variables)
5442         (save-some-buffers-action-alist): Move risky declarations to the
5443         definitions.
5444         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
5445         (font-lock-defaults, format-alist, imenu--index-alist)
5446         (imenu-generic-expression, input-method-alist, minor-mode-alist)
5447         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
5448         (mode-line-modified, mode-line-mule-info, mode-line-position)
5449         (mode-line-process, mode-line-remote, outline-level)
5450         (parse-time-rules, rmail-output-file-alist)
5451         (special-display-buffer-names, vc-mode):
5452         Move risky declarations to the relevant files.
5453         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
5454         (mode-line-modified, mode-line-process, mode-line-position)
5455         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
5456         * font-core.el (font-lock-defaults):
5457         * format.el (format-alist):
5458         * vc-hooks.el (vc-mode):
5459         * window.el (special-display-buffer-names):
5460         * international/mule-cmds.el (input-method-alist):
5461         Define riskiness here (dumped file) rather than in files.el.
5462         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
5463         * imenu.el (imenu-generic-expression, imenu--index-alist):
5464         * outline.el (outline-level):
5465         * time.el (display-time-string):
5466         * calendar/parse-time.el (parse-time-rules):
5467         * mail/rmailout.el (rmail-output-file-alist):
5468         Autoload riskiness here, rather than placing in files.el.
5470 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
5472         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
5474 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
5476         * simple.el (process-file-side-effects): New defvar.
5478         * dired-aux.el (dired-show-file-type):
5479         * vc.el (vc-diff-internal):
5480         * vc-arch.el (vc-arch-diff):
5481         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
5482         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
5483         * vc-git.el (vc-git-registered, vc-git-working-revision)
5484         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
5485         (vc-git--empty-db-p):
5486         * vc-hooks.el (vc-user-login-name):
5487         * vc-svn.el (vc-svn-registered, vc-svn-state)
5488         (vc-svn-dir-extra-headers, vc-svn-find-revision):
5489         * progmodes/grep.el (grep-probe): Let-bind
5490         `process-file-side-effects' with nil.
5492         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
5494         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
5495         daemon.  Replace ping by checking for running service for bluez
5496         and zeroconf.  (Bug#4239)
5498 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5500         * net/dig.el (dig): Add autoload cookie.
5502 2009-08-25  Glenn Morris  <rgm@gnu.org>
5504         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
5505         load-history for absolute file-names.
5506         (byte-compile-file-form-require): Warn about use of the cl package.
5508         * format.el (format-alist): Doc fix.
5510         * play/bubbles.el (top-level): Don't require cl at run-time.
5512         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
5513         run-time cl).
5515 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
5517         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
5518         from cl package.
5519         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
5521 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
5523         * calc/calc-alg.el (math-trig-rewrite)
5524         (math-hyperbolic-trig-rewrite): New functions.
5525         (calc-simplify): Simplify trig functions when asked.
5527 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5529         * diff-mode.el (diff-find-source-location): Avoid goto-line.
5531 2009-08-24  Kenichi Handa  <handa@m17n.org>
5533         * language/ind-util.el (mapthread): Delete it.
5534         (combinatorial): New function.
5535         (indian--puthash-cv): Use combinatorial instead of mapthread.
5537 2009-08-22  Kevin Ryde  <user42@zip.com.au>
5539         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
5540         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
5541         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
5542         Clarify docstring that the value is strings not symbols.
5543         (checkdoc-list-of-strings-p): New function.
5545 2009-08-22  Glenn Morris  <rgm@gnu.org>
5547         * files.el (auto-mode-alist):
5548         * hippie-exp.el (he-concat-directory-file-name):
5549         * lpr.el (lpr-windows-system, printer-name):
5550         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
5551         * ps-print.el (ps-windows-system):
5552         * startup.el (command-line):
5553         * emulation/viper-ex.el (viper-glob-function):
5554         * international/mule-cmds.el (set-language-environment-coding-systems):
5555         * net/ange-ftp.el (ange-ftp-write-region):
5556         * obsolete/fast-lock.el (fast-lock-cache-name):
5557         Remove code for defunct system-types emx, macos, mswindows, next-mach,
5558         unisoft-unix, vax-vms, win32, w32.
5560         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
5561         given name if the pattern is not more specific.
5563         * calendar/lunar.el (lunar-phase-names): New option.
5564         (lunar-phase): Doc fix.
5565         (lunar-cycles-per-year): New constant.
5566         (lunar-index): New function.
5567         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
5568         (lunar-phase-name): Use lunar-phase-names.
5569         (calendar-lunar-phases): Use format.
5570         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
5572         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
5573         Copy imenu-example--name-and-position function here for own use.
5574         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
5576         * bs.el (bs--redisplay):
5577         * cus-edit.el (custom-redraw):
5578         * ibuffer.el (ibuffer-bury-buffer):
5579         * server.el (server-goto-line-column):
5580         * startup.el (command-line-1):
5581         * strokes.el (strokes-xpm-for-stroke):
5582         * term.el (term-display-buffer-line):
5583         * view.el (View-goto-line):
5584         * calc/calc.el (calc-do, calc-trail-buffer):
5585         * play/gamegrid.el (gamegrid-add-score-insecure):
5586         * progmodes/ada-mode.el (ada-compile-goto-error):
5587         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
5588         (ebrowse-select-1st-to-9nth):
5589         * progmodes/cperl-mode.el (cperl-time-fontification):
5590         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
5591         * progmodes/gud.el (gud-display-line):
5592         (idlwave-shell-display-line):
5593         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
5594         * progmodes/make-mode.el (makefile-browser-toggle):
5595         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
5596         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
5597         * textmodes/picture.el (picture-draw-rectangle):
5598         * textmodes/reftex-index.el (reftex-index-goto-letter):
5599         (reftex-select-jump-to-previous):
5600         * textmodes/reftex-sel.el (reftex-find-start-point)
5601         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
5602         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
5603         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
5604         * textmodes/tex-mode.el (tex-compilation-parse-errors):
5605         * textmodes/two-column.el (2C-associated-buffer):
5606         Use forward-line rather than goto-line.
5608         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
5609         goto-line.
5611         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
5612         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
5613         (quick-check-list-to-regexp): Declare.
5615         * progmodes/make-mode.el (makefile-browser-insert-selection):
5616         Use goto-char rather than goto-line.
5618         * progmodes/prolog.el (compilation-error-regexp-alist)
5619         (compilation-forget-errors): Declare.
5621 2009-08-22  Juri Linkov  <juri@jurta.org>
5623         * progmodes/grep.el (lgrep, rgrep): At the beginning
5624         set `dir' to `default-directory' unless `dir' is a non-nil
5625         readable directory.  (Bug#4052)
5626         (lgrep, rgrep): Change a weird way to report an error
5627         from using `read-string' to using `error'.
5628         Instead of using interactive arguments in the function body,
5629         add new argument `confirm'.
5631 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5633         * textmodes/remember.el (remember-buffer):
5634         * progmodes/cperl-mode.el (cperl-vc-header-alist):
5635         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
5636         (icalendar-extract-ical-from-buffer):
5637         * net/newst-treeview.el (newsticker-groups-filename):
5638         * net/newst-backend.el (newsticker-cache-filename):
5639         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
5640         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
5641         (speedbar-add-ignored-path-regexp, speedbar-line-path)
5642         (speedbar-buffers-line-path, speedbar-path-line)
5643         (speedbar-buffers-line-path):
5644         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
5645         (epg-sign-keys):
5646         * epa.el (epa-display-verify-result):
5647         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
5649 2009-08-21  Glenn Morris  <rgm@gnu.org>
5651         * progmodes/js.el (inferior-moz-process): Fix declaration.
5653         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
5655         * obsolete/rnewspost.el (news-mail-reply):
5656         Use goto-char rather than goto-line.
5658         * term/ns-win.el (ns-open-file-select-line):
5659         Use line-beginning-position rather than goto-line.
5661         * apropos.el (apropos-command):
5662         * ehelp.el (electric-helpify):
5663         * printing.el (pr-show-setup):
5664         * strokes.el (strokes-help):
5665         * tutorial.el (tutorial--describe-nonstandard-key)
5666         (tutorial--detailed-help):
5667         * woman.el (woman-mini-help, woman-display-extended-fonts):
5668         * calc/calc-help.el (calc-describe-key):
5669         * emulation/edt.el (edt-electric-helpify):
5670         * international/mule-diag.el (mule-diag):
5671         * play/yow.el (apropos-zippy):
5672         * progmodes/python.el (python-describe-symbol):
5673         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
5674         * textmodes/table.el (*table--cell-describe-mode)
5675         (*table--cell-describe-bindings):
5676         Use help-print-return-message rather than the now obsolete alias.
5678         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
5679         (calendar-cursor-to-visible-date):
5680         * play/5x5.el (5x5-position-cursor):
5681         * play/decipher.el (decipher):
5682         * play/gomoku.el (gomoku-goto-xy):
5683         * play/landmark.el (lm-goto-xy):
5684         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
5685         (mpuz-paint-digit):
5686         Use forward-line, not goto-line.
5688         * mail/rmail.el (rmail-obsolete): Delete custom group.
5689         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
5690         (rmail-remote-password, rmail-remote-password-required):
5691         Remove unneeded :set-after and :set properties.
5693 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
5695         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
5697 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
5699         * loadup.el: Remove leftover macos code.
5701         * vc-git.el (vc-git-annotate-command): Run asynchronously.
5702         Explicitly pass the date format to git blame so that user local
5703         so that the output format can be parsed.
5705 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
5707         * net/dbus.el (top): Don't check for (getenv
5708         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
5710 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
5712         * log-edit.el (log-edit-strip-single-file-name): New var.
5713         (log-edit-insert-changelog): Use it.  Bug#3571
5715 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * subr.el (read-passwd): Use read-key so keypad keys work as well.
5718         Bug#3287
5720         * help.el (help-print-return-message): Rename from
5721         print-help-return-message.
5723         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
5724         cvs-mode-map parent hack.
5725         (log-view-mode): Derive from special-mode.
5727         * linum.el (linum-mode): window-size-change-functions is redundant.
5728         Adapt to new window-configuration-change-hook behavior.
5729         (linum-after-size, linum-after-config): Remove.
5731         * imenu.el (imenu-example--name-and-position)
5732         (imenu-example--lisp-extract-index-name)
5733         (imenu-example--create-lisp-index, imenu-example--create-c-index):
5734         Mark as obsolete.
5736         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
5737         (inferior-prolog-mode): Use it.
5738         (inferior-prolog-load-file): Reset list of errors.
5740 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
5742         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
5744         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
5746 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
5748         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
5749         is running already.
5751 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * subr.el (listify-key-sequence-1): Use normal syntax since those
5754         integers are nowadays always represented by the same (positive) number
5755         on all platforms.
5756         (read-key-empty-map): New const.
5757         (read-key-delay): New var.
5758         (read-key): New function.
5759         (force-mode-line-update): Use with-current-buffer.
5760         (locate-user-emacs-file): Don't forget to abbreviate the file name.
5761         (start-process-shell-command, start-file-process-shell-command):
5762         Discourage the use of command-args.
5764 2009-08-19  Glenn Morris  <rgm@gnu.org>
5766         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
5768 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5770         * simple.el (choose-completion-string): Don't rely on
5771         minibuffer-completing-file-name and ad-hoc checks to decide whether
5772         to continue completion or not.
5774         * minibuffer.el (minibuffer-hide-completions): New function.
5775         (completion--do-completion): Use it.
5776         (completions-annotations): New face.
5777         (completion--insert-strings): Use it.
5778         (completion-pcm--delim-wild-regex): Add docstring.
5779         (completion-pcm--string->pattern): Add support for 0-width delimiters
5780         in completion-pcm--delim-wild-regex.
5782 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5784         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
5785         Remove unused var `buffer-modified-p'.
5787         * minibuffer.el (completion--do-completion): Move point for the #b001
5788         case as well (bug#4176).
5789         (minibuffer-complete, minibuffer-complete-word): Don't move point.
5791 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
5793         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
5794         and :session buses.
5796 2009-08-18  Kenichi Handa  <handa@m17n.org>
5798         * international/ucs-normalize.el (ucs-normalize-version):
5799         Change to 1.1.
5800         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
5801         (utf-8-hfs): Make it perform normalization on encoding too.
5803         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
5804         (sentence-end-without-space): Delete duplicated chars.
5805         (sentence-end-base): Likewise.
5807         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
5808         (html-mode): Delete duplicated chars from sentence-end-base.
5810         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
5811         (texinfo-mode): Delete duplicated chars from sentence-end-base.
5813 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
5815         * files.el (hack-one-local-variable): If the mode function is for
5816         a minor mode, pass it an argument (Bug#4148).
5818 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
5820         * net/tramp.el (tramp-register-completion-file-name-handler):
5821         Check also for (member 'partial-completion completion-styles).
5823 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5825         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
5826         abbrev (Bug#3943).
5828 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
5830         * progmodes/cperl-mode.el: Merge upstream 6.2.
5831         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
5832         (cperl-forward-re): Check cperl-brace-recursing.
5833         (cperl-highlight-charclass): New function.
5834         (cperl-find-pods-heres): Use it.
5835         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
5836         (cperl-beautify-regexp-piece): Fix column calculation.
5837         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
5838         (cperl-beautify-level): Don't process entire regexp.
5839         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
5840         calling man.
5841         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
5842         (cperl-init-faces): Build a list in the normal way.
5844 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5846         * calendar/parse-time.el (parse-time-string-chars): Save match
5847         data.
5849 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5851         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
5852         (sql-product): Use it.
5853         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
5854         (sql-set-product): Add completion.
5855         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
5856         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
5857         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
5858         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
5859         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
5860         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
5861         (sql-highlight-db2-keywords): Remove.
5862         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5863         (sql-highlight-product): Use derived-mode-p.
5864         (sql-set-sqli-buffer): Use with-current-buffer.
5865         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
5866         Simplify.
5868         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
5870         * term.el: Fix commenting convention, turn comments into docstrings.
5872 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
5874         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
5876 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5878         * calendar/parse-time.el (parse-time-string-chars): Compute using
5879         character classes, to handle non-ascii characters (Bug#3190).
5881 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5883         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
5884         another heredoc if the user adds another < (Bug#3226).
5886         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
5887         Don't initialize based on window-system (Bug#4124).
5889         * facemenu.el (facemenu-read-color): Use a completion function
5890         that accepts any defined color, such as RGB triplets (Bug#3677).
5892         * files.el (get-free-disk-space): Change fallback default
5893         directory to /.  Expand DIR argument before switching to fallback.
5894         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
5896 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5898         * files.el (load-library): Doc fix.
5900 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
5902         * viper-cmd.el (viper-insert-isearch-string): New function.
5903         (viper-if-string): Redefine C-s in the minibuffer to insert the last
5904         incremental search string.
5906         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
5907         XEmacs.
5909         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
5910         (ediff-merge-region-is-non-clash)
5911         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
5912         Also check if the job is really a merge job.
5914         * ediff.el (ediff-current-file): New function.
5916 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
5918         * progmodes/js.el: Edit docstrings throughout to follow Emacs
5919         conventions.
5920         (js-insert-and-indent): Delete function.
5921         (js-mode-map): Don't bind keys to js-insert-and-indent.
5922         (js-beginning-of-defun): Rename from js--beginning-of-defun.
5923         (js-end-of-defun): Rename from js--end-of-defun.
5924         (js-auto-indent-flag): Delete variable.
5926 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
5928         * progmodes/js.el: Remove proclaim statement.
5929         Defvar which-func-imenu-joiner-function to silence compiler.
5931         * files.el (auto-mode-alist): Use js-mode for .js files.
5933         * progmodes/js2-mode.el: Remove file.
5935         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
5937         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
5939         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
5941 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
5942             Karl Landstrom  <karl.landstrom@brgeight.se>
5944         * progmodes/js.el: New file.
5946 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
5948         * timezone.el (timezone-parse-date): Add ability to understand ISO
5949         basic format (minimal separators) dates in addition to the
5950         already-supported extended format dates.
5952 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
5954         * international/ucs-normalize.el: Add a `coding' file variable.
5956         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
5958 2009-08-14  Sam Steingold  <sds@gnu.org>
5960         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
5962 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
5964         * faces.el (help-argument-name): Define it here instead of
5965         help-fns.el, because in daemon mode help-fns.el may be loaded when
5966         faces are still uninitialized (Bug#1078).
5968         * help-fns.el (help-argument-name): Move defface to faces.el.
5970 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
5972         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
5973         create buffer with a pty but no process so that GDB can make the
5974         inferior the controlling process.
5976 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
5978         * international/ucs-normalize.el: New file.
5980 2009-08-13  Richard Stallman  <rms@gnu.org>
5982         * mail/rmail.el (rmail-get-attr-names):
5983         Accept an attribute header that is too short.
5985         * mail/rmail.el (rmail-forget-messages):
5986         Ignore nil elt in rmail-message-vector.  Use dotimes.
5988         * progmodes/compile.el (compilation-goto-locus):
5989         Use next-error-move-function.
5991         * simple.el (next-error-move-function): New variable.
5993 2009-08-12  Juri Linkov  <juri@jurta.org>
5995         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
5996         always non-nil.  (Bug#4052)
5998         * replace.el (read-regexp): Return empty string when
5999         `default-value' is nil.
6000         (keep-lines-read-args): Don't use empty string as the
6001         default value for `read-regexp'.  (Bug#2495)
6003 2009-08-12  Juri Linkov  <juri@jurta.org>
6005         * international/mule-cmds.el (ucs-insert): Change arguments
6006         from `arg' to `character', `count', `inherit' to be the same
6007         as in `insert-char'.  Doc fix.  (Bug#4039)
6009         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
6011 2009-08-12  Juri Linkov  <juri@jurta.org>
6013         * files-x.el: New file.
6015         * files.el: Move code that deals with adding/deleting
6016         file/directory-local variables to files-x.el.
6018         * Makefile.in (ELCFILES): Add files-x.elc.
6020 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
6022         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
6023         to use `goto-line'.
6024         (gdb-place-breakpoints, gdb-get-location): Rewritten without
6025         `goto-line'.
6026         (gdb-invalidate-disassembly): Do not refresh upon receiving
6027         'update signal.  Instead, update all disassembly buffers only after
6028         threads list.
6029         (gdb): Send -target-detach when buffer is killed (Bug#3794).
6030         (gdb-starting): Moved -data-list-register-names...
6031         (gdb-stopped): ...here so it's sent when first thread stops.
6032         (gdb-registers-handler-custom): Do nothing if register names are
6033         unknown yet.
6035         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
6036         from `gdb-mi.el' to avoid extra tangling.
6038         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
6039         change which breaks `gud-def' definitions used in `gdb'.
6040         (gdb-update-gud-running): No extra fuss for updating frame number.
6042 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
6045         (describe-language-environment-map, setup-language-environment-map)
6046         (set-coding-system-map): Move initialization into declaration.
6047         (set-language-info-alist): Last arg to define-key-after can be skipped.
6049         * international/quail.el (quail-completion-1): Simplify.
6050         (quail-define-rules): Use slightly more compact code.
6051         (quail-insert-decode-map): Propertize keys, compact columns.
6053         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
6054         Add goto-line.
6056 2009-08-10  Miles Bader  <miles@gnu.org>
6058         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
6059         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
6060         (js2-instance-member, js2-private-member, js2-private-function-call)
6061         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
6062         (js2-magic-paren, js2-external-variable):
6063         Remove "-face" suffix from face names.
6064         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
6065         (js2-highlight-undeclared-vars, js2-peek-token)
6066         (js2-parse-function-params, js2-mode-show-errors)
6067         (js2-mode-show-warnings, js2-make-magic-delimiter)
6068         (js2-mode-highlight-magic-parens): Update to use new face names.
6070 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
6072         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
6073         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
6075 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
6077         * subr.el: Provide hashtable-print-readable.
6079         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
6080         hs-c-like-adjust-block-beginning.
6081         (hs-hide-block-at-point): Stop hiding at the beginning of
6082         hs-block-end-regexp (Bug#700).
6084 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
6086         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
6087         a macro.
6088         (gdb-registers-handler-custom): Do not fail when register names
6089         are unavailable.
6091 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6093         * progmodes/gdb-mi.el (gdb-control-all-threads)
6094         (gdb-control-current-thread): Interactive setters for
6095         `gdb-gud-control-all-threads' to use in menu.
6096         (gdb-show-run-p): Show «Go» when process is not active.
6097         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
6098         gud/thread.xpm and gud/all.xpm.
6100 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
6102         * net/net-utils.el (net-utils-font-lock-keywords): New var.
6103         (nslookup-font-lock-keywords): Make it a variable.
6104         (net-utils-mode): New mode for viewing diagnostic network output.
6105         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
6106         (net-utils-run-simple): New function.
6107         (ifconfig, iwconfig, netstat, arp, route): Use it.
6109 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
6111         * progmodes/gdb-mi.el (gdb-read-memory-custom)
6112         (gdb-memory-set-address, def-gdb-set-positive-number)
6113         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
6114         after changing settings.
6115         (gdb-invalidate-disassembly): Update when first shown.
6116         (gdb-edit-locals-value): Fixed.
6117         (gdb-registers-handler-custom): Print registers in right order and
6118         allow changing register values (only for current thread yet).
6119         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
6120         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
6121         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
6122         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
6123         info in mode name.
6124         (gdb-registers-mode-map): TAB to switch to locals.
6126 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
6128         * mail/rmail.el (rmail-add-mbox-headers)
6129         (rmail-set-message-counters-counter): Search for
6130         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
6132 2009-08-08  Glenn Morris  <rgm@gnu.org>
6134         * Makefile.in (ELCFILES): Update.
6136 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6138         * mail/sendmail.el (mail-yank-original): Set
6139         buffer-file-coding-system from the one used by the message whose
6140         text is yanked.
6142         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
6143         to "windows" when "pgnuplot" is used.
6144         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
6145         call accept-process-output if "pgnuplot" is used.
6146         (calc-graph-init): Don't send -display and -geometry to
6147         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
6148         running "pgnuplot -V" with shell-command-to-string.
6150         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
6151         the default.
6153 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
6155         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
6156         org/org-latex.elc.
6158 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
6160         * vc-dispatcher.el (vc-resynch-window): Update comment.
6162         * term.el (term-handle-ansi-escape): Add comments with the
6163         terminfo capabilities implemented.
6165 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
6167         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
6168         (gdb-var-create-handler): Rewritten using JSON parser.
6169         (gdb-propertize-header): Moved earlier.
6170         (gdb-set-header): Removed to avoid duplication.
6171         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
6172         Refresh disassembly buffers only after threads list have been
6173         update.
6174         (gdb-threads-header, gdb-registers-header): Per-buffer header line
6175         variables.
6177 2009-08-04  Juri Linkov  <juri@jurta.org>
6179         * files.el: Commands to add/delete file/directory-local variables.
6180         (read-file-local-variable, read-file-local-variable-value)
6181         (read-file-local-variable-mode, modify-file-local-variable)
6182         (modify-file-local-variable-prop-line)
6183         (modify-dir-local-variable): New functions.
6184         (add-file-local-variable, delete-file-local-variable)
6185         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
6186         (add-dir-local-variable, delete-dir-local-variable)
6187         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
6188         (copy-dir-locals-to-file-locals-prop-line): New commands.
6190 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
6192         * abbrev.el (insert-abbrev-table-description): Prettify output.
6193         Suggested by Karl Chen.
6195 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
6197         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
6198         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
6199         (gdb-overlay-arrow-position, gdb-thread-position)
6200         (gdb-disassembly-position): Declare variables.
6201         (gdb-wait-for-pending): Function now.
6202         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
6203         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
6204         compilation goes smoothly.
6205         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
6206         (gdb-non-stop-setting): New customization setting which replaces
6207         `gdb-non-stop' so changing it doesn't break active GDB session.
6208         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
6209         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
6210         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
6211         (gdb-show-threads-by-default): New customization options.
6212         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
6213         routines.
6214         (gdb-get-buffer-create): Send buffers update signal when they are
6215         created.
6216         (gdb-invalidate-locals, gdb-invalidate-registers)
6217         (gdb-invalidate-breakpoints)
6218         (gdb-invalidate-threads, gdb-invalidate-disassembly)
6219         (gdb-invalidate-memory): Accept update signal.
6220         (gdb-current-context-command): Use --frame option.
6221         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
6222         Implement `gdb-frame-number' selection logic.
6223         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
6224         whether to show GUD toolbar buttons.
6225         (gdb-thread-exited): Unselect current thread when it exits.
6226         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
6227         (gdb-mark-line): Routine which sets overlay arrow or inverses
6228         video on fringeless displays.
6229         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
6230         to build aligned columns of data in GDB buffers and set text
6231         properties line-by-line.
6232         (gdb-invalidate-breakpoints)
6233         (gdb-breakpoints-list-handler-custom)
6234         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
6235         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
6236         (gdb-registers-handler-custom): Align data columns.
6237         (gdb-locals-handler-custom): Now prints data like in variable
6238         declarations.
6239         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
6240         Removed confusing buttons.
6241         (gdb-invalidate-threads): Append --frame.
6242         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
6243         between breakpoints/threads buffers.
6244         (gdb-set-window-buffer): Now can ignore dedicated windows.
6245         (gdb-propertize-header): Use `gdb-set-window-buffer'.
6246         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
6247         (def-gdb-thread-buffer-gud-command): Replaces
6248         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
6249         for fine thread control.
6250         (gdb-preempt-existing-or-display-buffer): New function used to
6251         display bound buffers without breaking window layout.
6252         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
6253         (gdb-select-frame): New version of `gdb-frames-select' which now
6254         sets `gdb-frame-number' so commands may use --frame option instead
6255         of inner debugger state.
6256         (gdb-frame-handler): Do not set `gdb-frame-number'.
6257         (gdb-threads-mode-map): Select threads with mouse.
6259         * progmodes/gud.el (gdb-gud-context-call): Declare function to
6260         avoid compilation warning.
6261         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
6262         `gdb-show-stop-p`.
6264         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
6265         Argument `key' renamed to `buffer-type'.
6266         (gdb-current-context-buffer-name): Do not add thread info to
6267         buffer name when no thread is selected.
6268         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
6269         command (bug 3794).
6270         (gdb-thread-selected): Handle `=thread-selected' notification.
6271         (gdb-wait-for-pending): New macro to deal with congestion problems.
6272         (gdb-breakpoints-list-handler-custom): Don't fail on pending
6273         breakpoints.
6274         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
6275         This fixes problem similar to one described in bug 3947.
6276         (gud-menu-map): More menu items.
6277         (gdb-init-1): Reset `gdb-thread-number' to nil.
6279         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
6280         non-stop settings.
6282         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
6283         (gdb-current-context-command): Do not append --thread if
6284         `gdb-thread-number' is nil.
6285         (gdb-running-threads-count, gdb-stopped-threads-count): New
6286         variables.
6287         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
6288         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
6289         customization options.
6290         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
6291         GUD commands.
6292         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
6293         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
6294         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
6295         set `gdb-thread-number' and update `gud-running' properly.
6296         (gdb-running): Update threads list when new threads appear.
6297         (gdb-stopped): Support non-stop operation and new thread switching
6298         logic.
6299         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
6300         (gdb-json-partial-output): New set of JSON routines.
6301         (def-gdb-auto-update-trigger): New `signal-list' optional
6302         argument.
6303         (gdb-thread-list-handler-custom): Update `gud-running',
6304         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
6305         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
6306         (gdb-continue-thread, gdb-step-thread): New commands for fine
6307         thread execution control.
6308         (gud-menu-map): New menu items to switch non-stop options.
6309         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
6310         (gdb-send): Mimic RET properly (bug 3794).
6312         * progmodes/gdb-mi.el (gdb-rules-name-maker)
6313         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
6314         gdb-buffer-rules.
6315         (def-gdb-auto-update-handler): New nopreserve optional argument.
6316         (gdb-stack-list-frames-custom): Print stack from top to bottom.
6318         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
6319         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
6320         (gdb-parent-mode): New mode to derive other GDB modes from.
6321         (gdb-display-disassembly-for-thread)
6322         (gdb-frame-disassembly-for-thread): New commands for threads
6323         buffer.
6325         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
6326         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
6327         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
6328         (gdb-update): We now store all GDB buffers in a list so that they
6329         can be updated by traversing a list instead of calling invalidate
6330         triggers explicitly.
6331         (def-gdb-trigger-and-handler): New macro to define trigger-handler
6332         pair for GDB buffer.
6333         (gdb-stack-buffer-name): Add thread information.
6334         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
6335         handle pending triggers.
6336         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
6337         (def-gdb-thread-buffer-simple-command)
6338         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
6339         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
6340         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
6341         New commands which show buffers bound to thread.
6342         (gdb-stack-list-locals-regexp): Removed unused regexp.
6344         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
6345         (gdb-locals-buffer-name, gdb-registers-buffer-name)
6346         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
6347         to (gud-comint-buffer) in *-buffer-name functions
6348         because (gdb-get-target-string) already does that.
6349         (gdb-locals-handler-custom, gdb-registers-handler-custom)
6350         (gdb-changed-registers-handler): Rewritten without regexps.
6352         * progmodes/gdb-mi.el: Basic thread selection support.
6353         (gdb-thread-number): New variable.
6354         (gdb-current-context-command): New macro which adds --thread
6355         option to command.
6356         (gdb-threads-mode-map): Select thread with SPC.
6357         (gdb-thread-list-handler-custom): Mark current thread with overlay
6358         arrow.  Synchronize GDB thread and Emacs thread.
6359         (gdb-select-thread): New command which selects current thread.
6360         (gdb-invalidate-frames, gdb-invalidate-locals)
6361         (gdb-invalidate-registers): Use --thread option.
6363 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
6365         * net/tramp.el (top): Make check for tramp-gvfs loading more
6366         robust.  (Bug#3977)
6367         (tramp-handle-insert-file-contents): `unwind-protect' must be
6368         inside `with-parsed-tramp-file-name'.
6370         * net/tramp-gvfs.el (top): Remove superfluous message when loading
6371         fails.
6373 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
6375         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
6376         directory if CLASSPATH is not set.
6378 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
6380         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
6381         New defconst.
6382         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
6384 2009-08-02  Kevin Ryde  <user42@zip.com.au>
6386         * net/newst-backend.el (newsticker--raw-url-list-defaults):
6387         Update freshmeat link.  Delete newsforge.com as it seems gone.
6389 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6391         * select.el (x-set-selection): Doc fix (Bug#4021).
6393         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
6395         * help-fns.el (describe-variable): Treat list return values from
6396         dir-locals-find-file properly (Bug#4005).
6398 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
6400         * net/tramp.el (tramp-debug-message): Print also microseconds.
6402 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
6404         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
6405         or END is non-nil.
6406         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
6407         (tramp-get-debug-buffer): Change `outline-regexp' according to new
6408         format.
6410         * net/tramp-cache.el (tramp-cache-inhibit-cache ): New defvar.
6411         (tramp-get-file-property): Use it.
6413         * autorevert.el (auto-revert-handler): Allow
6414         `auto-revert-tail-mode' for remote files.
6416 2009-08-02  Jason Rumney  <jasonr@gnu.org>
6418         * minibuffer.el (read-file-name): Treat confirm options to
6419         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
6421 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
6423         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
6424         (font-lock-variable-name-face, font-lock-constant-face): Darken
6425         the colors for light backgrounds.
6427 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
6429         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
6430         month names.  (Bug#3987)
6432 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
6434         * simple.el (line-move-finish): Pass whole number to
6435         line-move-to-column.
6436         (line-move-visual): Perform hscroll to the recorded position.
6438 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
6440         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
6442 2009-07-29  Alan Mackenzie  <acm@muc.de>
6444         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
6446 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
6448         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
6449         (gdb-place-breakpoints): Use full path when setting breakpoints.
6451 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
6453         * calc/calc.el (calc-mode-map): Add keybinding for
6454         `calc-transpose-lines'.
6456 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
6458         * calc/calc-misc.el (calc-transpose-lines): New function.
6460 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
6462         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
6463         Simplify check for out-of-band methods.
6464         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
6465         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
6467 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
6469         * vc-git.el (vc-git-checkin): Fix typo.
6471 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
6473         * progmodes/js2-mode.el: New file.
6475 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
6477         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
6478         (gud-menu-map): Adjust tooltip accordingly.
6480 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
6482         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
6483         (vc-bzr-log-view-mode): Adjust log-view-file-re.
6485         * add-log.el (change-log-mode-map): Add a menu.
6487 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
6489         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
6490         function returns nil.
6491         (dbus-handle-event): Handle special return value :ignore.
6492         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
6494 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
6496         * view.el (view-mode-enable): Don't define Helper-return-blurb if
6497         it's not needed.
6499 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
6501         Fix Bug#3888:
6503         * w32-vars.el (x-select-enable-clipboard): Doc fix.
6505         * term/pc-win.el (x-display-name, x-colors)
6506         (x-select-enable-clipboard, x-select-text): Doc fix.
6508         * term/common-win.el (x-display-name, x-colors): Doc fix.
6510         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
6511         (xw-defined-colors): Doc fix.
6513         * w32-fns.el (x-select-text, x-setup-function-keys)
6514         (x-get-selection, x-set-selection): Doc fix.
6516         * term/x-win.el (x-select-text, x-setup-function-keys)
6517         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
6519         * select.el (x-set-selection): Doc fix.
6521 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
6523         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
6524         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
6525         "IsNSSSupportAvailable" method is not available.  Reported by
6526         Steve Youngs <steve@sxemacs.org>.
6528 2009-07-24  Kenichi Handa  <handa@m17n.org>
6530         * international/characters.el: Fix setting of category ?C, ?|, ?K,
6531         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
6532         (build-unicode-category-table): Fix range checks.
6534 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
6536         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
6537         the buffer we try to sync is current when calling
6538         vc-resynch-buffer.
6540         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
6541         not show up to date files.
6543 2009-07-24  Glenn Morris  <rgm@gnu.org>
6545         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
6546         Add autoload cookies.  If necessary, initialize.
6547         (elint-log): Handle non-file buffers.
6548         (elint-initialize): Add optional argument to reinitialize.
6549         (elint-find-builtin-variables): Save excursion.
6551 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
6553         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6554         for Lint.
6556 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
6558         * vc.el (vc-print-log-internal): New function, split out from ...
6559         (vc-print-log): ... here.
6560         (vc-dir-move-to-goal-column): Declare.
6562         * vc-git.el (vc-git-add-signoff): New variable.
6563         (vc-git-checkin): Use it.
6564         (vc-git-toggle-signoff): New function.
6565         (vc-git-extra-menu-map): Bind it to menu.
6566         (vc-git--run-command-string): Accept a nil FILE argument.
6567         (vc-git-stash-list): New function.
6568         (vc-git-dir-extra-headers): Use it.
6570 2009-07-23  Glenn Morris  <rgm@gnu.org>
6572         * help-fns.el (describe-variable): Describe ignored and risky local
6573         variables in a similar way to that in which we describe safe ones.
6575         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
6576         (byte-compile-output-file-form, byte-compile-output-docform)
6577         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
6578         Give some more local variables with common names a "bytecomp-" prefix,
6579         so as not to shadow things during compilation.
6580         * emacs-lisp/cl-macs.el (load-time-value)
6581         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
6582         `outbuffer' to `bytecomp-outbuffer'.
6584         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
6585         since the next two variables cover them automatically now.
6586         (elint-builtin-variables, elint-autoloaded-variables): New.
6587         (elint-unknown-builtin-args): Remove all members, since they can be
6588         parsed automatically now.
6589         (elint-extra-errors): New.
6590         (elint-env-add-env, elint-env-add-macro): Use cadr.
6591         (elint-current-buffer): Use or.  Change final message.
6592         (elint-get-top-forms): Use line-end-position.
6593         (elint-init-env): Use cadr.  Handle autoload, declare-function,
6594         and defalias.
6595         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
6596         (regexp-assoc): Remove unused function.
6597         (elint-top-form): Set elint-current-pos, to record the start of the
6598         top-level form, for compilation-mode.
6599         (elint-form): Trap errors in macro expansion.  Use dolist.
6600         (elint-unbound-variable): Use elint-builtin-variables and
6601         elint-autoloaded-variables.
6602         (elint-get-args): Use cadr, or.
6603         (elint-check-cond-form): Use dolist, cadr.
6604         (elint-check-condition-case-form): Doc fix.  Use cadr.
6605         Use elint-extra-errors.
6606         (elint-log): New function.
6607         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
6608         Distinguish errors and warnings.
6609         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
6610         Use a bytecomp-style format.
6611         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
6612         (elint-get-log-buffer): Use compilation mode.  Disable undo.
6613         Don't truncate lines.
6614         (elint-initialize): Set builtin and autoloaded variable lists.
6615         Only process elint-unknown-builtin-args if non-nil.
6616         (elint-find-builtin-variables, elint-find-autoloaded-variables):
6617         New functions.
6618         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
6620 2009-07-22  Kevin Ryde  <user42@zip.com.au>
6622         * net/newst-backend.el (newsticker--parse-atom-1.0)
6623         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6624         (newsticker--parse-rss-1.0):
6625         * progmodes/idlwave.el (idlwave-mode):
6626         * progmodes/idlw-shell.el (idlwave-shell-mode):
6627         * progmodes/vera-mode.el (vera-mode):
6628         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
6629         * progmodes/vhdl-mode.el (vhdl-mode):
6630         * textmodes/table.el (table-generate-source)
6631         (table--warn-incompatibility):
6632         Hyperlink urls in docstrings with URL `...'.
6634 2009-07-22  Glenn Morris  <rgm@gnu.org>
6636         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
6637         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
6638         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
6639         Remove leading * from defcustom docs.
6641         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
6643         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
6644         defcustom doc.
6645         (list-load-path-shadows): Optionally, just return shadows as a string.
6647         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
6649 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
6651         * mail/rmailedit.el (rmail-edit-mode): Use
6652         auto-save-include-big-deletions.
6654         * mail/rmail.el (rmail-variables): Use
6655         auto-save-include-big-deletions.
6657         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
6658         changes.
6660 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
6662         * calc/calc.el (calc-undo-length): New variable.
6663         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
6665 2009-07-21  Richard Stallman  <rms@gnu.org>
6667         * files.el (auto-save-mode): Handle buffer-save-size = -2
6668         for toggling mode.
6670 2009-07-21  Glenn Morris  <rgm@gnu.org>
6672         * textmodes/ispell.el (ispell-looking-back): Update declaration.
6674         * calendar/todo-mode.el (calendar-current-date): Update declaration.
6676         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
6677         silence compiler.  Instead...
6678         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
6679         (ps-print-ensure-fontified): Update for above function name changes.
6681         * printing.el (pr-mh-get-msg-num, pr-mh-show)
6682         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
6683         silence compiler.  Instead...
6684         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
6685         (mh-show-buffer): Only define for compiler.
6686         (pr-mh-current-message): Update for above function name changes.
6688         * files.el (abort-if-file-too-large): Explicitly pass `filename'
6689         as an argument.
6690         (find-file-noselect, insert-file-1): Update for above change.
6692         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
6694         * mail/mailclient.el (mailclient-send-it): Fix message.
6696         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
6697         (edebug-eval): Check cl-debug-env is bound.
6698         (print-level, print-circle): Don't redefine built-in variables.
6700         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
6701         (custom-print-vectors): Remove old comments from doc.
6703         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
6704         (emerge-version): Make the variable an obsolete alias for the
6705         emacs-version variable.  Make the function obsolete.
6706         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
6707         Emerge options, rather than merging in into the main Options menu.
6708         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
6709         and auto advance modes.  Disable edit/fast items when not relevant.
6711 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
6713         * term/vt420.el (terminal-init-vt420): Fix typo.
6715 2009-07-20  Sam Steingold  <sds@gnu.org>
6717         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
6718         variable (removed from compile.el on 2004-03-11).
6720 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
6722         * files.el (hack-local-variables-filter): Fix last change.
6724 2009-07-19  Juri Linkov  <juri@jurta.org>
6726         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
6727         (dir-local-variables-alist): New buffer-local variable.
6728         (hack-local-variables-filter): If variable is not dir-local,
6729         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
6730         because file-local overrides dir-local.
6731         (c-postprocess-file-styles)<declare-function>:
6732         Remove obsolete declaration.
6733         (hack-dir-local-variables): Add dir-local variable/value pair to
6734         `dir-local-variables-alist' and remove duplicates.  Doc fix.
6736         * help-fns.el (describe-variable): Add information about
6737         file-local and dir-local variables.
6739 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
6741         * files.el (hack-local-variables-filter): Rewrite.
6743 2009-07-19  Glenn Morris  <rgm@gnu.org>
6745         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
6746         Silence compiler by only defining on XEmacs.
6748         * international/mule.el (auto-coding-regexp-alist): Only match
6749         BABYL... at the start of buffer, not of lines.  (Bug#3790)
6751         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
6752         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
6753         (cal-menu-context-mouse-menu): Doc fix.
6755         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
6757         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
6759 2009-07-18  Juri Linkov  <juri@jurta.org>
6761         * info.el: Virtual Info keyword finder.
6762         (add-to-list)<Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
6763         (Info-finder-file): New variable.
6764         (Info-finder-find-file): New function.
6765         (finder-known-keywords, finder-package-info)
6766         (find-library-name, lm-commentary): Use defvar and
6767         declare-function to silence compiler warnings.
6768         (Info-finder-find-node): New function.
6769         (info-finder): New command.
6771         * subr.el (process-kill-buffer-query-function): New function.
6772         (add-hook)<kill-buffer-query-functions>: Add hook
6773         `process-kill-buffer-query-function'.
6775 2009-07-18  Alan Mackenzie  <acm@muc.de>
6777         * progmodes/cc-mode.el (c-before-hack-hook)
6778         (c-postprocess-file-styles): Give invocation of `c-set-style'
6779         DONT-OVERRIDE parameter of t.  Already set style variables will
6780         thus not be overridden by style settings given by `c-file-syle'.
6782         * files.el (hack-local-variables-filter): Remove entries with
6783         duplicate keys from `file-local-variables-alist'.
6785 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6787         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
6788         x-set-selection if display-selections-p returns nil for the
6789         current frame.
6791 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
6793         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
6795 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
6797         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
6798         Accept nil in addition to a regexp.
6799         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
6800         Accept nil in addition to a regexp.
6801         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
6802         buffers that have an associated file.  Handle nil values of
6803         desktop-buffers-not-to-save and desktop-files-not-to-save.
6804         (Bug#3833)
6806         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
6807         (x-disown-selection-internal): New functions.
6809 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
6811         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
6812         warning.
6813         (gdb-breakpoints-header): Move forward to avoid compiler warning.
6814         (gdb-make-header-line-mouse-map): Remove duplicate definition.
6816 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
6818         * simple.el (set-mark): Revert last change.
6820 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
6822         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
6823         rendering of pngs is not possible instead of messaging a long
6824         description.
6826 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
6828         * w32-fns.el (x-selection-owner-p): New function.
6830         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6831         (mouse-yank-at-click, mouse-yank-primary): If
6832         select-active-regions is non-nil, deactivate the mark before
6833         insertion.
6835         * simple.el (deactivate-mark, set-mark): Only save selection if we
6836         own it.
6838 2009-07-17  Kenichi Handa  <handa@m17n.org>
6840         * case-table.el (describe-buffer-case-table): Fix for the case
6841         that KEY is a cons.
6843 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
6845         * vc-rcs.el (vc-rcs-find-file-hook):
6846         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
6848 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
6850         * net/tramp.el (tramp-wait-for-output): Handle the case when
6851         commands do not return a newline but a null byte before the shell
6852         prompt.  (Bug#3858)
6854 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6856         * term/ns-win.el (ns-set-alpha): Don't declare.
6857         (ns-set-background-alpha): Remove function.
6859 2009-07-16  Kevin Ryde  <user42@zip.com.au>
6861         * emacs-lisp/copyright.el (copyright-update): Save match-data across
6862         y-or-n-p, for safety.
6864 2009-07-16  Richard Stallman  <rms@gnu.org>
6866         * files.el (auto-save-mode): If buffer-saved-size is -2,
6867         don't clobber it.
6869         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
6870         (rmail-retry-ignored-headers): Add more uninteresting fields.
6872 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
6874         * net/rcirc.el (rcirc): Use history variables.
6875         (rcirc-server-name-history, rcirc-nick-name-history)
6876         (rcirc-server-port-history): New variables.
6878 2009-07-15  Kenichi Handa  <handa@m17n.org>
6880         * international/mule-cmds.el (set-language-environment-charset):
6881         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
6882         ignore them.
6884         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
6885         Delete unibyte-display.
6887 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6889         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
6891 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
6893         * simple.el (deactivate-mark): Optional argument FORCE.
6894         (set-mark): Use deactivate-mark.
6896         * info.el (Info-search): No need to check transient-mark-mode
6897         before calling deactivate-mark.
6899         * select.el (x-set-selection): Doc fix.
6900         (x-valid-simple-selection-p): Allow buffer values.
6901         (xselect--selection-bounds): Handle buffer values.  Suggested by
6902         David De La Harpe Golden.
6904         * mouse.el (mouse-set-region, mouse-drag-track): Call
6905         copy-region-as-kill before setting the mark, to let
6906         select-active-regions work.
6908 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
6910         * simple.el (deactivate-mark): If select-active-regions is
6911         non-nil, copy the selection data into a string.
6912         (activate-mark): If select-active-regions is non-nil, set the
6913         selection to the current buffer.
6914         (set-mark): Update selection if select-active-regions is non-nil.
6916         * select.el (x-valid-simple-selection-p): Allow buffer values.
6918 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6920         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
6921         and more featureful message-mode.
6923 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
6925         * select.el (x-set-selection): Doc fix.
6926         (x-valid-simple-selection-p): Disallow selection data consisting
6927         of a list or cons of integers, since that is not used.
6928         (xselect--selection-bounds, xselect--int-to-cons): New functions.
6929         (xselect-convert-to-string, xselect-convert-to-length)
6930         (xselect-convert-to-filename, xselect-convert-to-charpos)
6931         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
6933 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
6935         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
6936         output in -break-info command (Emacs bug #3794).
6938 2009-07-14  Glenn Morris  <rgm@gnu.org>
6940         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
6941         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
6942         (edebug-print-length, edebug-print-level, edebug-print-circle)
6943         (edebug-sit-for-seconds, edebug-view-outside)
6944         (edebug-bounce-point, edebug-set-global-break-condition)
6945         (edebug-Go-nonstop-mode, edebug-trace-mode)
6946         (edebug-Trace-fast-mode, edebug-continue-mode)
6947         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
6948         (edebug-visit-eval-list): Doc fixes.
6950         * subr.el (def-edebug-spec): Doc fix.
6952 2009-07-14  Kenichi Handa  <handa@m17n.org>
6954         * international/characters.el: Fix setting of category ?C.
6956 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
6958         * term/ns-win.el (x-select-font): defalias x-select-font to
6959         ns-popup-font-panel instead of generate-fontset-menu.
6961 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
6963         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
6965 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
6967         * arc-mode.el (archive-find-type): Allow for a PK00 string before
6968         the PK\003\004 header (Bug#3770).
6970 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
6972         * pcomplete.el (pcomplete-comint-setup): Check for
6973         shell-dynamic-complete-filename too.
6975 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
6977         * simple.el (temporary-goal-column): Change the value for
6978         line-move-visual to a cons cell.
6979         (line-move-visual): Record or set the window hscroll, if
6980         necessary (Bug#3494).
6981         (line-move-1): Handle cons value of temporary-goal-column.
6983 2009-07-11  Kenichi Handa  <handa@m17n.org>
6985         * international/mule-diag.el (describe-character-set): Don't show
6986         width.
6988 2009-07-10  Sam Steingold  <sds@gnu.org>
6990         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6991         Omake sometimes indents the errors it prints, so allow all
6992         regexps to start with spaces.
6994 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
6996         * cus-edit.el (customize-changed-options-previous-release):
6997         Bump value to 22.1.  (Bug#3804)
6999 2009-07-08  Sam Steingold  <sds@gnu.org>
7001         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
7002         to be a cons cell (test . ignored-directory) to selectively ignore
7003         some directories depending on the location of the search.
7005 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
7007         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
7008         remote user is root, on the local host.
7009         (tramp-local-host-p): Either the local user or the remote user
7010         must be root.  (Bug#3771)
7012 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7014         * progmodes/gdb-mi.el (gdb): Remove description of
7015         gdb-use-separate-io-buffer.
7016         (menu): Don't allow toggling of or enable
7017         gdb-use-separate-io-buffer from menubar.
7019 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
7021         * mail/unrmail.el (unrmail): Make sure the message ends with two
7022         newlines (Bug#3769).
7024 2009-07-08  Glenn Morris  <rgm@gnu.org>
7026         * calendar/calendar.el (calendar-current-date): Rework previous change.
7028 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
7030         * calendar/calendar.el (calendar-current-date):
7031         Add an optional argument giving an offset from today.
7033 2009-07-08  Glenn Morris  <rgm@gnu.org>
7035         * tutorial.el (tutorial--describe-nonstandard-key):
7036         Adjust the message for when a key has been unbound.
7037         (help-with-tutorial): Hide the arch-tag.
7039 2009-07-08  Kenichi Handa  <handa@m17n.org>
7041         * international/fontset.el (setup-default-fontset): For each
7042         script, append (not set) font-specs.
7044         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
7045         docstring.
7047 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
7049         * progmodes/gdb-mi.el (gdb-init-1): Move sending
7050         -data-list-register-names to ...
7051         (gdb-starting): ... here because GDB 7.0 requires execution to
7052         have started when using this MI command.
7053         (gdb-set-header): New function to distinguish select and
7054         unselected tabs in gdb buffers.
7055         (gdb-propertize-header): New macro that uses gdb-set-header.
7056         (gdb-breakpoints-header, gdb-locals-header): Use it.
7057         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
7059 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
7061         * Makefile.in (ELCFILES): Remove fadr.elc.
7063 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
7065         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
7066         may contain frame information, so `string-match' should be used.
7067         (gdb-update): Disassembly is invalidated through
7068         `gdb-get-selected-frame'.
7069         (gdb-pad-string): New function to pad string with spaces.
7070         (gdb-invalidate-disassembly): Invalidate only if the buffer
7071         exists.
7072         (gdb-disassembly-handler-custom): Column alignment.
7073         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
7074         placing new ones.
7075         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
7076         end of line, too.
7077         (gdb-frame-handler): Match convention to for disassembly buffer
7078         mode name.
7079         (gdb-stack-list-frames-handler): Rewritten without regexps.
7080         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
7081         not highlight breakpoints without line information.
7082         (gdb-input): Add trailing newline to command.
7084         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
7085         buffer properly.
7086         (gdb-breakpoints-list-handler-custom): Replacement for
7087         `gdb-break-list-handler'.  Using real parser instead of regexps
7088         now.
7089         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
7090         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
7091         to place breakpoints.
7092         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
7093         functions.
7094         (gdb-disassembly-handler-custom): Show overlay arrow.
7095         (gdb-disassembly-place-breakpoints): Show breakpoints in
7096         disassembly buffer.
7097         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
7098         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
7099         instead of parsing breakpoints buffer.  Fixed old menu references
7100         in `gud-menu-map'.
7102         * fadr.el: Remove.
7104         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
7105         (gdb-memory-address): New variable which holds top address of
7106         memory page shown in memory buffer.
7107         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
7108         customization variables.
7109         New functions:
7110         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
7111         display the memory buffer.
7112         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
7113         buffer display parameters.
7114         (def-gdb-memory-format, gdb-memory-format-binary)
7115         (gdb-memory-format-octal, gdb-memory-format-unsigned)
7116         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
7117         Functions for setting memory buffer format.
7118         (gdb-memory-unit-word, gdb-memory-unit-halfword)
7119         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
7120         unit size used in memory buffer.
7121         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
7122         to next/previous page of memory buffer.
7123         Now using (bindat-get-field) instead of fadr functions.
7125 2009-07-07  Sam Steingold  <sds@gnu.org>
7127         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
7128         non-top-level files.
7130 2009-07-07  Kenichi Handa  <handa@m17n.org>
7132         * international/mule-cmds.el (reset-language-environment): Put
7133         the highset priority to the charset iso-8859-1.
7135 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7137         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
7138         to the end of the line when locating the block (Bug#700).
7140 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
7142         * net/tramp.el (tramp-handle-write-region): Flush file properties
7143         in case of short track.
7145 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
7147         * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom
7148         representation of verilog error regular expressions to work with
7149         Emacs-22's new format.
7150         (verilog-error-regexp-xemacs-alist): Coded custom representation
7151         of verilog error regular expressions to work with XEmacs format.
7152         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
7153         error recognition into XEmacs.
7154         (verilog-error-regexp-add-emacs): Hook routine to install verilog
7155         error recognition into Emacs-22.
7157 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
7159         * woman.el: Remove stand-alone closing parentheses.
7160         (woman-file-name, woman2-format-paragraphs)
7161         (woman-leave-blank-lines): Code cleanup.
7162         (woman-use-own-frame): Change default to nil.
7163         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
7164         defaults to inherit from default faces.
7165         (woman2-process-escapes): Consume the newline after a stand-alone
7166         filler character (Bug#3651).
7168 2009-07-06  Glenn Morris  <rgm@gnu.org>
7170         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
7171         (top-level): Move provide to the end.
7172         (ffap): Remove defunct URL from custom group.
7174         * subr.el (eval-after-load): Doc fix.
7176 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
7178         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
7179         `calc-embedded-word' is called twice.
7181 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7183         * files.el (find-alternate-file-other-window, find-alternate-file):
7184         Obey confirm-nonexistent-file-or-buffer.
7186 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
7188         * dired-aux.el (dired-show-file-type): Handle remote files.
7190 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
7192         * desktop.el (desktop-globals-to-save):
7193         Add file-name-history (Bug#2750).
7195 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
7197         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
7199 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
7201         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
7202         property on entire argument since this is what eshell-lisp-command
7203         expects.
7205 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
7207         * net/tramp-gvfs.el (tramp-gvfs-methods)
7208         (tramp-gvfs-zeroconf-domain)
7209         (tramp-bluez-discover-devices-timeout): Add version flag.
7210         (tramp-gvfs-handler-mounted-unmounted)
7211         (tramp-gvfs-connection-mounted-p): Polish handling of
7212         incompatibilities between GVFS 0.2 and 1.0.
7214 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
7216         * cus-start.el (all): Add make-pointer-invisible.
7218 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
7220         * calc-math.el (math-use-emacs-fn): Make sure that the number is
7221         formatted correctly.
7223 2009-07-02  Juri Linkov  <juri@jurta.org>
7225         * info.el: Virtual Info files and nodes.
7226         (Info-virtual-files, Info-virtual-nodes): New variables.
7227         (Info-current-node-virtual): New variable.
7228         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
7229         New functions.
7230         (Info-file-supports-index-cookies): Use Info-virtual-file-p
7231         to check for a virtual file instead of checking a fixed list
7232         of node names.
7233         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
7234         instead of ad-hoc processing of "dir" and (apropos history toc).
7235         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
7236         instead of ad-hoc processing of "dir" and (apropos history toc).
7237         Reread a file when moving from a virtual node.
7238         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
7239         (Info-directory-toc-nodes, Info-directory-find-file)
7240         (Info-directory-find-node): New functions.
7241         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
7242         (Info-history): Move part of code to
7243         `Info-history-find-node'.
7244         (Info-history-toc-nodes, Info-history-find-file)
7245         (Info-history-find-node): New functions.
7246         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
7247         (Info-toc): Move part of code to `Info-toc-find-node'.
7248         (Info-toc-find-node): New function.
7249         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
7250         the current Info file name to references because now the node
7251         "*TOC*" belongs to the same Info manual.
7252         (Info-toc-build): Rename from `Info-build-toc'.
7253         (Info-toc-nodes): Rename input argument `file' to `filename'.
7254         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
7255         instead of ad-hoc processing of ("dir" apropos history toc).
7256         (Info-index-nodes): Use Info-virtual-file-p
7257         to check for a virtual file instead of checking a fixed list
7258         of node names.
7259         (Info-index-node): Add check for `Info-current-node-virtual'.
7260         Raise `save-match-data' higher up the tree to contain
7261         `search-forward' too (bug fix).
7262         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
7263         (Info-virtual-index-nodes): New variable.
7264         (Info-virtual-index-find-node, Info-virtual-index): New functions.
7265         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
7266         (Info-apropos-file, Info-apropos-nodes): New variables.
7267         (Info-apropos-toc-nodes, Info-apropos-find-file)
7268         (Info-apropos-find-node, Info-apropos-matches): New functions.
7269         (info-apropos): Move part of code to `Info-apropos-find-node' and
7270         `Info-apropos-matches'.
7271         (Info-mode-map): Bind "I" to `Info-virtual-index'.
7272         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
7273         for a virtual file instead of checking a fixed list of node names.
7275         * simple.el (async-shell-command): New command.
7277         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
7279         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
7280         instead of `mount-info'.
7282 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
7284         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
7285         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
7287 2009-07-02  Kenichi Handa  <handa@m17n.org>
7289         * international/mule.el (set-keyboard-coding-system): Force *-unix
7290         coding-system to avoid eol conversion.
7292 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
7294         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
7295         Add handler for `process-file', `shell-command' and
7296         `start-file-process'.
7297         (tramp-gvfs-handle-shell-command)
7298         (tramp-gvfs-handle-start-file-process)
7299         (tramp-gvfs-handle-process-file): New defuns.
7300         (tramp-synce-list-devices): Simplify check for existence of property.
7302 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
7304         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
7306 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
7308         * language/korean.el (set-language-info-alist): Add korean-cp949,
7309         cp949 to spec.
7311 2009-07-01  Kenichi Handa  <handa@m17n.org>
7313         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
7315         * international/encoded-kb.el: Deleted.
7317         * international/mule.el (set-keyboard-coding-system): Perform the
7318         necessary setup here instead of calling encoded-kbd-setup-display.
7320 2009-07-01  Glenn Morris  <rgm@gnu.org>
7322         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
7324 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
7326         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
7328 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
7330         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
7331         Handle also the 'rename case, when setting file modes.  (Bug#3712)
7332         (tramp-default-file-modes) Remove execute permissions.
7334         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
7335         (top): Add a default for "synce" in `tramp-default-user-alist'.
7336         Add completion function for "synce" method.
7337         (tramp-hal-service, tramp-hal-path-manager)
7338         (tramp-hal-interface-manager, tramp-hal-interface-device):
7339         New defconst.
7340         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
7341         (tramp-synce-list-devices, tramp-synce-parse-device-names):
7342         New defuns.
7344         * net/trampver.el: Update release number.
7346 2009-06-30  Kenichi Handa  <handa@m17n.org>
7348         * international/fontset.el (setup-default-fontset): Add CJK fonts
7349         for symbols and the other miscellaneous characters.
7351         * language/korea-util.el (setup-korean-environment-internal):
7352         Make char-width-table suitable for Korean environments.
7353         (exit-korean-environment): Cancel above.
7355         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
7356         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
7357         setup-funcion to make char-widht-table suitable for respective
7358         environments, and an exit-function to cancel that.
7360         * language/japan-util.el (setup-japanese-environment-internal):
7361         Call use-cjk-char-width-table with arg `ja_JP'.
7363         * international/characters.el (cjk-char-width-table): Delete it.
7364         (cjk-char-width-table-list): New variable.
7365         (use-cjk-char-width-table): New arg local-name.
7366         (use-default-char-width-table): Fix for the case that Emacs is
7367         already using the default char-width-table.
7369 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
7371         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
7372         modes mandatory.  (Bug#3712)
7374 2009-06-29  Alan Mackenzie  <acm@muc.de>
7376         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
7377         correction between the visible width of TABs and their number of bytes.
7379 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
7381         * server.el (server-buffer-done): Prevent kill-buffer from
7382         prompting by clearing the buffer modification flag (Bug#3696).
7384 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
7386         * verilog-mode.el (verilog-beg-of-statement)
7387         (verilog-endcomment-reason-re): Support unique case and priority case.
7388         (verilog-basic-complete-re): Support localparam lineup.
7389         (verilog-beg-of-statement-1): Fix for robustness, unique case.
7390         (verilog-set-auto-endcomments): Fix for unique case, always_comb
7391         commenting.
7392         (verilog-leap-to-case-head): Now support *nested* unique &
7393         priority case statements.
7394         (verilog-auto-lineup): Make just declarations the default (as it
7395         had been).
7396         (verilog-leap-to-case-head): Support priority/unique case statements.
7397         (verilog-auto-lineup): Rework to give users radio buttons to
7398         select the various styles of automatic lineup.
7399         (verilog-error-regexp-alist): Rework to support the XEmacs style
7400         of error regular expressions from compilers, lint tools &
7401         simulators.  Note that GNU Emacs has made it impossible for a mode
7402         to load such things.
7403         (electric-verilog-terminate-line, verilog-indent-declaration)
7404         (verilog-auto-wiure): Rework for radio button selection of
7405         auto-lineup selection of specification of auto lineup.
7406         (verilog-beg-of-statement-1): Redesign to support proper operation
7407         in additional code, based on testing with auto-lineup.
7408         (verilog-calculate-indent, assignments & declarations)
7409         (verilog-backward-token): Enhance to support auto-lineup of
7410         assignments & declarations.
7411         (verilog-in-directive-p, verilog-at-struct-p): New function for
7412         easy test of whether we are.
7413         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
7414         to support safe execution at almost anyline.
7415         (verilog-calc-1): Properly support indenting deep inside generate
7416         blocks.
7417         (verilog-init-font) Remove definition & use of verilog-init-font,
7418         as it is redundant with font-lock-defaults.
7419         (verilog-mode): Alter the definition of verilog-font-lock-defaults
7420         to avoid circular calls if syntax-ppss is a function (as is the
7421         case now in 22.x GNU Emacs) as that function would sometimes call
7422         itself, leading to (nearly) infinite recursion.
7423         (verilog-ovm-begin-re, verilog-ovm-end-re)
7424         (verilog-ovm-statement-re, verilog-leap-to-head)
7425         (verilog-backward-token): Add support for OVM macros.  Some are
7426         complete statements, and others open and close scopes like begin
7427         and end.
7428         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
7429         (verilog-defun-level-generate-only-re): Really fix the defun-list
7430         compilation issue.
7431         (verilog-calc-1) (verilog-beg-of-statement): Enhance support for
7432         coverpoint, constraint and cross statements.
7433         (verilog-defun-level-list, verilog-generate-defun-level-list)
7434         (verilog-all-defun-level-list): Redo these specifications - it is
7435         too hard to support eval-when compile aggregation of lists also
7436         built at when-compile time.
7437         (verilog-defun-level-list): Place defconsts of variables used in
7438         building regular expressions which are built in eval-when-compile
7439         bodies in the same eval-when-compile body to facilitate compile
7440         without load.
7441         (verilog-beg-block-re-ordered): Support indenting
7442         virtual/protected tasks and functions.
7443         (verilog-defun-level-list, verilog-in-generate-region-p)
7444         (verilog-backward-ws&directives, verilog-calc-1): Speed up
7445         indentation of some module items (generate items).
7446         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
7447         across virtual/protected tasks and functions.
7449 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
7451         * verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
7452         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
7453         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
7454         in concatenations.  Reported by Yishay Belkind.
7455         (verilog-auto-ascii-enum): Support one-hot state machines in
7456         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
7457         (verilog-auto-inst, verilog-auto-inst-port): Include interface
7458         modport in AUTOINST and add vl-modport for users.  Reported by
7459         David Rogoff.
7460         (verilog-auto-inout-module, verilog-auto-inst)
7461         (verilog-decls-get-interfaces, verilog-insert-definition)
7462         (verilog-insert-one-definition, verilog-read-decls)
7463         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
7464         (verilog-sig-modport, verilog-signals-combine-bus)
7465         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
7466         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
7467         Suggested by David Rogoff.
7468         (verilog-repair-open-comma): Fix non-insertion of comma when
7469         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
7470         (verilog-make-width-expression): Simplify [A-1:0] expression
7471         widths to just {A{1'b0}}.
7472         (verilog-mode): Cleanup checkdoc warnings.
7473         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
7474         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
7475         inputs/outputs or data type.  Suggested by Vasu Kandadi.
7476         (next-error-last-buffer): Fix byte-compiler warning.
7477         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
7478         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
7479         or shell command text during AUTO expansion.  Suggested by Tad Truex.
7480         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
7481         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
7482         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
7483         in AUTOINOUT.  Reported by Matthew Lovell.
7484         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
7485         causing use of <= assignments.  Reported by Alex Reed.
7486         (verilog-read-decls): Fix triand, trior, wand, wor to be
7487         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
7488         (verilog-extended-complete-re): Support import "DPI-C" functions.
7489         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
7490         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
7491         (verilog-insert-date, verilog-insert-year)
7492         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
7493         Windows systems.  Reported by Michael Potts.
7494         (verilog-read-module-name): Fix AUTOINST when the child module
7495         declaration's name is a tick define.  Reported by Elliot Mednick.
7496         (verilog-read-decls): Fix V2K parameter bit subscripts getting
7497         passed to next parameter's definition.  Reported by Bruce T.
7498         (verilog-read-decls): Fix detecting "parameter int" when using
7499         AUTOINSTPARAM.  Reported by Bruce T.
7500         (verilog-goto-defun): Fix goto not finding modules unless first
7501         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
7502         (verilog-mode): Expand -f flag arguments on entry to mode so
7503         verilog-goto-defun will work.  Reported by Lawrence Butcher.
7504         (verilog-getopt): Expand environment variables in -f file
7505         arguments.  Suggested by Lawrence Butcher.
7506         (verilog-set-define): Fix "Symbol's value as variable is void"
7507         when reading enumerations.
7508         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
7509         Suggested by Stephen Peltan.
7510         (verilog-read-defines): Fix reading of enumerations in include
7511         files.  Reported by Steve Peltan.
7513 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7515         * files.el (trash-directory): Fix defcustom type.
7517 2009-06-28  Juri Linkov  <juri@jurta.org>
7519         * help-fns.el (describe-function-1): Correctly locate adviced
7520         functions in hyperlink (Bug#2438).
7522 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
7524         * files.el (trash-directory): Change default to nil.
7525         (move-file-to-trash): If trash-directory is nil and
7526         system-move-file-to-trash is unbound, perform freedesktop-style
7527         trashing.
7529 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
7531         * files.el (move-file-to-trash): Add freedesktop trash
7532         support (Bug#973).
7534 2009-06-28  Glenn Morris  <rgm@gnu.org>
7536         * autorevert.el (global-auto-revert-non-file-buffers)
7537         (global-auto-revert-mode): Doc fixes.
7539 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
7541         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
7543 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
7545         * faces.el (x-handle-named-frame-geometry): Ensure that we have
7546         opened an X connection before calling x-get-resource (Bug#3194).
7548         * play/doctor.el: Remove reference to obsolete website.
7549         (make-doctor-variables): Correct grammar mistake (Bug#2633).
7551 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
7553         Remove find-file-not-found-hook VC method.  (Bug#2757)
7554         * vc-hooks.el (vc-file-not-found-hook)
7555         (vc-default-find-file-not-found-hook): Remove functions.
7556         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
7557         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
7558         * vc.el:
7559         * vc-hg.el:
7560         * vc-git.el: Do not mention find-file-not-found-hook VC method.
7562 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
7564         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
7565           compatibility function for `looking-back'.
7567         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
7568         Use `ispell-looking-back'.
7570 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
7572         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
7573         rather than `filename'.
7575 2009-06-23  Miles Bader  <miles@gnu.org>
7577         * face-remap.el (text-scale-set): New function.
7579 2009-06-23  Glenn Morris  <rgm@gnu.org>
7581         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
7583         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
7585         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
7587         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
7589         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7590         Simplify Persian conditionals.
7592         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
7593         variable `filename'.
7595         * comint.el (comint-insert-input): Doc fix.
7597         * Makefile.in (ELCFILES): Fix typo in previous change.
7599 2009-06-23  Miles Bader  <miles@gnu.org>
7601         * cus-start.el: Add entry for `recenter-redisplay'.
7603 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7605         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
7606         Add an optional argument for the backend, use it instead of
7607         calling vc-backend.
7608         (vc-mode-line): Add an optional argument for the backend.
7609         Pass the backend to vc-state and vc-working-revision.  Move code for
7610         special handling for vc-state being a buffer to ...
7612         * vc-rcs.el (vc-rcs-find-file-hook):
7613         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
7615         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
7616         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
7617         vc-stay-local-p and vc-mode-line calls.
7619         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
7620         (vc-cvs-diff, vc-cvs-annotate-command)
7621         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
7622         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
7623         vc-mode-line calls.
7625         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
7626         direct comparison.
7627         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
7628         backend when calling vc-mode-line.
7629         (vc-register): Do not create a closure for calling the vc register
7630         function, call it directly.
7632 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
7634         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
7635         to make it obvious item can be clicked.
7637         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
7639 2009-06-23  Kenichi Handa  <handa@m17n.org>
7641         * language/korea-util.el (korean-key-bindings): Change the binding
7642         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
7643         same command.
7645 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
7647         Sync with Tramp 2.1.16.
7649         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
7651         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
7652         when a loading of a package fails.  Completion function for rsync
7653         is `tramp-completion-function-alist-ssh'.
7654         (all): Replace all calls of `split-string' and
7655         `tramp-split-string' by `tramp-compat-split-string'.
7656         (tramp-default-method): Use `tramp-compat-process-running-p'.
7657         (tramp-default-proxies-alist): Allow also Lisp forms.
7658         (tramp-remote-path): Add choice "Private Directories".
7659         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
7660         (tramp-domain-regexp): Allow also "-", "_" and ".".
7661         (tramp-end-of-output): Remove newlines, and add "$" at the end.
7662         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
7663         (tramp-debug-message): Insert header line in debug buffer.
7664         (tramp-handle-directory-files-and-attributes-with-stat):
7665         Care about filenames with spaces, or starting with "-".
7666         (tramp-handle-dired-uncache): New defun.
7667         (tramp-handle-insert-directory): Don't flush the directory from
7668         cache, this is handled by `dired-uncache' now.
7669         (tramp-handle-insert-file-contents): Improve error handling.
7670         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7671         Quote `tramp-end-of-output'.
7672         (tramp-action-password): Improve trace message.
7673         (tramp-check-for-regexp): Both echoes must be present, before removing.
7674         (tramp-open-connection-setup-interactive-shell): Trace coding system.
7675         (tramp-compute-multi-hops): Eval cons cells of
7676         `tramp-default-proxies-alist'.
7677         (tramp-maybe-open-connection): Use the same command pattern for
7678         first hop and further hops.
7679         (tramp-wait-for-output): Remove handling of newlines.
7680         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
7681         (tramp-split-string): Remove function.  It is handled in
7682         tramp-compat now.
7684         * net/tramp-cmds.el (tramp-bug):
7685         Recommend `tramp-cleanup-all-connections' in the bug mail.
7687         * net/tramp-compat.el (tramp-compat-split-string)
7688         (tramp-compat-process-running-p): New defuns.
7690         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
7691         for `dired-uncache'.
7693         * net/tramp-gvfs.el: New package.
7695         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
7696         Add handler for `dired-uncache'.
7697         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
7699         * net/trampver.el: Update release number.  Make version check fit
7700         for SXEmacs 22.
7702 2009-06-22  Jim Meyering  <meyering@redhat.com>
7704         Automatically handle .xz suffix (XZ-compressed files), too.
7705         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
7706         XZ is the successor to LZMA: <http://tukaani.org/xz/>
7708 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
7709             Nick Roberts  <nickrob@snap.net.nz>
7711         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
7712         repository (http://sphinx.net.ru/hg/gdb-mi/).
7714 2009-06-22  Glenn Morris  <rgm@gnu.org>
7716         * files.el (dir-locals-collect-mode-variables): Allow for any number of
7717         `mode' and `eval' entries.  (Bug#3430)
7719         * Makefile.in (ELCFILES): Add fadr.elc.
7721         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
7722         differing behavior of \n and ^ in strings.  (Bug#3385)
7724         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
7726         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
7727         property.
7728         (lisp-indent-function): Make it a defcustom.
7730 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
7732         * progmodes/gdb-ui.el: Replace with ...
7733         * progmodes/gdb-mi.el: ... this file.
7734         * progmodes/gud.el: Modify for gdb-mi.el.
7736 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
7738         * fadr.el: New file.
7740 See ChangeLog.14 for earlier changes.
7742 ;; Local Variables:
7743 ;; coding: utf-8
7744 ;; End:
7746     Copyright (C) 2009  Free Software Foundation, Inc.
7748   This file is part of GNU Emacs.
7750   GNU Emacs is free software: you can redistribute it and/or modify
7751   it under the terms of the GNU General Public License as published by
7752   the Free Software Foundation, either version 3 of the License, or
7753   (at your option) any later version.
7755   GNU Emacs is distributed in the hope that it will be useful,
7756   but WITHOUT ANY WARRANTY; without even the implied warranty of
7757   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7758   GNU General Public License for more details.
7760   You should have received a copy of the GNU General Public License
7761   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7763 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1