* lisp/simple.el (compose-mail): Fix doc string to refer to
[emacs.git] / lisp / ChangeLog
blob05211ed5a8ab1fb9f39f42cea051de565fa25bb2
1 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
3         * simple.el (compose-mail): Fix doc string to refer to
4         `compose-mail-user-agent-warnings', instead of to the
5         nonexistent `compose-mail-check-user-agent'.
7 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
9         Fix an indentation bug:
11         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
12         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
13         of existing values.
15         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
16         (c-clear->-pair-props-if-match-before): now return t when they've
17         cleared properties, nil otherwise.
18         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
19         by taking account of the existing value.
21         * progmodes/cc-defs.el
22         (c-clear-char-property-with-value-function): Fix this to clear the
23         property rather than overwriting it with nil.
25 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
27         * emacs-lisp/package.el (package-print-package): Add link to
28         package description via describe-package.
29         (describe-package-1): List package requirements.  Add button to
30         perform installation.
31         (package-menu-describe-package): New command.
33         * help-mode.el (help-package): New button type.
35 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
37         * emacs-lisp/package.el: Move package-list-packages binding to
38         menu-bar.el.
39         (describe-package, describe-package-1, package--dir): New funs.
40         (package-activate-1): Use package--dir.
42         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
44         * help-mode.el (help-package-def): New button type.
46         * menu-bar.el: Move package-list-packages binding here from
47         package.el.
49 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
51         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
53 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
55         * emacs-lisp/edebug.el (edebug-read-list):
56         Phase out old-style backquotes.
58 2010-06-17  Juri Linkov  <juri@jurta.org>
60         * help-mode.el (help-mode): Set buffer-local variable
61         revert-buffer-function to help-mode-revert-buffer.
62         (help-mode-revert-buffer): New function.
64         * info.el (Info-revert-find-node): Check for major-mode Info-mode
65         before popping to "*info*" (like in other Info functions).
66         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
67         old-history-forward.  Pop to old-buffer-name or "*info*" to
68         recreate the killed buffer.  Set Info-history-forward from
69         old-history-forward.
70         (Info-breadcrumbs-depth): Add :group and :version.
72 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
74         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
76 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
78         * ispell.el (ispell-aspell-find-dictionary): Fix regexp for
79         languages like Portuguese with pt_{BR,PT} and no plain pt.
81 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
83         * emacs-lisp/package.el (package-menu-mode-map):
84         Move initialization into declaration.
86         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
88 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
90         * emacs-lisp/package.el (package-archive-base): Point to
91         elpa.gnu.org.
92         (package-enable, package-load-list): New defcustoms.
93         (package-user-dir, package-directory-list): Turn into defcustoms.
94         Don't include package-user-dir in package-directory-list.
95         (package--builtins-base): Don't include Emacs as a "package".
96         (package-subdirectory-regexp): New var.
97         (package-load-all-descriptors, package-compute-transaction)
98         (package-download-transaction): Obey package-load-list.
99         (package-activate-1): Rename from package-do-activate.
100         (package-list-packages-internal): Check package-load-list.
101         (package-load-descriptor, package-generate-autoloads)
102         (package-unpack, package-unpack-single)
103         (package--read-archive-file, package-delete): Use
104         expand-file-name.
106         * emacs-lisp/package-x.el: New file.  Package uploading
107         functionality split out from package.el.
109         * startup.el (command-line): Load packages after reading init
110         file.
112 2010-06-17  Tom Tromey  <tromey@redhat.com>
114         * emacs-lisp/package.el: New file.
116 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
118         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
119         handling for `lambda' (misunderstanding).
121 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
123         * calc/calc-poly.el: (math-accum-factors):  Make sure that
124         constants aren't distributed after they are factored out.
126 2010-06-16  Juri Linkov  <juri@jurta.org>
128         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
129         `list-colors-print'.  (Bug#6332)
131 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
133         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
134         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
136         * font-lock.el (font-lock-major-mode): Rename from
137         font-lock-mode-major-mode to distinguish it from
138         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
139         (font-lock-set-defaults):
140         * font-core.el (font-lock-default-function): Adjust users.
141         (font-lock-mode): Don't set it at all.
143 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
145         * vc-annotate.el (vc-annotate): Use vc-read-revision.
147 2010-06-16  Glenn Morris  <rgm@gnu.org>
149         * calendar/appt.el (appt-time-msg-list): Doc fix.
150         (appt-check): Let-bind appt-warn-time.
151         (appt-add): Make the 3rd argument optional.
152         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
153         Only add WARNTIME to the output list if non-nil.
155 2010-06-16  Ivan Kanis  <apple@kanis.eu>
157         * calendar/appt.el (appt-check): Let the 3rd element of
158         appt-time-msg-list specify the warning time.
159         (appt-add): Add new argument with the warning time.  (Bug#5176)
161 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
163         * vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
164         older than version 1.6.  (Bug#6361)
166 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
168         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
169         used by cl-do-arglist.  (Bug#6408)
171 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
173         * ispell.el (ispell-dictionary-base-alist): Fix
174         portuguese casechars/not-casechars for missing 'çÇ'.
175         Suggested by Rolando Pereira (bug#6434).
177 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
179         * facemenu.el (list-colors-sort): Doc fix.
181 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
183         * progmodes/sql.el (sql-connect-mysql): Fix typo.
185 2010-06-14  Juri Linkov  <juri@jurta.org>
187         Add sort option `list-colors-sort'.  (Bug#6332)
188         * facemenu.el (color-rgb-to-hsv): New function.
189         (list-colors-sort): New defcustom.
190         (list-colors-sort-key): New function.
191         (list-colors-display): Doc fix.  Sort list according to the option
192         `list-colors-sort'.
193         (list-colors-print): Add HSV values to `help-echo' property of
194         RGB strings.
196 2010-06-14  Juri Linkov  <juri@jurta.org>
198         * compare-w.el: Move to the "vc" subdirectory.
200 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
202         * image-mode.el (image-mode-map): Remap left-char and right-char.
204         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
206 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
208         * term/common-win.el (x-colors): Add all the color names defined
209         in rgb.txt (Bug#6332).
211         * facemenu.el (list-colors-print): Don't print extra names if it
212         will overflow the window width.
214         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
215         change (Bug#6343).
217 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
219         * files.el (make-directory): Doc fix (bug#6396).
221 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
223         * net/tramp.el (tramp-remote-process-environment): Protect version
224         string by apostroph.
225         (tramp-shell-prompt-pattern): Do not use a shy group in case of
226         XEmacs.
227         (tramp-file-name-for-operation): Add `call-process-region'.
228         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
230         * net/tramp-compat.el (top): Do not autoload
231         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
232         only when `start-file-process' is not bound.
233         (tramp-advice-file-expand-wildcards): Do not use
234         `tramp-handle-file-remote-p'.
235         (tramp-compat-make-temp-file): Handle the case, that
236         `make-temp-file' has no third argument EXTENSION.
238 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
240         * makefile.w32-in (WINS_BASIC): Include new directory vc.
242         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
244 2010-06-11  Juri Linkov  <juri@jurta.org>
246         * finder.el (finder-known-keywords): Add keyword "vc"
247         for version control.
249         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
250         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
251         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
252         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
254 2010-06-11  Juri Linkov  <juri@jurta.org>
256         Move version control related files to the "vc" subdirectory.
257         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
258         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
259         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
260         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
261         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
262         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
263         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
264         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
265         Move files to the "vc" subdirectory.
267 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
269         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
270         (Bug#6367).
272 2010-06-11  Stephen Eglen  <stephen@gnu.org>
274         * shell.el: Bind `shell-resync-dirs' to M-RET.
276 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
278         * notifications.el: Move file from lisp/net, because it is
279         supposed to talk locally to the user.
281 2010-06-10  Julien Danjou  <julien@danjou.info>
283         * net/notifications.el (notifications-on-action-signal)
284         (notifications-on-closed-signal): Pass notification id as first
285         argument to the callback functions.  Add docstrings.
286         (notifications-notify): Fix docstring.
288 2010-06-10  Glenn Morris  <rgm@gnu.org>
290         * emacs-lisp/authors.el (authors-ignored-files)
291         (authors-valid-file-names): Add some files.
293 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
295         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
296         merge conflict, giving preference to the emacs-23 version of the code.
298 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
300         * emacs-lisp/advice.el (ad-compile-function):
301         Define warning-suppress-types before we let-bind it (bug#6275).
303         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
304         declare it, make it buffer-local and permanent-local (bug#6324).
305         (vc-resynch-window): Adjust name.
306         * vc-hooks.el (vc-find-file-hook): Adjust name.
308 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
310         * net/notifications.el (notifications-notify): Fix docstring.
312 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
314         Update to Unicode 6.0.0 beta.
315         * international/charprop.el: Update copyright.
316         * international/mule-cmds.el (ucs-names): Update character ranges.
317         * international/uni-bidi.el:
318         * international/uni-category.el:
319         * international/uni-combining.el:
320         * international/uni-comment.el:
321         * international/uni-decimal.el:
322         * international/uni-decomposition.el:
323         * international/uni-digit.el:
324         * international/uni-lowercase.el:
325         * international/uni-mirrored.el:
326         * international/uni-name.el:
327         * international/uni-numeric.el:
328         * international/uni-old-name.el:
329         * international/uni-titlecase.el:
330         * international/uni-uppercase.el: Regenerate.
332 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
334         * emacs-lisp/smie.el (comment-string-strip): Declare function.
335         (smie-precs-precedence-table): Fix typo in docstring.
337         * vc-mtn.el (log-edit-extract-headers): Declare function.
339         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
341         * net/notifications.el (dbus-register-signal): Declare function.
342         (notifications-notify): Fix typos and reflow docstring.
344 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
346         Improve VC create/retrieve tag/branch.
347         * vc.el (vc-create-tag): Do not read the directory name for VCs
348         with repository revision granularity.  Adjust the tag/branch
349         prompt.  Reset VC properties.
350         (vc-retrieve-tag): Do not read the directory name for VCs
351         with repository revision granularity.  Reset VC properties.
353 2010-06-09  Julien Danjou  <julien@danjou.info>
355         * net/notifications.el: New file.
357 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
359         Add optional support for resetting VC properties.
360         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
361         call vc-file-clearprops when true.
362         (vc-resynch-buffer): Add new optional argument, pass it down.
363         (vc-resynch-buffers-in-directory): Likewise.
365         Improve support for special markup in the VC commit message.
366         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
367         * vc-hg.el (vc-hg-checkin): Add support for Date:.
368         * vc-git.el (vc-git-checkin):
369         * vc-bzr.el (vc-bzr-checkin): Likewise.
371 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
373         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
374         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
376 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
378         * iimage.el: Remove images as soon as the underlying text is modified.
379         (iimage-modification-hook): New function.
380         (iimage-mode-buffer): Use it.
382 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
384         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
385         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
386         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
387         (smie-indent-keyword): Add handling of open-paren keywords.
388         (smie-indent-comment-continue): Don't assume comment-continue.
390 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
392         * window.el (pop-to-buffer): Remove the conditional that
393         compares new-window and old-window, so it will reselect
394         the selected window unconditionally.
395         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
397 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
399         * emacs-lisp/smie.el (smie-indent-offset-after)
400         (smie-indent-forward-token, smie-indent-backward-token): New functions.
401         (smie-indent-after-keyword): Use them.
402         (smie-indent-fixindent): Only applies to the indentation of the BOL.
403         (smie-indent-keyword): Tweak the black magic.
404         (smie-indent-comment-continue): Strip comment-continue before use.
405         (smie-indent-functions): Indent comments before keywords.
407 2010-06-06  Juri Linkov  <juri@jurta.org>
409         * isearch.el (isearch-lazy-highlight-search): Fix looping
410         by checking for empty match.  This syncs this loop with the
411         similar loop in `isearch-search'.  (Bug#6362)
413 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
415         * net/dbus.el (dbus-register-method): Declare function.
416         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
417         (dbus-introspect): Doc fix.
418         (dbus-event-bus-name, dbus-introspect-get-interface)
419         (dbus-introspect-get-argument): Reflow docstrings.
421 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
423         vc-log-incoming/vc-log-outgoing fixes for Git.
424         * vc-git.el (vc-git-log-view-mode): Fix font lock for
425         incoming/outgoing logs.
426         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
427         instead of vc-git-compute-remote.
428         (vc-git-compute-remote): Remove.
430 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
432         * term/common-win.el (x-colors): Add "dark green" and "dark
433         turquoise" (Bug#6332).
435 2010-06-04  Juri Linkov  <juri@jurta.org>
437         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
438         Instead of setting `replace' to t and replacing the same string
439         with itself, don't do certain actions when
440         kill-do-not-save-duplicates is non-nil and string is equal to car
441         of kill-ring: don't call menu-bar-update-yank-menu, don't push
442         interprogram-paste strings to kill-ring, and don't push the input
443         argument `string' to kill-ring.
444         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
446 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
448         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
450 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
452         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
453         (tramp-gvfs-handler-mounted-unmounted)
454         (tramp-gvfs-connection-mounted-p): Handle default-location.
456         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
457         move files to trash.
459 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
461         * international/mule-cmds.el (nonascii-insert-offset)
462         (nonascii-translation-table): Add obsolescence information.
464         * international/mule.el (make-translation-table-from-vector): Doc fix.
466 2010-06-03  Eric Ludlam  <zappo@gnu.org>
468         * cedet/semantic/lex-spp.el
469         (semantic-lex-spp-table-write-slot-value): Instead of erroring on
470         invalid values during save, just save a nil (Bug#6324).
472 2010-06-03  Glenn Morris  <rgm@gnu.org>
474         * desktop.el (desktop-clear-preserve-buffers):
475         Add "*Warnings*" buffer.  (Bug#6336)
477 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
479         vc-log-incoming/vc-log-outgoing improvements for Git.
480         * vc-git.el (vc-git-log-outgoing): Use the same format as the
481         short log.
482         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
484         Add bindings for vc-log-incoming and vc-log-outgoing.
485         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
486         and vc-log-outgoing.
487         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
488         and vc-log-outgoing.
490 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
492         * net/rcirc.el (rcirc-sort-nicknames): Remove.
493         (rcirc-handler-366): Always sort nicknames.
495 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
497         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
499 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
501         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc
502         fix.
504 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
506         * net/rcirc.el (rcirc-sort-nicknames): Change default.
507         (rcirc-sort-nicknames-join): Avoid setq.
509 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
511         * net/rcirc.el (rcirc-sort-nicknames): New custom.
512         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
513         (rcirc-handler-366): Use them.
515 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
517         Split smie-indent-calculate into more manageable chunks.
518         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
519         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
520         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
521         (smie-indent-exps): Extract from smie-indent-calculate.
522         (smie-indent-functions): New var.
523         (smie-indent-functions): Use them.
525 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
527         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
528         (smie-indent-calculate): Simplify and cleanup.
530 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
532         * net/tramp-gvfs.el (top): Require url-util.
533         (tramp-gvfs-mount-point): Remove.
534         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
535         New defuns.
536         (with-tramp-dbus-call-method): Format trace message.
537         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
538         Implement backup call, when operation on local files fails.
539         Use progress reporter.  Flush properties of changed files.
540         (tramp-gvfs-handle-make-directory): Make more traces.
541         (tramp-gvfs-url-file-name): Hexify file name in url.
542         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
543         into account for the resulting file name.
544         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
545         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
546         (tramp-gvfs-handler-mounted-unmounted)
547         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
548         attribute "default_location".  Set "prefix" property.
549         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
550         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
551         exists.  Raise an error, if not (due to a corresponding answer
552         "no" in interactive questions, for example).
554 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
556         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
558 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
560         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
561         right-*.  (Bug#6265)
563 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
565         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
566         * vc-git.el (vc-git-compute-remote): New function.
567         (vc-git-log-outgoing): Use it instead of hard coding a value.
568         (vc-git-log-incoming): New function.
570         Improve state updating for VC tag commands.
571         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
572         to update the state of all buffers in the directory.
574         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
576 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
578         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
579         `file-directory-p' to the filename part rather than to the whole text.
581 2010-05-31  Jonathan Marchand  <jonathlela@gmail.com>  (tiny change)
583         * cedet/ede/cpp-root.el (ede-set-project-variables): Fix feature name
584         (bug#6231).
586 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
588         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
590 2010-05-31  Drew Adams  <drew.adams@oracle.com>
592         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
594 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
596         * subr.el (momentary-string-display): Just use read-event to read
597         the exit event (Bug#6238).
599 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
601         * international/mule.el (define-coding-system): Doc fix (bug#6313).
603 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
605         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
606         Suggested by Eli Zaretskii <eliz@gnu.org>.
608 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * minibuffer.el (completion-file-name-table): Don't return a boundary
611         past the end of `string' (bug#6299).
612         (completion--file-name-table): Delegate to completion-file-name-table
613         for the `boundaries' case.
615 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
617         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
618         movement commands.
620         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
621         `path-separator', but maintain compatibility with Emacs 20.2.
623 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
625         * server.el (server-process-filter): Receive parent-id argument
626         from emacsclient.
627         (server-create-window-system-frame): New arg.  Pass parent-id as
628         frame parameter.
630 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
632         Bidi-sensitive word movement with arrow keys.
633         * subr.el (right-arrow-command, left-arrow-command): Move to
634         bindings.el.
636         * bindings.el (right-char, left-char): Move from subr.el and
637         rename from right-arrow-command and left-arrow-command.
638         (right-word, left-word): New functions.
639         (global-map) <right>: Bind to right-char.
640         (global-map) <left>: Bind to left-char.
641         (global-map) <C-right>: Bind to right-word.
642         (global-map) <C-left>: Bind to left-word.
644         * ls-lisp.el (ls-lisp-classify-file): New function.
645         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
646         (ls-lisp-classify): Call ls-lisp-classify-file.
647         (insert-directory): Remove blanks from switches.
649 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
651         * ansi-color.el: Delete unused escape sequences (Bug#6085).
652         (ansi-color-drop-regexp): New constant.
653         (ansi-color-apply, ansi-color-filter-region)
654         (ansi-color-apply-on-region): Delete unrecognized control sequences.
655         (ansi-color-apply): Build string list before calling concat.
657 2010-05-28  Juri Linkov  <juri@jurta.org>
659         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
660         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
661         (Bug#5270)
663 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
665         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
666         to ignored backtrace functions.
667         (with-progress-reporter): Expand docstring.
668         (tramp-handle-delete-file): Implement TRASH argument.
669         (tramp-get-remote-trash): New defun.
671 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
673         * net/tramp-compat.el (tramp-compat-delete-file): Use
674         `symbol-value' for backward compatibility.
676         * net/tramp.el (tramp-handle-make-symbolic-link)
677         (tramp-handle-load)
678         (tramp-do-copy-or-rename-file-via-buffer)
679         (tramp-do-copy-or-rename-file-directly)
680         (tramp-do-copy-or-rename-file-out-of-band)
681         (tramp-handle-process-file, tramp-handle-call-process-region)
682         (tramp-handle-shell-command, tramp-handle-file-local-copy)
683         (tramp-handle-insert-file-contents, tramp-handle-write-region)
684         (tramp-delete-temp-file-function): Use `delete-file' instead
685         of `tramp-compat-delete-file'.
687         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
688         (tramp-fish-handle-make-symbolic-link)
689         (tramp-fish-handle-process-file): Use `delete-file' instead
690         of `tramp-compat-delete-file'.
692         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
693         `delete-file' instead of `tramp-compat-delete-file'.
695         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
696         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
697         `tramp-compat-delete-file'.
699         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
700         `delete-file' instead of `tramp-compat-delete-file'.
702         * net/tramp-smb.el (tramp-smb-handle-copy-file)
703         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
704         (tramp-smb-handle-write-region): Use `delete-file' instead of
705         `tramp-compat-delete-file'.
706         (tramp-smb-handle-delete-directory): Use 'trash as arg.
708 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
710         * dired.el (dired-delete-file): New arg TRASH.
711         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
712         (dired-do-flagged-delete, dired-do-delete): Use trash.
714         * speedbar.el (speedbar-item-delete): Allow trashing.
716         * files.el (delete-directory): New arg TRASH.
718         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
719         (ange-ftp-rename-remote-to-remote)
720         (ange-ftp-rename-local-to-remote)
721         (ange-ftp-rename-remote-to-local, ange-ftp-load)
722         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
723         `delete-file'.
724         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
725         allow trashing.
727         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
728         handle new TRASH arg of `delete-file'.
730         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
731         (tramp-handle-make-symbolic-link, tramp-handle-load)
732         (tramp-do-copy-or-rename-file-via-buffer)
733         (tramp-do-copy-or-rename-file-directly)
734         (tramp-do-copy-or-rename-file-out-of-band)
735         (tramp-handle-process-file, tramp-handle-call-process-region)
736         (tramp-handle-shell-command, tramp-handle-file-local-copy)
737         (tramp-handle-insert-file-contents, tramp-handle-write-region)
738         (tramp-delete-temp-file-function): Use null TRASH arg in
739         tramp-compat-delete-file call.
741         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
742         (tramp-fish-handle-delete-file)
743         (tramp-fish-handle-make-symbolic-link)
744         (tramp-fish-handle-process-file): Use null TRASH arg in
745         `tramp-compat-delete-file' call.
747         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
748         arg in `tramp-compat-delete-file' call.
750         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
751         (tramp-gvfs-handle-write-region): Use null TRASH arg in
752         `tramp-compat-delete-file' call.
754         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
755         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
756         `tramp-compat-delete-file' call.
758         * net/tramp-smb.el (tramp-smb-handle-copy-file)
759         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
760         (tramp-smb-handle-write-region): Use null TRASH arg in
761         tramp-compat-delete-file call.
762         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
763         (tramp-smb-handle-delete-file): Rename arg.
765         * diff.el (diff-sentinel):
766         * epg.el (epg--make-temp-file, epg-decrypt-string)
767         (epg-verify-string, epg-sign-string, epg-encrypt-string):
768         * jka-compr.el (jka-compr-partial-uncompress)
769         (jka-compr-call-process, jka-compr-write-region):
770         * server.el (server-sentinel): Remove optional arg from
771         delete-file, reverting 2010-05-03 change.
773 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
775         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
776         font-lock-constant-face, not obsolete font-lock-reference-face.
778 2010-05-27  Kenichi Handa  <handa@m17n.org>
780         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
781         element of GSTRING is nil.
783 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
785         * emacs-lisp/smie.el (smie-forward-token-function)
786         (smie-backward-token-function): New vars.
787         (smie-backward-sexp, smie-forward-sexp)
788         (smie-indent-hanging-p, smie-indent-calculate): Use them.
789         (smie-default-backward-token): Rename from smie-backward-token and
790         skip comments.
791         (smie-default-forward-token): Rename from smie-forward-token and
792         skip comments.
793         (smie-next-sexp): Handle nil results from next-token.
794         (smie-indent-calculate): Add a new case for special `fixindent' comments.
796 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
798         * progmodes/verilog-mode.el (verilog-type-font-keywords):
799         Use font-lock-constant-face, not obsolete font-lock-reference-face.
801 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
803         * htmlfontify.el (hfy-face-resolve-face): New function.
804         (hfy-face-to-style): Use it (Bug#6279).
806 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
808         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
809         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
811 2010-05-26  Glenn Morris  <rgm@gnu.org>
813         * emulation/edt.el (edt-load-keys): Use locate-library.
815 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
817         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
818         (log-edit-changelog-entries): Doc fix.
819         (log-edit-changelog-insert-entries): Args changed.
820         Rename relative filenames in ChangeLog entries.  Delete tabs.
821         (log-edit-insert-changelog-entries): Reorganize return value of
822         `log-edit-changelog-entries' to pass filenames to
823         log-edit-changelog-insert-entries.
825 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
827         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
828         `image-dired-dired-insert-marked-thumbs' to
829         `image-dired-dired-toggle-marked-thumbs'.
831         * image-dired.el: Require cl when compiling.
832         (image-dired-dired-toggle-marked-thumbs): Rename from
833         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
834         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
835         to 'no-dir.  Skip files whose names don't match
836         `image-file-name-regexp'.  When file has a thumbnail overlay,
837         delete it.  (Bug#5270)
839 2010-05-25  Juri Linkov  <juri@jurta.org>
841         * image-mode.el (image-mode): Add image-after-revert-hook to
842         after-revert-hook.
843         (image-after-revert-hook): New function.  (Bug#5669)
845 2010-05-25  Juri Linkov  <juri@jurta.org>
847         * image.el (image-animated-p): When delay between animated images
848         is 0, set it to 10 (0.1 sec).  (Bug#6258)
850 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
852         * net/tramp.el (tramp-handle-insert-directory): Don't use
853         `forward-word', its default syntax could be changed.
855 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
857         * net/tramp.el (tramp-progress-reporter-update): New defun.
858         (with-progress-reporter): Use it.
859         (tramp-process-actions):
860         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
861         current message, in order to let progress reporter continue
862         afterwards.  (Bug#6257)
864 2010-05-25  Glenn Morris  <rgm@gnu.org>
866         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
867         Add :version.
869 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
871         * net/rcirc.el (rcirc-default-user-name): Change to "user".
872         (rcirc-default-full-name): Change to "unknown".
873         (rcirc-user-name-history): Add variable.
875 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
876             Jonathan Rockway  <jon@jrock.us>
878         * net/rcirc.el (rcirc-server-alist): Add :pass.
879         (rcirc): When prompting for connection parameters, also prompt for
880         username and password.
881         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
882         value to server when connecting.
884 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
886         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
887         (smie-merge-prec2s): Pass the tables as separate args.
888         (smie-bnf-precedence-table): Adjust call accordingly.
889         (smie-prec2-levels): Set levels at the end.
891         Replace Lisp calls to delete-backward-char by delete-char.
892         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
893         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
894         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
895         * calc/calc.el, emacs-cl-extra.el, emacs-cl-loaddefs.el,
896         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
897         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
898         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
899         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
900         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
901         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
902         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
903         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
904         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
905         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
906         delete-backward-char by calls to delete-char.
908 2010-05-25  Kenichi Handa  <handa@m17n.org>
910         * language/hebrew.el (hebrew-shape-gstring): New function.
911         Register it in composition-function-table for all Hebrew combining
912         characters.
914 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
916         * epa.el (epa--select-keys): Don't explicitly delete the window since
917         that can fail (e.g. sole window in frame).  Use dedication instead.
919 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
921         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
923 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
925         * image.el (image-refresh): Define as an alias for image-flush.
927         * image-mode.el (image-toggle-display-image): Caller changed.
929 2010-05-21  Juri Linkov  <juri@jurta.org>
931         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
932         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
933         whitespace, call wildcard-to-regexp on substrings and concat them
934         with "\\|".  (Bug#6114)
936 2010-05-21  Alan Mackenzie  <acm@muc.de>
938         * progmodes/cc-engine.el (c-parse-state-get-strategy):
939         Replace parameter `here' with `here-' and `here-plus', which sandwich
940         any pertinent CPP construct.
941         (c-remove-stale-state-cache-backwards): Fix a bug which happens
942         when doing (c-parse-state) in a CPP construct: Exclude any "new"
943         CPP construct from taking part in the scanning.
945 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
947         * net/tramp.el (tramp-do-copy-or-rename-file)
948         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
949         Tune `with-progress-reporter' messages.
950         (tramp-handle-vc-registered):
951         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
952         (tramp-fish-handle-insert-file-contents)
953         (tramp-fish-maybe-open-connection):
954         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
955         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
956         (tramp-imap-handle-insert-file-contents)
957         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
959 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
961         * add-log.el (change-log-font-lock-keywords):
962         Highlight all authors in multi-author entries.
964         * smerge-mode.el (smerge-refine-ignore-whitespace)
965         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
966         Fix typos in docstrings.
967         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
969 2010-05-21  Glenn Morris  <rgm@gnu.org>
971         * progmodes/fortran.el (fortran-mode):
972         * progmodes/f90.el (f90-mode): Derive from prog-mode.
974         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
975         having a relative path in src/Makefile.in.
977 2010-05-20  Kevin Ryde  <user42@zip.com.au>
979         * help-mode.el (help-make-xrefs): For Info node links turn
980         newlines into spaces.  Link node names with newlines are matched
981         by help-xref-info-regexp and buttonized, this change ensures they
982         can be followed successfully with RET.  (Bug#6206)
984 2010-05-20  Juri Linkov  <juri@jurta.org>
986         * locate.el (locate): Use pop-to-buffer instead of
987         switch-to-buffer-other-window.  (Bug#6204)
989 2010-05-20  Juri Linkov  <juri@jurta.org>
991         * replace.el (replace-highlight): Fix lazy-highlighting
992         for `M-s w str M-% str RET'.
994 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
996         * isearch.el (isearch-yank-word-or-char): Pull next subword
997         when `subword-mode' is activated.  (Bug#6220)
999 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
1001         * isearch.el (isearch-update-post-hook): New hook.
1002         (isearch-update): Use the new hook.  (Bug#6225)
1004 2010-05-20  Juri Linkov  <juri@jurta.org>
1006         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
1007         [f1], [help], and (char-to-string help-char) instead of "\C-h".
1008         (Bug#6222)
1010 2010-05-20  Juri Linkov  <juri@jurta.org>
1012         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
1013         (Bug#6223)
1015 2010-05-20  Juri Linkov  <juri@jurta.org>
1017         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
1018         FILE-NAME to read from the minibuffer when called interactively
1019         with prefix argument instead of using buffer-file-name.
1020         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
1022         * dired.el: Update autoloads.
1024 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
1026         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
1027         nxml-finish-element, for consistency with SGML mode.
1029         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
1030         octave-close-block.
1032 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
1034         * composite.el: Require cl when compiling.
1035         (reference-point-alist, compose-gstring-for-graphic)
1036         (compose-gstring-for-terminal): Fix typos in docstrings.
1038 2010-05-19  Juri Linkov  <juri@jurta.org>
1040         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
1041         set-window-parameter.
1043 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1045         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
1046         where appropriate.
1047         (tramp-maybe-open-connection): Use it.
1049 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
1051         * simple.el (move-end-of-line): Make sure we are at line beginning
1052         before backing up to end of previous line.
1054 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
1056         * password-cache.el (password-cache-remove): Fix docstring.
1058         * net/secrets.el: Autoload the widget functions.
1059         (secrets-search-items, secrets-create-item)
1060         (secrets-get-attributes, secrets-expand-item): Attributes will be
1061         stored on the password database without leading ":", as all other
1062         clients do as well.
1063         (secrets-mode): Fix docstring.
1064         (secrets-show-secrets): Provide it as autoloaded command only when
1065         D-Bus support is available.  Check existence of Secret Service API.
1067 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * indent.el (indent-region): Deactivate region (bug#6200).
1071 2010-05-19  Glenn Morris  <rgm@gnu.org>
1073         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
1075 2010-05-19  Kenichi Handa  <handa@m17n.org>
1077         * composite.el: Register compose-gstring-for-graphic in
1078         composition-function-table only for combining characters (Mn, Mc, Me).
1080 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
1082         * calc/calc-trail.el (calc-trail-isearch-forward)
1083         (calc-trail-isearch-backward): Ensure that the new window
1084         point is set correctly.
1086 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * subr.el (read-quoted-char): Resolve modifiers after key
1089         remapping (bug#6212).
1091 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
1093         Add visualization code for secrets.
1094         * net/secrets.el (secrets-mode): New major mode.
1095         (secrets-show-secrets, secrets-show-collections)
1096         (secrets-expand-collection, secrets-expand-item)
1097         (secrets-tree-widget-after-toggle-function)
1098         (secrets-tree-widget-show-password): New defuns.
1100 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1102         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
1103         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
1104         handled in smie-next-sexp.
1105         (smie-indent-calculate): Provide a starting indentation (so the
1106         recursion is well-founded ;-).
1108         Fix handling of non-associative equal levels.
1109         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
1110         when it's not needed.
1111         (smie-op-left, smie-op-right): New functions.
1112         (smie-next-sexp): New function, extracted from smie-backward-sexp.
1113         Better handle equal levels to distinguish the associative case from
1114         the "multi-keyword construct" case.
1115         (smie-backward-sexp, smie-forward-sexp): Use it.
1117 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
1119         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
1121         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
1122         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
1124 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1126         Provide a simple generic indentation engine and use it for Prolog.
1127         * emacs-lisp/smie.el: New file.
1128         * progmodes/prolog.el (prolog-smie-op-levels)
1129         (prolog-smie-indent-rules): New var.
1130         (prolog-mode-variables): Use them to configure SMIE.
1131         (prolog-indent-line, prolog-indent-level): Remove.
1133 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
1135         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
1136         order before computing the averages.
1138 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
1140         * calc/calc-vec.el (calc-histogram):
1141         (calcFunc-histogram): Allow vectors as inputs.
1142         (math-vector-avg): New function.
1144         * calc/calc-ext.el (math-group-float): Have the number of digits
1145         being grouped depend on the radix (Bug#6189).
1147 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
1149         * version.el (emacs-copyright, emacs-version): Don't define here,
1150         now that emacs.c defines it.
1152 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
1154         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
1155         "Describe Language Environment" menu item.
1157         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
1159         Bidi-sensitive movement with arrow keys.
1160         * subr.el (right-arrow-command, left-arrow-command): New functions.
1162         * bindings.el (global-map): Bind them to right and left arrow keys.
1164         Don't override standard definition of convert-standard-filename.
1165         * files.el (convert-standard-filename): Call
1166         w32-convert-standard-filename and dos-convert-standard-filename on
1167         the corresponding systems.
1169         * w32-fns.el (w32-convert-standard-filename): Rename from
1170         convert-standard-filename.  Doc fix.
1172         * dos-fns.el (dos-convert-standard-filename): Doc fix.
1173         (convert-standard-filename): Don't defalias.
1174         (register-name-alist, make-register, register-value)
1175         (set-register-value, intdos): Obsolete aliases for the
1176         corresponding dos-* functions and variables.
1177         (dos-intdos): Add a doc string.
1179 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
1181         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
1182         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
1183         (math-compose-tex-func):
1184         * calc/calccomp.el (math-compose-expr):
1185         * calc/calc-ext.el (math-format-flat-expr-fancy):
1186         * calc/calc-store.el (calc-read-var-name):
1187         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
1189         * calc/calc.el (var-π, var-φ, var-γ): New variables.
1190         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
1191         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
1192         (math-standard-units): Add units.
1194 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1196         * progmodes/asm-mode.el (asm-mode):
1197         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
1199         * pcomplete.el (pcomplete-completions-at-point): New function,
1200         extracted from pcomplete-std-complete.
1201         (pcomplete-std-complete): Use it.
1203 2010-05-15  Glenn Morris  <rgm@gnu.org>
1205         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
1206         Remove references to CVS, RCS and Old directories.
1208 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
1210         * calc/calc-bin.el (math-format-twos-complement): Group digits when
1211         appropriate.
1213 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1215         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
1216         (sh-mode-syntax-table): Give it a default value instead.
1217         (sh-header-marker): Make buffer-local.
1218         (sh-mode): Move make-local-variable to the corresponding setq.
1219         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
1220         Use complete-with-action.
1222         * simple.el (prog-mode): New (abstract) major mode.
1223         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
1224         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
1226 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
1228         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
1229         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
1230         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
1231         (sql-make-alternate-buffer-name, sql-placeholders-filter)
1232         (sql-escape-newlines-filter, sql-input-sender)
1233         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
1235 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
1237         Add TeX open-block and close-block keybindings to SGML, and vice versa.
1239         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
1240         latex-open-block and C-c / to latex-close-block.
1242         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
1243         and C-c C-e to sgml-close-tag.
1245 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
1247         * net/tramp.el (with-progress-reporter): Create reporter object
1248         only when the message would be displayed.  Handle nested calls.
1249         (tramp-handle-load, tramp-handle-file-local-copy)
1250         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1251         (tramp-maybe-send-script, tramp-find-shell):
1252         Use `with-progress-reporter'.
1253         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
1254         Fix message text.
1256         * net/tramp-smb.el (tramp-smb-handle-copy-file)
1257         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
1258         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
1259         Use `with-progress-reporter'.
1261 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
1263         * ispell.el (ispell-init-process): Do not kill ispell process
1264         everytime when spellchecking from the minibuffer (bug#6143).
1266 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1268         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
1270         * dos-fns.el: Add "dos-" prefix for namespace control.
1271         (convert-standard-filename): Define as alias for
1272         dos-convert-standard-filename but only if applicable.
1274 2010-05-12  Alan Mackenzie  <acm@muc.de>
1276         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1277         Push the mark at the start of these functions when appropriate.
1279 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1281         * minibuffer.el (completion-cycle-threshold): New custom var.
1282         (completion--do-completion): Use it.
1283         (minibuffer-complete): Use cycling if appropriate.
1285 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
1287         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
1288         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
1290 2010-05-11  Juri Linkov  <juri@jurta.org>
1292         * scroll-all.el (scroll-all-check-to-scroll):
1293         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
1295 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * iimage.el (iimage-mode-map): Move initialization into declaration.
1298         (iimage-mode-buffer): Use with-silent-modifications.
1299         Simplify calling convention.  Adjust callers.
1300         (iimage-mode): Don't run hook redundantly.
1302         * minibuffer.el (completion-pcm--pattern->regex):
1303         Fix last change (bug#6160).
1305 2010-05-10  Juri Linkov  <juri@jurta.org>
1307         Remove nodes visited during Isearch from the Info history.
1308         * info.el (Info-isearch-initial-history)
1309         (Info-isearch-initial-history-list): New variables.
1310         (Info-isearch-start): Record initial values of
1311         Info-isearch-initial-history and Info-isearch-initial-history-list.
1312         Add Info-isearch-end to isearch-mode-end-hook.
1313         (Info-isearch-end): New function.
1315 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
1317         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
1318         format string, in order to work around a bug in pdksh.
1319         Reported by Gilles Pion <gpion@lfdj.com>.
1320         (tramp-handle-verify-visited-file-modtime): Do not send a command
1321         when the connection is not established.
1322         (tramp-handle-set-file-times): Simplify the check for utc.
1324 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
1326         Fix use of `filter-buffer-substring' (rework previous change).
1327         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
1328         (cua-repeat-replace-region):
1329         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
1330         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1331         (cua-cut-region-to-global-mark): Use it.
1333 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
1335         * progmodes/sql.el: Version 2.1.
1336         (sql-product-alist): Redesign structure of product info.
1337         (sql-product, sql-user, sql-server, sql-database): Safe variables.
1338         (sql-port, sql-port-history): New variables.
1339         (sql-interactive-product): New variable.
1340         (sql-send-terminator): New variable.
1341         (sql-imenu-generic-expression): Add "Types" imenu entry.
1342         (sql-oracle-login-params, sql-sqlite-login-params)
1343         (sql-mysql-login-params, sql-solid-login-params)
1344         (sql-sybase-login-params, sql-informix-login-params)
1345         (sql-ingres-login-params, sql-ms-login-params)
1346         (sql-postgres-login-params, sql-interbase-login-params)
1347         (sql-db2-login-params, sql-linter-login-params)
1348         (sql-oracle-scan-on): New variables.
1349         (sql-mode-map): Add C-c C-i to start interactive mode.
1350         (sql-mode-menu): Update existing menu entries.
1351         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
1352         (sql-mode-oracle-font-lock-keywords)
1353         (sql-mode-postgres-font-lock-keywords)
1354         (sql-mode-ms-font-lock-keywords)
1355         (sql-mode-sybase-font-lock-keywords)
1356         (sql-mode-informix-font-lock-keywords)
1357         (sql-mode-interbase-font-lock-keywords)
1358         (sql-mode-ingres-font-lock-keywords)
1359         (sql-mode-solid-font-lock-keywords)
1360         (sql-mode-mysql-font-lock-keywords)
1361         (sql-mode-sqlite-font-lock-keywords)
1362         (sql-mode-db2-font-lock-keywords)
1363         (sql-mode-linter-font-lock-keywords): Update initialization to
1364         reduce run-time complexity.
1365         (sql-add-product, sql-del-product): New functions.
1366         (sql-set-product-feature, sql-get-product-feature): New functions.
1367         (sql-product-font-lock): Update product API.
1368         (sql-add-product-keywords): New function.
1369         (sql-highlight-product): Update product API.
1370         (sql-help-list-products): New function.
1371         (sql-help): Dynamically lists free and non-free products.
1372         (sql-get-login): Correct bug in handling history and added
1373         prompt for port.
1374         (sql-copy-column): Copy without properties.
1375         (sqli-input-sender): Apply filters to SQLi input.
1376         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
1377         Implement as a filter.
1378         (sql-escape-newlines-filter): Implement as a filter.
1379         (sql-remove-tabs-filter): New function.
1380         (sql-send-magic-terminator): New function.
1381         (sql-send-string): Implement magic terminator.
1382         (sql-send-region): Use `sql-send-string'.
1383         (sql-interactive-mode): Use product API.
1384         (sql-product-interactive): Use product API.
1385         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
1386         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
1387         (sql-db2, sql-linter): Use `sql-product-interactive'.
1388         (sql-connect): New function.
1389         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
1390         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
1391         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
1392         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
1393         Use `sql-connect'.
1395 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1397         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
1398         New custom variable.
1399         (completion-pcm--string->pattern): Use it.
1400         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
1401         Make it handle any symbol as `any'.
1402         (completion-pcm--merge-completions): Extract common suffix for the new
1403         `prefix' symbol as well.
1404         (completion-substring--all-completions): Use the new `prefix' symbol.
1406 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
1408         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
1409         not bound.
1410         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
1411         (tramp-compat-funcall): New defmacro.
1412         (tramp-compat-line-beginning-position)
1413         (tramp-compat-line-end-position)
1414         (tramp-compat-temporary-file-directory)
1415         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
1416         (tramp-compat-copy-file, tramp-compat-copy-directory)
1417         (tramp-compat-delete-file, tramp-compat-delete-directory)
1418         (tramp-compat-number-sequence, tramp-compat-process-running-p)
1419         * net/tramp.el (top, with-progress-reporter)
1420         (tramp-rfn-eshadow-setup-minibuffer)
1421         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
1422         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
1423         (tramp-completion-mode-p, tramp-check-for-regexp)
1424         (tramp-open-connection-setup-interactive-shell)
1425         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
1426         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
1427         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
1428         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1429         (tramp-reporter-dump-variable, tramp-load-report-modules)
1430         (tramp-append-tramp-buffers)
1431         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
1433         * net/tramp-imap.el (top): Autoload `epg-make-context'.
1435 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1437         * progmodes/compile.el (compilation-buffer-modtime): Rename from
1438         buffer-modtime.  Adjust users.
1440 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1442         * international/mule.el (auto-coding-alist): Only purecopy
1443         car of each item, not the whole list (Bug#6083).
1445 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1447         * progmodes/js.el (js-mode): Make paragraph variables local before
1448         calling c-setup-paragraph-variables (Bug#6071).
1450 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
1452         * composite.el (compose-region, reference-point-alist): Fix typos
1453         in the doc strings.
1455 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1457         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
1458         gnuplot's "set" command.
1460 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1462         * abbrev.el (last-abbrev-text): Doc fix.
1463         (abbrev-prefix-mark): Don't escape parenthesis.
1465 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
1467         * composite.el (find-composition): Doc fix.
1469 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1471         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
1472         (sql-oracle-program, sql-sqlite-options)
1473         (sql-query-placeholders-and-send): Doc fixes.
1474         (sql-set-product, sql-interactive-mode): Reflow docstrings.
1475         (sql-imenu-generic-expression, sql-buffer)
1476         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
1477         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
1478         (sql-mode-sybase-font-lock-keywords)
1479         (sql-mode-informix-font-lock-keywords)
1480         (sql-mode-interbase-font-lock-keywords)
1481         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
1482         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
1483         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
1484         (sql-product-feature, sql-highlight-product)
1485         (comint-line-beginning-position, sql-rename-buffer)
1486         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
1487         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
1488         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
1489         Fix typos in docstrings.
1491 2010-05-08  Juri Linkov  <juri@jurta.org>
1493         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
1494         property instead of `invisible' and `after-string' (bug#5998).
1496 2010-05-08  Juri Linkov  <juri@jurta.org>
1498         * image-mode.el (image-mode-as-text): Fix typo in docstring.
1500 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
1502         * filecache.el (file-cache-add-directory-list)
1503         (file-cache-add-directory-recursively): Fix typos in docstrings.
1505 2010-05-08  Kenichi Handa  <handa@m17n.org>
1507         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
1508         (gujarati-composable-pattern): Fix typo.
1510 2010-05-08  Kenichi Handa  <handa@m17n.org>
1512         * language/indian.el (oriya-composable-pattern)
1513         (tamil-composable-pattern, malayalam-composable-pattern):
1514         Add two-part vowels to "v" (vowel sign).
1516 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
1518         * files.el (copy-directory): Handle symlinks (Bug#5982).
1520 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
1522         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
1523         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
1524         (Bug#5846).
1526 2010-05-08  Glenn Morris  <rgm@gnu.org>
1528         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
1530         * minibuffer.el (completion-at-point): Doc fix.
1532 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * electric.el (Electric-command-loop): Minor tweak.
1536         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
1537         better with dedicated windows.
1539 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
1541         * Version 23.2 released.
1543 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
1544             Stefan Monnier  <monnier@iro.umontreal.ca>
1546         Highlight vendor specific properties.
1547         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
1548         (css-proprietary-property): New face.
1549         (css-font-lock-keywords): Use them.
1551 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
1553         * cus-start.el (all): Add native condition for tool-bar-* symbols.
1555 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1557         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
1558         * files.el (auto-mode-alist): Remove redundant entries.
1560         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
1561         * simple.el (auto-save-mode): Move from files.el.
1562         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
1564 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
1566         * lisp/epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
1568 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1570         * mail/binhex.el (binhex-decode-region-internal)
1571         * mail/uudecode.el (uudecode-decode-region-internal)
1572         * net/dns.el (dns-read-string-name, dns-write, dns-read)
1573         (dns-read-type, dns-query)
1574         * pgg-parse.el (pgg-parse-armor)
1575         * pgg.el (pgg-verify-region)
1576         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
1577         XEmacs.
1579         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
1581 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
1583         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
1585         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
1586         * emulation/cua-base.el (cua-repeat-replace-region):
1587         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
1588         (cua-cut-region-to-global-mark):
1589         Remove text properties with `set-text-properties'.
1591 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
1593         * net/tramp.el (top, with-progress-reporter):
1594         Use `symbol-function' inside `funcall'.
1596         * net/tramp-compat.el (tramp-compat-file-attributes)
1597         (tramp-compat-delete-file, tramp-compat-delete-directory):
1598         Handle only `wrong-number-of-arguments' error.
1600         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
1601         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
1602         inside `funcall'.
1604 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * minibuffer.el (completion--sreverse, completion--common-suffix):
1607         New functions.
1608         (completion-pcm--merge-completions): Extract common suffix when safe.
1610         * emacs-lisp/easy-mmode.el (define-minor-mode):
1611         Make :variable more flexible.
1612         * files.el (auto-save-mode): Use it to define using define-minor-mode.
1614 2010-05-05  Juri Linkov  <juri@jurta.org>
1616         Add `slow' and `history' tags to the desktop data.
1618         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
1619         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
1620         (Info-finder-find-node): Require `finder.el' to be able
1621         to restore node from the desktop.
1622         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
1623         data `Info-history' and `slow' tag in the assoc list.
1624         (Info-restore-desktop-buffer): Don't restore nodes with the
1625         `slow' tag.  Restore `Info-history'.
1627 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
1629         Add FORCE argument to `delete-file'.
1631         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
1632         forcing to delete the temporary file.
1633         (ange-ftp-delete-file): Add FORCE arg.
1634         (ange-ftp-rename-remote-to-remote)
1635         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
1636         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
1637         Force file deletion.
1639         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
1641         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
1642         (tramp-handle-make-symbolic-link, tramp-handle-load)
1643         (tramp-do-copy-or-rename-file-via-buffer)
1644         (tramp-do-copy-or-rename-file-directly)
1645         (tramp-do-copy-or-rename-file-out-of-band)
1646         (tramp-handle-process-file, tramp-handle-call-process-region)
1647         (tramp-handle-shell-command, tramp-handle-file-local-copy)
1648         (tramp-handle-insert-file-contents, tramp-handle-write-region)
1649         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
1651         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
1652         (tramp-fish-handle-make-symbolic-link)
1653         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
1655         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
1656         Use `tramp-compat-delete-file'.
1658         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
1659         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
1661         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
1662         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
1664         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
1665         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
1666         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
1667         `tramp-compat-delete-file'.
1669 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         Minor cleanups.
1672         * subr.el (add-minor-mode): Use push.
1673         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
1674         * emulation/edt.el (edt-select-mode): Simplify.
1676         Use define-minor-mode in more cases.
1677         * term/tvi970.el (tvi970-set-keypad-mode):
1678         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
1679         (normal-erase-is-backspace-mode):
1680         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
1681         (set-scroll-bar-mode-1): (Re)move to its sole caller.
1682         (get-scroll-bar-mode): New function.
1683         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
1685         Use define-minor-mode for less obvious cases.
1686         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
1687         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
1688         * international/iso-ascii.el (iso-ascii-mode):
1689         * frame.el (auto-raise-mode, auto-lower-mode):
1690         * composite.el (global-auto-composition-mode): Use define-minor-mode.
1692 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
1694         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
1695         in order to see error messages for failed logins.
1697 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
1699         * diff.el (diff-sentinel):
1701         * epg.el (epg--make-temp-file, epg-decrypt-string)
1702         (epg-verify-string, epg-sign-string, epg-encrypt-string):
1704         * jka-compr.el (jka-compr-partial-uncompress)
1705         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
1707         * server.el (server-sentinel): Use delete-file's new FORCE arg
1708         (Bug#6070).
1710 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1712         Use define-minor-mode where applicable.
1713         * view.el (view-mode):
1714         * type-break.el (type-break-query-mode)
1715         (type-break-mode-line-message-mode):
1716         * textmodes/reftex.el (reftex-mode):
1717         * term/vt100.el (vt100-wide-mode):
1718         * tar-mode.el (tar-subfile-mode):
1719         * savehist.el (savehist-mode):
1720         * ibuf-ext.el (ibuffer-auto-mode):
1721         * composite.el (auto-composition-mode):
1722         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
1723         Use define-minor-mode.
1724         (vhdl-mode): Use static mode-line format.
1725         (vhdl-mode-line-update): Delete.
1726         (vhdl-create-mode-menu, vhdl-activate-customizations)
1727         (vhdl-hs-minor-mode): Don't bother calling it.
1729 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * simple.el (with-wrapper-hook): Move.
1732         (buffer-substring-filters): Mark obsolete.
1733         (filter-buffer-substring-functions): New variable.
1734         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
1736         Use a mode-line spec rather than a static string in Semantic.
1737         * cedet/semantic/util-modes.el:
1738         (semantic-minor-modes-format): New var to replace...
1739         (semantic-minor-modes-status): Remove.
1740         (semantic-mode-line-update): Construct a mode-line spec rather than
1741         a static string so that mouse buttons can be used on individual minor
1742         modes and so that semantic-mode-line-update only needs to be called
1743         when global settings are changed.
1744         (semantic-add-minor-mode, semantic-toggle-minor-mode-globally):
1745         Call semantic-mode-line-update.
1746         (semantic-toggle-minor-mode-globally): Don't assume mode is on
1747         minor-mode-alist, check semantic-minor-mode-alist as well.
1748         (semantic-stickyfunc-mode, semantic-show-parser-state-auto-marker)
1749         (semantic-show-parser-state-marker, semantic-show-parser-state-mode)
1750         (semantic-show-unmatched-syntax-mode, semantic-highlight-edits-mode):
1751         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
1752         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
1753         (define-semantic-idle-service, semantic-idle-summary-mode):
1754         * cedet/semantic/decorate/mode.el (semantic-decoration-mode):
1755         Don't call semantic-mode-line-update any more.
1757 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1759         Use define-minor-mode in CEDET where applicable.
1761         * cedet/srecode/mode.el (srecode-minor-mode,global-srecode-minor-mode):
1762         Use define-minor-mode.
1764         * cedet/semantic/util-modes.el (semantic-add-minor-mode):
1765         Remove unused arg `keymap' and code redundant with define-minor-mode.
1766         (semantic-toggle-minor-mode-globally): Only handle arg -1 and 1.
1767         (semantic-stickyfunc-mode, global-semantic-show-unmatched-syntax-mode)
1768         (semantic-highlight-func-mode, global-semantic-show-parser-state-mode)
1769         (global-semantic-highlight-edits-mode, semantic-highlight-edits-mode)
1770         (semantic-show-unmatched-syntax-mode, semantic-show-parser-state-mode)
1771         (global-semantic-stickyfunc-mode, global-semantic-highlight-func-mode):
1772         Use define-minor-mode.
1773         (semantic-stickyfunc-mode-setup, semantic-highlight-edits-mode-setup)
1774         (semantic-show-unmatched-syntax-mode-setup)
1775         (semantic-show-parser-state-mode-setup)
1776         (semantic-highlight-func-mode-setup): Inline into sole caller.
1778         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
1779         (semantic-mru-bookmark-mode): Use define-minor-mode.
1780         (semantic-mru-bookmark-mode-setup): Inline into sole caller.
1782         * cedet/semantic/idle.el (define-semantic-idle-service):
1783         Use define-minor-mode and inline setup function into its sole caller.
1784         (semantic-idle-scheduler-mode-setup)
1785         (semantic-idle-summary-mode-setup): Inline into sole caller.
1786         (global-semantic-idle-scheduler-mode, semantic-idle-scheduler-mode):
1787         Use define-minor-mode.
1789         * cedet/semantic/decorate/mode.el (global-semantic-decoration-mode)
1790         (semantic-decoration-mode): Use define-minor-mode.
1791         (semantic-decoration-mode-setup): Inline into sole caller.
1793         * cedet/ede/dired.el (ede-dired-minor-mode): Initialize in declaration.
1794         (ede-dired-minor-mode): Use define-minor-mode and derived-mode-p.
1795         (ede-dired-add-to-target): Use dolist.
1797 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
1798             Michael Albinus  <michael.albinus@gmx.de>
1800         Implement compression for inline methods.
1802         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
1803         (tramp-copy-size-limit): Allow also nil.
1804         (tramp-inline-compress-commands): New defconst.
1805         (tramp-find-inline-compress, tramp-get-inline-compress)
1806         (tramp-get-inline-coding): New defuns.
1807         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
1808         replaced by `tramp-get-inline-coding'.
1809         (tramp-handle-file-local-copy, tramp-handle-write-region)
1810         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
1812 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1814         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
1815         Remove unused functions.
1817         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
1818         Set find-tag-default-function as a variable rather than a property.
1820         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
1821         * progmodes/etags.el (tags-completion-at-point-function):
1822         Remove left over interactive spec.  Add autoloading stub.
1823         (complete-tag): Use tags-completion-at-point-function.
1825 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
1827         * minibuffer.el (tags-completion-at-point-function): Fix return value.
1829 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1831         * ido.el (ido-init-completion-maps): Remove C-v binding.
1832         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
1834 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
1836         * minibuffer.el (tags-completion-at-point-function): New function.
1837         (completion-at-point-functions): Use it.
1839         * cedet/semantic.el (semantic-completion-at-point-function): New function.
1840         (semantic-mode): Use semantic-completion-at-point-function for
1841         completion-at-point-functions instead.
1843         * progmodes/etags.el (complete-tag): Revert last change.
1845 2010-04-29  Alan Mackenzie  <acm@muc.de>
1847         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
1848         off-by-one error (in end of macro position).
1850 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1852         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
1853         firefox is absent.  Don't autoload.
1854         (browse-url-galeon-program): Don't autoload.
1856 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1858         * bindings.el (complete-symbol): Move into minibuffer.el.
1860         * minibuffer.el (complete-tag): Move from etags.el.  If tags
1861         completion cannot be performed, return nil instead of signalling
1862         an error.
1863         (completion-at-point): Make it an alias for complete-symbol.
1864         (complete-symbol): Move from bindings.el, and replace with the
1865         body of completion-at-point.
1867         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
1869         * cedet/semantic.el (semantic-mode): When enabled, add
1870         semantic-ia-complete-symbol to completion-at-point-functions.
1872         * cedet/semantic/ia.el (semantic-ia-complete-symbol): Return nil
1873         if Semantic is not active.
1875 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
1877         * net/tramp.el (tramp-remote-selinux-p): New defun.
1878         (tramp-handle-file-selinux-context)
1879         (tramp-handle-set-file-selinux-context): Use it.
1881 2010-04-28  Sam Steingold  <sds@gnu.org>
1883         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1884         `safe-local-variable' if the value is a string or a symbol with
1885         the property `bug-reference-url-format'.
1887 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
1889         * progmodes/bug-reference.el (bug-reference-url-format): Revert
1890         2010-04-27 change due to security risk.
1892 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         Make it possible to locally disable a globally enabled mode.
1895         * simple.el (fundamental-mode): Run fundamental-mode-hook.
1896         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
1897         rather than kill-all-local-variables so it runs fundamental-mode-hook.
1898         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1899         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
1900         that subsequent hooks get a chance to disable it.
1902 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1904         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1905         Avoid re-enabling a minor mode after the user turned the minor mode
1906         off if MODE-enable-in-buffers is run twice (typically once from
1907         fundamental-mode's after-change-major-mode-hook and a second time from
1908         run-mode-hook's own after-change-major-mode-hook).
1910         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
1912 2010-04-27  Sam Steingold  <sds@gnu.org>
1914         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
1915         `safe-local-variable' if the value is a string or a function, as
1916         documented and implemented on 2010-04-02.
1918 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
1920         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
1921         when method is 'kill.
1923 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
1925         * ispell.el (ispell-init-process): Fix personal dictionary condition
1926         in default directory check.
1927         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
1928         Kill ispell process when killing its associated buffer.
1930 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
1932         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
1933         but we aren't using it.
1935 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
1937         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
1938         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
1940 2010-04-24  Glenn Morris  <rgm@gnu.org>
1942         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
1943         Ignore VCS-ignore files, and deleted nextstep preferences files.
1944         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
1945         (authors-ambiguous-files): New list.
1946         (authors-valid-file-names): Add some deleted files.
1947         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
1948         (authors-disambiguate-file-name): New function.  (Bug#5501)
1949         (authors-canonical-file-name): Doc fix.
1950         Don't warn about obsolete files.
1951         (authors-canonical-file-name, authors-scan-el):
1952         Use authors-disambiguate-file-name.
1954         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1955         Add autoload cookies.
1956         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
1957         (generated-autoload-file): Set file-local value to "htmlfontify.el".
1958         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
1959         They have definitions / compiler macros in cl.el.
1960         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
1961         Replace manual autoloads with generated ones.
1962         (htmlfontify-unload-rgb-file): Remove autoload.
1963         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
1965 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1967         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
1968         (byte-compile-setq-default): Optimize for the
1969         single-var case and don't call byte-compile-form in this case to avoid
1970         inf-loop with byte-compile-set-default.
1972         * progmodes/compile.el (compilation-start): Abbreviate default directory.
1974 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
1976         Implement SELINUX backends.
1978         * net/tramp.el (tramp-file-name-handler-alist):
1979         Add `file-selinux-context' and `set-file-selinux-context'.
1980         (tramp-handle-file-selinux-context)
1981         (tramp-handle-set-file-selinux-context): New defuns.
1982         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
1983         Handle PRESERVE-SELINUX-CONTEXT.
1985         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
1986         Add `file-selinux-context' and `set-file-selinux-context'.
1987         (tramp-gvfs-handle-file-selinux-context)
1988         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
1989         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
1991         * net/ange-ftp.el (ange-ftp-copy-file):
1992         * net/tramp-fish.el (tramp-fish-handle-copy-file):
1993         * net/tramp-imap.el (tramp-imap-handle-copy-file):
1994         * net/tramp-smb.el (tramp-smb-handle-copy-file):
1995         Add PRESERVE-SELINUX-CONTEXT.
1997 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
1999         Synchronize with Tramp repository.
2001         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
2002         (tramp-action-process-alive, tramp-action-out-of-band)
2003         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
2004         (tramp-exists-file-name-handler): Fix docstring.
2005         (with-progress-reporter): New defmacro.
2006         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
2007         (tramp-maybe-open-connection): Use it.
2009 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
2011         Detect ssh 'ControlMaster' argument automatically in some cases.
2013         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2014         (tramp-default-method): Use it.
2016 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2018         * net/tramp.el (tramp-handle-copy-file): Add new optional
2019         parameter `preserve-selinux-context'.
2020         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
2022 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
2024         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
2025         Ensure, that non remote files are still checked.  Oops.
2027 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
2029         Fix Bug#5840.
2031         * icomplete.el (icomplete-completions): Use `non-essential'.
2033         * net/tramp.el (tramp-connectable-p): New defun.
2034         (tramp-handle-expand-file-name)
2035         (tramp-completion-handle-file-name-all-completions)
2036         (tramp-completion-handle-file-name-completion): Use it.
2038 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2040         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
2042 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
2044         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
2046         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
2048         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
2049         is present.
2051         * info.el (info-tool-bar-map): Add labels.
2053         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
2055         * cus-edit.el (custom-commands): Add labels for tool bar.
2056         (custom-buffer-create-internal, Custom-mode): Adjust for
2057         labels in custom-commands.
2059         * dynamic-setting.el: Renamed from font-setting.el.
2061 2010-04-21  John Wiegley  <jwiegley@gmail.com>
2063         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
2064         toggles the use of virtual buffers.
2065         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global
2066         value.
2067         (ido-toggle-virtual-buffers): New function.
2069 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
2071         Use `define-derived-mode'; fix window selection; doc fixes.
2072         * play/tetris.el (tetris, tetris-update-speed-function)
2073         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
2074         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
2075         (tetris-rotate-next, tetris-end-game, tetris-start-game)
2076         (tetris-pause-game): Fix typos in docstrings.
2077         (tetris-mode-map, tetris-null-map):
2078         Move initialization into declaration.
2079         (tetris-mode): Define with `define-derived-mode';
2080         set show-trailing-whitespace to nil.
2081         (tetris): Prefer window already displaying the "*Tetris*" buffer.
2083 2010-04-21  Karel Klíč  <kklic@redhat.com>
2085         * files.el (backup-buffer): Handle SELinux context, and return it
2086         if a backup was made by renaming.
2087         (backup-buffer-copy): Set SELinux context to the target file.
2088         (basic-save-buffer): Set SELinux context of the newly written file.
2089         (basic-save-buffer-1): Now it also returns any SELinux context.
2090         (basic-save-buffer-2): Set SELinux context of the newly created file,
2091         and return it.
2092         * net/tramp.el (tramp-file-name-for-operation):
2093         Add file-selinux-context.
2095 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         Make the log-edit comments use RFC822 format throughout.
2099         * vc.el (vc-checkin, vc-modify-change-comment):
2100         Adjust to new vc-start/finish-logentry.
2101         (vc-find-conflicted-file): New command.
2102         (vc-transfer-file): Adjust to new vc-checkin.
2103         (vc-next-action): Improve scoping.
2105         * vc-hg.el (vc-hg-log-edit-mode): Remove.
2106         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
2108         * vc-git.el (vc-git-log-edit-mode): Remove.
2109         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
2110         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
2112         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
2113         (vc-start-logentry): Remove argument `extra'.
2114         (vc-finish-logentry): Remove extra args.
2116         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
2117         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
2118         (vc-bzr-conflicted-files): New function.
2120         * log-edit.el (log-edit-extra-flags)
2121         (log-edit-before-checkin-process): Remove.
2122         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
2123         (log-edit-headers-alist): New var.
2124         (log-edit-header-contents-regexp): New const.
2125         (log-edit-match-to-eoh): New function.
2126         (log-edit-font-lock-keywords): Use them.
2127         (log-edit): Insert a "Summary:" header as default.
2128         (log-edit-mode): Mark font-lock rules as case-insensitive.
2129         (log-edit-done): Cleanup headers.
2130         (log-view-process-buffer): Remove.
2131         (log-edit-extract-headers): New function to replace it.
2133 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
2135         * subr.el (default-direction-reversed): Remove obsolescence info.
2137 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
2140         windows/frames.
2142         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
2143         I.e. include text after point in the completion region.
2144         Also, return nil when we're not after/in a symbol.
2146         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
2147         default enable-multibyte-characters.
2149 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * international/mule.el: Help the user choose a valid coding-system.
2152         (read-buffer-file-coding-system): New function.
2153         (set-buffer-file-coding-system): Use it.  Prompt the user if the
2154         coding-system cannot encode all the chars.
2156         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
2157         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
2158         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
2159         Don't use *vc-bzr-shelve*.
2161 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2163         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables):
2164         Don't destroy list before using it.
2166 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
2168         Fix the version number for added files.
2169         * vc-hg.el (vc-hg-working-revision): Check if the file is
2170         registered after hg parent fails (Bug#5961).
2172 2010-04-19  Glenn Morris  <rgm@gnu.org>
2174         * htmlfontify.el (htmlfontify-buffer)
2175         (htmlfontify-copy-and-link-dir): Autoload entry points.
2177 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
2179         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
2180         name relative to the project root (Bug#5960).
2182 2010-04-19  Glenn Morris  <rgm@gnu.org>
2184         * vc-git.el (vc-git-print-log): Doc fix.
2186 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
2188         * ido.el (ido-file-internal): Fix 2009-12-02 change.
2190 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
2192         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
2193         default settings (Bug#5928).
2195 2010-04-19  Glenn Morris  <rgm@gnu.org>
2197         * progmodes/fortran.el (fortran-match-and-skip-declaration):
2198         New function.
2199         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
2201 2010-04-19  Kenichi Handa  <handa@m17n.org>
2203         * language/indian.el (malayalam-composable-pattern): Fix previous
2204         change (add U+0D4D "SIGN VIRAMA").
2205         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
2206         (tamil-composable-pattern): Fix typo in the regexp.
2207         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
2208         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
2209         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
2211 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2213         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
2214         paragraph-separate (Bug#5821).
2216 2010-04-19  Juri Linkov  <juri@jurta.org>
2218         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
2220         * info.el (Info-find-node-2): Comment out code that skips
2221         breadcrumbs line.
2222         (Info-mouse-follow-link): New command.
2223         (Info-link-keymap): New keymap.
2224         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
2225         Return a string with links instead of inserting breadcrumbs
2226         to the Info buffer.
2227         (Info-fontify-node): Comment out code that inserts breadcrumbs.
2228         Instead of putting the `invisible' text property over the Info
2229         header, make an overlay over the Info header with the `invisible'
2230         property and `after-string' set to the string returned by
2231         `Info-breadcrumbs'.
2233 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
2235         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
2236         Reported by monkey@sandpframing.com.
2238 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2240         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
2241         (tmm-get-keymap): Add key-binding shortcuts now that they're not
2242         available in the "keyseq cache" any more.
2244         * custom.el (defcustom): Add edebug spec.
2246 2010-04-18  Juri Linkov  <juri@jurta.org>
2248         Test for special mode-class in view-buffer instead of view-file (bug#5513).
2250         * view.el (view-file, view-buffer): Move test for special mode-class
2251         from view-file to view-buffer.
2253         * tar-mode.el (tar-extract): Turn if's into one cond
2254         like in arc-mode.el.
2256 2010-04-18  Juri Linkov  <juri@jurta.org>
2258         Add 7z archive format support (bug#5475).
2260         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
2261         (archive-7z-extract): New defcustom.
2262         (archive-find-type): Add magic string for 7z.
2263         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
2264         If `stderr-file' is non-nil, use `(t stderr-file)' for the
2265         `buffer' arg of `call-process'.
2266         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
2267         call the function `archive-7z-extract' with the variable
2268         `archive-7z-extract' let-bound to `archive-zip-extract'.
2269         (archive-7z-summarize, archive-7z-extract): New functions.
2271         * international/mule.el (auto-coding-alist):
2272         * files.el (auto-mode-alist): Add 7z file extension.
2274 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2276         * loadup.el: Setup hash-cons for pure data.
2278         Fix duplicate entries in cedet's loaddefs.el files.
2279         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
2280         Should make most file-local generated-autoload-file unnecessary.
2281         (print-readably): Silence warnings.
2282         (autoload-find-destination): Take load-name as an arg to make sure
2283         it's the same as the one that will be in the file.
2284         (autoload-generate-file-autoloads): Adjust to above changes.
2285         Try to make the dataflow a bit simpler.
2287         * cvs-status.el (cvs-refontify): Remove unused.
2289 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
2291         * calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
2293         * calc-bin.el (calc-radix): Have the "O" option turn on
2294         twos-complement mode.
2296 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
2298         * calc-ext.el (calc-init-extensions): Add keybinding for 'calc-option'.
2299         Add `calc-option-prefix-help' to calc-help autoloads.
2300         (calc-inverse): Add "Option" to message, as appropriate.
2301         (calc-hyperbolic): Add "Option" to message, as appropriate.
2302         (calc-option, calc-is-option): New functions.
2304         * calc-help.el (calc-full-help): Add `calc-option-help'.
2305         (calc-option-prefix-help): New function.
2307         * calc-misc.el (calc-help): Add "Option" entry.
2309         * calc.el (calc-local-var-list): Add `calc-option-flag'.
2310         (calc-option-flag): New variable.
2311         (calc-do): Set `calc-option-flag to nil.
2312         (calc-set-mode-line): Add "Opt " as appropriate.
2314 2010-04-16  Juri Linkov  <juri@jurta.org>
2316         Move scrolling commands from simple.el to window.el
2317         because their primitives are implemented in window.c.
2319         * simple.el (scroll-error-top-bottom)
2320         (scroll-up-command, scroll-down-command, scroll-up-line)
2321         (scroll-down-line, scroll-other-window-down)
2322         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2323         * window.el (scroll-error-top-bottom)
2324         (scroll-up-command, scroll-down-command, scroll-up-line)
2325         (scroll-down-line, scroll-other-window-down)
2326         (beginning-of-buffer-other-window, end-of-buffer-other-window):
2327         Move from simple.el to window.el because their primitives are
2328         implemented in window.c.
2330 2010-04-16  Juri Linkov  <juri@jurta.org>
2332         * isearch.el (isearch-lookup-scroll-key): Check both
2333         `isearch-scroll' and `scroll-command' properties.
2334         (scroll-up, scroll-down): Remove `isearch-scroll' property.
2336         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
2338         * simple.el (scroll-up-command, scroll-down-command)
2339         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
2341 2010-04-15  Juri Linkov  <juri@jurta.org>
2343         * simple.el (scroll-up-command, scroll-down-command)
2344         (scroll-up-line, scroll-down-line): Put `scroll-command'
2345         property on the these symbols.  Remove them from
2346         `scroll-preserve-screen-position-commands'.
2348         * mwheel.el (mwheel-scroll): Put `scroll-command' and
2349         `isearch-scroll' properties on the `mwheel-scroll' symbol.
2350         Remove it from `scroll-preserve-screen-position-commands'.
2352         * isearch.el (isearch-allow-scroll): Doc fix.
2354 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
2356         * net/tramp.el (tramp-error-with-buffer): Don't show the
2357         connection buffer when we are in completion mode.
2358         (tramp-file-name-handler): Catch the error for some operations
2359         when we are in completion mode.  This gives the user the chance to
2360         correct the file name in the minibuffer.
2362 2010-04-15  Glenn Morris  <rgm@gnu.org>
2364         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
2366 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
2368         Simplify by using `define-derived-mode'.
2369         * info.el (Info-mode):
2370         * calendar/todo-mode.el (todo-mode):
2371         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
2372         (gomoku-mode-map): Move initialization into declaration.
2374 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
2376         Fix Bug#5840.
2377         * ido.el (ido-file-name-all-completions-1):
2378         * minibuffer.el (minibuffer-completion-help):
2379         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
2381 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * simple.el (non-essential): New var.
2385         Add a new field `location' to bookmarks for non-file bookmarks.
2386         * bookmark.el (bookmark-location): Use the new field, if present.
2387         (bookmark-insert-location): Undo last change, not needed any more.
2388         * man.el (Man-bookmark-make-record):
2389         * woman.el (woman-bookmark-make-record): Add `location' field.
2391 2010-04-14  Juri Linkov  <juri@jurta.org>
2393         * simple.el (scroll-error-top-bottom): New defcustom.
2394         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
2396         * emulation/pc-select.el (pc-select-override-scroll-error):
2397         Obsolete in favor of `scroll-error-top-bottom'.
2399 2010-04-14  Juri Linkov  <juri@jurta.org>
2401         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
2402         `scroll-up-command' and `M-v' to `scroll-down-command'.
2404         * emulation/cua-rect.el (cua--init-rectangles):
2405         * forms.el (forms--change-commands):
2406         * image-mode.el (image-mode-map):
2407         Remap scroll-down-command and scroll-up-command
2408         in addition to scroll-down and scroll-up.
2410 2010-04-14  Juri Linkov  <juri@jurta.org>
2412         * mwheel.el (scroll-preserve-screen-position-commands):
2413         Add mwheel-scroll to this list of commands.
2415         * simple.el (scroll-preserve-screen-position-commands):
2416         Add scroll-up-command, scroll-down-command, scroll-up-line,
2417         scroll-down-line to this list of commands.
2419 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2421         * obsolete/complete.el: Move from lisp/complete.el.
2423         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
2425         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
2426         to the minor mode function now turns the mode ON unconditionally.
2428 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2430         * vc-dir.el (vc-dir-kill-line): New command.
2431         (vc-dir-mode-map): Bind it to C-k.
2433         * bookmark.el (bookmark-insert-location): Handle a nil filename.
2435         * woman.el: Add bookmark declarations to silence the compiler.
2436         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
2437         step to compatibility between man and woman bookmarks.
2438         Adjust for Man-default-bookmark-title renaming.
2439         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
2441         * man.el: Add bookmark declarations to silence the compiler.
2442         (Man-name-local-regexp): Make it match NAME as well.
2443         (Man-getpage-in-background): Return the buffer.
2444         (Man-notify-when-ready): Use `case'.
2445         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
2446         Don't hardcode "NAME".  Simplify.
2447         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
2448         Rename from Man-bookmark-make-record.
2449         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
2450         we have the actual man-args.  Use Man-getpage-in-background rather
2451         than `man' since the arg is already processed.  Let bookmark.el do the
2452         window handling.  Only wait for the relevant process.
2453         Don't forget to autoload.
2455         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
2457 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
2459         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
2460         New functions.
2461         (woman-mode): Setup bookmark support.
2463         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
2464         (man-bookmark-jump): New functions.
2465         (Man-mode): Setup bookmark support.
2467 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
2469         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
2470         recognize ssh-keygen prompt (Bug#2817).
2472 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2474         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
2476 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
2478         Synchronize with Tramp repository.
2480         * net/tramp.el (tramp-completion-function-alist)
2481         (tramp-file-name-regexp, tramp-chunksize)
2482         (tramp-local-coding-commands, tramp-remote-coding-commands):
2483         Fix docstring.
2484         (tramp-remote-process-environment): Use `format' instead of `concat'.
2485         (tramp-handle-directory-files-and-attributes)
2486         (tramp-get-remote-path): Use `copy-tree'.
2487         (tramp-handle-file-name-all-completions): Backward/ XEmacs
2488         compatibility: Use `completion-ignore-case' if
2489         `read-file-name-completion-ignore-case' does not exist.
2490         (tramp-do-copy-or-rename-file-directly): Do not use
2491         `tramp-handle-file-remote-p'.
2492         (tramp-do-copy-or-rename-file-out-of-band):
2493         Use `tramp-compat-delete-directory'.
2494         (tramp-do-copy-or-rename-file-out-of-band)
2495         (tramp-compute-multi-hops, tramp-maybe-open-connection):
2496         Use `format-spec-make'.
2497         (tramp-find-foreign-file-name-handler)
2498         (tramp-advice-make-auto-save-file-name)
2499         (tramp-set-auto-save-file-modes): Remove superfluous check for
2500         `stringp'.  This is done inside `tramp-tramp-file-p'.
2501         (tramp-debug-outline-regexp): New defconst.
2502         (tramp-get-debug-buffer): Use it.
2503         (tramp-check-for-regexp): Use (forward-line 1).
2504         (tramp-set-auto-save-file-modes): Adapt version check.
2506         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
2507         Wrap call of `featurep' for 2nd argument.
2508         (tramp-compat-make-temp-file): Simplify fallback implementation.
2509         (tramp-compat-copy-tree): Remove function.
2510         (tramp-compat-delete-directory): Provide implementation for older
2511         Emacsen.
2513         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
2514         Do not use `tramp-fish-handle-file-attributes.
2516         * net/trampver.el: Update release number.
2518 2010-04-10  Glenn Morris  <rgm@gnu.org>
2520         * progmodes/compile.el (compilation-save-buffers-predicate):
2521         Add missing :version tag.
2523 2010-04-09  Sam Steingold  <sds@gnu.org>
2525         * progmodes/compile.el (compilation-save-buffers-predicate):
2526         Remove the "autoload" cookie.
2528         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
2529         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
2530         and `bug-reference-prog-mode' can be used in hooks directly.
2532 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2534         Add --author support to git commit.
2535         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
2536         (vc-git-log-edit-mode): New minor mode.
2537         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
2538         New declarations.
2540 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
2542         * vc-hooks.el, vc-git.el: Improve documentation comments.
2544 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2546         Fix some of the problems in defsubst* (bug#5728).
2547         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
2548         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
2550 2010-04-07  Sam Steingold  <sds@gnu.org>
2552         * progmodes/compile.el (compilation-save-buffers-predicate):
2553         New custom variable.
2554         (compile, recompile): Pass it to `save-some-buffers'.
2556 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
2558         * wid-edit.el (widget-choose): Move cursor to the second line of
2559         the buffer (Bug#5695).
2561 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2563         Add new VC methods: vc-log-incoming and vc-log-outgoing.
2564         * vc.el (vc-print-log-setup-buttons): New function split out from
2565         vc-print-log-internal.
2566         (vc-log-internal-common): New function, a parametrized version of
2567         vc-print-log-internal.
2568         (vc-print-log-internal): Just call vc-log-internal-common with the
2569         right arguments.
2570         (vc-incoming-outgoing-internal):
2571         (vc-log-incoming, vc-log-outgoing): New functions.
2572         (vc-log-view-type): New permanent local variable.
2574         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
2576         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
2577         of the dynamic bound vc-short-log.
2578         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
2580         * vc-git.el (vc-git-log-outgoing): New function.
2581         (vc-git-log-view-mode): Use vc-log-view-type instead
2582         of the dynamic bound vc-short-log.
2584         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
2585         of the dynamic bound vc-short-log.  Highlight the tag.
2586         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
2587         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
2588         (vc-hg-incoming-mode): Remove.
2589         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
2591 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
2593         Fix default-directory for vc-root-diff.
2594         * vc.el (vc-root-diff): Bind default-directory to the root
2595         directory for the diff command.
2597 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
2599         * progmodes/verilog-mode.el (verilog-forward-sexp):
2600         (verilog-calc-1): Support "disable fork" and "fork wait" multi
2601         word keywords, suggested by Steve Pearlmutter.
2602         (verilog-pretty-declarations): Support lineup of declarations in
2603         port lists.
2604         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
2605         fix bug for /* / comments
2606         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
2607         Speed up and simplfy as this is never called with a bound.
2608         (verilog-pretty-declarations): Enhance to line up declarations
2609         inside a parameter list, suggested by Alan Morgan.
2610         (verilog-pretty-expr): Tune assignment regular expression match
2611         string for corner cases; also use markers instead of character
2612         number as indent changes the later.
2614 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
2616         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
2617         as missing keyword.
2618         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
2619         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
2620         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
2621         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
2622         Tennant.
2623         (verilog-keywords):
2624         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
2625         1800-2009 keywords, including "global.".
2627 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2629         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
2630         appearing in buffer list (if a live buffer name matched a recentf
2631         file basename).  Should use uniquify to offer a real solution.
2633 2010-04-06  John Wiegley  <jwiegley@gmail.com>
2635         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
2636         comment to code, and add a :version tag.
2637         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
2639 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
2641         Enable recentf-mode if using virtual buffers.
2642         * ido.el (recentf-list): Declare for byte-compiler.
2643         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
2644         (ido-make-buffer-list): Simplify.
2645         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
2647 2010-04-05  Juri Linkov  <juri@jurta.org>
2649         Scrolling commands which scroll a line instead of full screen.
2650         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2652         * simple.el (scroll-up-line, scroll-down-line): New commands.
2653         Put property isearch-scroll=t on them.
2655         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
2656         Remove commands.
2658 2010-04-05  Juri Linkov  <juri@jurta.org>
2660         Scrolling commands which do not signal errors at top/bottom.
2661         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
2663         * simple.el (scroll-up-command, scroll-down-command): New commands.
2664         Put property isearch-scroll=t on them.
2666         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
2667         `scroll-down-command' and [next] from `scroll-up' to
2668         `scroll-up-command'.
2670         * emulation/cua-base.el: Put property CUA=move on
2671         `scroll-up-command' and `scroll-down-command'.
2672         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
2673         and `scroll-down-command' to `cua-scroll-down'.
2675 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
2677         * help.el (describe-mode): Return nil.
2679 2010-04-04  John Wiegley  <jwiegley@gmail.com>
2681         * ido.el (ido-use-virtual-buffers): New variable to indicate
2682         whether "virtual buffer" support is enabled for IDO.
2683         (ido-virtual): Face used to indicate virtual buffers in the list.
2684         (ido-buffer-internal): If a buffer is chosen, and no such buffer
2685         exists, but a virtual buffer of that name does (which would be why
2686         it was in the list), recreate the buffer by reopening the file.
2687         (ido-make-buffer-list): If virtual buffers are being used, call
2688         `ido-add-virtual-buffers-to-list' before the make list hook.
2689         (ido-virtual-buffers): New variable which contains a copy of the
2690         current contents of the `recentf-list', albeit pared down for the
2691         sake of speed, and with proper faces applied.
2692         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
2693         create a list of "virtual buffers" to present to the user in
2694         addition to the currently open set.  Note that this logic could
2695         get rather slow if that list is too large.  With the default
2696         `recentf-max-saved-items' of 200, there is little speed penalty.
2698 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2700         * font-lock.el: Require CL when compiling.
2701         (font-lock-turn-on-thing-lock): Use `case'.
2703 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
2705         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
2706         Zaretskii.
2708 2010-04-02  Juanma Barranquero  <lekktu@gmail.com>
2710         * cedet/semantic/imenu.el (semantic-imenu-bucketize-type-members)
2711         (semantic-create-imenu-directory-index): Fix typos in docstrings.
2712         (semantic-imenu-goto-function): Reflow docstring.
2714 2010-04-02  Juri Linkov  <juri@jurta.org>
2716         * ehelp.el (electric-help-orig-major-mode):
2717         New buffer-local variable.
2718         (electric-help-mode): Set it to original major-mode.  Doc fix.
2719         (with-electric-help): Use `electric-help-orig-major-mode' instead
2720         of (default-value 'major-mode).  Doc fix.
2721         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
2723 2010-04-02  Sam Steingold  <sds@gnu.org>
2725         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
2726         `vc-hg-command' with a list of flags.
2728         * progmodes/bug-reference.el (bug-reference-bug-regexp):
2729         Also accept "patch" and "RFE".
2730         (bug-reference-fontify): `bug-reference-url-format' can also be a
2731         function to be able to handle the bug kind.
2732         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
2734 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
2736         * tmm.el (tmm-get-keymap): Check with symbolp before passing
2737         value to fboundp, it may not be a symbol.
2739 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2741         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
2743 2010-03-31  Juri Linkov  <juri@jurta.org>
2745         * simple.el (next-line, previous-line): Re-throw a signal
2746         with `signal' instead of using `ding'.
2747         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
2749 2010-03-31  Juri Linkov  <juri@jurta.org>
2751         * simple.el (keyboard-escape-quit): Raise deselecting the active
2752         region higher than exiting the minibuffer.
2753         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
2755 2010-03-31  Juri Linkov  <juri@jurta.org>
2757         * image.el (image-animated-p): Use `image-metadata' instead of
2758         `image-extension-data'.  Get GIF extenstion data from metadata
2759         property `extension-data'.
2761 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2763         * simple.el (append-to-buffer): Simplify.
2765 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
2767         * textmodes/artist.el (artist-mode): Fix typo in docstring.
2768         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
2770 2010-03-31  Kenichi Handa  <handa@m17n.org>
2772         * language/sinhala.el (composition-function-table): Fix regexp for
2773         the new Unicode specification.
2775         * language/indian.el (devanagari-composable-pattern)
2776         (tamil-composable-pattern, kannada-composable-pattern)
2777         (malayalam-composable-pattern): Adjust for the new Unicode
2778         specification.
2779         (bengali-composable-pattern, gurmukhi-composable-pattern)
2780         (gujarati-composable-pattern, oriya-composable-pattern)
2781         (telugu-composable-pattern): New variables to cope with the new
2782         Unicode specification.  Use them in composition-function-table.
2784 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         Make tmm-menubar work for the Buffers menu again (bug#5726).
2787         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
2788         vectors rather than cons cells, as used in menu-bar-update-buffers.
2790 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2792         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
2793         (js-insert-and-indent): Revert 2009-08-15 change, restoring
2794         electric punctuation for "{}();,:" (Bug#5586).
2796         * mail/sendmail.el (mail-default-directory): Doc fix.
2798 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2800         * mail/sendmail.el (mail-default-directory): Doc fix.
2802 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
2804         * subr.el (version-regexp-alist, version-to-list)
2805         (version-list-<, version-list-=, version-list-<=)
2806         (version-list-not-zero, version<, version<=, version=): Doc fix.
2807         (Bug#5744).
2809 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
2811         * vc.el (vc-root-diff): Doc fix.
2813 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2815         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
2817         * simple.el (append-to-buffer): Fix last change.
2819 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
2821         * simple.el (append-to-buffer): Ensure that point is preserved if
2822         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
2823         (Bug#5749)
2825 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2827         * files.el (auto-mode-case-fold): Change default to t.
2829 2010-03-30  Juri Linkov  <juri@jurta.org>
2831         * dired-x.el (dired-omit-mode): Doc fix.
2833 2010-03-30  Juri Linkov  <juri@jurta.org>
2835         * replace.el (occur-accumulate-lines): Move occur-engine related
2836         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
2837         to be located after `occur-engine'.
2839 2010-03-30  Juri Linkov  <juri@jurta.org>
2841         Make occur handle multi-line matches cleanly with context.
2842         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
2844         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
2845         (occur-engine): Add local variables `ret', `prev-after-lines',
2846         `prev-lines'.  Use more arguments for `occur-context-lines'.
2847         Set first elem of its returned list to `data', and the second elem
2848         to `prev-after-lines'.  Don't print the separator line.
2849         In the end, print remaining context after-lines.
2850         (occur-context-lines): Add new arguments `begpt', `endpt',
2851         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
2852         after-lines of the previous match with before-lines of the
2853         current match and not overlap them.  Return a list with two
2854         values: the output line and the list of context after-lines.
2856 2010-03-30  Juri Linkov  <juri@jurta.org>
2858         * replace.el (occur-accumulate-lines): Fix a bug where the first
2859         context line at the beginning of the buffer was missing.
2861 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
2863         * files.el: Make bidi-display-reordering safe variable for boolean
2864         values.
2866 2010-03-29  Phil Hagelberg  <phil@evri.com>
2867             Chong Yidong  <cyd@stupidchicken.com>
2869         * subr.el: Extend progress reporters to perform "spinning".
2870         (progress-reporter-update, progress-reporter-do-update):
2871         Handle non-numeric value arguments.
2872         (progress-reporter--pulse-characters): New var.
2874 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
2876         * progmodes/compile.el (compilation-start): Fix regexp detection
2877         of initial cd command (Bug#5771).
2879 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
2881         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
2883 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
2885         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
2886         * lisp/progmodes/gdb-mi.el: Restore.
2887         * lisp/progmodes/gdb-ui.el: Remove.
2888         * lisp/progmodes/gud.el: Re-accommodate for gdb-mi.el.
2890 2010-03-25  Glenn Morris  <rgm@gnu.org>
2892         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
2893         all dired buffers, even tramp ones.  (Bug#5755)
2895 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2897         Add "union tags" in mpc.el.
2898         * mpc.el: Remove backward compatibility code.
2899         (mpc-browser-tags): Change default.
2900         (mpc--find-memoize-union-tags): New var.
2901         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
2902         (mpc-cmd-find): Handle the case where the playlist does not exist.
2903         Handle union-tags.
2904         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
2905         (mpc-cmd-add): Use mpc-cmd-flush.
2906         (mpc-tagbrowser-tag-name): New fun.
2907         (mpc-tagbrowser-buf): Use it.
2908         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
2910 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2912         Misc cleanup.
2913         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
2914         Use replace-regexp-in-string.
2915         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
2916         (makefile-imake-mode-syntax-table): Move init into defvar.
2917         (makefile-mode): Use define-derived-mode.
2919         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
2920         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
2921         not be present any more.
2923 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2925         * faces.el (set-face-attribute): Fix typo in docstring.
2926         (face-valid-attribute-values): Reflow docstring.
2928         * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
2930 2010-03-24  Glenn Morris  <rgm@gnu.org>
2932         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
2934 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2936         * indent.el (indent-for-tab-command): Doc fix.
2938 2010-03-24  Alan Mackenzie  <acm@muc.de>
2940         * progmodes/cc-engine.el (c-remove-stale-state-cache):
2941         Fix off-by-one error.  Fixes bug #5747.
2943 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2945         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
2946         (image-dired-read-comment): Doc fix.
2948         * json.el (json-object-type, json-array-type, json-key-type)
2949         (json-false, json-null, json-read-number):
2950         * minibuffer.el (completion-in-region-functions):
2951         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
2952         (cal-tex-cursor-week):
2953         * emacs-lisp/trace.el (trace-function):
2954         * eshell/em-basic.el (eshell/printnl):
2955         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
2956         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
2957         * obsolete/levents.el (allocate-event, event-key, event-object)
2958         (event-point, event-process, event-timestamp, event-to-character)
2959         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
2960         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
2961         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
2962         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
2963         (reftex-highlight-selection): Fix typos in docstrings.
2965 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
2967         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
2969 2010-03-24  Glenn Morris  <rgm@gnu.org>
2971         * mail/rmail.el (rmail-highlight-face): Restore option deleted
2972         2008-02-13 without comment; mark it obsolete.
2973         (rmail-highlight-headers): Use rmail-highlight-face once more.
2975 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
2977         * woman.el (woman2-process-escapes): Only consume the newline if
2978         the filler character is on a line by itself (Bug#5729).
2980 2010-03-24  Kenichi Handa  <handa@m17n.org>
2982         * language/indian.el (devanagari-composable-pattern): Add more
2983         consonants.
2985 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2987         * net/trampver.el: Update release number.
2989 2010-03-24  Glenn Morris  <rgm@gnu.org>
2991         * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
2993 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
2995         * net/tramp.el (tramp-find-executable):
2996         Use `tramp-get-connection-buffer'.  Make the regexp for checking
2997         output of "wc -l" more robust.
2998         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
2999         (tramp-open-connection-setup-interactive-shell): Remove workaround
3000         for OpenSolaris bug, it is not needed anymore.
3002 2010-03-24  Eric M. Ludlam  <zappo@gnu.org>
3004         * cedet/semantic/imenu.el: New file, from the CEDET repository
3005         (Bug#5412).
3007 2010-03-24  Glenn Morris  <rgm@gnu.org>
3009         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
3011 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
3013         * files.el (auto-mode-alist): Accept more verilog file patterns.
3015 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3017         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
3019 2010-03-24  Glenn Morris  <rgm@gnu.org>
3021         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
3022         log-edit-before-checkin-process.
3024         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
3026         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
3028         * vc-dispatcher.el (vc-start-logentry): Doc fix.
3029         (log-view-process-buffer, log-edit-extra-flags): Declare.
3031         * log-edit.el (log-edit-before-checkin-process): Doc fix.
3033         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
3034         Consistently check ede-object is bound throughout.
3036         * cedet/ede/project-am.el (ede-shell-run-something): Declare.
3038 2010-03-23  Sam Steingold  <sds@gnu.org>
3040         Fix bug#5620: recalculate all markers on compilation buffer
3041         modifications, not on file modifications.
3042         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
3043         the buffer modification time, for buffers not associated with files.
3044         (compilation-mode): Create it.
3045         (compilation-filter): Update it.
3046         (compilation-next-error-function): Use it instead of
3047         `visited-file-modtime' for timestamp.
3049 2010-03-23  Juri Linkov  <juri@jurta.org>
3051         Implement Occur multi-line matches.
3052         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
3054         * replace.el (occur): Doc fix.
3055         (occur-engine): Set `begpt' to the beginning of the first line.
3056         Set `endpt' to the end of the last match line.  At first, count
3057         line numbers between `origpt' and `begpt'.  Split out code from
3058         `out-line' variable to new let-bindings `match-prefix' and
3059         `match-str'.  In `out-line' add non-numeric prefix to all
3060         non-first lines of multi-line matches.  Finally, count lines
3061         between `begpt' and `endpt' and add to `lines'.
3063 2010-03-23  Juri Linkov  <juri@jurta.org>
3065         * replace.el (occur-accumulate-lines, occur-engine):
3066         Use `occur-engine-line' instead of duplicate code.
3067         (occur-engine-line): New function created from duplicate code
3068         in `occur-accumulate-lines' and `occur-engine'.
3070         * replace.el (occur-engine-line): Add optional arg `keep-props'.
3071         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
3073 2010-03-23  Juri Linkov  <juri@jurta.org>
3075         * finder.el: Remove TODO tasks.
3077         * info.el (Info-finder-find-node): Add node "all"
3078         with all package info.  Handle a list of multiple keywords
3079         separated by comma.
3080         (info-finder): In interactive use with a prefix argument,
3081         use `completing-read-multiple' to read a list of keywords
3082         separated by comma.
3084 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3086         Add a new completion style `substring'.
3087         * minibuffer.el (completion-basic--pattern): New function.
3088         (completion-basic-try-completion, completion-basic-all-completions):
3089         Use it.
3090         (completion-substring--all-completions)
3091         (completion-substring-try-completion)
3092         (completion-substring-all-completions): New functions.
3093         (completion-styles-alist): New style `substring'.
3095 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         Get rid of .elc files after removal of the corresponding .el.
3098         * Makefile.in (compile-clean): New target.
3099         (compile-main): Use it.
3101 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
3103         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
3104         don't do make there.  When compiling with separate object dir, there
3105         is no Makefile there.
3107 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3109         Get rid of the ELCFILES abomination, again.
3110         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
3111         (all, compile): Don't call compile-last.
3112         (compile-main): Build the "elcfiles" list dynamically.
3113         (compile-targets): New (internal) target.
3115 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
3117         * Makefile.in (top_srcdir): Define.
3118         (abs_top_builddir): Define.
3119         (srcdir): Don't append `/..'.
3120         (EMACS): Use ${abs_top_builddir}.
3121         (all, compile, compile-always, compile-last): Don't set emacswd.
3122         (update-subdirs, update-authors): Use $(top_srcdir) instead of
3123         $(srcdir).
3124         (lisp): Use $(srcdir) instead of @srcdir@.
3126 2010-03-21  Juri Linkov  <juri@jurta.org>
3128         Fix message of multi-line occur regexps and multi-buffer header lines.
3129         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
3131         * replace.el (occur-1): Don't display regexp if it is longer
3132         than window-width.  Use `query-replace-descr' to display regexp.
3133         (occur-engine): Don't display regexp in the buffer header for
3134         multi-buffer occur.  Display a separate header line with total
3135         match count and regexp for multi-buffer occur.
3136         Use `query-replace-descr' to display regexp.
3138 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
3140         * net/secrets.el: Fix parenthesis.
3141         (secrets-enabled): Fix parenthesis.
3143 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3145         Use more relative file and directory names.
3146         * Makefile.in (EMACS): Arrange for it to work when we chdir.
3147         (setwins, setwins_almost, setwins_for_subdirs):
3148         Don't `cd'; output relative names.
3149         (all, compile, compile-always, compile-last): Set emacswd.
3150         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
3151         Just cd to the lisp source dir so we can use relative file names.
3153         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
3155 2010-03-20  Glenn Morris  <rgm@gnu.org>
3157         * textmodes/rst.el: Use faces for font-lock customization, and make the
3158         old -face variables obsolete.
3159         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
3160         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
3161         (rst-block-face, rst-external-face, rst-definition-face)
3162         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
3163         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
3164         Make obsolete.
3165         (rst-font-lock-keywords-function): Update for above changes.
3167 2010-03-20  Juri Linkov  <juri@jurta.org>
3169         * s-region.el:
3170         * obsolete/s-region.el: Move to obsolete.
3172 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
3174         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
3176 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3178         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
3180 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
3182         Add special markup processing for commit logs.
3183         * log-edit.el (log-edit-extra-flags): New variable.
3184         (log-edit): Add new argument MODE.  Use that mode when non-nil
3185         instead of the log-view-mode.
3186         (log-view-process-buffer): New function.
3188         * vc.el: Document that the checkin method takes optional
3189         arguments.  Document new backend specific method: log-view-mode.
3190         (vc-default-log-edit-mode): New function.
3191         (vc-checkin): Use a backend specific log-view-mode.
3192         Pass extra arguments to the checkin method.
3193         (vc-modify-change-comment): Pass a dummy extra argument.
3195         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
3196         log-edit.
3197         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
3198         (vc-finish-logentry): Process the log buffer before passing it
3199         down.  Pass log-edit-extra-flags.
3201         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
3202         command.
3203         (log-edit-extra-flags, log-edit-before-checkin-process):
3204         New declarations.
3206         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
3207         command.
3208         (log-edit-extra-flags, log-edit-before-checkin-process):
3209         New declarations.
3210         (vc-hg-log-edit-mode): New derived mode.
3212         * vc-arch.el (vc-arch-checkin):
3213         * vc-cvs.el (vc-cvs-checkin):
3214         * vc-git.el (vc-git-checkin):
3215         * vc-mtn.el (vc-mtn-checkin):
3216         * vc-rcs.el (vc-rcs-checkin):
3217         * vc-sccs.el (vc-sccs-checkin):
3218         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
3220 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
3223         parent typo).
3225 2010-03-19  Glenn Morris  <rgm@gnu.org>
3227         * password-cache.el (password-cache, password-cache-expiry): Autoload.
3229 2010-03-18  Glenn Morris  <rgm@gnu.org>
3231         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
3233         * replace.el (query-replace-history): Give it a doc string.
3234         (map-query-replace-regexp): Use query-replace-from-history-variable
3235         and query-replace-to-history-variable.
3237         * mail/hashcash.el (declare-function): Remove duplicate definition.
3239         * mail/emacsbug.el (report-emacs-bug-pretest-address):
3240         Make it an obsolete alias for report-emacs-bug-address.
3241         (message-strip-special-text-properties): Declare.
3242         (report-emacs-bug): Remove test for a pretest bug address.
3243         Combine message-mode-specific code.
3245         * mail/supercite.el: Don't require sendmail.
3246         (mh-in-header-p): Declare rather than using with-no-warnings.
3247         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
3248         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
3250         * calendar/cal-french.el: Convert to utf-8.
3252         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
3253         Emacs scripts.
3255 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
3257         * net/secrets.el (secrets-enabled): New variable.  Use it instead
3258         of a subfeature.
3260 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
3262         * net/secrets.el (top): Register the D-Bus signals only when the
3263         service "org.freedesktop.secrets" can be pinged.
3264         Provide subfeature `enabled'.
3266 2010-03-14  Juri Linkov  <juri@jurta.org>
3268         Add finder unknown keywords.
3270         * finder.el (finder-unknown-keywords): New function.
3272         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
3273         to create a Finder node with unknown keywords.
3275 2010-03-14  Juri Linkov  <juri@jurta.org>
3277         * finder.el (finder-compile-keywords): Replace `princ' with
3278         `prin1' on a list of symbols interned from keyword strings.
3280         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
3281         a comma, then split keywords using a comma and optional whitespace.
3282         Otherwise, split by whitespace.
3284         * complete.el:
3285         * face-remap.el:
3286         * log-view.el:
3287         * net/hmac-def.el:
3288         * net/hmac-md5.el:
3289         * net/netrc.el:
3290         * progmodes/mixal-mode.el: Fix keywords.
3292 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
3294         * Makefile.in (ELCFILES): Add net/secrets.elc.
3296         * net/secrets.el: New file.
3298 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3300         * facemenu.el (list-colors-display, list-colors-print): New arg
3301         callback.  Use it to allow selecting colors.
3303         * wid-edit.el (widget-image-insert): Insert image prop even if the
3304         current display is non-graphic.
3305         (widget-field-value-set): New fun.
3306         (editable-field): Use it.
3307         (widget-field-value-get): Clean up unused var.
3308         (widget-color-value-create, widget-color--choose-action):
3309         New funs.  Allow using list-colors-display to choose color.
3311 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3313         * cus-edit.el: Resort topmost custom groups.
3314         (custom-buffer-sort-alphabetically): Default to t.
3315         (customize-apropos): Use apropos-parse-pattern.
3316         (custom-search-field): New var.
3317         (custom-buffer-create-internal): Add custom-apropos search field.
3318         (custom-add-parent-links): Don't display parent doc.
3319         (custom-group-value-create): Don't sort top-level custom group.
3320         (custom-magic-value-create): Show visibility button before option name.
3322         (custom-variable-state): New fun, from custom-variable-state-set.
3323         (custom-variable-state-set): Use it.
3324         (custom-group-value-create): Hide options with standard values
3325         using the :hidden-states property.  Use progress reporter.
3327         (custom-show): Simplify.
3328         (custom-visibility): Disable images by default.
3329         (custom-variable): New property :hidden-states.
3330         (custom-variable-value-create): Enable images for
3331         custom-visibility widgets.  Use :hidden-states property to
3332         determine initial visibility.
3334         * wid-edit.el (widget-image-find): Give images center ascent.
3335         (visibility): Add :on-image and :off-image properties.
3336         (widget-visibility-value-create): Use them.
3338 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
3340         * cus-edit.el (processes): Remove from development group.
3341         (oop, hypermedia): Delete group.
3342         (comm): Promote to top-level group.
3344         * net/browse-url.el (browse-url):
3345         * net/xesam.el (xesam):
3346         * net/tramp.el (tramp):
3347         * net/goto-addr.el (goto-address):
3348         * net/ange-ftp.el (ange-ftp): Put in comm group.
3350         * view.el (view): Remove from editing group.
3352         * uniquify.el (uniquify): Put in files group.
3354         * net/browse-url.el (browse-url):
3355         * ps-print.el (postscript): Put in external group.
3357         * cus-edit.el (outlines):
3358         * textmodes/text-mode.el (text-mode-hook):
3359         * textmodes/table.el (table):
3360         * textmodes/picture.el (picture):
3361         * outline.el (outlines): Put in wp group.
3363         * nxml/nxml-mode.el (nxml): Remove from wp group.
3365         * net/tramp-imap.el (tramp-imap): Put in tramp group.
3367         * mail/metamail.el (metamail): Remove from hypermedia group.
3369         * cus-edit.el (abbrev):
3370         * whitespace.el (whitespace):
3371         * vcursor.el (vcursor):
3372         * reveal.el (reveal):
3373         * hl-line.el (hl-line): Put in convenience group.
3375         * epg-config.el (epg): Put in data group.
3377         * emulation/pc-select.el (pc-select): Put in emulations group.
3379         * calculator.el (calculator): Put in applications group.
3381 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3383         Add .dir-locals.el support for file-less buffers.
3384         * files.el (hack-local-variables): Split out code to apply local
3385         variable settings ...
3386         (hack-local-variables-apply): ... here.  New function.
3387         (hack-dir-local-variables): Use the default directory for when the
3388         buffer does not have an associated file.
3389         (hack-dir-local-variables-non-file-buffer): New function.
3390         * diff-mode.el (diff-mode):
3391         * vc-annotate.el (vc-annotate-mode):
3392         * vc-dir.el (vc-dir-mode):
3393         * log-edit.el (log-edit-mode):
3394         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
3396 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
3398         Add support for shelving snapshots and for showing shelves.
3399         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
3400         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
3401         New functions.
3402         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
3403         (vc-bzr-extra-menu-map): Map them.
3405 2010-03-11  Glenn Morris  <rgm@gnu.org>
3407         * cus-edit.el (customize-changed-options-previous-release):
3408         Bump to 23.1.
3410         * image.el (image-animate-max-time): Fix :version tag.
3412 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
3414         * Branch for 23.2.
3416 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3418         * vc-git.el (vc-git-revision-table): Include remote branches.
3420 2010-03-10  Kim F. Storm  <storm@cua.dk>
3422         Animated image API.
3423         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
3425         * image.el (image-animate-max-time): New defcustom.
3426         (image-animated-types): New defconst.
3427         (create-animated-image, image-animate-timer)
3428         (image-animate-start, image-animate-stop, image-animate-timeout)
3429         (image-animated-p): New functions.
3431         * image-mode.el (image-toggle-display-image):
3432         Replace `create-image' with `create-animated-image'.
3434 2010-03-09  Miles Bader  <miles@gnu.org>
3436         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
3437         instead of "format:"; this ensures that the output is
3438         newline-terminated.
3440 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
3442         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
3443         that all errors are caught, and that the return value is always a
3444         list (Bug#5692).
3446 2010-03-08  Kenichi Handa  <handa@m17n.org>
3448         * language/misc-lang.el (windows-1256): New coding system.
3449         (cp1256): New alias of windows-1256 (bug#5690).
3451 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
3453         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
3454         call to rfc822-bad-address.  (Bug#5692)
3456 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3458         * vc-git.el (vc-git-annotate-extract-revision-at-line):
3459         Use vc-git-root as default directory for revision path (Bug#5657).
3461 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
3463         * calculator.el (calculator): Don't bind split-window-keep-point
3464         (Bug#5674).
3466 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3468         * vc-git.el: Re-flow to fit into 80 columns.
3469         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
3470         Remove spurious `quote' element in each case alternative.
3471         (vc-git-show-log-entry): Use prog1.
3472         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
3474 2010-03-06  Glenn Morris  <rgm@gnu.org>
3476         * cedet/semantic/grammar.el (semantic-grammar-header-template):
3477         Update template copyright to GPLv3+.
3479 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3481         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
3483 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
3485         * macros.el (insert-kbd-macro): Look up keyboard macro using the
3486         definition, not the name (Bug#5481).
3488 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3490         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
3491         argument with a local variable.  (Bug#5670)
3493 2010-03-02  Juri Linkov  <juri@jurta.org>
3495         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
3497 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
3499         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
3500         error when FILENAME and NEWNAME are existing remote directories.
3502         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
3503         parameter DIR-FLAG.
3505 2010-03-02  Glenn Morris  <rgm@gnu.org>
3507         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
3508         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
3510 2010-03-01  Kenichi Handa  <handa@m17n.org>
3512         * language/burmese.el (burmese-composable-pattern): Rename from
3513         myanmar-composable-pattern.
3515         * international/characters.el (script-list):
3516         * international/fontset.el (script-representative-chars):
3517         Change myanmar to burmese.
3518         (otf-script-alist): Likewise.
3519         (setup-default-fontset): Likewise.  Re-fix :otf spec.
3521 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3523         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
3525 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
3527         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
3529 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3531         * net/tramp.el (tramp-handle-write-region): START can be a string.
3532         Take care in the checks.  Reported by Dan Davison
3533         <davison@stats.ox.ac.uk>.
3535 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
3537         * net/dbus.el (dbus-introspect, dbus-get-property)
3538         (dbus-set-property, dbus-get-all-properties):
3539         Use `dbus-call-method' when noninteractive.  (Bug#5645)
3541 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
3543         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
3544         * emacs-lisp/elint.el (elint-add-required-env):
3545         * cedet/semantic/db-find.el
3546         (semanticdb-find-translate-path-brutish-default):
3547         * cedet/ede/make.el (ede-make-check-version):
3548         * calendar/icalendar.el (icalendar--add-diary-entry):
3549         * calc/calcalg2.el (math-tracing-integral):
3550         * files.el (recover-session-finish): Use with-current-buffer
3551         instead of save-excursion.
3553 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3555         Fix in-buffer completion when after-change-functions modify the buffer.
3556         * minibuffer.el (completion--replace): New function.
3557         (completion--do-completion): Use it and use relative movement.
3559 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
3561         * international/fontset.el (setup-default-fontset): Fix :otf spec.
3563 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
3565         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
3566         Allow the characters _<> in the stack entry (Bug#5653).
3568 2010-02-26  Kenichi Handa  <handa@m17n.org>
3570         * language/burmese.el: Fix entries in composition-function-table.
3571         (myanmar-composable-pattern): New variable.
3573         * international/fontset.el (setup-default-fontset): Add an entry
3574         for myanmar.
3576         * international/characters.el (script-list): Add Myanmar
3577         Extended-A.
3579 2010-02-26  Glenn Morris  <rgm@gnu.org>
3581         * custom.el (custom-initialize-delay): Doc fix.
3583         * mail/sendmail.el (send-mail-function): Autoload the call
3584         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
3586 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
3588         * files.el (hack-local-variables-filter): For eval forms, also
3589         check safe-local-variable-p (Bug#5636).
3591 2010-02-24  Eduard Wiebe  <usenet@pusto.de>
3593         * javascript.el (wisent-javascript-jv-expand-tag): Avoid c(ad)ddr
3594         and use c(ad)r of cddr (Bug#5640).
3596 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
3598         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
3599         setting the modes by `ignore-errors'.  It might fail, for example
3600         if the file is not owned by the user but the group.
3601         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
3603 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
3605         * files.el (directory-listing-before-filename-regexp): Use
3606         stricter matching for iso-style dates, to avoid false matches with
3607         date-like filenames (Bug#5597).
3609         * htmlfontify.el (htmlfontify): Doc fix.
3611         * eshell/eshell.el (eshell): Doc fix.
3613         * startup.el (fancy-about-screen): In mode-line, apply
3614         mode-line-buffer-id face only to the buffer name (Bug#5613).
3616 2010-02-20  Kevin Ryde  <user42@zip.com.au>
3618         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3619         In `watcom' anchor regexp to start of line, to avoid slowness
3620         (Bug#5599).
3622 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
3624         * subr.el (remove-yank-excluded-properties): Explain in a comment
3625         why `category' property is removed.
3627 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
3629         * isearch.el (isearch-update-post-hook, isearch-update): Revert
3630         2010-02-17 change.
3632 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
3634         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
3635         (icalendar--convert-weekly-to-ical)
3636         (icalendar--convert-yearly-to-ical)
3637         (icalendar--convert-block-to-ical)
3638         (icalendar--convert-cyclic-to-ical)
3639         (icalendar--convert-anniversary-to-ical): Take care of time
3640         specifications where hour has 1-digit only (Bug#5549).
3642 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
3644         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
3645         of disassemble output in GDB 7.1.
3647 2010-02-19  Glenn Morris  <rgm@gnu.org>
3649         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
3650         property.  (Bug#5593)
3652 2010-02-18  Sam Steingold  <sds@gnu.org>
3654         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
3656 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3658         Use abbreviated file names in bookmarks (bug#5591).
3659         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
3660         calls to expand-file-name.
3661         (bookmark-relocate): Use abbreviated file names in bookmarks.
3662         (bookmark-load): Use abbreviated file names in messages.
3664 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3666         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
3667         expand "." and "..".  Reported by Thierry Volpiatto
3668         <thierry.volpiatto@gmail.com>.
3670 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
3672         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
3673         permissions of the temporary file to "0600".  In case the remote
3674         file has no read permissions for the owner, there might be
3675         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
3677 22010-02-18  Glenn Morris  <rgm@gnu.org>
3679         * emacs-lisp/authors.el (authors-renamed-files-alist):
3680         Add entries for INSTALL.CVS.
3682 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
3684         * vc-bzr.el: Fix typo in Known Bugs section.
3686         * isearch.el (isearch-update-post-hook): New hook.
3687         (isearch-update): Use the new hook.
3689 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
3691         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
3692         Fix errors in copying directories.
3693         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
3694         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
3695         (tramp-handle-delete-file)
3696         (tramp-handle-dired-recursive-delete-directory)
3697         (tramp-handle-write-region): Flush also the cache for the upper
3698         directory.
3700 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
3702         * simple.el (save-interprogram-paste-before-kill): Doc fix.
3704         * cus-edit.el (hardware): Doc fix.
3706         * man.el (man): Add to external custom group.
3708         * delim-col.el (columns): Move to wp custom group.
3710         * doc-view.el (doc-view): Add to data custom group.
3712         * cedet/data-debug.el (data-debug): Move to extensions group.
3714         * cedet/ede.el (ede):
3715         * cedet/srecode.el (srecode):
3716         * cedet/semantic.el (semantic): Put in tools and extensions group.
3718         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
3720         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
3721         by ispell-parse-output (Bug#5575).
3723 2010-02-16  Kenichi Handa  <handa@m17n.org>
3725         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
3726         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
3727         (skkdic-convert): Use `euc-japan' coding system for writing.
3729 2010-02-16  Glenn Morris  <rgm@gnu.org>
3731         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
3732         tex-main-file before using it.  (Bug#5562)
3734 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3736         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
3737         warnings, since it is annoying for the user to see them each time he
3738         runs the code.
3740 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
3742         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
3743         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
3744         instead of PROC for caching "first-password-request".  Otherwise,
3745         new processes would not profit from passwords already entered.
3747         * net/tramp-cache.el (tramp-dump-connection-properties):
3748         Don't save "first-password-request" property.
3750 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
3752         * outline.el (outline-head-from-level):
3753         * simple.el (with-wrapper-hook):
3754         * cedet/ede.el (ede-run-target, project-delete-target)
3755         (project-dist-files, ede-name, ede-documentation, ede-parent-project)
3756         (ede-adebug-project, ede-adebug-project-parent)
3757         (ede-adebug-project-root):
3758         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
3759         (elint-defun, elint-buffer-env, elint-top-form-logged)
3760         (elint-unbound-variable):
3761         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
3762         Fix typos in docstrings.
3764 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
3766         * files.el (insert-directory): When WILDCARD-REGEXP and
3767         FULL-DIRECTORY-P are nil, insert the file entry instead of the
3768         whole directory.  (Bug#5551)
3770         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
3771         dired's alignment sanity.  (Bug#5516)
3773 2010-02-14  Juri Linkov  <juri@jurta.org>
3775         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
3776         Remove remaining ^H with their preceding chars.  (Bug#5566)
3778 2010-02-13  Glenn Morris  <rgm@gnu.org>
3780         * simple.el (transpose-subr): Give it a doc-string.
3782         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
3783         Doc fixes.
3785 2010-02-12  Juri Linkov  <juri@jurta.org>
3787         * arc-mode.el (archive-unique-fname): Make directories for nested
3788         archives.  (Bug#5540)
3790 2010-02-12  Juri Linkov  <juri@jurta.org>
3792         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
3794 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * subr.el (copy-overlay): Handle deleted overlays.
3798         * man.el (Man-completion-table): Don't signal an error if we can't run
3799         manual-program (bug#4056).
3801 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
3803         * textmodes/artist.el (artist-mt): Fix typos in docstring.
3805 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3807         * info.el (Info-bookmark-jump): Simplify.
3809         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
3810         (bookmark-default-handler): Accept new bookmark field `buffer'.
3812 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
3814         * iswitchb.el (iswitchb-completions): Revert last change.
3816 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
3818         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
3819         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
3820         This prevents file names like "~/" being listed literally.
3822 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
3824         * term/xterm.el (xterm-maybe-set-dark-background-mode):
3825         Remove dead code.  (Bug#5546)
3827 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
3829         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
3830         correctly (Bug#5548).
3832 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
3834         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
3835         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
3837 2010-02-08  Kenichi Handa  <handa@m17n.org>
3839         * international/mule-util.el (with-coding-priority): Add autoload
3840         cookie for putting `lisp-indent-function'.
3842 2010-02-07  Glenn Morris  <rgm@gnu.org>
3844         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
3845         Move F2003 named interfaces from keywords-2 to keywords-1, and
3846         use function-name-face rather than constant-face.
3847         Simplify "abstract interface" regexp.
3849 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
3851         * eshell/esh-util.el (eshell-file-attributes): New optional arg
3852         ID-FORMAT.  Pass it to `file-attributes'.
3854         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
3856 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
3858         * faces.el (set-face-attribute): Allow calling
3859         internal-set-lisp-face-attribute with 'unspecified family and
3860         foundry argument (Bug#5536).
3862 2010-02-07  Glenn Morris  <rgm@gnu.org>
3864         * progmodes/f90.el (f90-font-lock-keywords-2)
3865         (f90-looking-at-type-like, f90-looking-at-program-block-end):
3866         Handle F2003 named interfaces.
3868 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
3870         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
3871         beg and end before calling c-get-state-before-change-functions.
3873 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
3875         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
3877 2010-02-05  Juri Linkov  <juri@jurta.org>
3879         * doc-view.el (doc-view-mode):
3880         * image-mode.el (image-mode): Put property mode-class=special.
3881         (Bug#4896)
3883 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
3885         * vc-svn.el (vc-svn-revision-table): New function.
3887 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
3889         * net/ange-ftp.el (ange-ftp-insert-directory):
3890         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3891         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3892         Handle also directories.  (Bug#5478)
3894 2010-02-05  Glenn Morris  <rgm@gnu.org>
3896         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
3898 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
3900         * startup.el (command-line-1): Convert options beginning with a
3901         single dash as well (Bug#5519).
3903 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3905         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
3906         * minibuffer.el (completion-initials-expand): Only check the presence
3907         of delims *within* the boundaries, since otherwise the / delim is
3908         always found for files.
3910         Fix up various corner case problems.
3911         * doc-view.el (doc-view-last-page-number): New function.
3912         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
3913         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
3914         (doc-view-kill-proc): Avoid inf-loop in freak cases.
3915         (doc-view-reconvert-doc): Use the new recursive delete-directory.
3916         (doc-view-convert-current-doc): Don't create the resolution.el file
3917         here any more.
3918         (doc-view-pdf/ps->png): Do it here instead.
3919         (doc-view-already-converted-p): Check that resolution.el is present.
3920         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
3921         windows that are not yet showing images.
3923 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
3925         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
3926         `dired-uncache' for every elemnt which is an absolute file name.
3928         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
3929         directory, handle its directory component.
3930         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
3931         function is called permanently and creates noise, otherwise.
3933         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
3934         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
3935         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
3937 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
3939         * macros.el (apply-macro-to-region-lines):
3940         Minor simplification.  (Bug#5485)
3942 2010-02-04  Glenn Morris  <rgm@gnu.org>
3944         * mail/rmail.el (rmail-show-message-1): Handle malformed
3945         quoted-printable text.  (Bug#5441)
3947         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
3949         * simple.el (visual-line-mode): Capitalize lighter.
3951 2010-02-03  John Wiegley  <jwiegley@gmail.com>
3953         * iswitchb.el (iswitchb-completions): Add bookmark files to the
3954         list of files considered for "virtual buffer" completions.
3956 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
3958         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
3959         also in case of (and (not full) (not wildcard)). This is needed,
3960         when dired is called with a list of files, which are not in
3961         `default-directory'.  (Bug#5478)
3963 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3965         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
3967 2010-02-02  Juri Linkov  <juri@jurta.org>
3969         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
3970         from unidiff to allow function-line after @@.
3972 2010-02-02  Juri Linkov  <juri@jurta.org>
3974         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
3975         '(RCS SCCS) with inverted condition.
3977 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
3979         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
3980         messages.
3982 2010-02-01  Juri Linkov  <juri@jurta.org>
3984         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
3985         compare with "pkunzip" and "pkzip" instead of only "pkzip".
3986         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
3987         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
3989 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3991         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
3992         (doc-view-revert-buffer): New command.
3993         (doc-view-mode-map): Use it.
3995 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
3997         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
3998         pending merge is detected.
4000 2010-01-31  Juri Linkov  <juri@jurta.org>
4002         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
4003         beginning of interactive spec like all other grep commands do.
4004         Put "all" in front of "gz".  (Bug#5260)
4006 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
4008         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
4010 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
4012         * dirtrack.el (dirtrack): Warn instead of signalling error if the
4013         regexp is incorrect (Bug#5476).
4015 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
4017         * net/tramp.el (tramp-handle-insert-directory): Handle also
4018         symlinks, when FILENAME is not in `default-directory'.
4020 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4022         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
4023         FILE is not in `default-directory'.  (Bug#5478)
4025         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
4026         of SWITCHES.  Handle the case, FILENAME is not in
4027         `default-directory'.  (Bug#5478)
4028         (tramp-register-file-name-handlers): Add safe-magic property.
4030 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
4032         * arc-mode.el (archive-zip-extract): Quote the argument passed to
4033         unzip (Bug#5475).
4035 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
4037         * progmodes/flymake.el (flymake-allowed-file-name-masks)
4038         (flymake-master-make-header-init): Add other C++ filename masks.
4039         (flymake-find-possible-master-files)
4040         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
4042 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
4044         Fix some busybox annoyances.
4046         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
4047         not responding." string.
4048         (tramp-open-connection-setup-interactive-shell): Dump stty
4049         settings.  Enable "neveropen" arg for all `tramp-send-command'
4050         calls.  Handle "=" in variable values properly.
4051         (tramp-find-inline-encoding): Raise an error, when no encoding is
4052         found.
4053         (tramp-wait-for-output): Check, whether PROC buffer is available.
4054         Remove spurious " ^H" sequences, sent by busybox.
4055         (tramp-get-ls-command): Suppress coloring, if possible.
4057 2010-01-28  Glenn Morris  <rgm@gnu.org>
4059         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
4061         * log-edit.el (log-edit-strip-single-file-name): Add missing
4062         :safe, :group, and :version tags.
4064 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
4066         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
4067         buffers.  (Bug#5477)
4069 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
4071         * files.el (delete-directory): Handle moving to trash without
4072         first doing recursion (Bug#5436).
4074 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
4076         * vc-hooks.el (vc-path): Mark as obsolete.
4078 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
4080         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
4081         names too.
4083         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
4084         for the short log.
4085         (vc-bzr-log-view-mode): Adjust regexp for the above change.
4087 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
4089         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
4091         * vc-bzr.el (vc-bzr-revision-table): New function.
4093 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
4095         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
4096         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
4098 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
4100         Remove support for adding --signoff on commit.
4101         Future support will use an incompatible generic mechanism.
4102         * vc-git.el (vc-git-add-signoff): Remove variable.
4103         (vc-git-toggle-signoff): Remove function.
4104         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
4106         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
4107         from xterm-set-background-mode.  Return t if the background mode
4108         was set.
4109         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
4110         earlier, call it again in case the background mode has changed.
4112 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
4114         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
4115         (Bug#3541).
4117 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
4119         * emacs-lisp/assoc.el (aelement): Doc fix.
4120         (aput, adelete, amake): Use lexical-let (Bug#5450).
4122 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
4124         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
4125         is the same as subprogram call, not declaration.  (Bug#5435).
4127 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
4129         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
4130         (tramp-smb-maybe-open-connection): Use it.
4132 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
4134         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
4136 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4138         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
4139         just because we see "encoding: 8bit".
4140         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
4142 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
4144         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
4146 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
4148         * jka-compr.el (jka-compr-load): If load-file is not in
4149         load-history, try its file-truename version.  (bug#5447)
4151 2010-01-21  Alan Mackenzie  <acm@muc.de>
4153         Fix a situation where deletion of a cpp construct throws an error.
4154         * progmodes/cc-engine.el (c-invalidate-state-cache): Before
4155         invoking c-with-all-but-one-cpps-commented-out, check that the
4156         special cpp construct is still in the buffer.
4157         (c-parse-state): Record the special cpp with markers, not numbers.
4159 2010-01-21  Kenichi Handa  <handa@m17n.org>
4161         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
4162         process last-command-event, as it is now decoded first (Bug#5380).
4164 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
4166         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
4168 2010-01-20  Glenn Morris  <rgm@gnu.org>
4170         * indent.el (tab-always-indent): Fix custom-type.
4172 2010-01-19  Alan Mackenzie  <acm@muc.de>
4174         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
4175         buffer throws "args out of range".
4176         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
4177         playing the role of delimiter.
4179 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
4181         * progmodes/ada-mode.el: Fix bug#5400.
4182         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
4183         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
4184         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
4185         Improve comments in "is" portion.  Handle null procedure declaration.
4186         (ada-move-to-end): Improve doc string.
4188 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
4190         * ido.el (ido-cur-list): Initialize to nil.
4191         Remove obsolete information from commentary.
4192         (ido-choice-list): Initialize to nil.
4193         (ido-get-bufname): Reject minibuffers.
4194         (ido-make-buffer-list): If "default" is a nonexistent
4195         buffer, ignore it, as per the function's comment.
4196         (ido-kill-buffer-internal): New function.
4197         (ido-kill-buffer-at-head): Use it.
4198         (ido-visit-buffer): Likewise.
4200 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4202         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
4204 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
4206         * cedet/ede/locate.el (ede-locate-file-in-project)
4207         (ede-locate-file-in-project-impl): Fix typos in docstrings.
4208         (ede-enable-locate-on-project): Fix typos in error messages.
4210         * cedet/semantic/util-modes.el (semantic-unmatched-syntax-face)
4211         (semantic-stickyfunc-old-hlf, semantic-stickyfunc-header-line-format)
4212         (semantic-stickyfunc-sticky-classes, semantic-highlight-func-mode-setup)
4213         (semantic-stickyfunc-fetch-stickyline): Fix typos in docstrings.
4214         (semantic-stickyfunc-popup-menu, semantic-highlight-func-popup-menu):
4215         Fix typos in menu help.
4217         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
4218         Fix typos in chart titles.
4220         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
4221         * cedet/semantic.el (semantic-require-version, semantic--buffer-cache)
4222         (semantic-unmatched-syntax-cache-check, semantic-unmatched-syntax-hook)
4223         (semantic--before-fetch-tags-hook, semantic-new-buffer-fcn-was-run)
4224         (semantic--umatched-syntax-needs-refresh-p, semantic-elapsed-time)
4225         (semantic-parse-stream, semantic-parse-region)
4226         (semantic-parse-region-default, semantic--set-buffer-cache)
4227         (semantic-minimum-working-buffer-size, semantic-refresh-tags-safe)
4228         (semantic-bovinate-toplevel, semantic-load-system-cache-loaded)
4229         (semantic-default-submodes):
4230         * cedet/semantic/db-ebrowse.el (semanticdb-table-ebrowse)
4231         (semanticdb-create-ebrowse-database)
4232         (semanticdb-find-tags-for-completion-method)
4233         (semanticdb-find-tags-by-class-method)
4234         (semanticdb-deep-find-tags-by-name-method)
4235         (semanticdb-deep-find-tags-for-completion-method):
4236         * cedet/semantic/db-el.el (semanticdb-elisp-mapatom-collector)
4237         (semanticdb-find-tags-by-name-method, emacs-lisp-mode)
4238         (semanticdb-find-tags-for-completion-method)
4239         (semanticdb-find-tags-by-class-method)
4240         (semanticdb-deep-find-tags-for-completion-method):
4241         * cedet/semantic/db-find.el (semanticdb-find-translate-path)
4242         (semanticdb-find-need-cache-update-p, semanticdb-find-result-with-nil-p)
4243         (semanticdb-find-scanned-include-tags, semanticdb-find-tags-collector)
4244         (semanticdb-find-tags-by-name-method)
4245         (semanticdb-find-tags-by-name-regexp-method)
4246         (semanticdb-find-tags-for-completion-method)
4247         (semanticdb-find-tags-by-class-method)
4248         (semanticdb-find-tags-external-children-of-type-method)
4249         (semanticdb-find-tags-subclasses-of-type-method)
4250         (semanticdb-deep-find-tags-by-name-method)
4251         (semanticdb-deep-find-tags-by-name-regexp-method)
4252         (semanticdb-deep-find-tags-for-completion-method):
4253         * cedet/semantic/db-global.el (semanticdb-enable-gnu-global-hook)
4254         (semanticdb-enable-gnu-global-in-buffer)
4255         (semanticdb-find-tags-for-completion-method)
4256         (semanticdb-deep-find-tags-by-name-method)
4257         (semanticdb-deep-find-tags-for-completion-method):
4258         * cedet/semantic/db-javascript.el (semanticdb-javascript-tags)
4259         (javascript-mode, semanticdb-find-translate-path)
4260         (semanticdb-find-tags-for-completion-method)
4261         (semanticdb-find-tags-by-class-method)
4262         (semanticdb-deep-find-tags-by-name-method)
4263         (semanticdb-deep-find-tags-for-completion-method)
4264         (semanticdb-find-tags-external-children-of-type-method):
4265         * cedet/semantic/idle.el (semantic-idle-work-core-handler)
4266         (define-semantic-idle-service, semantic-idle-summary-useful-context-p)
4267         (global-semantic-idle-scheduler-mode):
4268         * cedet/srecode/dictionary.el (srecode-field-value)
4269         (srecode-dictionary-add-section-dictionary):
4270         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
4271         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
4272         (describe-class, eieio-describe-generic, describe-generic):
4273         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
4274         (eieio-speedbar-expand):
4275         * emulation/viper-cmd.el (viper-exec-form-in-vi)
4276         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
4277         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
4278         (viper-del-backward-char-in-replace, viper-backward-indent)
4279         (viper-brac-function, viper-register-to-point, viper-submit-report):
4280         * net/tramp.el (tramp-remote-coding-commands):
4281         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
4282         Fix typos in docstrings.
4284 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4286         * mail/sendmail.el (mail-yank-original): Set the mark if the
4287         specified function for yanking does not do it.
4289 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
4291         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
4293         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
4294         resyncing a directory.
4296 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
4298         * progmodes/ada-mode.el: Fix bug#1920.
4299         (ada-ident-re): Delete ., allow multibyte characters.
4300         (ada-goto-label-re): New; matches goto labels.
4301         (ada-block-label-re): New; matches block labels.
4302         (ada-label-re): New; matches both.
4303         (ada-named-block-re): Deleted; callers changed to use
4304         `ada-block-label-re' instead.
4305         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
4306         Use `ada-block-label-re'.
4307         (ada-indent-on-previous-lines): Improve handling of goto labels.
4308         (ada-get-indent-block-start): Special-case block label.
4309         (ada-get-indent-label): Split into `ada-indent-block-label' and
4310         `ada-indent-goto-label'.
4311         (ada-goto-stmt-start, ada-goto-next-non-ws):
4312         Optionally ignore goto labels.
4313         (ada-goto-next-word): Simplify.
4314         (ada-indent-newline-indent-conditional): Insert newline before
4315         trying to fix indentation; doc fix.
4317 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
4319         * calc/calc.el (calc-command-flags): Give it an initial value.
4321 2010-01-17  Glenn Morris  <rgm@gnu.org>
4323         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer): Doc fix.
4325 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4327         * cedet/semantic.el (semantic-mode):
4328         * files.el (minibuffer-with-setup-hook):
4329         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
4330         (artist-key-draw-continously, artist-key-do-continously-continously)
4331         (artist-key-set-point-continously, artist-mouse-draw-continously):
4332         Fix typos in docstrings.
4334 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
4336         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
4337         return t (Bug#3898).
4339 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
4341         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
4342         can parse the output of the external commands (Bug#5279).
4344 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
4346         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
4348 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
4350         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
4352         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
4354         * startup.el (command-line): Remove unused --icon-type arg.
4355         Handle --display arg, passing it to command-line-1 (Bug#5392).
4357 2010-01-16  Mario Lang  <mlang@delysid.org>
4359         * cedet/ede/cpp-root.el (ede-cpp-root-project):
4360         * cedet/ede/files.el (ede-expand-filename):
4361         * cedet/ede/simple.el (ede-simple-project):
4362         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
4363         (semantic-complete-inline-tag-engine):
4364         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
4365         * cedet/semantic/db-global.el (semanticdb-equivalent-mode):
4366         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
4367         * cedet/semantic/db.el (semanticdb-equivalent-mode):
4368         * cedet/semantic/decorate/include.el (semantic-decoration-unknown-include-describe):
4369         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
4370         * emacs-lisp/chart.el (chart-translate-namezone):
4371         * textmodes/artist.el (artist-compute-popup-menu-table):
4372         Remove duplicated words in doc-strings.
4374 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
4376         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
4377         to mairix-search to suppress threading (Bug#5342).
4379 2010-01-15  Kenichi Handa  <handa@m17n.org>
4381         * international/mule-cmds.el (canonicalize-coding-system-name):
4382         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
4384 2010-01-15  Glenn Morris  <rgm@gnu.org>
4386         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
4388         * wid-edit.el (widget-keymap): Doc fix.
4390         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
4391         former seems to be more widely accepted by various svn versions.
4393 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4395         * find-cmd.el (find-constituents):
4396         * vc-arch.el (vc-arch-root):
4397         * window.el (window-body-height, pop-up-frames):
4398         * cedet/semantic/edit.el (semantic-reparse-needed-change-hook)
4399         (semantic-no-reparse-needed-change-hook):
4400         * cedet/srecode/insert.el (srecode-resolve-argument-list)
4401         (srecode-template-inserter-blank, srecode-template-inserter-variable)
4402         (srecode-template-inserter-ask, srecode-template-inserter-width)
4403         (srecode-template-inserter-section-start)
4404         (srecode-template-inserter-section-end, srecode-insert-method):
4405         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
4406         * progmodes/ada-stmt.el (ada-if):
4407         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
4408         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
4409         (ispell-encoding8-command, ispell-aspell-supports-utf8)
4410         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
4412         * progmodes/flymake.el (flymake-post-syntax-check):
4413         Fix typo in error message.
4415 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4417         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
4418         which is always a string.  (Bug#5313)
4420 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
4422         * progmodes/ada-xref.el (ada-default-prj-properties):
4423         Simplify previous change.
4425 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4427         * progmodes/ada-xref.el (ada-default-prj-properties):
4428         Default ada_project_path to $ADA_PROJECT_PATH.
4430 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4432         * progmodes/ada-mode.el (ada-create-keymap):
4433         Override `narrow-to-defun' with `ada-narrow-to-defun'.
4435 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4437         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
4438         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
4439         (ada-get-current-indent, ada-imenu-generic-expression)
4440         (ada-which-function): Check for it.
4442 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
4444         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
4445         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
4447 2010-01-14  Glenn Morris  <rgm@gnu.org>
4449         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
4451 2010-01-14  Kenichi Handa  <handa@m17n.org>
4453         * composite.el (auto-composition-mode): Make it a buffer local
4454         variable (permanent-local).
4455         (auto-composition-function): Set the default value to
4456         auto-compose-chars.
4457         (auto-composition-mode): Make it a simple function, not a minor mode.
4458         (global-auto-composition-mode): Likewise.
4459         (turn-on-auto-composition-if-enabled): Delete it.
4461 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
4463         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
4465 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
4467         * files.el (copy-directory): Compute target for recursive
4468         directories with identical names.  (Bug#5343)
4470 2010-01-12  Glenn Morris  <rgm@gnu.org>
4472         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
4473         it to bug-gnu-emacs rather than emacs-pretest-bug.
4475 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4477         * cedet/data-debug.el (data-debug): Fix customization group reference.
4479 2010-01-12  Juanma Barranquero  <lekktu@gmail.com>
4481         * cedet/semantic/analyze.el (semantic-analyze-push-error)
4482         (semantic-analyze-context, semantic-analyze-context-assignment)
4483         (semantic-analyze-find-tag-sequence, semantic-analyze-find-tag):
4484         * cedet/semantic/java.el (java-mode, semantic-tag-include-filename)
4485         (semantic-java-doc-keywords-map):
4486         * cedet/semantic/bovine/c.el (c-mode, semantic-c-member-of-autocast)
4487         (semantic-lex-c-nested-namespace-ignore-second, semantic-parse-region)
4488         (semantic-c-parse-lexical-token, semantic-c-debug-mode-init-pch)
4489         (semantic-c-classname, semantic-format-tag-uml-prototype)
4490         (semantic-c-dereference-namespace, semantic-analyze-type-constants):
4491         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string)
4492         (semantic-emacs-lisp-obsoleted-doc, semantic-up-context)
4493         (semantic-get-local-variables, semantic-end-of-command)
4494         (semantic-beginning-of-command, semantic-ctxt-current-class-list)
4495         (lisp-mode):
4496         * cedet/semantic/bovine/make.el (makefile-mode):
4497         * cedet/semantic/wisent/python.el (wisent-python-string-re)
4498         (wisent-python-implicit-line-joining-p, wisent-python-forward-string)
4499         (wisent-python-lex-beginning-of-line, wisent-python-lex-end-of-line)
4500         (semantic-lex, semantic-get-local-variables, python-mode):
4501         * cedet/semantic/wisent/python-wy.el (wisent-python-wy--keyword-table):
4502         * cedet/srecode/extract.el (srecode-extract-state-set)
4503         (srecode-extract-method): Fix typos in docstrings.
4505 2010-01-11  Sam Steingold  <sds@gnu.org>
4507         * imenu.el (imenu-default-create-index-function): Detect infinite
4508         loops caused by imenu-prev-index-position-function.
4510 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4512         * htmlfontify.el (htmlfontify-load-rgb-file)
4513         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
4514         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
4515         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
4516         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
4517         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
4518         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
4519         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
4520         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
4521         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
4522         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
4523         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
4524         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
4525         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
4526         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
4527         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
4528         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
4529         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
4530         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
4531         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
4532         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
4533         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
4534         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
4535         backslash-quoting from parentheses, etc.
4537 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
4539         * progmodes/js.el: Autoload javascript-mode alias.
4541 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
4543         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
4544         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
4545         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
4546         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
4547         Fix typos in docstrings.
4548         (ffap-url-regexp): Doc fix.
4549         (ffap-at-mouse): Fix typo in message.
4551 2010-01-11  Glenn Morris  <rgm@gnu.org>
4553         * version.el (emacs-copyright): Set copyright year to 2010.
4555 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4557         * format.el (format-annotate-function): Only set
4558         write-region-post-annotation-function after running to-fn so as not to
4559         affect nested write-region calls (bug#5273).
4561 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
4563         * cedet/semantic.el (semantic-new-buffer-setup-functions):
4564         Add python parser.
4566         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
4567         wisent/python.el.
4569 2010-01-10  Richard Kim  <emacs18@gmail.com>
4571         * cedet/semantic/wisent/python-wy.el:
4572         * cedet/semantic/wisent/python.el: New files.
4574 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4576         * man.el (Man-goto-section): Signal error if the section is not
4577         found (Bug#5317).
4579 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
4581         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
4582         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
4584 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
4586         * progmodes/compile.el: Don't treat compile-command as safe if
4587         compilation-read-command might be nil (Bug#4218).
4589 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
4591         * startup.el (command-line-1): Use orig-argi to check for ignored X and
4592         NS options.
4594 2010-01-08  Kenichi Handa  <handa@m17n.org>
4596         * international/fontset.el (build-default-fontset-data):
4597         Exclude characters in scripts kana, hangul, han, or cjk-misc.
4599 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
4601         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
4602         to `create-file-buffer' as it expects, not just a buffer name.
4603         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
4604         to help uniquify.  (Bug#3224)
4606 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
4608         * font-setting.el (font-setting-change-default-font): Use user-spec
4609         instead of name.
4611 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
4613         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
4615 2010-01-05  Tom Tromey  <tromey@redhat.com>
4617         * progmodes/python.el (python-font-lock-keywords):
4618         Handle qualified decorators (Bug#881).
4620 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4622         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
4623         in a lightweight checkout.
4625 2010-01-05  Kenichi Handa  <handa@m17n.org>
4627         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
4629 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
4631         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
4633 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
4635         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
4636         checkouts.  (Bug#618)
4637         (vc-bzr-log-view-mode): Also highlight the author.
4638         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
4639         (vc-bzr-shelve-menu-map):
4640         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
4641         (vc-bzr-shelve-apply): Make prompt more explicit.
4643 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4645         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
4646         They are valid characters in URL paths (rfc3986), and at least
4647         Firefox does not understand the encoded version (Bug#3166).
4649 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
4651         * progmodes/octave-mod.el (octave-end-keywords)
4652         (octave-block-begin-or-end-regexp, octave-block-match-alist):
4653         Add "end" keyword (Bug#3061).
4654         (octave-end-as-array-index-p): New function.
4655         (calculate-octave-indent): Use it.
4657 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4659         * bookmark.el: Consistently put the text property on the bookmark name.
4660         (bookmark-bmenu-marks-width): Bump back to 2, to include
4661         annotation marks.
4662         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
4663         property on the bookmark name, instead of not putting it at all.
4664         (bookmark-bmenu-list): Fix where we put the text property.
4666 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4668         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
4669         for showing buffer modified state (as added in the previous change).
4671 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4673         * bookmark.el: Show modified state of bookmark buffer more accurately.
4674         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
4675         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
4676         (with-buffer-modified-unmodified): New macro.
4677         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
4678         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
4679         Use new macro to preserve the buffer modified state.
4681 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4683         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
4684         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
4685         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
4686         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
4687         (bookmark-bmenu-rename, bookmark-bmenu-locate)
4688         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
4689         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
4691 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4693         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4694         Make the lines in the generated doc string shorter.  (Bug#4668)
4696 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
4698         * net/rcirc.el: Add follow-link binding (Bug#4738).
4700 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
4702         * Makefile.in (bzr-update): Rename from cvs-update.
4703         (cvs-update): New target for backward compatibility.
4705         * makefile.w32-in (bzr-update): Rename from cvs-update.
4706         (cvs-update): New target for backward compatibility.
4708 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4710         * bookmark.el: Remove gratuitous gratitude.
4712 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4714         * bookmark.el (bookmark-bmenu-any-marks): New function
4715         (bookmark-bmenu-save): Clear buffer modification if no marks.
4717 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4719         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
4720         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
4721         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
4722         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
4724         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
4725         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
4726         To: emacs-devel {_AT_} gnu.org
4727         Subject: bookmark.el bug report
4728         Date: Mon, 28 Dec 2009 14:19:16 +0800
4729         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
4731 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
4733         * bookmark.el: Improvements suggested by Drew Adams:
4734         (bookmark-bmenu-ensure-position): New name for
4735         `bookmark-bmenu-check-position'.  Just ensure the position,
4736         don't return any meaningful value.
4737         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
4738         New constants.
4740 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
4742         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
4743         (bookmark-yank-point, bookmark-bmenu-check-position):
4744         Fix typos in docstrings.
4745         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
4746         (bookmark-name-from-full-record, bookmark-get-position)
4747         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
4748         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
4749         Remove useless quoting of parenthesis, etc. in docstrings.
4751         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
4752         (ediff-append-custom-diff): Fix typo in error message.
4753         (ediff-meta-mark-equal-files): Fix typos in messages.
4755         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
4757         * cedet/semantic/db-typecache.el (semanticdb-typecache-find-default):
4758         Fix typo in docstring.
4760         * net/imap-hash.el (imap-hash-make): Doc fix.
4761         (imap-hash-test): Fix typo in error message; reflow docstring.
4762         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
4763         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
4764         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
4765         Fix typos in docstrings.
4766         (imap-hash-open-connection): Fix typo in error message.
4768         * play/gomoku.el (gomoku): Fix typos in docstring.
4770         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
4771         (gdb-jsonify-buffer): Fix typos in docstring.
4772         (gdb-goto-breakpoint): Fix typo in error message.
4773         ("Display Other Windows"): Fix typo in help message.
4774         (gdb-speedbar-expand-node): Fix typo in question.
4776         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
4777         (idlwave-html-system-help-location, idlwave-html-help-location)
4778         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
4779         (idlwave-help-browser-generic-args, idlwave-help-directory)
4780         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
4781         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
4782         (idlwave-online-help, idlwave-help-html-link)
4783         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
4784         Fix typos in docstrings.
4785         (idlwave-help-with-source, idlwave-help-find-routine-definition):
4786         Reflow docstrings.
4787         (idlwave-help-assistant-start): Fix typo in error message.
4789         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
4790         (octave-electric-space): Fix typos in docstrings.
4792 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4794         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
4796 2010-01-01  Juri Linkov  <juri@jurta.org>
4798         * comint.el (comint-input-ring-size): Make it a defcustom and
4799         increase the default to 500 (Bug#5148).
4801 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
4803         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
4804         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
4805         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
4807 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
4809         Show working revision correctly for mercurial.
4810         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
4811         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
4813 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
4815         Declare some functions for the byte-compiler.
4816         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
4817         (speedbar-timer-fn, speedbar-change-expand-button-char)
4818         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
4820 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
4822         This changeset reverts GDB Graphical Interface to use annotations.
4823         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
4825 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
4827         Make vc-dir work on subdirectories of the bzr root.
4828         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
4829         file names relative to it.
4830         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
4831         relative directory to vc-bzr-after-dir-status.
4833 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
4835         * font-lock.el (font-lock-refresh-defaults): New function, which
4836         can be used to let font-lock react to external changes in
4837         variables like font-lock-defaults and keywords.
4838         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
4840 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
4842         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
4844         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
4846 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
4848         Supersede color.diff settings in git log (bug#5211).
4850         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
4851         escape chars in its output when the user has color.diff set to `always'.
4852         This fix works on git 1.4.2 and newer (released on 2006-08-13).
4854 2009-12-26  Kevin Ryde  <user42@zip.com.au>
4856         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
4857         node.  Keep previous "Index" name to work with past coreutils too.
4859         * man.el (man): Revise docstring a bit to show -a and -l as
4860         examples.  Add -k description since support for it has otherwise
4861         been a secret.  (Further to bug#3717.)
4862         (Man-bgproc-sentinel): When "-k foo" produces no output show error
4863         "no matches" rather than "Can't find manpage", as the latter reads
4864         like -k was interpreted as a page name, which is not so.  (Bug#5431)
4866 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
4868         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
4869         switches.  Check also for //SUBDIRED// line.
4871 2009-12-25  Kenichi Handa  <handa@m17n.org>
4873         * language/indian.el (devanagari-composable-pattern): Fixed to
4874         handle ZWNJ and ZWJ.  Use it in composition-function-table for
4875         Devanagari.
4876         (malayalam-composable-pattern): Fix previous change.
4878 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4880         * ps-print.el (ps-face-attributes): It was not returning the
4881         attribute face for faces specified as string.  Reported by harven
4882         <harven@free.fr>.
4883         (ps-print-version): New version 7.3.5.
4885 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
4887         * calendar/icalendar.el (icalendar--convert-tz-offset):
4888         Fix timezone names.
4889         (icalendar--convert-tz-offset): Fix the "last-day-problem".
4890         (icalendar--add-diary-entry): Remove the trailing blank that
4891         diary-make-entry inserts.
4893 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
4895         Make `file-expand-wildcards' work for remote files.
4897         * files.el (file-expand-wildcards): In case of remote files, check
4898         only local file name part for wildcards.  Provide feature 'files
4899         and subfeature 'remote-wildcards.  (Bug#5198)
4901         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
4902         if there is already an established connection.
4903         (tramp-advice-file-expand-wildcards): Remove it.
4905         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
4906         (tramp-advice-file-expand-wildcards): Move from tramp.el.
4907         Activate advice for older GNU Emacs versions.  (Bug#5237)
4909 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
4911         Some doc fixes (more needed).
4913         * find-cmd.el (find-constituents): Reflow docstring.
4914         (find-cmd, find-prune, find-command): Fix typos in docstrings.
4915         (find-generic): Doc fix.
4917 2009-12-17  Juri Linkov  <juri@jurta.org>
4919         Fix regression from 23.1 to allow multiple modes in Local Variables.
4921         * files.el (hack-local-variables-filter): While ignoring duplicates,
4922         don't take `mode' into account.
4923         (hack-local-variables-filter, hack-dir-local-variables):
4924         Don't remove duplicate `mode' from local-variables-alist (like `eval').
4926 2009-12-17  Juri Linkov  <juri@jurta.org>
4928         Make `dired-diff' safer.  (Bug#5225)
4930         * dired-aux.el (dired-diff): Signal an error when `file' equals to
4931         `current' or when `file' is a directory of the `current' file.
4933 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
4935         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
4936         unconditionally preloaded files.
4938 2009-12-16  Juri Linkov  <juri@jurta.org>
4940         Revert to old 23.1 logic of using the file at the mark as default.
4941         * dired-aux.el (dired-diff): Use the file at the mark as default
4942         if it's not the same as the current file, and the target dir is
4943         the current dir or the mark is active.  Add the current file
4944         as the arg of `dired-dwim-target-defaults'.  Use the default file
4945         in the prompt.  (Bug#5225)
4947 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
4949         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
4950         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
4951         (tramp-check-for-regexp): Check also, when an echoing shell stops
4952         to echo sent commands.
4954 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4956         * Makefile.in: Revert last change (Bug#5191).
4958 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
4960         * vc-hg.el (vc-hg-print-log): Fix argument order.
4961         (vc-hg-working-revision): Make sure the command is executed in a
4962         known environment so that we can parse the output.  (Bug#4417)
4964 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4966         * progmodes/python.el (python-symbol-completions): Remove text
4967         properties from symbol string before calling python-send-receive.
4969 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
4971         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
4972         when there are values for both file and line.  (Bug#5060)
4974 2009-12-14  Juri Linkov  <juri@jurta.org>
4976         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
4977         whitespace after the file name of the first line of unified format,
4978         because git-diff doesn't output whitespace and file modification time
4979         after the file name.
4981 2009-12-14  David Kastrup  <dak@gnu.org>
4983         * info.el (Info-hide-cookies-node): Before hiding a cookie,
4984         check if it already has the `display' property added by
4985         `Info-display-images-node', and not put the `invisible' property
4986         in this case.
4988 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
4990         * cedet/semantic/mru-bookmark.el (global-semantic-mru-bookmark-mode)
4991         (semantic-mru-bookmark-mode): Doc fixes.
4993         * cedet/semantic/db.el (semanticdb-cache-get): Use error instead
4994         of assert.
4996 2009-12-13  Glenn Morris  <rgm@gnu.org>
4998         * mail/emacsbug.el (message-sort-headers): Define for compiler.
4999         (report-emacs-bug): In message-mode, sort manually before storing
5000         original report text.  (Bug#5178)
5001         Remove superfluous save-excursion.
5003 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
5005         * net/dbus.el (dbus-property-handler): Filter lambda forms out
5006         when responding to "GetAll" properties.
5008 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
5010         * simple.el (compose-mail): Remove mail-setup-with-from from
5011         customization checks.
5013 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
5015         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
5016         RAR archives created on Unix systems.
5018 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
5021         the varalias that was accidentally removed by the 2009-11-19 change
5022         (bug#5186).
5024 2009-12-12  Kenichi Handa  <handa@m17n.org>
5026         * language/indian.el (indian-compose-regexp): New function.
5027         (malayalam-composable-pattern): Fix the pattern.
5028         (composition-function-table): Set malayalam-composable-pattern for
5029         Malayalam characters.
5031 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
5033         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
5034         rather than down-mouse-1, based on follow-link conventions.
5036         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
5037         are compiled.
5039 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
5041         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
5042         (verilog-vmm-statement-re, verilog-ovm-statement-re)
5043         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
5044         (verilog-leap-to-head, verilog-backward-token):
5045         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
5047 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
5049         * progmodes/verilog-mode.el (verilog-auto-lineup)
5050         (verilog-nameable-item-re): Cleanup user-visible spelling and
5051         documentation errors.  One reported by Gary Delp.
5052         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
5053         (verilog-read-decls): Fix AUTOWIRE with types declared in a
5054         package, bug195.  Reported by Pierre-David Pfister.
5056 2009-12-11  Glenn Morris  <rgm@gnu.org>
5058         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
5060         * mail/emacsbug.el: No longer require sendmail.
5061         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
5062         (report-emacs-bug-orig-text): Doc fix.
5063         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
5064         New local variables, to adapt to different mail-user-agents.
5065         (report-emacs-bug): Fix test for a gnu.org address.
5066         Use overlays for emphasis, since font-lock defeats 'face property.
5067         Pretest bugs also end up at the newsgroup these days.
5068         Stop message-mode stripping text properties.
5069         Set and use the new buffer-local variables.
5070         (report-emacs-bug-hook): Add doc-string.
5071         Remove some unnecessary save-excursions and simplify.
5072         Use the appropriate hook and send-command.
5074         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
5075         capitalization of some menu entries.
5077 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5079         * whitespace.el (whitespace-display-char-on):
5080         Ensure `buffer-display-table' is unique when two or more windows are
5081         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
5082         New version 12.1.
5084 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
5086         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
5087         characters in the Attribute field.
5089 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
5091         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
5093 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5095         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
5096         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5097         Disregard autoload-excludes.
5098         (update-directory-autoloads): Obey autoload-excludes here instead.
5099         But don't store its contents in no-autoloads and remove entries that
5100         refer to excludes files.
5102 2009-12-10  Glenn Morris  <rgm@gnu.org>
5104         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
5105         (expand-mail-aliases): Define for compiler.
5107         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
5108         Define for compiler.
5110         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
5111         appropriate for the mail-user-agent in use.
5113 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
5115         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
5117 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
5119         Fix short log parsing and fontification.
5120         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
5121         Fix fontification for the [merge] label.
5123 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
5125         Drop some properties to avoid surprises (bug#5002).
5126         * htmlfontify.el (hfy-ignored-properties): New defcustom.
5127         (hfy-fontify-buffer): Use it.
5129 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5131         Minor cleanup.
5132         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
5133         Adjust all callers.
5134         (ffap-locate-file): Remove unused arg `dir-ok' and make other
5135         args compulsory.  Adjust callers.
5136         (ffap-gopher-at-point): Remove unused var `name'.
5138         Get rid of the ELCFILES abomination.
5139         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
5140         (compile-elcfiles): New phony target.
5141         (compile-main): Compute ELCFILES dynamically.
5142         (compile-clean): New target to remove left-over elc files.
5143         (compile, all): Use it.
5145 2009-12-09  Kenichi Handa  <handa@etlken>
5147         * international/mule-diag.el: Require help-mode instead of help-fns.
5149 2009-12-09  Kenichi Handa  <handa@m17n.org>
5151         * international/mule-cmds.el (ucs-names): Supply sufficiently
5152         fine ranges instead of pre-calculating accurate ranges.
5153         Iterate with bigger gc-cons-threshold.
5155 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
5157         Add support for stashing a snapshot of the current tree.
5158         * vc-git.el (vc-git-stash-snapshot): New function.
5159         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
5161 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
5163         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
5164         instead of `(beginning|end)-of-line'.
5166 2009-12-08  Glenn Morris  <rgm@gnu.org>
5168         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
5170         * Makefile.in (ELCFILES): Regenerate.
5172 2009-12-07  Juri Linkov  <juri@jurta.org>
5174         Don't lazy-highlight the comint output in history Isearch mode.
5176         * comint.el (comint-history-isearch-search): Instead of
5177         `comint-line-beginning-position', use `comint-after-pmark-p'
5178         to check if point if before the process mark, and go to
5179         `process-mark' in this case.
5181 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * textmodes/tex-mode.el (latex-complete)
5184         (latex-indent-or-complete): Remove.
5185         (latex-mode): Set completion-at-point-functions instead.
5187         Provide a standard completion command and hook it into TAB.
5188         * minibuffer.el (completion-at-point-functions): New var.
5189         (completion-at-point): New command.
5190         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
5191         * progmodes/python.el (python-mode-map): Use completion-at-point.
5192         (python-completion-at-point): Rename from python-partial-symbol and
5193         adjust for use in completion-at-point-functions.
5194         (python-mode): Setup completion-at-point for Python completion.
5195         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
5196         extracted from lisp-complete-symbol.
5197         (lisp-complete-symbol): Use it.
5198         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
5199         setup completion-at-point for Elisp completion.
5200         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5201         Use completion-at-point.
5202         * ielm.el (ielm-map): Use completion-at-point.
5203         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
5204         * progmodes/sym-comp.el: Move to...
5205         * obsolete/sym-comp.el: Move from progmodes.
5207 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
5209         Prevent save-buffer in Rmail buffers from using the coding-system
5210         of the current message, and from clobbering the encoding mnemonics
5211         in the mode line (Bug#4623).
5213         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
5214         flag, too.
5215         (rmail-message-encoding): New variable.
5216         (rmail-write-region-annotate): Record the encoding of the current
5217         message in rmail-message-encoding.
5218         (rmail-after-save-hook): New function, restores the encoding of
5219         the current message after the message collection is saved.
5221 2009-12-07  Juri Linkov  <juri@jurta.org>
5223         * progmodes/grep.el (grep-read-files): Use `completing-read'
5224         instead of `read-string'.  Set its `collection' arg to
5225         `read-file-name-internal'.  (Bug#4301)
5227 2009-12-07  Juri Linkov  <juri@jurta.org>
5229         Correctly restore original Isearch point.  (Bug#4994)
5231         * isearch.el (isearch-mode): Move `isearch-push-state' after
5232         `(run-hooks 'isearch-mode-hook)'.
5233         (isearch-cancel): When `isearch-push-state-function' is defined,
5234         let-bind `isearch-cmds' to the first state (the last element of
5235         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
5236         function and restores the original point).  Otherwise, move point
5237         to `isearch-opoint'.
5239 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5241         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
5242         chars that don't have names, so the table can be built much faster at
5243         run-time.
5245 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
5247         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
5248         change.  Suggested by David Kastrup.
5250         * simple.el (compose-mail): Check for incompatibilities and warn.
5251         (compose-mail-user-agent-warnings): New option.
5253 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5255         Support showing a single log entry from vc-annotate.
5256         * vc.el (print-log): Add a new argument: START-REVISION.
5257         (vc-print-log-internal): Add a new optional argument and
5258         pass it to the backend.
5259         (vc-print-log, vc-print-root-log): Adjust callers.
5260         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
5261         buffer already displays the requested log entry, use it.
5262         Otherwise display only the log entry in question.
5263         * vc-svn.el (vc-svn-print-log):
5264         * vc-mtn.el (vc-mtn-print-log):
5265         * vc-hg.el (vc-hg-state):
5266         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
5267         (vc-git-show-log-entry): Return t on success.
5268         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
5269         (vc-bzr-show-log-entry): Return t on success.
5270         * vc-rcs.el (vc-rcs-print-log):
5271         * vc-sccs.el (vc-sccs-print-log):
5272         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
5274 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5276         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
5277         Add menus to the meta mode.  (Bug#5043)
5279 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
5281         * ediff-init.el (ediff-event-key): Use event-to-character instead of
5282         event-key.
5284         * ediff.el (ediff-buffers-internal): Add unwind-protect.
5286 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
5288         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
5289         Berbain <raphael.berbain@gmail.com>.
5291         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
5292         characters.
5293         (tramp-initial-end-of-output): New defconst.
5294         (tramp-methods, tramp-find-shell)
5295         (tramp-open-connection-setup-interactive-shell)
5296         (tramp-maybe-open-connection): Use it.
5297         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
5298         existence of `#' and `$'.
5300         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
5301         `tramp-initial-end-of-output'.
5303 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
5305         Get the background mode from the terminal for xterm, and set
5306         faces accordingly.
5307         * term/xterm.el (xterm-set-background-mode): New function.
5308         (terminal-init-xterm): Use it in case xterm supports background
5309         color queries.  Recompute faces after getting the background
5310         color.
5312 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
5314         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
5315         number comment back on its own line, for easier parsing.
5317 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5319         Make it work for non-file buffers (bug#5102).
5320         * doc-view.el (doc-view-current-cache-dir):
5321         Use doc-view-buffer-file-name rather than buffer-file-name.
5322         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
5324 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
5326         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
5327         author field is too short.
5329 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
5331         * vc-git.el (vc-git-print-log): Handle a limit argument.
5332         Display the short log in graph form and with labels.
5333         (vc-git-log-view-mode): Handle labels.
5335         Make vc-revert change VC state from 'added to 'unregistered.
5336         * vc-git.el (vc-git-revert): Call git reset first.
5338 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5340         * net/newst-backend.el, net/newst-plainview.el:
5341         * net/newst-reader.el, net/newst-ticker.el:
5342         * net/newst-treeview.el, net/newsticker.el:
5343         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
5345 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5347         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
5349         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
5350         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
5351         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5352         Update annotation regexp.
5354         * simple.el (beginning-of-visual-line): Constrain to field
5355         boundaries (Bug#5106).
5357 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
5359         * xml.el (xml-substitute-numeric-entities): Move
5360         newsticker--decode-numeric-entities in newst-backend.el to
5361         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5362         * net/newst-backend.el (newsticker--parse-generic-feed)
5363         (newsticker--parse-generic-items)
5364         (newsticker--decode-numeric-entities): Move
5365         newsticker--decode-numeric-entities in newst-backend.el to
5366         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
5368 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
5370         * progmodes/js.el (js--js-not): Add null to the list of values.
5372 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
5374         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
5376 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5378         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
5379         delimiter if it is at the end of the current line.
5380         (bibtex-generate-url-list): Fix docstring.
5382 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5384         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
5385         minibuffer's content with itself.
5386         Fold the confirm-after-completion case into the `confirm' case.
5387         (completion-pcm-word-delimiters): Add : and / to the delimiters.
5389 2009-12-06  Kevin Ryde  <user42@zip.com.au>
5391         * ffap.el (ffap-rfc-path): Make this a defcustom since
5392         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
5394         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
5395         manuals, similar to existing setup for help-mode.  (Bug#3913.)
5397 2009-12-05  Juri Linkov  <juri@jurta.org>
5399         Save and restore dired buffer's point positions too.  (Bug#4880)
5401         * dired.el (dired-save-positions): Return in the first element
5402         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
5403         Doc fix.
5404         (dired-restore-positions): First restore buffer's position.
5405         While restoring window's positions, check if window still displays
5406         the original buffer.
5408 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
5410         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
5411         if possible.
5413         * cedet/semantic/ia.el (semantic-ia-complete-symbol):
5414         Make argument optional.
5416         * shell.el (shell): Require ansi-color (Bug#5113).
5418         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
5420         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
5422 2009-12-05  Alan Mackenzie  <acm@muc.de>
5424         * progmodes/cc-mode.el (c-before-hack-hook)
5425         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
5426         `c-file-style' to work again.  This reversion restores the current
5427         software to its state in Emacs 23.1.  (Bug#4146)
5429 2009-12-05  Kevin Ryde  <user42@zip.com.au>
5431         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
5432         comment-start-skip to comment-end-skip as comment (Bug#4781).
5434 2009-12-05  Juri Linkov  <juri@jurta.org>
5436         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
5437         for virtual nodes.  (Bug#4147)
5438         (Info-find-node-2): Set `Info-current-node-virtual' to nil
5439         when moving from a virtual node.
5440         (Info-mode-menu): Add `Info-virtual-index' to the menu.
5441         (Info-mode): Add `Info-virtual-index' to the docstring.
5443 2009-12-05  Eric Ludlam  <zappo@gnu.org>
5445         * cedet/semantic/bovine/c.el (semantic-c-describe-environment):
5446         Describe project macro symbols.
5448         * cedet/semantic/complete.el (semantic-complete-do-completion):
5449         Don't call semantic-collector-current-exact-match.
5451         * cedet/ede.el (ede-apply-preprocessor-map): Accept lists of
5452         ede-objects as targets.
5454         * cedet/ede/pmake.el (ede-proj-makefile-insert-variables): Output
5455         a target's object list even if compiler vars are already in the
5456         Makefile.
5458         * cedet/ede/emacs.el (ede-preprocessor-map): Add config.h to the
5459         list of headers producing necessary macros.
5461 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5463         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
5464         track of the buffer position of the end of a BibTeX entry as this
5465         position may change during reformatting.
5466         (bibtex-format-entry): Remove whitespace before processing
5467         numerical fields so that we recognize the latter properly.
5468         (bibtex-reformat): Do not use push which changes the global value
5469         of bibtex-entry-format.
5470         (bibtex-field-braces-alist, bibtex-field-strings-alist)
5471         (bibtex-field-re-init): Replace only space characters by regexp
5472         for whitespace.
5473         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
5474         (bibtex-initialize): Also update bibtex-strings.
5475         (bibtex-kill-field): Preserve white space at end of entry.
5476         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
5477         Update bibtex-reference-keys.
5479 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5481         * minibuffer.el (completion-pcm--merge-try): Also consider placing
5482         point after a star, if that's the only place where modifications can
5483         make progress.
5485 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
5487         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
5488         in docstrings.
5490 2009-12-04  Juri Linkov  <juri@jurta.org>
5492         * proced.el (proced): Call `(proced-update t)' to update process
5493         information instead of only running proced-post-display-hook.
5494         (proced-send-signal): Add a leading space to the buffer name
5495         " *Marked Processes*" to make this buffer ephemeral.
5497 2009-12-04  Juri Linkov  <juri@jurta.org>
5499         * dired.el (dired-auto-revert-buffer): New defcustom.
5500         (dired-internal-noselect): Use it.
5502 2009-12-04  Juri Linkov  <juri@jurta.org>
5504         Change roles of modes and functions in image-mode.el (Bug#5062).
5506         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
5507         in `auto-mode-alist'.
5508         (image-mode-previous-major-mode): New variable.
5509         (image-minor-mode-map): Rename from `image-mode-text-map'.
5510         (image-mode): Move graceful error-handling code from
5511         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
5512         (image-minor-mode): Remove all image-handling code.
5513         Replace `image-mode-text-map' with `image-minor-mode-map'.
5514         Check for `image-type' in mode-line format string.
5515         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
5516         (image-mode-as-text): New function with most code from
5517         `image-mode-maybe'.
5518         (image-toggle-display-text): Move code that removes image
5519         properties from `image-toggle-display' to here.
5520         (image-toggle-display-image): New function with code that adds
5521         image properties copied from `image-toggle-display'.
5522         (image-toggle-display): Remove most code with leaving only code
5523         that toggles between `image-mode-as-text' and `image-mode'.
5525 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
5527         * net/newst-treeview.el
5528         (newsticker--treeview-list-highlight-start): Restored call to
5529         save-excursion: Selected item was stuck.
5530         (newsticker--treeview-list-select): New.
5531         (newsticker--treeview-item-show-text)
5532         (newsticker--treeview-item-show)
5533         (newsticker--treeview-item-update): Use new
5534         newsticker-treeview-item-mode.
5535         (newsticker-treeview-update): Keep current item.
5536         (newsticker-treeview-next-new-or-immortal-item): Doc change.
5537         (newsticker--treeview-first-feed): Doc change.
5538         (newsticker-treeview-list-menu)
5539         (newsticker-treeview-item-menu): Added menu entries.
5540         (newsticker-treeview-item-mode): New.
5542         * net/newst-backend.el (newsticker-customize): Delete other
5543         windows.
5545 2009-12-04  Sam Steingold  <sds@gnu.org>
5547         * log-view.el (log-view-mode-map): "q" calls quit-window,
5548         like in all the other non-self-insert buffers.
5550 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5552         Minor cleanup.
5553         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
5554         key decoding rather than do it manually via last-input-event +
5555         ascii-character.
5556         (term-exec): Use delete-and-extract-region.
5557         (term-handle-ansi-terminal-messages): Remove unused var `end'.
5558         (term-process-pager): Remove unused var `i'.
5559         (term-dynamic-simple-complete): Make obsolete.
5560         (serial-update-config-menu): Remove unused vars `y' and `str'.
5561         (term-update-mode-line): Remove unused var `temp'.
5563 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5565         Limit the number of log entries displayed by default.
5566         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
5567         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
5568         using a prefix argument.
5570 2009-12-03  Glenn Morris  <rgm@gnu.org>
5572         * progmodes/idlwave.el (class): Restore still useful declaration.
5574 2009-12-03  Alan Mackenzie  <acm@muc.de>
5576         Enhance `c-parse-state' to run efficiently in "brace deserts".
5578         * progmodes/cc-mode.el (c-basic-common-init):
5579         Call c-state-cache-init.
5580         (c-neutralize-syntax-in-and-mark-CPP): Rename from
5581         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
5582         placing `category' properties value 'c-cpp-delimiter at its boundaries.
5584         * progmodes/cc-langs.el (c-before-font-lock-function):
5585         c-extend-and-neutralize-syntax-in-CPP has been renamed
5586         c-neutralize-syntax-in-and-mark-CPP.
5588         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
5589         with `category' properties now, not `syntax-table' ones.
5591         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
5592         enhanced (but slower) version of c-end-of-macro that won't land
5593         inside a literal or on another awkward character.
5594         (c-state-cache-too-far, c-state-cache-start)
5595         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
5596         (c-state-nonlit-pos-cache-limit, c-state-point-min)
5597         (c-state-point-min-lit-type, c-state-point-min-lit-start)
5598         (c-state-min-scan-pos, c-state-brace-pair-desert)
5599         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
5600         buffer local variables.
5601         (c-state-literal-at, c-state-lit-beg)
5602         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
5603         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
5604         (c-state-cache-top-paren, c-state-cache-after-top-paren)
5605         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
5606         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
5607         (c-renarrow-state-cache)
5608         (c-append-lower-brace-pair-to-state-cache)
5609         (c-state-push-any-brace-pair, c-append-to-state-cache)
5610         (c-remove-stale-state-cache)
5611         (c-remove-stale-state-cache-backwards, c-state-cache-init)
5612         (c-invalidate-state-cache-1, c-parse-state-1)
5613         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
5614         (c-parse-state): Enhance and refactor.
5615         (c-debug-parse-state): Amend to deal with all the new variables.
5617         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
5618         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
5619         modify to use category text properties rather than syntax-table ones.
5620         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
5621         to switch off/on the syntactic paren property of C++ template
5622         delimiters using the category property.
5623         (c-with-<->-as-parens-suppressed): Macro to invoke code with
5624         template delims suppressed.
5625         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
5626         New constant/macros which apply category properties to the start
5627         and end of preprocessor constructs.
5628         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
5629         "comment out" the syntactic value of characters in preprocessor
5630         constructs.
5631         (c-with-cpps-commented-out)
5632         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
5633         with characters in all or all but one preprocessor constructs
5634         "commented out".
5636 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5638         * proced.el (proced-filter-alist): Use regexp-quote.
5640 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
5642         Cleanup.
5643         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
5644         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
5645         arguments.  Expand `default-directory'.
5647         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
5648         the benefit of returning an expanded localname.
5649         (tramp-tramp-file-p): Handle the case NAME is not a string.
5651 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5653         Add support for bzr shelve/unshelve.
5654         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
5655         (vc-bzr-extra-menu-map): New variables.
5656         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
5657         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
5658         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
5659         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
5660         (vc-bzr-dir-extra-headers): Display shelves.
5662         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
5664 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5666         * textmodes/bibtex.el (bibtex-complete-internal):
5667         Use completion-in-region.
5668         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
5670 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
5672         Support applying stashes.  Improve UI.
5673         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
5674         (vc-git-stash-apply, vc-git-stash-pop)
5675         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
5676         (vc-git-stash-menu): New functions.
5677         (vc-git-stash-menu-map): New variable.
5678         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
5680 2009-12-03  Glenn Morris  <rgm@gnu.org>
5682         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
5683         (vc-print-log-internal): Fix previous change.
5684         (vc-revert): Correct pluralization.
5686 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5688         * progmodes/make-mode.el (makefile-special-targets-list): No need for
5689         it to be an alist any more.
5690         (makefile-complete): Use completion-in-region.
5692         * progmodes/octave-mod.el (octave-complete-symbol):
5693         Use completion-in-region.
5695         Misc cleanup.
5696         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
5697         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
5698         (idlwave-complete-class): Don't quote lambda.
5699         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
5700         (idlwave-mode-map): Move initialization into declaration.
5701         (idlwave-action-and-binding): Use backquotes.
5702         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
5703         Simplify.
5704         (idlwave-is-pointer-dereference): Remove unused var `pos'.
5705         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
5706         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
5707         `parts', and `all-parts'.
5708         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
5709         (idlwave-convert-xml-system-routine-info): Remove unused string
5710         `version-string'.
5711         (idlwave-display-user-catalog-widget): Use dolist.
5712         (idlwave-scanning-lib): Declare dynamically-scoped var.
5713         (idlwave-scan-library-catalogs): Remove unused var `flags'.
5714         (completion-highlight-first-word-only): Declare to silence bytecomp.
5715         (idlwave-popup-select): Tighten scope of `resp'.
5716         (idlwave-find-struct-tag): Remove unused var `beg'.
5717         (idlwave-after-load-rinfo-hook): Declare.
5718         (idlwave-sintern-class-info): Remove unused var `taglist'.
5719         (idlwave-find-class-definition): Remove unused var `list'.
5720         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
5721         (idlwave-what-module-find-class): Remove unused var `classes'.
5723 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
5725         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
5727 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
5730         buffers visited.  Remove redundant current-buffer-saving.
5732 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5734         Use completion-in-buffer and remove uses of dynamic scoping.
5735         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
5736         (pascal-buffer-to-use, pascal-flag): Don't declare.
5737         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
5738         (pascal-get-completion-decl, pascal-keyword-completion):
5739         Add `pascal-str' argument, save-excursion,
5740         return the found completions, and don't filter with pascal-pred.
5741         (pascal-completion-cache): New var.
5742         (pascal-completion): Don't switch buffer any more (it was never
5743         necessary).  Don't save-excursion any more (it's done by the called
5744         subroutines).  Use a cache to avoid redundant computations.
5745         Use complete-with-action rather than pascal-completion-response and
5746         let it apply the predicate as well.
5747         (pascal-complete-word): Use completion-in-buffer when
5748         pascal-toggle-completions is nil.
5749         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
5750         not used any more.
5751         (pascal-comp-defun): Don't change buffer any more.
5752         Use complete-with-action rather than pascal-completion-response and
5753         let it apply the predicate as well.
5754         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
5755         when neded.
5757 2009-12-02  Kenichi Handa  <handa@m17n.org>
5759         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
5760         shape for all Indic scripts.
5762 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5764         Use completion-in-buffer.
5765         * wid-edit.el (widget-field-text-end): New function.
5766         (widget-field-value-get): Use it.
5767         (widget-string-complete, widget-file-complete)
5768         (widget-color-complete): Use it and completion-in-region.
5769         (widget-complete): Don't narrow the buffer.
5771 2009-12-02  Glenn Morris  <rgm@gnu.org>
5773         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
5774         (rmail-select-summary): Use rmail-pop-to-buffer.
5775         * mail/rmailsum.el: Replace all pop-to-buffer calls with
5776         rmail-pop-to-buffer, to prevent horizontal splits.
5778         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
5779         save-excursion with save-current-buffer.
5780         Widen before searching.  (Bug#5093)
5781         (diary-list-sexp-entries): Remove superfluous save-excursion.
5783 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
5785         * woman.el (woman-make-bufname): Handle man-pages with "." in the
5786         name.  (Bug#5038)
5788 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
5790         * ido.el (ido-file-internal): Handle filenames at point that do
5791         not have a directory part.  (Bug#5049)
5793 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
5795         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
5796         (mpc-songs-jump-to, mpc-resume): Doc fixes.
5798 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
5800         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
5801         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
5802         any more.
5804 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5806         * comint.el (comint-insert-input): Ignore clicks to the right of
5807         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
5809         * vc.el (vc-print-log-internal): Don't wait for the process to
5810         terminate before setting up the major mode.
5812         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
5813         in case.
5815         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
5816         the last element.
5818         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
5820 2009-12-01  Glenn Morris  <rgm@gnu.org>
5822         * window.el (window--display-buffer-2): Fix previous changes.
5824 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
5826         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
5828 2009-12-01  Glenn Morris  <rgm@gnu.org>
5830         * Makefile.in (ELCFILES): Add mpc.elc.
5832 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         * mpc.el: New file.
5836 2009-12-01  Glenn Morris  <rgm@gnu.org>
5838         * window.el (window-to-use): Define for compiler.
5840         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
5841         consistent with others (no final period).
5843         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
5844         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
5846 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
5848         Make vc-print-log buttons work.
5849         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
5851 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
5853         * savehist.el (savehist-autosave-interval): Allow setting to nil
5854         through customize.  (Bug#5056)
5856 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
5858         Fix references to jit-lock properties.
5859         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
5860         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
5861         (perl-font-lock-special-syntactic-constructs):
5862         Quote jit-lock-defer-multiline property.
5864 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
5866         * vc-git.el (vc-git-registered): Call vc-git-root only once.
5868 2009-11-30  Juri Linkov  <juri@jurta.org>
5870         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
5871         value `buffer' of `multi-isearch-next-buffer-current-function'.
5872         Use `(current-buffer)' when `buffer' is nil.
5873         (multi-isearch-next-buffer-from-list): Don't fallback to
5874         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
5876 2009-11-30  Juri Linkov  <juri@jurta.org>
5878         * misearch.el (multi-isearch-read-buffers): Move canonicalization
5879         of buffers with `get-buffer' to `multi-isearch-buffers'.
5880         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5881         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
5882         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
5883         FILES with `expand-file-name' converting relative file names
5884         to absolute.  Doc fix.  (Bug#4727)
5886 2009-11-30  Juri Linkov  <juri@jurta.org>
5888         * misearch.el (multi-isearch-read-buffers)
5889         (multi-isearch-read-matching-buffers): New functions.
5890         (multi-isearch-buffers, multi-isearch-buffers-regexp):
5891         Use them in the `interactive' spec.  Doc fix.
5892         (multi-isearch-read-files, multi-isearch-read-matching-files):
5893         New functions.
5894         (multi-isearch-files, multi-isearch-files-regexp):
5895         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
5897 2009-11-30  Juri Linkov  <juri@jurta.org>
5899         * doc-view.el (doc-view-continuous):
5900         Rename from `doc-view-continuous-mode'.
5901         (doc-view-menu): Move "Toggle display" to the top.
5902         Add submenu "Continuous" with radio buttons "Off"/"On"
5903         and "Save as Default".
5904         (doc-view-scroll-up-or-next-page)
5905         (doc-view-scroll-down-or-previous-page)
5906         (doc-view-next-line-or-next-page)
5907         (doc-view-previous-line-or-previous-page): Rename
5908         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
5910 2009-11-30  Juri Linkov  <juri@jurta.org>
5912         * comint.el (comint-mode-map): Rebind `M-r' from
5913         `comint-previous-matching-input' to
5914         `comint-history-isearch-backward-regexp'.
5915         Unbind `M-s' to allow global key binding `M-s'.
5916         Add menu items for `comint-history-isearch-backward' and
5917         `comint-history-isearch-backward-regexp'.  (Bug#3746)
5919 2009-11-30  Juri Linkov  <juri@jurta.org>
5921         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
5922         For def=recenter, replace `recenter' with `recenter-top-bottom'
5923         that is called with `this-command' and `last-command' let-bound
5924         to `recenter-top-bottom'.  When the last `def' was not `recenter',
5925         set `recenter-last-op' to nil.  (Bug#4981)
5927 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5929         Minor cleanup and simplification.
5930         * filecache.el (file-cache-add-directory)
5931         (file-cache-add-directory-recursively)
5932         (file-cache-add-from-file-cache-buffer)
5933         (file-cache-delete-file-regexp, file-cache-delete-directory)
5934         (file-cache-files-matching-internal, file-cache-display): Use dolist.
5935         (file-cache-temp-minibuffer-message): Delete function.
5936         (file-cache-minibuffer-complete): Use minibuffer-message instead.
5938         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
5939         Don't signal an error when bumping into EOB in tr, s, or y.
5941 2009-11-29  Juri Linkov  <juri@jurta.org>
5943         * startup.el (fancy-about-text): Fix wording of Guided Tour.
5944         (Bug#4960)
5946         * descr-text.el (describe-char-unidata-list): Use lowercase name
5947         for "Unicode name" like in other tags.
5949 2009-11-29  Juri Linkov  <juri@jurta.org>
5951         * ediff-util.el (ediff-minibuffer-with-setup-hook):
5952         New compatibility macro.
5953         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
5955 2009-11-29  Juri Linkov  <juri@jurta.org>
5957         Add defcustom to define the cycling order of `recenter-top-bottom'.
5958         (Bug#4981)
5960         * window.el (recenter-last-op): Doc fix.
5961         (recenter-positions): New defcustom.
5962         (recenter-top-bottom): Rewrite to use `recenter-positions'.
5963         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
5965 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
5967         Improve integration of Tramp and ange-ftp in eshell.
5969         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
5970         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
5971         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
5973         * eshell/esh-util.el (top): Require also Tramp when compiling.
5974         (eshell-directory-files-and-attributes): Check for FTP remote
5975         connection.
5976         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
5977         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
5978         (eshell-file-attributes): Handle ".".  Return `entry'.
5980         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
5981         (ange-ftp-directory-files-and-attributes)
5982         (ange-ftp-real-directory-files-and-attributes): New defuns.
5984         * net/tramp.el (tramp-maybe-open-connection): Open the remote
5985         shell with "exec" when possible.  This prevents trailing prompts
5986         in `start-file-process'.
5988 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         Try and remove assumptions about point-min==1.
5991         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
5992         (rng-compute-mode-line-string): Show the validation percentage in
5993         terms of the narrowed text, not the widened text.
5994         (rng-do-some-validation): Don't catch internal errors when debugging.
5995         (rng-first-error): Simplify.
5996         (rng-after-change-function): Remove work around.  AFAIK the bug has
5997         been fixed a while ago.
5999         * image-mode.el (image-minor-mode): Exit more gracefully when the image
6000         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
6002         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
6004         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
6005         `cd' doesn't always do it for us (bug#5067).
6007         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
6008         on 2009-10-25 as part of some other change (bug#5067).
6010 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6012         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
6013         `suspicious'.
6014         (byte-compile-warnings): Use byte-compile-warning-types.
6015         (byte-compile-save-excursion): Warn about use of set-buffer right
6016         after save-excursion.
6018         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
6019         the excursion as well.
6021 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
6023         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
6024         providing a Tramp related implementation of "su" and "sudo".
6025         (eshell-unix-initialize): Add "su" and "sudo".
6027 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
6029         * net/socks.el (socks-send-command): Convert binary request to
6030         unibyte before sending.  This fixes mishandling of some port
6031         numbers such as 129.
6033 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6035         * help.el (describe-bindings-internal): Remove `interactive'.
6037         * man.el (Man-completion-table): Trim a terminating "(".
6038         Remove the space between name page a section.
6039         Add the command's description on the `help-echo' property.
6040         Remove `process-connection-type' binding since it's unused by
6041         call-process.
6042         Provide completion for the "<section> <name>" format as well.
6043         (Man-default-man-entry): Remove spurious var shadowing the argument.
6045 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6047         * log-view.el: Add "Keywords: tools", since its other keywords
6048         aren't in finder-known-keywords, and following vc.el.
6050         * sha1.el (sha1-string-external): default-directory "/" in case
6051         otherwise non-existent.  process-connection-type pipe for touch of
6052         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6054 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6056         Misc coding convention cleanups.
6057         * htmlfontify.el (hfy-init-kludge-hook): Rename from
6058         hfy-init-kludge-hooks.
6059         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
6060         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
6061         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
6062         and push.
6063         (hfy-slant, hfy-weight): Use tables rather than code.
6064         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
6065         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
6066         (hfy-face-attr-for-class): Initialize `face-spec' directly.
6067         (hfy-face-to-css): Remove `nconc' with single arg.
6068         (hfy-p-to-face-lennart): Use `or'.
6069         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
6070         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
6071         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
6072         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
6073         (hfy-force-fontification): Use run-hooks.
6075 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
6077         Various minor fixes.
6078         * htmlfontify.el (hfy-default-header): Add toggle_invis since
6079         Javascript belongs in the header, not the body.
6080         (hfy-javascript): Remove.
6081         (hfy-fontify-buffer): Don't insert it any more.
6082         (hfy-face-at): Handle (face0 face1 face2) style face properties.
6083         Fix bug in invis handling when there were no invis props in a chunk.
6085 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6087         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
6089 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
6091         * finder.el (finder-mode-map): Add a menu.
6093 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
6095         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
6096         "unsigned" structs.
6098         (verilog-leap-to-head, verilog-backward-token): Handle "disable
6099         fork" statement better.
6101 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
6103         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
6104         (verilog-delete-auto, verilog-delete-empty-auto-pair)
6105         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
6106         Reported by Clay Douglass.
6108         (verilog-auto-inst, verilog-auto-star-safe)
6109         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
6110         Fix removing "// Interfaces" when saving .* expansions.  Reported by
6111         Pierre-David Pfister.
6113 2009-11-26  Glenn Morris  <rgm@gnu.org>
6115         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
6116         the scope.
6118 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
6120         * vc-annotate.el (vc-annotate-revision-previous-to-line):
6121         Really use previous revision.
6123 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6125         * man.el (Man-completion-table): default-directory "/" in case
6126         doesn't otherwise exist.  process-environment COLUMNS=999 so as
6127         not to truncate long names.  process-connection-type pipe to avoid
6128         any chance of hitting the pseudo-tty TIOCGWINSZ.
6129         (man): completion-ignore-case t for friendliness and since man
6130         itself is case-insensitive on the command line.
6131         Further to Bug#3717.
6133         * arc-mode.el: Add "Keywords: files", so the details in its
6134         commentary can be reached from finder-by-keyword.
6135         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
6136         editing mode, but it's comms related and sgml-mode.el has "comm"
6137         on that basis too.
6138         * textmodes/bibtex-style.el: Add "Keywords: tex".
6139         * international/isearch-x.el, international/ja-dic-cnv.el:
6140         * international/ja-dic-utl.el, international/kkc.el:
6141         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
6143 2009-11-25  Juri Linkov  <juri@jurta.org>
6145         * man.el (Man-completion-table): Modify regexp to include
6146         section names to completion strings.  (Bug#3717)
6148 2009-11-25  Juri Linkov  <juri@jurta.org>
6150         Search recursively in gzipped files.  (Bug#4982)
6152         * progmodes/grep.el (grep-highlight-matches): Add new options
6153         `always' and `auto'.  Doc fix.
6154         (grep-process-setup): Check `grep-highlight-matches' for
6155         `auto-detect' to determine the need to compute grep defaults.
6156         Move Windows/DOS specific --colors settings handling
6157         to `grep-compute-defaults'.  Check `grep-highlight-matches'
6158         to get the value of "--color=".
6159         (grep-compute-defaults): Compute `grep-highlight-matches' when it
6160         has the value `auto-detect'.  Move Windows/DOS specific settings
6161         from `grep-process-setup'.
6162         (zrgrep): New command with alias `rzgrep'.
6164 2009-11-25  Juri Linkov  <juri@jurta.org>
6166         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
6167         to nil instead of switching off view-mode.  (Bug#4896)
6169 2009-11-25  Juri Linkov  <juri@jurta.org>
6171         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
6173         * mwheel.el (mwheel-scroll-up-function)
6174         (mwheel-scroll-down-function): New defvars.
6175         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
6176         `scroll-up', and `mwheel-scroll-down-function' instead of
6177         `scroll-down'.
6179         * doc-view.el (doc-view-scroll-up-or-next-page)
6180         (doc-view-scroll-down-or-previous-page): Add optional ARG.
6181         Use this ARG in the call to image-scroll-up/image-scroll-down.
6182         Change `interactive' spec to "P".  Goto next/previous page only
6183         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
6184         SPC/DEL case).  Doc fix.
6185         (doc-view-next-line-or-next-page)
6186         (doc-view-previous-line-or-previous-page): Rename arg to ARG
6187         for consistency.
6188         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
6189         `doc-view-scroll-up-or-next-page', and buffer-local
6190         `mwheel-scroll-down-function' to
6191         `doc-view-scroll-down-or-previous-page'.
6193 2009-11-25  Juri Linkov  <juri@jurta.org>
6195         Provide additional default values (directories at other Dired
6196         windows) via M-n in the minibuffer of some Dired commands.
6198         * dired-aux.el (dired-diff, dired-compare-directories)
6199         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
6200         `minibuffer-default' in `minibuffer-with-setup-hook'.
6201         (dired-dwim-target-directory): Find a window that displays Dired
6202         buffer instead of failing when the next window is not Dired.
6203         Use `get-window-with-predicate' to find for the next Dired window.
6204         (dired-dwim-target-defaults): New function.
6206         * ediff-util.el (ediff-read-file-name):
6207         Use `dired-dwim-target-defaults' to set `minibuffer-default'
6208         in `minibuffer-with-setup-hook'.
6210 2009-11-25  Juri Linkov  <juri@jurta.org>
6212         Provide additional default values (file name at point or at the
6213         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
6215         * minibuffer.el (read-file-name-defaults): New function.
6216         (read-file-name): Reset `minibuffer-default' to nil when
6217         it duplicates initial input `insdef'.
6218         Bind `minibuffer-default-add-function' to lambda that
6219         calls `read-file-name-defaults' in `minibuffer-selected-window'.
6220         (minibuffer-insert-file-name-at-point): New command.
6222         * files.el (file-name-at-point-functions): New defcustom.
6223         (find-file-default): Remove defvar.
6224         (find-file-read-args): Don't use `find-file-default'.
6225         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6226         to `read-file-name'.
6227         (find-file-literally): Use `read-file-name' with
6228         `confirm-nonexistent-file-or-buffer'.
6230         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
6232         * dired.el (dired-read-dir-and-switches):
6233         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
6234         to `read-file-name'.
6235         (dired-file-name-at-point): New function.
6236         (dired-mode): Add hook `dired-file-name-at-point' to
6237         `file-name-at-point-functions'.
6239 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6241         Really make the *Completions* window soft-dedicated (bug#5030).
6242         * window.el (window--display-buffer-2): Add `dedicated' argument.
6243         (display-buffer): Pass it when needed so the dedicated flag is set
6244         after calling set-window-buffer, which would otherwise reset it.
6246 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6248         * progmodes/meta-mode.el (meta-complete-symbol):
6249         * progmodes/etags.el (complete-tag):
6250         * mail/mailabbrev.el (mail-abbrev-complete-alias):
6251         Use completion-in-region.
6253         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
6254         (dabbrev-completion): Use completion-in-region.
6255         (dabbrev--abbrev-at-point): Simplify regexp.
6257         * abbrev.el (abbrev--before-point): Use word-motion functions
6258         if :regexp is not specified (bug#5031).
6260         * subr.el (string-prefix-p): New function.
6262         * man.el (Man-completion-cache): New var.
6263         (Man-completion-table): Use it.
6265         * vc.el (vc-print-log-internal): Make `limit' optional for better
6266         compatibility (e.g. with vc-annotate.el).
6268 2009-11-24  Kevin Ryde  <user42@zip.com.au>
6270         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
6271         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
6273         * emacs-lisp/elint.el (elint-add-required-env): Better error message
6274         when .el source file not found or other error.
6276 2009-11-24  Markus Triska  <markus.triska@gmx.at>
6278         * linum.el (linum-update-window): Ignore intangible (bug#4996).
6280 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6282         Handle the [back] button properly (bug#4979).
6283         * descr-text.el (describe-text-properties): Add a `buffer' argument.
6284         Use help-setup-xref, help-buffer, and with-help-window.
6285         (describe-char): Add `buffer' argument.
6286         Pass proper command to help-setup-xref.  Don't meddle with
6287         help-xref-stack-item directly.
6288         (describe-text-category): Use with-help-window and help-buffer.
6290         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
6291         for the displayed buffer (bug#4887).
6293         * man.el (Man-completion-table): New function.
6294         (man): Use it.
6296 2009-11-24  David Reitter  <david.reitter@gmail.com>
6298         * vc-git.el (vc-git-registered): Use checkout directory (where
6299         .git is) rather than the file's directory and a relative path spec
6300         to work around a bug in git.
6302 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
6304         Improve handling of processes on remote hosts.
6306         * eshell/esh-util.el (eshell-path-env): New defvar.
6307         (eshell-parse-colon-path): New defun.
6308         (eshell-file-attributes): Use `eshell-parse-colon-path'.
6310         * eshell/esh-ext.el (eshell-search-path):
6311         Use `eshell-parse-colon-path'.
6312         (eshell-remote-command): Remove argument HANDLER.
6313         (eshell-external-command): Check for FTP remote connection.
6315         * eshell/esh-proc.el (eshell-gather-process-output):
6316         Use `file-truename', in order to start also symlinked files.
6317         Apply `start-file-process' instead of `start-process'.
6318         Shorten `command' to the local file name part.
6320         * eshell/em-cmpl.el (eshell-complete-commands-list):
6321         Use `eshell-parse-colon-path'.
6323         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
6325         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
6326         to `eshell-directory-change-hook'.
6328 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
6330         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
6331         because it could be enabled automatically if view-read-only is non-nil.
6333 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
6335         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
6336         made on 2009-11-22.
6338 2009-11-24  Glenn Morris  <rgm@gnu.org>
6340         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
6341         deleted variable bookmark-bmenu-bookmark-column.
6343         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6344         Move after definition of global-semantic-idle-tag-highlight-mode.
6346 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
6350 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6352         * net/browse-url.el (browse-url-filename-alist): On Windows, add
6353         two slashes to the "file:" prefix.
6354         (browse-url-file-url): De-munge Cygwin filenames before passing
6355         them to Windows browser.
6356         (browse-url-default-windows-browser): Use call-process.
6358 2009-11-23  Juri Linkov  <juri@jurta.org>
6360         Implement DocView Continuous mode.  (Bug#4896)
6361         * doc-view.el (doc-view-continuous-mode): New defcustom.
6362         (doc-view-mode-map): Bind C-n/<down> to
6363         `doc-view-next-line-or-next-page', C-p/<up> to
6364         `doc-view-previous-line-or-previous-page'.
6365         (doc-view-next-line-or-next-page)
6366         (doc-view-previous-line-or-previous-page): New commands.
6368 2009-11-23  Juri Linkov  <juri@jurta.org>
6370         Implement Isearch in comint input history.  (Bug#3746)
6371         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
6372         `isearch-mode-hook'.
6373         (comint-history-isearch): New defcustom.
6374         (comint-history-isearch-backward)
6375         (comint-history-isearch-backward-regexp): New commands.
6376         (comint-history-isearch-message-overlay): New buffer-local variable.
6377         (comint-history-isearch-setup, comint-history-isearch-end)
6378         (comint-goto-input, comint-history-isearch-search)
6379         (comint-history-isearch-message, comint-history-isearch-wrap)
6380         (comint-history-isearch-push-state)
6381         (comint-history-isearch-pop-state): New functions.
6383 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
6385         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
6386         return.
6387         (tramp-handle-make-symbolic-link)
6388         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
6389         Quote file names.
6390         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
6391         (tramp-handle-process-file): Use it.
6393 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6395         * window.el (move-to-window-line-last-op): Remove.
6396         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
6398 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6400         Make M-r mirror the new cycling behavior of C-l.
6401         * window.el (move-to-window-line-last-op): New var.
6402         (move-to-window-line-top-bottom): New command.
6403         (global-map): Bind M-r move-to-window-line-top-bottom.
6405 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
6407         * dired-x.el (dired-guess-shell-alist-default):
6408         Support xz format.  (Bug#4953)
6410 2009-11-22  Chong Yidong  <cyd@stupidchicken.com>
6412         * cedet/srecode/map.el (srecode-get-maps):
6413         * cedet/semantic/wisent/wisent.el (wisent-parse-toggle-verbose-flag):
6414         * cedet/semantic/wisent/comp.el (wisent-toggle-verbose-flag):
6415         * cedet/semantic/decorate/mode.el (semantic-decoration-mode)
6416         (semantic-toggle-decoration-style):
6417         * cedet/semantic/decorate/include.el
6418         (semantic-decoration-include-describe)
6419         (semantic-decoration-unknown-include-describe)
6420         (semantic-decoration-unparsed-include-describe)
6421         (semantic-decoration-all-include-summary):
6422         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init):
6423         * cedet/semantic/analyze/complete.el
6424         (semantic-analyze-possible-completions):
6425         * cedet/semantic/util-modes.el (semantic-highlight-edits-mode)
6426         (semantic-show-unmatched-syntax-mode)
6427         (semantic-show-parser-state-mode, semantic-stickyfunc-mode)
6428         (semantic-highlight-func-mode):
6429         * cedet/semantic/util.el (semantic-describe-buffer):
6430         * cedet/semantic/symref.el (semantic-symref-find-references-by-name)
6431         (semantic-symref-find-tags-by-name)
6432         (semantic-symref-find-tags-by-regexp)
6433         (semantic-symref-find-tags-by-completion)
6434         (semantic-symref-find-file-references-by-name)
6435         (semantic-symref-find-text):
6436         * cedet/semantic/senator.el (senator-copy-tag, senator-kill-tag)
6437         (senator-yank-tag):
6438         * cedet/semantic/scope.el (semantic-calculate-scope):
6439         * cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):
6440         * cedet/semantic/idle.el (semantic-idle-scheduler-mode)
6441         (define-semantic-idle-service):
6442         * cedet/semantic/complete.el (semantic-complete-analyze-inline)
6443         (semantic-complete-analyze-inline-idle):
6444         * cedet/semantic/analyze.el (semantic-analyze-current-context):
6445         * cedet/mode-local.el (describe-mode-local-bindings)
6446         (describe-mode-local-bindings-in-mode):
6447         * cedet/ede/make.el (ede-make-check-version):
6448         * cedet/ede/locate.el (ede-enable-locate-on-project):
6449         * cedet/cedet-idutils.el (cedet-idutils-expand-filename)
6450         (cedet-idutils-version-check):
6451         * cedet/cedet-global.el (cedet-gnu-global-expand-filename)
6452         (cedet-gnu-global-version-check):
6453         * cedet/cedet-cscope.el (cedet-cscope-expand-filename)
6454         (cedet-cscope-version-check): Use called-interactively-p instead
6455         of interactive-p.
6457         * cedet/semantic/ia.el (semantic-ia-completion-format-tag-function):
6458         Use semantic-format-tag-prototype.
6460 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
6462         * emulation/viper-cmd.el: Use viper-last-command-char instead of
6463         last-command-char/last-command-event.
6464         (viper-prefix-arg-value): Do correct conversion of event-char for
6465         XEmacs.
6467         * emulation/viper-util.el, emulation/viper.el:
6468         Use viper-last-command-char instead of
6469         last-command-char/last-command-event.
6471         * ediff-init.el, ediff-mult.el, ediff-util.el:
6472         Replace last-command-char and last-command-event
6473         with (ediff-last-command-char) everywhere.
6475         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
6476         created in fundamental mode.
6478         * ediff.el (ediff-version): Revert the change of interactive-p to
6479         called-interactively-p.
6481 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
6483         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
6484         generation from word-movement command names.
6486 2009-11-21  Chong Yidong  <cyd@stupidchicken.com>
6488         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
6489         (semantic-complete-jump-local, semantic-complete-jump):
6490         Improve prompt string.
6492 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
6494         * cus-start.el (all): Add native condition for font-use-system-font.
6496 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
6498         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
6499         Correct the patch from 2009-11-18.  (Bug#3910)
6501 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
6503         * progmodes/subword.el: Rename from lisp/subword.el.
6505         * subword.el: Rename to progmodes/subword.el.
6507         * Makefile.in (ELCFILES): Adapt to subword.el move.
6509 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6510             Stefan Monnier  <monnier@iro.umontreal.ca>
6512         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
6513         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
6514         (bookmark-bmenu-show-filenames): Use push.
6515         (bookmark-bmenu-hide-filenames): Use local var instead of
6516         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
6517         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
6518         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
6519         filenames now that the bookmark names are always available.
6521 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6523         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
6524         (bookmark-search-pattern): Move and leave unbound.
6525         (bookmark-bmenu-mode-map): Change binding.
6526         (bookmark-read-search-input): Simplify.
6527         Don't use text-char-description.  Don't error on non-char events.
6528         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
6529         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
6530         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
6531         Use a local var for the timer.
6532         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
6533         (i.e. bookmark-bmenu-search).
6535 2009-11-21  Glenn Morris  <rgm@gnu.org>
6537         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
6539 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
6541         * net/browse-url.el (browse-url-default-windows-browser):
6542         Use cygstart for cygwin.
6544 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
6546         * bookmark.el: Formatting and doc fixes only:
6547         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
6548         (bookmark-bmenu-search): Wrap to fit within 80 columns.
6549         Minor grammar and punctuation fixes in doc string.
6550         (bookmark-read-search-input): Adjust to fit within 80 columns.
6552 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6554         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
6555         (c-backward-into-nomenclature): Adapt to subword renaming.
6557         * subword.el (subword-forward, subword-backward, subword-mark)
6558         (subword-kill, subword-backward-kill, subword-transpose)
6559         (subword-downcase, subword-upcase, subword-capitalize)
6560         (subword-forward-internal, subword-backward-internal):
6561         Rename from forward-subword, backward-subword, mark-subword,
6562         kill-subword, backward-kill-subword, transpose-subwords,
6563         downcase-subword, upcase-subword, capitalize-subword,
6564         forward-subword-internal, backward-subword-internal.
6566 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6568         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
6569         New options.
6570         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
6571         New vars.
6572         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
6573         (bookmark-bmenu-filter-alist-by-regexp)
6574         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
6575         (bookmark-bmenu-search): New command.
6576         (bookmark-bmenu-mode-map): Bind it.
6578 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6580         * cedet/semantic/complete.el (semantic-complete-inline-map): Doc fix.
6582         * cedet/semantic/idle.el (define-semantic-idle-service)
6583         (semantic-idle-summary-mode, semantic-idle-completions): Doc fix.
6585 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
6587         * progmodes/cc-cmds.el: declare-functioned forward-subword and
6588         backward-subword to quit the byte-compiler.
6590         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
6592         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
6594         * progmodes/cc-cmds.el (c-update-modeline)
6595         (c-forward-into-nomenclature, c-backward-into-nomenclature):
6596         Refer to subword.el functions instead of cc-subword.el.
6598         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
6599         subword.el functions instead of cc-subword.el.
6601         * progmodes/cc-subword.el: Rename to subword.el.
6602         * subword.el: Rename from progmodes/cc-subword.el.
6603         (subword-mode-map): Rename from c-subword-mode-map.
6604         (subword-mode): Rename from c-subword-mode.
6605         (global-subword-mode): New global minor mode.
6606         (forward-subword): Rename from c-forward-subword.
6607         (backward-subword): Rename from c-backward-subword.
6608         (mark-subword): Rename from c-mark-subword.
6609         (kill-subword): Rename from c-kill-subword.
6610         (backward-kill-subword): Rename from c-backward-kill-subword.
6611         (transpose-subwords): Rename from c-tranpose-subword.
6612         (downcase-subword): Rename from c-downcase-subword.
6613         (capitalize-subword): Rename from c-capitalize-subword.
6614         (forward-subword-internal): Rename from c-forward-subword-internal.
6615         (backward-subword-internal): Rename from c-backward-subword-internal.
6617 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
6619         * vc.el (vc-deduce-fileset): Allow non-state changing operations
6620         from a dired buffer.
6621         (vc-dired-deduce-fileset): New function.
6622         (vc-root-diff, vc-print-root-log): Use it.
6624         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
6625         nil LIMIT argument to vc-print-log-internal.
6627 2009-11-20  Glenn Morris  <rgm@gnu.org>
6629         * Makefile.in (ELCFILES): Regenerate.
6631 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6633         * cedet/cedet.el (cedet-menu-map): Re-order menu items.
6635         * cedet/semantic.el: Enable idle-mode menu items only if
6636         global-semantic-idle-scheduler-mode is enabled.
6637         (semantic-default-submodes): Doc fix.
6639         * cedet/semantic/idle.el (global-semantic-idle-scheduler-mode):
6640         When turning off, disable other idle modes.
6642 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
6644         * calc/calc.el (calc-set-mode-line):
6645         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6646         (math-format-number): Rename `math-format-complement-signed' to
6647         `math-format-twos-complement'.
6649         * calc/calc-bin.el (math-format-twos-complement): Rename from
6650         math-format-complement-signed.
6651         (calc-radix): Rename `calc-complement-signed-mode' to
6652         `calc-twos-complement-mode'.
6653         (calc-octal-radix, calc-hex-radix): Add an argument for
6654         two's complement.
6656         * calc/calc-embed.el (calc-embedded-mode-vars):
6657         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6659         * calc/calc-ext.el (calc-init-extensions):
6660         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
6661         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
6663         * calc/calc-units.el (math-build-units-table-buffer):
6664         Let `calc-twos-complement-mode' be nil.
6666         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
6667         entries.
6669         * calc/calc-vec.el (calcFunc-vunpack):
6670         * calc/calc-aent.el (calc-do-calc-eval):
6671         * calc/calc-forms.el (math-format-date):
6672         * calc/calc-graph.el (calc-graph-plot):
6673         * calc/calc-math.el (math-use-emacs-fn):
6674         * calc/calccomp.el (math-compose-expr):
6675         Let `calc-twos-complement-mode' be nil.
6677 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6679         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
6680         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
6681         * minibuffer.el (completion-in-region-functions): New hook.
6682         (completion-in-region): New function.
6683         * emacs-lisp/lisp.el (lisp-complete-symbol):
6684         * pcomplete.el (pcomplete-std-complete): Use it.
6686 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6688         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
6689         (latex-complete-alist): New vars.
6690         (latex-string-prefix-p, latex-complete-bibtex-keys)
6691         (latex-complete-envnames, latex-complete-refkeys)
6692         (latex-complete-data): New functions.
6693         (latex-complete, latex-indent-or-complete): New commands.
6695         * window.el (display-buffer-mark-dedicated): New var.
6696         (display-buffer): Obey it.
6697         * minibuffer.el (minibuffer-completion-help): Use it.
6699         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
6701         * filecache.el (file-cache-add-file): Use push and cons.
6702         (file-cache-delete-file-regexp): Use push.
6703         (file-cache-complete): Use completion-in-region.
6705         * simple.el (with-wrapper-hook): Fix thinko.
6707         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
6708         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
6709         Use with-current-buffer and string-to-number.
6710         (hfy-fallback-colour-values): Use assoc-string.
6711         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
6712         (hfy-face-at): Remove unused var `found-face'.
6713         (hfy-compile-stylesheet): Remove unused var `css'.
6714         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
6715         and `orig-buffer'.
6716         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
6717         Use with-current-buffer.
6718         (hfy-text-p): Use expand-file-name and fewer setq.
6720 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
6722         * htmlfontify.el, hfy-cmap.el: New files.
6724 2009-11-19  Juri Linkov  <juri@jurta.org>
6726         * minibuffer.el (completions-format): New defcustom.
6727         (completion--insert-strings): Implement vertical format.
6729         * simple.el (switch-to-completions): Move point to the first
6730         completion when point was at the beginning of the buffer.
6732 2009-11-19  Juri Linkov  <juri@jurta.org>
6734         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
6736         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
6738 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6740         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
6741         (mail-signature): Change default to t.
6742         (mail-from-style): Deprecate `system-default' value.
6743         (mail-insert-from-field): For default value of mail-from-style,
6744         default to `angles' unless `angles' needs quoting and `parens'
6745         does not.
6746         (mail-citation-prefix-regexp): Use citation regexp from
6747         message-mode.
6749 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
6751         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
6752         Set variables for computing the prompt for reading password.
6754 2009-11-19  Glenn Morris  <rgm@gnu.org>
6756         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
6758         * textmodes/flyspell.el (sgml-lexical-context): Declare.
6760         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
6761         (newsticker-treeview-listwindow-height): Fix custom type.
6763 2009-11-19  Kenichi Handa  <handa@m17n.org>
6765         * descr-text.el (describe-char-padded-string): Compose with TAB
6766         only if there's a font for CH.
6767         (describe-char): Fix the condition for detecting a trivial composition.
6769 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
6771         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
6772         more accurate version of the regexp.  (Bug#3910)
6774 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
6776         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
6778 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
6780         * font-setting.el (font-use-system-font): Declare for byte-compiler.
6781         (font-setting-change-default-font): Fix typo in docstring.
6783 2009-11-18  Alan Mackenzie  <acm@muc.de>
6785         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
6787 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6789         * font-setting.el (font-use-system-font): Move ...
6791         * cus-start.el (all): ... to here.
6793 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
6795         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
6796         Don't set `ad-return-value' if `ad-do-it' doesn't.
6798         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
6799         modification time.
6801 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
6803         * menu-bar.el: Put "Use system font" in Option-menu.
6804         (menu-bar-options-save): Add font-use-system-font.
6806         * loadup.el: If feature system-font-setting or font-render-setting is
6807         there, load font-setting.
6809         * Makefile.in (ELCFILES): Add font-settings.el.
6810         * font-setting.el: New file.
6812 2009-11-17  Glenn Morris  <rgm@gnu.org>
6814         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
6816         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
6817         Preserve point in the list buffer.  (Bug#4939)
6818         Use point-at-eol.
6819         (newsticker--treeview-list-update-highlight)
6820         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
6822 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6824         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
6825         Remove.
6827         * calc/calc-ext.el (calc-init-extensions): Remove references to
6828         symclip.
6830         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
6832         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
6833         * calc/calc-help.el (calc-b-prefix-help): Remove references to
6834         `calc-symclip'.
6836 2009-11-16  Kevin Ryde  <user42@zip.com.au>
6838         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
6839         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
6841         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
6842         (lm-keywords-list): Allow comma-only separator like "foo,bar".
6843         Ignore trailing spaces by omit-nulls to split-string (fixing
6844         regression from Emacs 21 due to the incompatible split-string
6845         change).  (Bug #4928.)
6847 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
6849         * vc.el (vc-log-show-limit): Default to 2000.
6850         (vc-print-log-internal): Insert buttons to request more entries
6851         when limiting the output.
6853         * vc-sccs.el (vc-sccs-print-log):
6854         * vc-rcs.el (vc-rcs-print-log):
6855         * vc-cvs.el (vc-cvs-print-log):
6856         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
6857         LIMIT is non-nil.
6859 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6861         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
6862         error when `tramp-gvfs-dbus-event-vector' is set.
6863         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
6865 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6867         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
6869 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
6871         * net/dbus.el (dbus-unregister-service): New defun.
6872         (dbus-register-property): Register the handlers of
6873         "org.freedesktop.DBus.Properties" for SERVICE.
6874         (dbus-property-handler): Fix docstring.
6876 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6878         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
6879         Quote doc string reference in defvaralias as it is not in special form.
6880         (byte-compile-output-docform): Doc fix.
6882 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
6884         * calc/calc.el (math-2-word-size, math-half-2-word-size)
6885         (calc-complement-signed-mode): New variables.
6886         (calc-set-mode-line): Add indicator for twos-complements.
6887         (math-format-number): Format twos-complement notation.
6889         * calc/calc-bin.el (calc-word-size): Reset the variables
6890         `math-2-word-size' and `math-half-2-word-size'.
6891         (math-format-complement-signed, math-symclip, calcFunc-symclip)
6892         (calc-symclip): New functions.
6894         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
6896         * calc/calc-embed.el (calc-embedded-mode-vars):
6897         Add `calc-complement-signed-mode' to the list of modes.
6899         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
6900         (calc-b-oper-keys): Add `calc-symclip' to list.
6902         * calc/calc-ext.el (math-read-number-fancy): Read complement
6903         signed numbers.
6904         (calc-init-extensions): Add binding for `calc-symclip'.
6905         Add autoload for `calcFunc-symclip' and `calc-symclip'.
6907         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
6908         `calc-symclip'.
6909         (calc-modes-menu): Add item for twos complement mode.
6911         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
6913 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6915         * register.el (jump-to-register, insert-register): Handle Semantic
6916         tags.  From commented-out advice in semantic/senator.el.
6918 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
6920         * vc.el (vc-log-show-limit): New variable.
6921         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
6922         when using a prefix argument.
6923         (vc-print-log-internal): Add new argument LIMIT.
6925         * vc-svn.el (vc-svn-print-log):
6926         * vc-mtn.el (vc-mtn-print-log):
6927         * vc-hg.el (vc-hg-print-log):
6928         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
6929         pass it to the log command when set.  Make the BUFFER argument
6930         non-optional.
6932         * vc-sccs.el (vc-sccs-print-log):
6933         * vc-rcs.el (vc-rcs-print-log):
6934         * vc-git.el (vc-git-print-log):
6935         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
6936         ignore it.  Make the BUFFER argument non-optional
6938         * bindings.el (mode-line-buffer-identification): Do not purecopy.
6940 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
6942         * dired.el (dired-mode-map): Move encryption items to "Operate"
6943         menu (Bug#4703).
6945         * strokes.el (strokes-update-window-configuration): Make strokes
6946         buffer current before erasing (Bug#4906).
6948         * cedet/semantic/idle.el (semantic-idle-summary-mode)
6949         (semantic-idle-summary-mode): Define using define-minor-mode
6950         instead of define-semantic-idle-service.
6951         (semantic-idle-summary-mode): New function.
6952         (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
6953         that mouse motion does not reset the echo area.
6955 2009-11-15  Juri Linkov  <juri@jurta.org>
6957         * simple.el (set-mark-default-inactive): Add :type, :group
6958         and :version.  (Bug#4876)
6960 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
6962         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
6963         (archive-unique-fname): ... here.  (Bug#4929)
6965 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6967         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
6968         with a real fix.
6970         * novice.el (disabled-command-function): Add useful args.
6971         Setup the help buffer so that [back] works.
6972         Remove redundant call to help-mode.
6973         (disabled-command-function): Use `case'.
6974         (en/disable-command): New function extracted from enable-command.
6975         (enable-command, disable-command): Use it.
6977 2009-11-14  Glenn Morris  <rgm@gnu.org>
6979         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
6980         constants.  (Bug#4913)
6982         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
6984 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
6986         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
6987         defined in C that have no doc-strings.  (Bug#1063)
6989 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
6991         * cus-edit.el (data, files):
6992         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
6994 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
6996         * simple.el (shell-command): Doc fix (Bug#4891).
6998         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
7000 2009-11-14  Glenn Morris  <rgm@gnu.org>
7002         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
7003         statements for vc-diff, emerge-quit, and rmail-cease-edit.
7004         If they are already loaded, eval-after-load will do the right thing.
7006         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
7007         compiling.
7009         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
7011         * simple.el (x-selection-owner-p): Declare.
7012         (read-mail-command): Use custom radio type rather than choice.
7013         (completion-no-auto-exit): Doc fix.
7015         * custom.el (defgroup):
7016         * epg-config.el (epg): Doc fixes.
7018 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
7020         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
7021         * international/ccl.el (define-ccl-program): Do not purecopy the
7022         docstring, defconst does it anyway.
7024 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7026         * add-log.el (add-change-log-entry): Avoid displaying the changelog
7027         a second time.
7029         * x-dnd.el (x-dnd-maybe-call-test-function):
7030         * window.el (split-window-vertically):
7031         * whitespace.el (whitespace-help-on):
7032         * vc-rcs.el (vc-rcs-consult-headers):
7033         * userlock.el (ask-user-about-lock-help)
7034         (ask-user-about-supersession-help):
7035         * type-break.el (type-break-force-mode-line-update):
7036         * time-stamp.el (time-stamp-conv-warn):
7037         * terminal.el (te-set-output-log, te-more-break, te-filter)
7038         (te-sentinel, terminal-emulator):
7039         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
7040         (term-write-input-ring, term-check-source, term-start-output-log):
7041         (term-display-buffer-line, term-dynamic-list-completions):
7042         (term-ansi-make-term, serial-term):
7043         * subr.el (selective-display):
7044         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
7045         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
7046         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
7047         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
7048         (speedbar-remove-localized-speedbar-support)
7049         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
7050         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
7051         (speedbar-buffers-line-directory):
7052         * simple.el (shell-command-on-region, append-to-buffer)
7053         (prepend-to-buffer):
7054         * shadowfile.el (shadow-save-todo-file):
7055         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
7056         (scroll-bar-maybe-set-window-start):
7057         * sb-image.el (speedbar-image-dump):
7058         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
7059         (load-save-place-alist-from-file):
7060         * ps-samp.el (ps-print-message-from-summary):
7061         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
7062         (ps-background-image, ps-begin-job, ps-do-despool):
7063         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
7064         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
7065         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
7066         (pr-call-process, pr-file-list, pr-interface-save):
7067         * novice.el (disabled-command-function)
7068         (enable-command, disable-command):
7069         * mouse.el (mouse-buffer-menu-alist):
7070         * mouse-copy.el (mouse-kill-preserving-secondary):
7071         * macros.el (kbd-macro-query):
7072         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
7073         * informat.el (batch-info-validate):
7074         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
7075         * hippie-exp.el (try-expand-dabbrev-visible):
7076         * help-mode.el (help-make-xrefs):
7077         * help-fns.el (describe-variable):
7078         * generic-x.el (bat-generic-mode-run-as-comint):
7079         * finder.el (finder-mouse-select):
7080         * find-dired.el (find-dired-sentinel):
7081         * filesets.el (filesets-file-close):
7082         * files.el (list-directory):
7083         * faces.el (list-faces-display, describe-face):
7084         * facemenu.el (list-colors-display):
7085         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
7086         * epg.el (epg--process-filter, epg-cancel):
7087         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
7088         (epa--read-signature-type):
7089         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
7090         (emerge-file-names):
7091         * ehelp.el (electric-helpify):
7092         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
7093         * ediff-vers.el (rcs-ediff-view-revision):
7094         * ediff-util.el (ediff-setup):
7095         * ediff-mult.el (ediff-append-custom-diff):
7096         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
7097         (ediff-wordify):
7098         * echistory.el (Electric-command-history-redo-expression):
7099         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
7100         * disp-table.el (describe-display-table):
7101         * dired.el (dired-find-buffer-nocreate):
7102         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
7103         * dabbrev.el (dabbrev--same-major-mode-p):
7104         * chistory.el (list-command-history):
7105         * apropos.el (apropos-documentation):
7106         * allout.el (allout-obtain-passphrase):
7107         (allout-copy-exposed-to-buffer):
7108         (allout-verify-passphrase): Use with-current-buffer.
7110 2009-11-13  Glenn Morris  <rgm@gnu.org>
7112         * Makefile.in (ELCFILES): Regenerate.
7114 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
7116         * net/dbus.el (dbus-registered-objects-table): Rename from
7117         `dbus-registered-functions-table', because it contains also properties.
7118         (dbus-unregister-object): Unregister also properties.
7119         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
7120         Use a timeout of 500 msec, in order to not block.
7121         (dbus-register-property, dbus-property-handler): New defuns.
7123 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7125         * simple.el (minibuffer-default-add-completions): Drop deprecated
7126         4th arg.
7128 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
7130         * textmodes/artist.el (artist-mouse-choose-operation):
7131         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
7132         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
7133         (artist-compute-up-event-key): New function.
7134         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
7136 2009-11-13  Kenichi Handa  <handa@m17n.org>
7138         * language/japan-util.el: Make sure that the value of jisx0208
7139         property is jisx0208 character.
7141 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
7143         * international/mule.el (auto-coding-regexp-alist): Only purecopy
7144         car or each item, not the whole list.
7146 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7148         * minibuffer.el (minibuffer-completion-help):
7149         Use minibuffer-hide-completions.
7151 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
7153         * dired.el (dired-save-positions, dired-restore-positions): New funs.
7154         (dired-revert): Use them (bug#4880).
7156 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7158         * tooltip.el (tooltip-frame-parameters): Undo previous change.
7160 2009-11-12  Juri Linkov  <juri@jurta.org>
7162         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
7163         New functions.
7164         (find-file-literally-at-point): Alias of `ffap-literally'.
7166 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
7168         * textmodes/ispell.el (ispell-skip-region-alist):
7169         * textmodes/css-mode.el (auto-mode-alist):
7170         * progmodes/compile.el (auto-mode-alist):
7171         * international/mule.el (ctext-non-standard-encodings-alist)
7172         (ctext-non-standard-encodings-regexp):
7173         * simple.el (shell-command-switch, text-read-only):
7174         * replace.el (occur-mode-map):
7175         * paths.el (rmail-file-name):
7176         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
7177         * find-file.el (ff-special-constructs):
7178         * files.el (file-name-handler-alist):
7179         * composite.el: Purecopy strings.
7181         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
7183 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7185         * widget.el (define-widget): Purecopy the docstring.
7186         * international/mule-cmds.el (charset): Do not purecopy the
7187         docstring here, define-widget does it.
7189         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7190         * textmodes/bibtex-style.el (auto-mode-alist):
7191         * progmodes/inf-lisp.el (inferior-lisp-prompt):
7192         * progmodes/compile.el (compile-command):
7193         * language/korea-util.el (default-korean-keyboard):
7194         * international/mule-conf.el (file-coding-system-alist):
7195         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
7196         * tooltip.el (tooltip-frame-parameters):
7197         * newcomment.el (comment-end, comment-padding):
7198         * dired.el (dired-trivial-filenames):
7199         * comint.el (comint-file-name-prefix): Purecopy initial values.
7201 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
7203         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
7204         (tramp-advice-minibuffer-electric-tilde): Unload advices via
7205         `tramp-unload'.
7206         (tramp-advice-make-auto-save-file-name)
7207         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
7208         after removing the advice.
7210 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
7212         * progmodes/grep.el (grep-regexp-alist):
7213         * international/mule-cmds.el (iso-2022-control-alist):
7214         * emacs-lisp/timer.el (timer-duration-words):
7215         * subr.el (version-separator, version-regexp-alist):
7216         * minibuffer.el (completion-styles-alist):
7217         * faces.el (face-attribute-name-alist, list-faces-sample-text):
7218         Change defvars to defconsts.
7220         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
7221         * loadup.el ("international/mule-conf"): Load the byte compiled version.
7222         * international/mule-conf.el: Allow to be byte compiled.
7224         * international/mule.el (define-charset): Purecopy props.
7225         (load-with-code-conversion): Purecopy doc string and file name.
7226         (put-charset-property): Purecopy strings.
7227         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
7229         * international/mule-cmds.el (register-input-method): Purecopy arguments.
7230         (define-char-code-property): Correctly purecopy the table.
7232         * international/ccl.el (define-ccl-program): Purecopy the docstring.
7234         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
7236         * subr.el (add-hook): Purecopy strings.
7237         (eval-after-load): Purecopy load-history-regexp and the form.
7239         * custom.el (custom-declare-group): Purecopy load-file-name.
7241         * subr.el (menu-bar-separator): New defconst.
7242         * net/eudc.el (eudc-tools-menu):
7243         * international/mule-cmds.el (set-coding-system-map)
7244         (mule-menu-keymap):
7245         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
7246         * vc-hooks.el (vc-menu-map):
7247         * replace.el (occur-mode-map):
7248         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
7249         (menu-bar-edit-menu, menu-bar-goto-menu)
7250         (menu-bar-custom-menu, menu-bar-showhide-menu)
7251         (menu-bar-options-menu, menu-bar-tools-menu)
7252         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
7253         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
7254         (menu-bar-help-menu):
7255         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
7256         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
7258         * term/x-win.el (x-gtk-stock-map):
7259         * progmodes/vera-mode.el (auto-mode-alist):
7260         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
7261         (inferior-lisp-program, inferior-lisp-load-command):
7262         * progmodes/hideshow.el (hs-special-modes-alist):
7263         * progmodes/gud.el (same-window-regexps):
7264         * progmodes/grep.el (grep-program, find-program, xargs-program):
7265         * net/telnet.el (same-window-regexps):
7266         * net/rlogin.el (same-window-regexps):
7267         * language/ethiopic.el (font-ccl-encoder-alist):
7268         * vc-sccs.el (vc-sccs-master-templates):
7269         * vc-rcs.el (vc-rcs-master-templates):
7270         * subr.el (cl-assertion-failed):
7271         * simple.el (next-error-overlay-arrow-position):
7272         * lpr.el (lpr-command):
7273         * locate.el (locate-ls-subdir-switches):
7274         * info.el (same-window-regexps, info)
7275         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
7276         * image-mode.el (image-mode, auto-mode-alist):
7277         * hippie-exp.el (hippie-expand-ignore-buffers):
7278         * format.el (format-alist):
7279         * find-dired.el (find-ls-subdir-switches, find-grep-options)
7280         (find-name-arg):
7281         * facemenu.el (facemenu-keybindings):
7282         * dired.el (dired-listing-switches, dired-chown-program):
7283         * diff.el (diff-switches, diff-command):
7284         * cus-edit.el (same-window-regexps):
7285         * bindings.el (mode-line-mule-info)
7286         (mode-line-buffer-identification): Purecopy strings.
7288 2009-11-11  Juri Linkov  <juri@jurta.org>
7290         * simple.el (dired-get-filename) <declare-function>:
7291         Tell the byte-compiler about dired-get-filename.
7292         (shell-command): In Dired mode, get filename from the current line
7293         as the default value.
7295 2009-11-10  Glenn Morris  <rgm@gnu.org>
7297         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
7298         * calendar/holidays.el, progmodes/cperl-mode.el:
7299         Update x-popup-menu declarations.
7301         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
7302         (list-load-path-shadows): Use dolist.
7303         (list-load-path-shadows): Use with-current-buffer.
7305 2009-11-10  Juri Linkov  <juri@jurta.org>
7307         * minibuffer.el (read-file-name): Support a list of default values
7308         in `default-filename'.  Use the first file name where only one
7309         element is required.  Doc fix.
7311 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
7313         * net/dbus.el (dbus-unregister-object): Release service, if no
7314         other method is registered for it.
7316 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
7318         * bookmark.el (bookmark-completing-read): Sort bookmark names if
7319         bookmark-sort-flag is non-nil (Bug#4653).
7321 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7323         * cedet/semantic/ctxt.el (semantic-get-local-variables): Disable
7324         the progress reporter entirely.
7326         * emulation/cua-base.el: Add CUA property to some CC mode commands
7327         (Bug#4100).
7329 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7331         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
7332         at end of sentence (Bug#4818).
7334 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
7336         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7337         Handle "see declaration of" MSFT statements (Bug#4100).
7339 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
7341         * net/tramp.el (tramp-advice-make-auto-save-file-name)
7342         (tramp-advice-file-expand-wildcards): Unload via
7343         `ad-remove-advice'.
7345         * net/trampver.el: Update release number.
7347 2009-11-08  Kevin Ryde  <user42@zip.com.au>
7349         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
7350         `ad-do-it'.
7352 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
7354         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
7355         in order to keep context in SELinux.
7357 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
7359         * dired-aux.el (dired-query): Place cursor in echo area and allow
7360         C-g.
7362         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
7363         menu item if not on a directory (Bug#4701).
7365 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
7367         Sync with Tramp 2.1.17.
7369         * net/tramp.el (tramp-handle-copy-directory): Don't use
7370         `file-remote-p' (due to compatibility).
7372         * net/tramp-compat.el (tramp-compat-copy-directory)
7373         (tramp-compat-delete-directory): New defuns.
7375         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
7376         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
7377         `tramp-compat-delete-directory'.
7379         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
7380         (tramp-smb-handle-delete-directory): Use
7381         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
7383         * net/trampver.el: Update release number.
7385 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
7387         * tar-mode.el (tar-copy): Call write-region on the right buffer
7388         (Bug#4857).
7390         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
7391         by hand, if necessary (Bug#4878).
7393 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
7395         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
7396         align size column (Bug#4839).
7398         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
7399         statement.
7401 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7403         * progmodes/ld-script.el (auto-mode-alist):
7404         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
7406         * cus-face.el (custom-declare-face): Purecopy face spec.
7408 2009-11-06  Kenichi Handa  <handa@m17n.org>
7410         * international/uni-bidi.el: Re-generated.
7411         * international/uni-category.el: Re-generated.
7412         * international/uni-combining.el: Re-generated.
7413         * international/uni-mirrored.el: Re-generated.
7415 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
7417         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
7418         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
7419         (tex-start-options, slitex-run-command, latex-run-command)
7420         (tex-run-command, tex-directory):
7421         * textmodes/ispell.el (ispell-html-skip-alists)
7422         (ispell-tex-skip-alists, ispell-tex-skip-alists):
7423         * textmodes/fill.el (adaptive-fill-first-line-regexp):
7424         (adaptive-fill-regexp):
7425         * textmodes/dns-mode.el (auto-mode-alist):
7426         * progmodes/python.el (interpreter-mode-alist):
7427         * progmodes/etags.el (tags-compression-info-list):
7428         * progmodes/etags.el (tags-file-name):
7429         * net/browse-url.el (browse-url-galeon-program)
7430         (browse-url-firefox-program):
7431         * mail/sendmail.el (mail-signature-file)
7432         (mail-citation-prefix-regexp):
7433         * international/mule-conf.el (eight-bit):
7434         * international/latexenc.el (latex-inputenc-coding-alist):
7435         * international/fontset.el (x-pixel-size-width-font-regexp):
7436         * emacs-lisp/warnings.el (warning-type-format):
7437         * emacs-lisp/trace.el (trace-buffer):
7438         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
7439         (emacs-lisp-mode-map):
7440         * calendar/holidays.el (holiday-solar-holidays)
7441         (holiday-bahai-holidays, holiday-islamic-holidays)
7442         (holiday-christian-holidays, holiday-hebrew-holidays)
7443         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
7444         (hebrew-holidays-1, holiday-oriental-holidays)
7445         (holiday-general-holidays):
7446         * x-dnd.el (x-dnd-known-types):
7447         * tool-bar.el (tool-bar):
7448         * startup.el (site-run-file):
7449         * shell.el (shell-dumb-shell-regexp):
7450         * rfn-eshadow.el (file-name-shadow-tty-properties)
7451         (file-name-shadow-properties):
7452         * paths.el (remote-shell-program, news-directory):
7453         * mouse.el ([C-down-mouse-3]):
7454         * menu-bar.el (menu-bar-tools-menu):
7455         * jka-cmpr-hook.el (jka-compr-load-suffixes)
7456         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
7457         (jka-compr-compression-info-list):
7458         * isearch.el (search-whitespace-regexp):
7459         * image-file.el (image-file-name-extensions):
7460         * find-dired.el (find-ls-option):
7461         * files.el (directory-listing-before-filename-regexp)
7462         (directory-free-space-args, insert-directory-program)
7463         (list-directory-brief-switches, magic-fallback-mode-alist)
7464         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
7465         (automount-dir-prefix):
7466         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
7467         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
7468         (face-font-registry-alternatives, face-font-registry-alternatives)
7469         (face-font-family-alternatives):
7470         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
7471         (facemenu-foreground-menu, facemenu-face-menu):
7472         * epa-hook.el (epa-file-name-regexp):
7473         * dnd.el (dnd-protocol-alist):
7474         * textmodes/rst.el (auto-mode-alist):
7475         * button.el (default-button): Purecopy strings.
7477 2009-11-06  Glenn Morris  <rgm@gnu.org>
7479         * Makefile.in (ELCFILES): Update.
7481 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7483         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
7484         * emacs-lisp/levents.el: Move to obsolete/levents.el.
7486         * nxml/xsd-regexp.el (xsdre-gen-categories):
7487         * nxml/xmltok.el (xmltok-parse-entity):
7488         * nxml/rng-parse.el (rng-parse-validate-file):
7489         * nxml/rng-maint.el (rng-format-manual)
7490         (rng-manual-output-force-new-line):
7491         * nxml/rng-loc.el (rng-save-schema-location-1):
7492         * nxml/rng-cmpct.el (rng-c-parse-file):
7493         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
7494         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
7496 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
7498         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
7499         Remove extra save-excursions and make-variable-buffer-local's.
7500         Suggested by Stefan Monnier.
7502         (verilog-getopt-file, verilog-module-inside-filename-p)
7503         (verilog-set-define): Merge GNU 1.35 and repair changes from
7504         switching to using with-current-buffer.
7506         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
7507         being treated as a number and confusing AUTORESET.
7508         Reported by Dan Dever.
7510         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
7511         Add verilog-auto-ignore-concat to fix backward compatibility with
7512         older verilog-modes.  Reported by Dan Katz.
7514         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
7515         containing closing anchors "...$".
7517         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
7518         Reported by Wade Smith.
7520         (verilog-batch-execute-func): Comment on function usage.
7522 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
7524         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
7525         for labels.
7527         (verilog-label-re, verilog-calc-1): Support proper indent of named
7528         asserts.
7530         (verilog-backward-token, verilog-basic-complete-re)
7531         (verilog-beg-of-statement, verilog-indent-re): Support proper
7532         indent of the assert statement at the beginning of a block of text.
7534         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
7535         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
7536         tokens as begins.
7538 2009-11-05  Glenn Morris  <rgm@gnu.org>
7540         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
7541         Emacs 19.  (Bug#1531)
7542         (byte-compile-fix-header): Update for the above change.
7543         Drop test for epoch::version.
7545         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
7546         * cus-dep.el (custom-make-dependencies):
7547         * finder.el (finder-compile-keywords):
7548         Use autoload-rubric's feature argument.
7550         * calendar/diary-lib.el (top-level): Make load behave more like require.
7552         * vc-git.el (vc-git-stash-map): Move definition before use.
7554 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
7556         * custom.el (custom-declare-group): Purecopy standard-value.
7557         (custom-declare-group): Purecopy custom-prefix.
7559         * international/mule.el (load-with-code-conversion):
7560         Call do-after-load-evaluation unconditionally.
7562         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
7564 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7566         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
7568 2009-11-04  Glenn Morris  <rgm@gnu.org>
7570         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
7571         (byte-compile-compatibility): Remove option.
7572         (byte-compile-close-variables, byte-compile-fix-header)
7573         (byte-compile-insert-header, byte-compile-output-docform)
7574         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
7575         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
7576         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
7577         (byte-compile-insert, byte-compile-defun):
7578         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
7579         (byte-defop-compiler19): Remove.
7580         Without byte-compile-compatibility, the 'emacs19-opcode property is not
7581         used by anything.  Replace all calls with byte-defop-compiler.
7583 2009-11-04  Juri Linkov  <juri@jurta.org>
7585         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
7586         (menu-bar-options-menu): Don't quote the `prop' arg of
7587         `menu-bar-make-mm-toggle'.
7589 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
7591         * calendar/calendar.el (cal-loaddefs):
7592         * calendar/diary-lib.el (diary-loaddefs):
7593         * calendar/holidays.el (hol-loaddefs):
7594         * eshell/esh-module.el (esh-groups): Load rather than require.
7596 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7598         * calendar/todo-mode.el (todo-add-category): Don't hardcode
7599         point-min==1.
7600         (todo-top-priorities): Only display-buffer when called interactively.
7601         (todo-item-start): Don't save excursion point.
7602         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
7603         (todo-insert-item-here, todo-file-item, todo-remove-item):
7604         Adjust uses of todo-item-start and todo-item-end.
7606         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
7607         (autoload-rubric): Don't use any more.
7608         * cedet/semantic/fw.el (semantic/loaddefs):
7609         * cedet/srecode.el (srecode/loaddefs):
7610         * cedet/ede.el (ede/loaddefs): Load rather than require.
7611         * cedet/ede/cpp-root.el:
7612         * cedet/ede/emacs.el:
7613         * cedet/ede/files.el:
7614         * cedet/ede/linux.el:
7615         * cedet/ede/locate.el:
7616         * cedet/ede/make.el:
7617         * cedet/ede/shell.el:
7618         * cedet/ede/speedbar.el:
7619         * cedet/ede/system.el:
7620         * cedet/ede/util.el:
7621         * cedet/semantic/analyze.el:
7622         * cedet/semantic/bovine.el:
7623         * cedet/semantic/complete.el:
7624         * cedet/semantic/ctxt.el:
7625         * cedet/semantic/db-file.el:
7626         * cedet/semantic/db-find.el:
7627         * cedet/semantic/db-global.el:
7628         * cedet/semantic/db-mode.el:
7629         * cedet/semantic/db-typecache.el:
7630         * cedet/semantic/db.el:
7631         * cedet/semantic/debug.el:
7632         * cedet/semantic/dep.el:
7633         * cedet/semantic/doc.el:
7634         * cedet/semantic/edit.el:
7635         * cedet/semantic/find.el:
7636         * cedet/semantic/format.el:
7637         * cedet/semantic/html.el:
7638         * cedet/semantic/ia-sb.el:
7639         * cedet/semantic/ia.el:
7640         * cedet/semantic/idle.el:
7641         * cedet/semantic/lex-spp.el:
7642         * cedet/semantic/lex.el:
7643         * cedet/semantic/mru-bookmark.el:
7644         * cedet/semantic/scope.el:
7645         * cedet/semantic/senator.el:
7646         * cedet/semantic/sort.el:
7647         * cedet/semantic/symref.el:
7648         * cedet/semantic/tag-file.el:
7649         * cedet/semantic/tag-ls.el:
7650         * cedet/semantic/tag-write.el:
7651         * cedet/semantic/tag.el:
7652         * cedet/semantic/util-modes.el:
7653         * cedet/semantic/analyze/complete.el:
7654         * cedet/semantic/analyze/refs.el:
7655         * cedet/semantic/bovine/c.el:
7656         * cedet/semantic/bovine/gcc.el:
7657         * cedet/semantic/bovine/make.el:
7658         * cedet/semantic/bovine/scm.el:
7659         * cedet/semantic/decorate/include.el:
7660         * cedet/semantic/decorate/mode.el:
7661         * cedet/semantic/symref/cscope.el:
7662         * cedet/semantic/symref/global.el:
7663         * cedet/semantic/symref/grep.el:
7664         * cedet/semantic/symref/idutils.el:
7665         * cedet/semantic/symref/list.el:
7666         * cedet/semantic/wisent/java-tags.el:
7667         * cedet/semantic/wisent/javascript.el:
7668         * cedet/srecode/compile.el:
7669         * cedet/srecode/cpp.el:
7670         * cedet/srecode/document.el:
7671         * cedet/srecode/el.el:
7672         * cedet/srecode/expandproto.el:
7673         * cedet/srecode/getset.el:
7674         * cedet/srecode/insert.el:
7675         * cedet/srecode/java.el:
7676         * cedet/srecode/map.el:
7677         * cedet/srecode/mode.el:
7678         * cedet/srecode/template.el:
7679         * cedet/srecode/texi.el: Remove the file-local setting of
7680         generated-autoload-feature.
7682         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
7683         and only put a prop if it is non-nil.
7685 2009-11-03  Juri Linkov  <juri@jurta.org>
7687         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
7688         (menu-bar-options-menu): Fix list quoting (Bug#4429).
7690         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
7691         and "Menu" to make top-level menu item visually one unit (like
7692         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
7693         multi-word menu items).  Fix :help string for quit-window.
7695 2009-11-03  Glenn Morris  <rgm@gnu.org>
7697         * cedet/mode-local.el (with-mode-local): Doc fix.
7699         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
7700         (byte-compile-file-form-define-abbrev-table)
7701         (byte-compile-file-form-custom-declare-variable)
7702         (byte-compile-variable-ref, byte-compile-defvar):
7703         Whether or not a warning is enabled should only affect whether we issue
7704         the warning, not whether or not we collect the relevant data.
7705         Eg warnings can be turned on and off throughout the course of a file.
7707         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
7708         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
7710 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7712         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
7713         * play/mpuz.el (mpuz-create-buffer):
7714         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
7715         (lm-print-y,s,noise, lm-print-w0, lm-init):
7716         * play/gomoku.el (gomoku-prompt-for-move):
7717         * play/fortune.el (fortune-in-buffer):
7718         * play/dissociate.el (dissociated-press):
7719         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
7720         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
7721         * mail/supercite.el (sc-eref-show):
7722         * mail/smtpmail.el (smtpmail-send-it):
7723         * mail/rmailsum.el (rmail-summary-next-labeled-message)
7724         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
7725         (rmail-summary-undelete-many, rmail-summary-rmail-update)
7726         (rmail-summary-goto-msg, rmail-summary-expunge)
7727         (rmail-summary-get-new-mail, rmail-summary-search-backward)
7728         (rmail-summary-add-label, rmail-summary-output-menu)
7729         (rmail-summary-output-body):
7730         * mail/rfc822.el (rfc822-addresses):
7731         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
7732         * mail/mailpost.el (post-mail-send-it):
7733         * mail/hashcash.el (hashcash-generate-payment):
7734         * mail/feedmail.el (feedmail-run-the-queue)
7735         (feedmail-queue-send-edit-prompt-help-first)
7736         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
7737         (feedmail-deduce-address-list):
7738         * eshell/esh-ext.el (eshell-remote-command):
7739         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
7740         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
7741         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
7742         (viper-save-string-in-file, viper-valid-marker):
7743         * emulation/viper-keym.el (viper-toggle-key):
7744         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
7745         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
7746         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
7747         * emulation/viper-cmd.el (viper-exec-form-in-vi)
7748         (viper-exec-form-in-emacs, viper-brac-function):
7749         * emulation/viper.el (viper-delocalize-var):
7750         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
7751         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
7752         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
7753         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
7754         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
7755         * emulation/edt.el (edt-electric-helpify):
7756         * emulation/cua-rect.el (cua--rectangle-aux-replace):
7757         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
7758         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
7759         (cua-indent-to-global-mark-column):
7760         * calendar/diary-lib.el (calendar-mark-1):
7761         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
7762         Use with-current-buffer.
7763         * emulation/viper.el (viper-delocalize-var): Use dolist.
7765 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
7767         * comint.el (comint-replace-by-expanded-history-before-point):
7768         Replace !! with the previous input string literally (Bug#1795).
7770 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
7772         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
7773         to be made up of whitespace.
7775 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
7777         * minibuffer.el (read-file-name): Don't use file dialogs for
7778         remote directories (Bug#99).
7780 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
7782         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
7784 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
7786         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
7787         instead of deleting the window or frame.
7789 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7791         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
7792         Support face colors.
7794         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
7795         New function.  Support face colors (Bug#1168).
7796         (tex-common-initialization): Use it.
7798         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
7799         mode allows it (Bug#1168).
7801 2009-10-31  Juri Linkov  <juri@jurta.org>
7803         * facemenu.el (list-colors-display): Don't mark buffer as
7804         modified (Bug#3948).
7806 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
7808         * international/mule-diag.el (list-character-sets-1): Minor
7809         message fix (Bug#3526).
7811         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
7812         face property (Bug#4834).
7813         (etags-list-tags, etags-tags-apropos-additional)
7814         (etags-tags-apropos, tags-select-tags-table): Add follow-link
7815         property.
7817         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
7818         items.
7820         * cedet/cedet.el (cedet-menu-map): Remove Semantic and EDE menu
7821         items.
7823         * cedet/ede.el (ede-minor-mode):
7824         * cedet/semantic.el (semantic-mode): Toggle menu separators.
7826 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7828         * textmodes/two-column.el (2C-split):
7829         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
7830         * textmodes/tex-mode.el (tex-set-buffer-directory):
7831         * textmodes/spell.el (spell-region, spell-string):
7832         * textmodes/reftex.el (reftex-erase-buffer):
7833         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
7834         * textmodes/reftex-toc.el (reftex-toc-promote-action):
7835         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
7836         (reftex-select-item):
7837         * textmodes/reftex-ref.el (reftex-label-info-update)
7838         (reftex-offer-label-menu):
7839         * textmodes/reftex-index.el (reftex-index-change-entry)
7840         (reftex-index-phrases-info):
7841         * textmodes/reftex-global.el (reftex-create-tags-file)
7842         (reftex-save-all-document-buffers, reftex-ensure-write-access):
7843         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
7844         (reftex-view-crossref-from-bibtex):
7845         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
7846         (reftex-extract-bib-entries-from-thebibliography)
7847         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
7848         * textmodes/refbib.el (r2b-capitalize-title):
7849         (r2b-convert-buffer, r2b-help):
7850         * textmodes/page-ext.el (pages-directory)
7851         (pages-directory-goto-with-mouse):
7852         * textmodes/bibtex.el (bibtex-validate-globally):
7853         * textmodes/bib-mode.el (bib-capitalize-title):
7854         * textmodes/artist.el (artist-clear-buffer, artist-system):
7855         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
7856         (local-set-scheme-interaction-buffer, xscheme-process-filter)
7857         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
7858         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
7859         (xscheme-send-control-g-interrupt, xscheme-start-process)
7860         (xscheme-process-sentinel, xscheme-cd):
7861         * progmodes/verilog-mode.el (verilog-read-always-signals)
7862         (verilog-set-define, verilog-getopt-file)
7863         (verilog-module-inside-filename-p):
7864         * progmodes/sh-script.el:
7865         * progmodes/python.el (python-pdbtrack-get-source-buffer)
7866         (python-pdbtrack-grub-for-buffer, python-execute-file):
7867         * progmodes/octave-inf.el (inferior-octave):
7868         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
7869         (idlwave-shell-compile-helper-routines, idlwave-set-local)
7870         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
7871         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
7872         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
7873         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
7874         (idlwave-shell-filter, idlwave-shell-examine-highlight)
7875         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
7876         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
7877         (idlwave-shell-examine-display, idlwave-shell-run-region)
7878         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
7879         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
7880         * progmodes/idlw-help.el (idlwave-help-get-special-help)
7881         (idlwave-help-get-help-buffer):
7882         * progmodes/gud.el (gud-basic-call, gud-find-class)
7883         (gud-tooltip-activate-mouse-motions-if-enabled):
7884         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
7885         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
7886         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
7887         (ebrowse-tags-next-file):
7888         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
7889         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
7890         (ebnf-eps-finish-and-write):
7891         * progmodes/cpp.el (cpp-edit-save):
7892         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
7893         * progmodes/cc-defs.el (c-emacs-features):
7894         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
7895         (antlr-directory-dependencies):
7896         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
7897         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
7898         (ada-find-any-references, ada-make-filename-from-adaname)
7899         (ada-make-body-gnatstub):
7900         * obsolete/rnews.el (news-list-news-groups):
7901         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
7902         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
7903         * net/rcirc.el (rcirc-debug):
7904         * net/newst-treeview.el (newsticker--treeview-list-add-item)
7905         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
7906         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
7907         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
7908         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
7909         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
7910         (newsticker--treeview-list-clear-highlight)
7911         (newsticker--treeview-list-update-highlight)
7912         (newsticker--treeview-list-highlight-start)
7913         (newsticker--treeview-tree-update-highlight)
7914         (newsticker--treeview-get-selected-item)
7915         (newsticker-treeview-mark-list-items-old)
7916         (newsticker--treeview-set-current-node):
7917         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
7918         * net/newst-backend.el (newsticker--get-news-by-funcall)
7919         (newsticker--get-news-by-wget, newsticker--image-get)
7920         (newsticker--image-sentinel):
7921         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
7922         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
7923         (eudc-ph-close-session):
7924         * net/eudc.el (eudc-save-options):
7925         * language/thai-word.el (thai-update-word-table):
7926         * language/japan-util.el (japanese-string-conversion):
7927         * international/titdic-cnv.el (tsang-quick-converter)
7928         (ziranma-converter, ctlau-converter):
7929         * international/mule-cmds.el (describe-language-environment):
7930         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
7931         (skkdic-convert-postfix, skkdic-convert-prefix):
7932         (skkdic-convert-okuri-nasi, skkdic-convert):
7933         * emacs-lisp/re-builder.el (reb-update-overlays):
7934         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
7935         * emacs-lisp/gulp.el (gulp-send-requests):
7936         * emacs-lisp/find-gc.el (trace-call-tree):
7937         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
7938         (eieio-describe-generic):
7939         * emacs-lisp/eieio-base.el (eieio-persistent-read):
7940         * emacs-lisp/edebug.el (edebug-outside-excursion):
7941         * emacs-lisp/debug.el (debugger-make-xrefs):
7942         * emacs-lisp/cust-print.el (custom-prin1-to-string):
7943         * emacs-lisp/chart.el (chart-new-buffer):
7944         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
7945         Use with-current-buffer.
7946         * textmodes/artist.el (artist-system): Don't call
7947         copy-sequence on a fresh string.
7948         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
7950 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
7952         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
7953         is no item to edit.  (Bug#4820)
7954         (todo-top-priorities): Restore point and restore narrowing in Todo
7955         buffer.  (Bug#4820)
7957 2009-10-31  Glenn Morris  <rgm@gnu.org>
7959         * net/ange-ftp.el (top-level): Don't require dired when compiling.
7960         (comint-last-output-start, comint-last-input-start)
7961         (comint-last-input-end): Don't defvar when compiling.
7962         (ange-ftp-process-file): Use bound-and-true-p.
7964         * pcmpl-rpm.el (top-level): Move provide statement to end.
7965         (pcmpl-rpm): Remove unused custom group.
7967         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
7969         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
7971         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
7972         (byte-compile-warnings): Add `constants' as an option.
7973         (byte-compile-callargs-warn, byte-compile-arglist-warn)
7974         (display-call-tree): Update for byte-compile-fdefinition possibly
7975         returning `(macro lambda ...)'.  (Bug#4778)
7976         (byte-compile-variable-ref, byte-compile-setq-default):
7977         Respect `constants' member of byte-compile-warnings.
7979         * cedet/semantic/tag.el (semantic--tag-link-list-to-buffer):
7980         Use mapc rather than mapcar because the return value is never used.
7982         * cedet/srecode/template.el, cedet/semantic/wisent/javascript.el:
7983         * cedet/semantic/wisent/java-tags.el, cedet/semantic/texi.el:
7984         * cedet/semantic/html.el:
7985         Suppress harmless warnings about setting up semantic-imenu (not
7986         part of Emacs) variables.
7988 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7990         * vc-bzr.el (vc-bzr-revision-keywords): New var.
7991         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
7992         to "submit:".
7994         * cedet/srecode/srt-mode.el (semantic-analyze-possible-completions):
7995         * cedet/semantic/symref/list.el (semantic-symref-rb-toggle-expand-tag):
7996         * cedet/semantic/symref/grep.el (semantic-symref-perform-search):
7997         * cedet/semantic/bovine/gcc.el (semantic-gcc-query):
7998         * cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token):
7999         * cedet/semantic/analyze/debug.el (semantic-analyzer-debug-add-buttons)
8000         (semantic-analyzer-debug-global-symbol)
8001         (semantic-analyzer-debug-missing-innertype)
8002         (semantic-analyzer-debug-insert-include-summary):
8003         * cedet/semantic/util.el (semantic-file-tag-table):
8004         (semantic-describe-buffer-var-helper, semantic-something-to-tag-table)
8005         (semantic-recursive-find-nonterminal-by-name):
8006         * cedet/semantic/tag-ls.el (semantic-tag-calculate-parent-default):
8007         * cedet/semantic/tag-file.el (semantic-prototype-file):
8008         * cedet/semantic/symref.el (semantic-symref-parse-tool-output):
8009         * cedet/semantic/sb.el (semantic-sb-fetch-tag-table):
8010         * cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
8011         * cedet/semantic/idle.el (semantic-idle-work-for-one-buffer):
8012         (semantic-idle-summary-maybe-highlight):
8013         * cedet/semantic/ia-sb.el (semantic-ia-speedbar)
8014         (semantic-ia-sb-tag-info):
8015         * cedet/semantic/grammar.el (semantic-analyze-possible-completions):
8016         * cedet/semantic/find.el (semantic-brute-find-tag-by-position):
8017         * cedet/semantic/ede-grammar.el (project-compile-target):
8018         (ede-proj-makefile-insert-variables):
8019         * cedet/semantic/debug.el (semantic-debug-set-parser-location):
8020         (semantic-debug-set-source-location, semantic-debug-interface-layout)
8021         (semantic-debug-mode, semantic-debug):
8022         * cedet/semantic/db.el (semanticdb-needs-refresh-p):
8023         * cedet/semantic/db-typecache.el (semanticdb-typecache-refresh-for-buffer):
8024         * cedet/semantic/db-javascript.el (semanticdb-equivalent-mode):
8025         * cedet/semantic/db-find.el (semanticdb-find-log-new-search)
8026         (semanticdb-find-translate-path-includes--internal)
8027         (semanticdb-reset-log, semanticdb-find-log-activity):
8028         * cedet/semantic/db-file.el (object-write):
8029         * cedet/semantic/db-el.el (semanticdb-equivalent-mode):
8030         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-C-file-p)
8031         (semanticdb-create-ebrowse-database):
8032         * cedet/semantic/db-debug.el (semanticdb-table-sanity-check):
8033         * cedet/semantic/complete.el (semantic-displayor-focus-request)
8034         (semantic-collector-calculate-completions-raw)
8035         (semantic-complete-read-tag-analyzer):
8036         * cedet/semantic/analyze.el (semantic-analyze-pulse):
8037         * cedet/ede/util.el (ede-update-version-in-source):
8038         * cedet/ede/proj.el (project-delete-target):
8039         * cedet/ede/proj-elisp.el (ede-update-version-in-source)
8040         (ede-proj-flush-autoconf):
8041         * cedet/ede/pconf.el (ede-proj-configure-synchronize)
8042         (ede-proj-configure-synchronize):
8043         * cedet/ede/locate.el (ede-locate-file-in-project-impl):
8044         * cedet/ede/linux.el (ede-linux-version):
8045         * cedet/ede/emacs.el (ede-emacs-version):
8046         * cedet/ede/dired.el (ede-dired-add-to-target):
8047         * cedet/ede.el (ede-buffer-header-file, ede-find-target)
8048         (ede-buffer-documentation-files, ede-project-buffers, ede-set)
8049         (ede-target-buffers, ede-buffers, ede-make-project-local-variable):
8050         * cedet/cedet-idutils.el (cedet-idutils-fnid-call):
8051         (cedet-idutils-lid-call, cedet-idutils-expand-filename)
8052         (cedet-idutils-version-check):
8053         * cedet/cedet-global.el (cedet-gnu-global-call):
8054         (cedet-gnu-global-expand-filename, cedet-gnu-global-root)
8055         (cedet-gnu-global-version-check, cedet-gnu-global-scan-hits):
8056         * cedet/cedet-cscope.el (cedet-cscope-call)
8057         (cedet-cscope-expand-filename, cedet-cscope-version-check):
8058         Use with-current-buffer.
8059         * cedet/ede.el (ede-make-project-local-variable)
8060         (ede-set-project-variables, ede-set): Use dolist.
8062 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
8064         * textmodes/ispell.el (ispell-skip-region-alist):
8065         * international/mule-conf.el (eight-bit):
8066         * international/fontset.el (font-encoding-alist):
8067         * startup.el (pure-space-overflow-message):
8068         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
8069         * paths.el (gnus-nntp-service, rmail-spool-directory)
8070         (term-file-prefix):
8071         * files.el (save-some-buffers-action-alist):
8072         * cmuscheme.el (same-window-buffer-names):
8073         * ielm.el (same-window-buffer-names):
8074         * shell.el (same-window-buffer-names):
8075         * mail/sendmail.el (same-window-buffer-names):
8076         * progmodes/inf-lisp.el (same-window-buffer-names):
8077         * bindings.el (mode-line-client)
8078         (mode-line-column-line-number-mode-map):
8079         * language/tibetan.el (tibetan-precomposition-rule-regexp)
8080         (tibetan-precomposed-regexp): Purecopy string arguments.
8082 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8084         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
8085         (calcDigit-nondigit):
8086         * calc/calc-yank.el (calc-copy-to-buffer):
8087         * calc/calc-units.el (calc-invalidate-units-table):
8088         * calc/calc-trail.el (calc-trail-yank):
8089         * calc/calc-store.el (calc-insert-variables):
8090         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8091         * calc/calc-prog.el (calc-read-parse-table):
8092         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
8093         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
8094         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
8095         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
8096         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
8097         (calc-graph-name, calc-graph-find-command, calc-graph-view)
8098         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
8099         * calc/calc-ext.el (calc-realign):
8100         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
8101         (calc-embedded-finish-edit, calc-embedded-make-info)
8102         (calc-embedded-finish-command, calc-embedded-stack-change):
8103         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
8105         * cedet/mode-local.el (make-obsolete-overload): Add `when' argument.
8106         (overload-docstring-extension): Use that info.
8107         * cedet/semantic/fw.el (semantic-alias-obsolete): Pass the `when' info.
8108         * cedet/semantic/idle.el (semantic-eldoc-current-symbol-info):
8109         * cedet/semantic/tag-ls.el (semantic-nonterminal-protection)
8110         (semantic-nonterminal-abstract, semantic-nonterminal-leaf)
8111         (semantic-nonterminal-full-name): Add the new `when' info.
8112         * cedet/semantic/decorate/mode.el (semantic/decorate): Require CL for
8113         `assert'.
8115         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
8116         shell-dynamic-complete-filename in preference to
8117         comint-dynamic-complete-filename.
8119         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8120         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
8121         Don't consider whether the display supports colors.
8122         (bookmark-import-new-list): Use dolist.
8123         (bookmark-bmenu-mode-map): Move initialization into declaration.
8124         (bookmark-bmenu-list): Use dolist, simplify.
8125         (bookmark-show-all-annotations): Use save-selected-window and dolist.
8126         (menu-bar-final-items): Use push.
8128 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
8130         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
8131         it works on remote files.
8132         (vc-hg-diff): Don't pass any `--cwd' argument.
8134 2009-10-27  Kevin Ryde  <user42@zip.com.au>
8136         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8137         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
8138         (Further to Bug#3921).
8140 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
8142         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
8143         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
8144         calling `tramp-imap-put-file'.  Add file size to the call.
8145         (tramp-imap-get-file-entries): Compute also user name, file size,
8146         and date.
8147         (tramp-imap-handle-insert-directory): Insert uid and gid.
8148         (tramp-imap-handle-file-attributes): Transform uid and gid
8149         according to `id-format'.
8150         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
8151         size in header X-Size.
8153 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
8155         * simple.el (transpose-subr): Give clearer error when the mark
8156         is not set.  (Bug#4807)
8158 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
8160         * net/tramp.el (tramp-perl-file-truename): New defconst.
8161         Perl code contributed by yary <not.com@gmail.com> (tiny change).
8162         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
8163         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
8164         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
8166         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
8167         Ignore `dired-call-process'.
8168         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
8170 2009-10-26  Julian Scheid  <julians37@gmail.com>
8172         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
8173         (tramp-get-remote-readlink): New defun.
8174         (tramp-handle-file-truename): Use it.
8175         (tramp-handle-file-exists-p): Check file-attributes cache, assume
8176         file exists if cache value present.
8177         (tramp-check-cached-permissions): New defun.
8178         (tramp-handle-file-readable-p): Use it.
8179         (tramp-handle-file-writable-p): Likewise.
8180         (tramp-handle-file-executable-p): Likewise.
8181         (tramp-handle-file-name-all-completions): Try using Perl to get
8182         partial completions.  When perl not available, combine `cd' and
8183         `ls' into single remote operation and use shell expansion to get
8184         partial remote directory contents.  Set `file-exists-p' cache for
8185         directory and any files returned by ls.  Change cache handling to
8186         support partial directory contents.  Use error message emitted by
8187         remote `cd' or Perl code for local tramp-error.
8188         (tramp-do-copy-or-rename-file-directly): Avoid separate
8189         tramp-send-command-and-check call.
8190         (tramp-handle-process-file): Merge three remote ops into one.
8191         Do not flush all caches when `process-file-side-effects' is set.
8192         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
8193         file-attributes shows uid/gid to be set already.
8195 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
8197         * textmodes/tex-mode.el (tex-dvi-view-command)
8198         (tex-show-queue-command, tex-open-quote):
8199         * progmodes/ruby-mode.el (auto-mode-alist)
8200         (interpreter-mode-alist): Purecopy strings.
8202         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
8204         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
8205         string for the hook, keymap and abbrev table.
8207         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
8209         * x-dnd.el (x-dnd-xdnd-to-action):
8210         * startup.el (fancy-startup-text, fancy-about-text): Change to
8211         defconst from defvar.
8213         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
8215         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
8216         Purecopy initialization strings.
8218         * mail/sendmail.el (mail-header-separator)
8219         (mail-personal-alias-file):
8220         * mail/rmail.el (rmail-default-dont-reply-to-names)
8221         (rmail-ignored-headers, rmail-retry-ignored-headers)
8222         (rmail-highlighted-headers, rmail-secondary-file-directory)
8223         (rmail-secondary-file-regexp):
8224         * files.el (null-device, file-name-invalid-regexp)
8225         (locate-dominating-stop-dir-regexp)
8226         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
8227         (interpreter-mode-alist): Use mapcar instead of mapc.
8229         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
8231         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
8232         (completion-ignored-extensions):
8233         (debug-ignored-errors): Purecopy strings.
8235 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8237         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
8238         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
8239         (pcomplete--here): Use push.
8241         * subr.el (all-completions): Declare the 4th arg obsolete.
8243 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8245         * pcomplete.el (pcomplete-unquote-argument-function): New var.
8246         (pcomplete-unquote-argument): New function.
8247         (pcomplete--common-suffix): Always pay attention to case.
8248         (pcomplete--table-subvert): Quote and unquote the text.
8249         (pcomplete--common-quoted-suffix): New function.
8250         (pcomplete-std-complete): Use it and pcomplete-begin.
8252         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
8253         we're inside a dedicated or minibuffer window.
8255 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
8257         * cedet/semantic/fw.el (semantic-alias-obsolete)
8258         (semantic-varalias-obsolete): Make the `when' arg mandatory.
8259         (define-mode-overload-implementation):
8260         * cedet/semantic/decorate/mode.el (semantic-decorate-pending-decoration-hooks):
8261         * cedet/semantic/wisent.el (wisent-lex-make-token-table):
8262         * cedet/semantic/util.el (semantic-file-token-stream)
8263         (semantic-something-to-stream):
8264         * cedet/semantic/tag.el (semantic-tag-make-assoc-list)
8265         (semantic-expand-nonterminal):
8266         * cedet/semantic/tag-file.el (semantic-find-nonterminal)
8267         (semantic-find-dependency, semantic-find-nonterminal)
8268         (semantic-find-dependency):
8269         * cedet/semantic/lex.el (semantic-flex-start, semantic-flex-end)
8270         (semantic-flex-text, semantic-flex-make-keyword-table)
8271         (semantic-flex-keyword-p, semantic-flex-keyword-put)
8272         (semantic-flex-keyword-get, semantic-flex-map-keywords)
8273         (semantic-flex-keywords, semantic-flex-buffer, semantic-flex-list):
8274         * cedet/semantic/java.el (semantic-java-prototype-nonterminal):
8275         * cedet/semantic/idle.el (semantic-before-idle-scheduler-reparse-hooks)
8276         (semantic-after-idle-scheduler-reparse-hooks):
8277         * cedet/semantic/edit.el (semantic-edits-incremental-reparse-failed-hooks):
8278         * cedet/semantic/db-mode.el (semanticdb-mode-hooks):
8279         * cedet/semantic.el (semantic-toplevel-bovine-table)
8280         (semantic-toplevel-bovine-cache)
8281         (semantic-before-toplevel-bovination-hook, semantic-init-hooks)
8282         (semantic-init-mode-hooks, semantic-init-db-hooks)
8283         (semantic-bovination-working-type): Provide the `when' arg.
8285 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
8287         * bookmark.el: Update documentation, especially documentation
8288         of `bookmark-alist' and of the bookmark file format.
8289         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
8291 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8293         * mail/emacsbug.el (report-emacs-bug): Clarify that the
8294         keybindings apply to the mail buffer (Bug#4003).  Shrink help
8295         window to buffer.
8297         * whitespace.el (whitespace-mode, whitespace-newline-mode)
8298         (global-whitespace-mode, global-whitespace-newline-mode)
8299         (whitespace-toggle-options, global-whitespace-toggle-options):
8300         Doc fix (Bug#3660).
8302         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
8303         of xmltok-start before the end tag was inserted (Bug#2840).
8305         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
8306         patterns that are preceded by an open-paren (Bug#1320).
8308 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
8310         * files.el (delete-directory): Delete symlinks to directories with
8311         delete-file (Bug#4739).
8313 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
8315         * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):
8316         * cedet/semantic/tag.el (semantic-token-type-parent): Add WHEN
8317         argument to make-obsolete.
8319         * cedet/semantic/fw.el (semantic-alias-obsolete)
8320         (semantic-varalias-obsolete): Add optional WHEN argument.
8322 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
8324         * vc.el (vc-backend-for-registration): Rename from
8325         vc-get-backend-for-registration.  Update callers.
8327         * international/mule-cmds.el (set-language-info-alist):
8328         Purecopy lang-env.
8329         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
8330         (charset): Purecopy the name.
8331         (define-char-code-property): Purecopy string arguments.
8333         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
8334         Purecopy string arguments.
8336         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8337         * ediff-hook.el (menu-bar-ediff-menu):
8338         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
8339         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
8341 2009-10-24  Glenn Morris  <rgm@gnu.org>
8343         * comint.el (comint-dynamic-list-completions):
8344         * term.el (term-dynamic-list-completions): Use choose-completion rather
8345         than obsolete alias mouse-choose-completion.
8347         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
8348         file-cache-choose-completion.
8349         (file-cache-choose-completion): Handle an optional event argument.
8350         (file-cache-mouse-choose-completion): Make it an obsolete alias.
8352         * progmodes/octave-mod.el (octave-complete-symbol):
8353         Use choose-completion if mouse-choose-completion is ever removed.
8355         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
8356         use.
8358         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
8359         compiler.
8361         * vc-hooks.el (vc-responsible-backend): Fix declaration.
8363 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8365         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
8366         Ignore `pred' now that we receive one.
8367         Handle test-completion specially.
8369 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8371         * vc.el (vc-responsible-backend): Throw an error if not backend is
8372         found.  Remove the REGISTER argument.  Move the code dealing with
8373         REGISTER ...
8374         (vc-get-backend-for-registration): ... here.  New function.
8375         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
8376         of vc-responsible-backend, pass the file name instead of the
8377         directory name.
8379 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8381         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
8382         New funs.
8383         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
8384         (pcomplete-comint-setup): Don't modify a global var via
8385         accidental side-effects.
8386         (pcomplete-shell-setup): Adjust call accordingly.
8387         (pcomplete-parse-comint-arguments): Use push.
8389 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
8391         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
8392         Allow uncapitalized info node names (Bug#3921).
8394         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
8395         to the DEBUG file (Bug#3781).
8397 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
8399         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
8400         dictionary entry (Bug#4579).
8402 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
8404         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
8405         from `rfn-eshadow-update-overlay-hook' when unloading.
8406         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
8407         "rsyncc".  Adjust doc string.
8408         (tramp-temp-buffer-file-name): New buffer-local defvar.
8409         (tramp-handle-insert-file-contents, tramp-handle-write-region):
8410         Keep temporary file when indicated by method ("rsync" and
8411         "rsyncc").
8412         (tramp-handle-write-region): Handle APPEND.
8413         (tramp-delete-temp-file-function): New defun.  Added to
8414         `kill-buffer-hook'.
8416 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
8418         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
8420 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
8422         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
8423         (color-name-rgb-alist, tty-standard-colors)
8424         (tty-color-mode-alist): Change to defconst.
8426         * simple.el (mark-inactive): Purecopy message.
8428         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
8429         (global-map, yank-menu):
8430         * textmodes/ispell.el (ispell-menu-map):
8431         * net/eudc.el (eudc-tools-menu):
8432         * international/mule-cmds.el (describe-language-environment-map)
8433         (setup-language-environment-map, set-coding-system-map)
8434         (mule-menu-keymap):
8435         * vc-hooks.el (vc-menu-entry, vc-menu-map):
8436         * replace.el (occur-mode-map):
8437         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
8439 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
8441         * calc/calc.el (math-read-number, math-read-number-simple): Use
8442         `save-match-data'.
8444 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8446         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
8447         rather than fiddling with global-map bindings, since it should only
8448         affect per-terminal settings.
8449         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
8451         * minibuffer.el (completion-table-with-terminator): Allow to specify
8452         the terminator-regexp.
8454         * simple.el (switch-to-completions): Look for *Completions* in other
8455         frames as well.
8457         * pcomplete.el: Allow the use of completion-tables.
8458         (pcomplete-std-complete): New command.
8459         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
8460         (pcomplete--here): Use a function for `form' rather than an expression,
8461         so it can be byte-compiled.
8462         (pcomplete-here, pcomplete-here*): Adjust accordingly.
8463         Add edebug declaration.
8464         (pcomplete-show-completions): Remove unused var `curbuf'.
8465         (pcomplete-do-complete, pcomplete-stub):
8466         Don't assume `completions' is a list of strings any more.
8468 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
8470         * find-dired.el (find-name-arg): Fix typo in docstring.
8472 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
8475         (pcmpl-linux-fs-types): Same, and update to new modules layout.
8477         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
8478         pcomplete-entries.
8480         * comint.el (comint-read-input-ring, comint-write-input-ring)
8481         (comint-substitute-in-file-name)
8482         (comint-dynamic-complete-as-filename)
8483         (comint-dynamic-simple-complete)
8484         (comint-dynamic-list-filename-completions)
8485         (comint-dynamic-list-completions)
8486         (comint-redirect-results-list-from-process): Minor simplifications.
8488 2009-10-21  Kevin Ryde  <user42@zip.com.au>
8490         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
8491         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
8492         the first form.  And insert a blank line after ";;; Code" since
8493         that's usual style.  (Bug#4612)
8495         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
8497 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8499         * minibuffer.el (completion-table-with-terminator): Properly implement
8500         boundaries, in case `terminator' appears in the suffix.
8501         (completion--embedded-envvar-table): Don't return boundaries if
8502         there's no valid completion.  Simplify.
8503         (completion-file-name-table): New completion table extracted from
8504         completion--file-name-table.
8505         (completion--file-name-table): Use it.
8506         (read-file-name-predicate): Declare obsolete.
8507         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
8508         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
8509         completion-file-name-table, and use the `pred' argument.
8510         * files.el (locate-file-completion-table): Use the `pred' arg rather
8511         than read-file-name-predicate.
8512         (abbreviate-file-name): Use \` rather than ^ for BOS.
8514 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
8516         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
8517         vc-responsible-backend to register, it causes problems.
8519 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8521         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
8523 2009-10-21  Eric Ludlam  <zappo@gnu.org>
8525         * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init)
8526         (semantic-c-debug-mode-init-pch): New functions.
8527         (semantic-c-debug-mode-init-last-mode): New var.
8528         (semantic-c-parse-lexical-token): Use them.
8530         * cedet/semantic/lex-spp.el (semantic-lex-spp-anlyzer-do-replace):
8531         When extracting the argument list, limit only by point-max.
8533 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
8535         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
8536         (tramp-smb-handle-file-attributes): Use it.
8537         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
8538         (tramp-smb-handle-insert-directory): Use `mapc' rather than
8539         `mapcar'.  Use `tramp-smb-get-stat-capability'.
8540         Add `dired-filename' text properties.
8541         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
8542         (tramp-smb-maybe-open-connection): Simplify check for smbclient
8543         version.
8545 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8547         * subr.el (read-key-delay): Reduce to 0.01.
8548         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
8549         (bug#4751).
8551 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8553         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
8555         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
8556         (Info-menu): Remove unused vars `last' and `completions'.
8557         (Info-index-nodes): Remove unused var `node'.
8559         * info.el (Info-complete-menu-item): Use complete-with-action.
8561 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
8563         Make vc-annotate work through copies and renames.
8564         * vc-annotate.el (vc-annotate-extract-revision-at-line):
8565         Return the file name too.
8566         (vc-annotate-revision-at-line)
8567         (vc-annotate-find-revision-at-line)
8568         (vc-annotate-revision-previous-to-line)
8569         (vc-annotate-show-log-revision-at-line): Update to get the file
8570         name from vc-annotate-extract-revision-at-line.
8571         (vc-annotate-show-diff-revision-at-line-internal): Change the
8572         argument to mean whether to show a file diff or not.  Get the file
8573         name from vc-annotate-extract-revision-at-line.
8574         (vc-annotate-show-diff-revision-at-line):
8575         Update vc-annotate-show-diff-revision-at-line call.
8576         (vc-annotate-warp-revision): Add an optional file argument.
8578         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
8579         (vc-git-annotate-extract-revision-at-line): Also return the file
8580         name if found.
8582         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
8583         command.  Remove unused code.
8584         (vc-hg-annotate-re): Update to match --follow output.
8585         (vc-hg-annotate-extract-revision-at-line): Also return the file
8586         name if found.
8588         * vc.el: Update annotate-extract-revision-at-line documentation.
8590 2009-10-18  Kevin Ryde  <user42@zip.com.au>
8592         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
8593         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
8595         * net/browse-url.el (browse-url): Identify alist with "consp and
8596         not functionp" and let all other things go down the `apply' leg,
8597         as suggested by Stefan.  (Further to bug#4531.)
8599 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
8601         * minibuffer.el (read-file-name): Check for repeat before putting
8602         a default argument in file-name-history (Bug#4657).
8604         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
8605         read syntax (Bug#4737).
8607         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
8609 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
8611         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
8612         (html-tag-alist, html-tag-help): Add descriptions for undocumented
8613         entries and make note of obsolete tags.
8615 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8617         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
8619 2009-10-18  Glenn Morris  <rgm@gnu.org>
8621         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
8622         grep, so that binary files (eg international/uni-bidi.el) can match.
8623         Remove test for "UnicodeData" files, since it is hopefully unnecessary
8624         now, and in any case the file header format has changed.
8626 2009-10-17  Glenn Morris  <rgm@gnu.org>
8628         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
8629         (flyspell-get-word, flyspell-large-region)
8630         (flyspell-auto-correct-previous-word): Doc/error message fixes.
8632 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8634         * Makefile.in (ELCFILES): Add ede/shell.
8636 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
8638         * term/common-win.el (x-colors): Purecopy it.
8640 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8642         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
8643         permissive for when the buffer is empty.
8644         (tar-header-block-tokenize): Decode the username and groupname.
8645         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
8647 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
8649         * cedet/srecode/srt.el:
8650         * cedet/srecode/compile.el:
8651         * cedet/semantic/mru-bookmark.el:
8652         * cedet/semantic/debug.el:
8653         * cedet/semantic/complete.el:
8654         * cedet/semantic/analyze.el: Require CL when compiling.
8656 2009-10-17  Eric Ludlam  <zappo@gnu.org>
8658         * cedet/semantic/scope.el
8659         (semantic-analyze-scoped-inherited-tag-map): Wrap calculation of
8660         tmpscope so that the regular scope will continue to work.
8662         * cedet/semantic/idle.el (semantic-idle-tag-highlight):
8663         Use semantic-idle-summary-highlight-face as the highlighting.
8665         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
8666         contains multibyte characters, choose first applicable coding
8667         system automatically.
8669         * cedet/ede/project-am.el (project-run-target): New method.
8670         (project-run-target): New method.
8672         * cedet/ede.el (ede-target): Add run target menu item.
8673         (ede-project, ede-minor-keymap): Add ede-run-target binding.
8674         (ede-run-target): New function.
8675         (ede-target::project-run-target): New method.
8677         * cedet/ede/proj.el (project-run-target): New method.
8679         * cedet/ede/proj-shared.el (ede-gcc-libtool-shared-compiler)
8680         (ede-g++-libtool-shared-compiler): Remove SHELL.  Remove COMMANDS.
8681         Add :rules.
8682         (ede-proj-target-makefile-shared-object): Only libtool compilers
8683         now available.  Add linkers for libtool.
8684         (ede-cc-linker-libtool, ede-g++-linker-libtool): New.
8685         (ede-proj-makefile-target-name): Always use .la extension.
8687         * cedet/ede/proj-prog.el (project-run-target): New method.
8689         * cedet/ede/proj-obj.el (ede-cc-linker): Rename from ede-gcc-linker.
8690         (ede-g++-linker): Change Change link lines.
8692         * cedet/ede/pmake.el (ede-pmake-insert-variable-shared):
8693         When searching for old variables, go to the end of the buffer and
8694         search backward from there.
8695         (ede-proj-makefile-automake-insert-subdirs)
8696         (ede-proj-makefile-automake-insert-extradist): New methods.
8697         (ede-proj-makefile-create): Use them.
8699         * cedet/ede/pconf.el (ede-proj-configure-test-required-file):
8700         Force FILE to expand to the current target.  Use file-exists-p to
8701         check that it exists.
8703         * cedet/ede/linux.el (ede-linux-version): Don't call "head".
8704         (ede-linux-load): Wrap dir in file-name-as-directory.
8705         Set :version slot.
8707         * cedet/ede/files.el (ede-get-locator-object): When enabling
8708         locate, do so on "top".
8710         * cedet/ede/emacs.el (ede-emacs-file-existing): Wrap "dir" in
8711         file-name-as-directory during compare.
8712         (ede-emacs-version): Return Emacs/XEmacs differentiator.
8713         Get version number from different places.  Don't call egrep.
8714         (ede-emacs-load): Set :version slot.  Call file-name-as-directory
8715         to set the directory.
8717         * cedet/ede/shell.el: New file.
8719         * cedet/inversion.el (inversion-decoders): Allow for stray . in
8720         alpha/beta variants.
8722 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * international/mule-cmds.el (select-safe-coding-system): If the file
8725         has a coding cookie, use it regardless of any other setting (bug#4712).
8727 2009-10-17  Glenn Morris  <rgm@gnu.org>
8729         * cedet/semantic/grammar.el (semantic-grammar--lex-delim-spec):
8730         All errors should have messages.
8732         * foldout.el (foldout-mouse-swallow-events):
8733         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
8735         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
8736         (dired-keep-marker-copy, dired-keep-marker-hardlink)
8737         (dired-keep-marker-symlink, dired-dwim-target)
8738         (dired-copy-preserve-time): Do not autoload these defcustoms.
8740         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
8741         messages from messing up the file coding.  (Bug#4623)
8743 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
8745         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
8746         if no match is found for the current dictionary.  (Bug#4578)
8748         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
8749         optional, since that is how it is documented, and this is often called
8750         with a nil argument.  (Bug#4577)
8751         (flyspell-external-point-words, flyspell-auto-correct-word)
8752         (flyspell-correct-word-before-point, flyspell-word-search-forward)
8753         (flyspell-word-search-backward): Remove nil argument in calls to
8754         flyspell-get-word, since it is not needed now.
8756 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
8758         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
8760 2009-10-16  Glenn Morris  <rgm@gnu.org>
8762         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
8764 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
8766         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
8767         (ange-ftp-file-size): New function.
8768         (ange-ftp-file-attributes): Use it.
8770 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
8772         * net/tramp-smb.el (tramp-smb-version): New defvar.
8773         (tramp-smb-maybe-open-connection): Use it, in order to avoid
8774         repeated checks.
8776 2009-10-16  Glenn Morris  <rgm@gnu.org>
8778         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
8779         Maybe copy some custom properties from old to new name.  (Bug#4706)
8781 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
8783         * subr.el (error, sit-for, start-process-shell-command)
8784         (start-file-process-shell-command): Set the calling convention
8785         after the function definition.
8787 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * subr.el (error, sit-for, start-process-shell-command)
8790         (start-file-process-shell-command): Use the new
8791         set-advertised-calling-convention feature.
8793 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
8795         * international/ucs-normalize.el (ucs-normalize-version):
8796         Change to 1.2.
8797         (check-range): Adjust for Unicode 5.2.
8799 2009-10-15  Juri Linkov  <juri@jurta.org>
8801         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
8802         to the `menu-item' format.
8804 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
8806         * net/tramp.el (tramp-replace-environment-variables): Do not fail
8807         if the environment variable does not exist.
8809         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8810         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
8811         parameter.
8812         (tramp-smb-handle-add-name-to-file)
8813         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8814         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8815         (tramp-smb-handle-file-attributes)
8816         (tramp-smb-do-file-attributes-with-stat)
8817         (tramp-smb-handle-file-local-copy)
8818         (tramp-smb-handle-insert-directory)
8819         (tramp-smb-handle-make-directory)
8820         (tramp-smb-handle-make-directory-internal)
8821         (tramp-smb-handle-make-symbolic-link)
8822         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
8823         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
8824         (tramp-smb-maybe-open-connection): Apply the changed parameters.
8825         (tramp-smb-read-file-entry): Read Disk names in compressed format.
8826         Handle long file names.
8827         (tramp-smb-get-cifs-capabilities): Check, whether the connection
8828         process is running.
8829         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
8830         Read share names with "-g" option.
8832 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
8834         * net/rcirc.el (rcirc-view-log-file): New command.
8835         (rcirc-track-minor-mode-map): Remove C-c ` binding.
8836         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
8837         specified.
8839 2009-10-15  Glenn Morris  <rgm@gnu.org>
8841         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
8842         from the second command-line argument.
8843         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
8844         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
8845         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
8846         w32-batch-update-autoloads.
8847         * emacs-lisp/autoload.el (autoload-make-program): New variable.
8848         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
8850         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
8851         the headers cannot be located.  Simplify, subtracting superflous
8852         save-excursions.
8854 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8856         Replace completion-base-size by completion-base-position to fix bugs
8857         such as (bug#4699).
8858         * simple.el (completion-base-position): New var.
8859         (completion-base-size): Mark as obsolete.
8860         (choose-completion): Make it work for mouse events as well.
8861         Pass the new base-position to choose-completion-string.
8862         (choose-completion-guess-base-position): New function, extracted from
8863         choose-completion-delete-max-match.
8864         (choose-completion-delete-max-match): Use it.  Make obsolete.
8865         (choose-completion-string): Use the new base-position info.
8866         (completion-root-regexp): Delete.
8867         (completion-setup-function): Preserve completion-base-position.
8868         Eliminate obsolete base-size manipulation.
8869         * minibuffer.el (display-completion-list): Don't mess with base-size.
8870         (minibuffer-completion-help): Set completion-base-position instead.
8871         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
8872         choose-completion.
8873         * textmodes/bibtex.el (bibtex-complete):
8874         * emacs-lisp/crm.el (crm--choose-completion-string):
8875         Adjust to new calling convention.
8876         * complete.el (partial-completion-mode): Use minibufferp to avoid
8877         bumping into incompatible change to choose-completion-string-functions.
8878         * ido.el (ido-choose-completion-string): Make its calling convention
8879         more permissive.
8880         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
8881         base-size manipulation.
8882         (comint-dynamic-list-input-ring): Use dotimes and push.
8883         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
8884         fundamental-mode.  Use `or'.
8886 2009-10-14  Juri Linkov  <juri@jurta.org>
8888         * misearch.el (multi-isearch-next-buffer-from-list)
8889         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
8891 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8893         * Makefile.in (compile-onefile): Load `bytecomp' rather than
8894         `bytecomp.el'.
8896         * minibuffer.el (completion-pcm--merge-completions): Make sure the
8897         string we return is all made up of text from the completions rather
8898         than part from the completions and part from the input (bug#4219).
8900         * ido.el (ido-everywhere): Use define-minor-mode.
8902         * buff-menu.el (list-buffers, ctl-x-map):
8903         Mark the entry points with ;;;###autoload cookies.
8905 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8907         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
8908         correctly in the detached head case.
8909         (vc-git-print-log): Remove unused binding.
8911         * vc.el (vc-responsible-backend): When a directory is passed for
8912         for registration create a VC repository if no backend is
8913         responsible for the directory argument.
8914         (vc-deduce-fileset): Tell vc-responsible-backend to register.
8916         * vc.el: Move comments about RCS and SCCS ...
8917         * vc-rcs.el:
8918         * vc-sccs.el: ... here, respectively.
8920 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8922         * minibuffer.el (completion--file-name-table): Return nil if there's
8923         no file completion, even if substitute-in-file-name changed
8924         the string (bug#4708).
8926 2009-10-13  Juri Linkov  <juri@jurta.org>
8928         * files-x.el (read-file-local-variable-value): Don't filter out
8929         minor modes from mode name completion (bug#4664).
8931 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8933         * international/mule-cmds.el (ucs-names): Remove exclusion of
8934         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
8936 2009-10-13  Kenichi Handa  <handa@m17n.org>
8938         * international/uni-name.el: Regenerated.
8940 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
8942         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
8943         should be automatically buffer-local, but isn't.)
8945 2009-10-12  Sam Steingold  <sds@gnu.org>
8947         * progmodes/compile.el (compilation-next-error-function): Fix the
8948         timestamps if the buffer has been visited before.
8949         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
8950         non-anchored patterns, like the perl one (bug#3928).
8952 2009-10-12  Glenn Morris  <rgm@gnu.org>
8954         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
8955         Let-bind `size'.
8957 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
8959         * proced.el (proced-unload-function): New function.
8961         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
8962         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
8963         Doc fix.
8965         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
8967 2009-10-11  Juri Linkov  <juri@jurta.org>
8969         * files-x.el (read-file-local-variable-value):
8970         Provide default value only for bound variables (bug#4664).
8972 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
8974         * net/tramp.el (tramp-local-host-p): Function shall return nil for
8975         connection methods like smb.
8977         * net/tramp-cache.el (tramp-flush-connection-property): The hash
8978         can be empty.
8980         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
8981         (tramp-smb-file-name-handler-alist): Add handlers for
8982         `add-name-to-file', `make-symbolic-link'.
8983         (tramp-smb-handle-add-name-to-file)
8984         (tramp-smb-do-file-attributes-with-stat)
8985         (tramp-smb-handle-make-symbolic-link)
8986         (tramp-smb-get-cifs-capabilities): New defuns.
8987         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
8988         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
8989         (tramp-smb-handle-file-local-copy)
8990         (tramp-smb-handle-make-directory-internal)
8991         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
8992         The file name syntax depends on cifs capabilities.
8993         (tramp-smb-handle-file-attributes):
8994         Call `tramp-smb-do-file-attributes-with-stat' if possible.
8995         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
8996         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
8998 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
9000         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
9001         (eieio-defclass): Apply deftype handler and setf-method properties
9002         directly.
9003         (eieio-add-new-slot): Avoid union function from cl library.
9004         (eieio--typep): New function.
9005         (eieio-perform-slot-validation): Use it.
9007 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9009         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
9010         Update documentation to refer to the variables documented in r1.135.
9011         (Bug#4188)
9013 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
9015         * bookmark.el (Info-suffix-list): Remove this unused variable.
9016         (bookmark-current-point): Remove this obsolete variable.
9017         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
9018         Adjust for removal of bookmark-current-point.
9020         (bookmarks-already-loaded, bookmark-current-buffer)
9021         (bookmark-yank-point): Document.  (Bug#4188)
9023 2009-10-10  Glenn Morris  <rgm@gnu.org>
9025         * frame.el (frame-height): Doc fix.
9027         * calendar/calendar.el (calendar-split-width-threshold): New option.
9028         (calendar-basic-setup): Use calendar-split-width-threshold.
9030 2009-10-10  Sascha Wilde  <wilde@sha-bang.de>
9032         * cedet/ede/proj-shared.el (ede-proj-makefile-target-name):
9033         Use .la for Automake.
9035 2009-10-09  Chong Yidong  <cyd@stupidchicken.com>
9037         * cedet/ede/pconf.el (ede-proj-configure-synchronize):
9038         Use "autoreconf -i".  Suggested by Andreas Schwab.
9040 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
9042         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
9043         Ideographic Supplement" range (U+1F200..U+1F2FF).
9045 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9047         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
9048         since the list will have been rebuilt anyway.  (Bug#4349)
9050 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9052         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
9053         (bookmark-bmenu-execute-deletions): Don't save here, as
9054         bookmark-delete will now do so if necessary.
9055         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
9056         (Bug#4348)
9058 2009-10-09  Glenn Morris  <rgm@gnu.org>
9060         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
9062 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
9064         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
9065         (bookmark-jump-other-window): Just invoke bookmark-jump with new
9066         argument now, so the two function's behaviors will match.  (Bug#3645)
9068 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9070         * cedet/ede/proj.el (project-make-dist, project-compile-project):
9071         Fix filename test.
9072         (ede-proj-dist-makefile): Use expand-file-name instead of concat
9073         to expand file names.
9075 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
9077         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
9078         (tramp-file-name-real-host, tramp-file-name-port):
9079         Apply `save-match-data'.
9081         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
9082         case both directories are remote.
9083         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
9084         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
9086 2009-10-08  Chong Yidong  <cyd@stupidchicken.com>
9088         * cedet/ede/proj-obj.el (ede-gcc-linker): New var.
9089         (ede-proj-target-makefile-objectcode): Use it.
9091         * cedet/ede/source.el (ede-want-any-source-files-p)
9092         (ede-want-any-auxiliary-files-p, ede-want-any-files-p):
9093         Return search result.  This error was introduced while merging.
9095 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9097         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
9099 2009-10-07  Glenn Morris  <rgm@gnu.org>
9101         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
9102         of concat.
9104 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * files-x.el (read-file-local-variable): Include some
9107         non-user-variables in the completion table (bug#4664).
9109 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
9111         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
9112         message.
9114         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
9115         (tramp-smb-file-name-handler-alist): Add handler for
9116         `copy-directory', `expand-file-name', `set-file-modes'.
9117         (tramp-smb-handle-copy-directory)
9118         (tramp-smb-handle-expand-file-name)
9119         (tramp-smb-handle-set-file-modes): New defuns.
9120         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
9121         (tramp-smb-handle-file-attributes): Simplify check for retrieving
9122         entry.
9123         (tramp-smb-handle-insert-directory): Don't flush the cache.
9124         (tramp-smb-maybe-open-connection): Check for samba client and
9125         server versions.
9127 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
9129         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
9130         to not error out of search for "^lisp=" fails.
9132 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
9134         * makefile.w32-in (WINS_UPDATES): New macro.
9135         (custom-deps, finder-data, autoloads): Use it.
9137 2009-10-07  Glenn Morris  <rgm@gnu.org>
9139         * Makefile.in (autoloads): Revert previous change.
9140         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
9141         the list of preloaded files passed on the command-line, get
9142         it from src/Makefile.
9144         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
9145         show the original buffer rather than a random one.
9147 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
9149         * help.el (describe-no-warranty): Place point in a slightly better
9150         position in the GPLv3 text.
9152 2009-10-06  Sam Steingold  <sds@gnu.org>
9154         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
9155         the comm attribute is present before calling regexp-quote.
9157 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
9159         * play/animate.el (animate-string): For good effect, make sure
9160         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
9162         * play/animate.el (animate-sequence, animate-birthday-present):
9163         * misc.el (butterfly): Don't set `indent-tabs-mode'.
9165 2009-10-06  Glenn Morris  <rgm@gnu.org>
9167         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
9169         * emacs-lisp/autoload.el (autoload-excludes): New variable.
9170         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
9171         (batch-update-autoloads): Process a string value of autoload-excludes,
9172         set during the build process.
9173         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
9175         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
9176         inside with-parsed...  macro so that `v' is defined.
9178         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
9179         * progmodes/fortran.el (fortran-end-of-block)
9180         (fortran-beginning-of-block):
9181         Also push mark in the macro case.
9183         * emerge.el (emerge-show-file-name):
9184         * calc/calc.el (calc-quit):
9185         * calc/calc-misc.el (calc-big-or-small):
9186         * calc/calc-graph.el (calc-graph-view):
9187         * calc/calc-ext.el (calc-reset):
9188         * calendar/calendar.el (calendar-basic-setup):
9189         Use window-full-height-p.
9191         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
9192         header we don't understand, don't insert another.  (Bug#4624)
9193         If changing mime charset, insert the new one in the right place.
9195 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
9197         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
9198         (cal-tex-cursor-month): Correctly increment the end date for diary and
9199         holiday listing.  (Bug#4626)
9201 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9203         * help-fns.el (describe-function-1): Don't burp if the function is not
9204         a symbol.
9206 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
9208         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
9209         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
9210         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
9211         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
9213         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
9214         (eieio-default-superclass): Reflow docstrings.
9215         (this, class-option-assoc, defclass, eieio-class-un-autoload)
9216         (eieio-unbind-method-implementations, defmethod)
9217         (eieio-validate-slot-value, eieio-validate-class-slot-value)
9218         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
9219         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
9220         (eieio-slot-originating-class-p, eieio-slot-name-index)
9221         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
9222         (constructor, initialize-instance, no-next-method, object-print)
9223         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
9224         Fix typos in docstrings.
9225         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
9226         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
9227         (next-method-p): Doc fixes.
9228         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
9229         Fix typos in error messages.
9230         (eieio-defmethod): Fix typo in description of generic method.
9232         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
9233         (eieio-persistent-save-interactive, slot-missing):
9234         Fix typos in docstrings.
9235         (eieio-instance-inheritor-slot-boundp): Doc fix.
9237         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
9238         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
9240         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
9241         (eieio-custom-object-apply-reset):
9242         Fix typos in docstrings and error messages.
9244         * emacs-lisp/eieio-datadebug.el (data-debug-show):
9245         Fix typo in docstring.
9247         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
9248         (eieio-browse-tree): Doc fix.
9249         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
9250         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
9251         Fix typos in docstrings.
9253         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
9254         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
9255         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
9256         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
9257         Reflow docstrings.
9259 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
9261         * vc-hg.el (log-view-vc-backend): Declare for compiler.
9262         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
9263         Set log-view-vc-backend so that diff can work.
9265         * log-view.el (log-view-diff): Use vc-diff-internal instead of
9266         vc-version-diff.
9267         (vc-diff-internal): Autoload this instead of vc-version-diff.
9269 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
9271         * simple.el (eval-expression): Doc fix.
9273         * progmodes/cwarn.el (cwarn-mode): Doc fix.
9275 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
9277         * files.el (directory-files-no-dot-files-regexp): New defconst.
9278         (delete-directory): Use it.
9279         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
9281         * net/tramp.el (tramp-verbose): Fix docstring.
9282         (tramp-methods): Add recursive option to `tramp-copy-args'.
9283         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
9284         "scp1_old", "scp2_old", "rsync", "rsyncc".
9285         (tramp-default-method): Check also for `auth-source-user-or-password'.
9286         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
9287         Add handler for `copy-directory'.
9288         (tramp-handle-copy-directory): New defun.
9289         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
9290         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
9291         Optimize sent command.
9293 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9295         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
9296         window if necessary.
9298         * calendar/calendar.el (calendar-basic-setup): Don't call
9299         switch-to-buffer in a dedicated window.
9301 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
9303         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
9304         don't do anything related to relocating, just return nil.
9305         (bookmark-error-no-filename): New error.
9306         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
9307         bookmark has no file.  Don't even attempt to handle things that
9308         are not files; the whole point of custom handlers is to keep that
9309         knowledge elsewhere anyway.  Tighten some comments.
9310         (bookmark-file-or-variation-thereof): Remove now-unused function.
9311         (bookmark-location): Doc string fix.
9312         (Bug#4250)
9314 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9316         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
9317         don't use a file dialog, because they usually don't know how to read
9318         a directory target from the user.  (Bug#4230)
9319         Also, make sure the prompt can display directories as well as files.
9321 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9323         * bookmark.el (bookmark-set, bookmark-buffer-name):
9324         Improve doc strings.  (Bug#1193)
9326 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9328         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
9329         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
9330         (bookmark-get-annotation, bookmark-set-annotation)
9331         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
9332         (bookmark-set-position, bookmark-get-front-context-string)
9333         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
9334         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
9335         (bookmark-jump-other-window, bookmark-handle-bookmark)
9336         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
9337         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
9338         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
9339         Improve doc strings to say whether bookmark can be a string or
9340         a record or both, and make other consistency and clarity fixes.
9341         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
9342         (bookmark-default-annotation-text, bookmark-yank-word)
9343         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
9344         (bookmark-import-new-list, bookmark-maybe-rename)
9345         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9346         (bookmark-bmenu-bookmark): Give these doc strings.
9347         (bookmark-bmenu-check-position): Give this a doc string, but also
9348         add a FIXME comment about how the function may be pointless.
9349         (bookmark-default-handler): Rework doc string and change a
9350         parameter name, to clarify that this takes a bookmark record
9351         not a bookmark name.
9352         (bookmark-set): Change a parameter name to indicate its meaning,
9353         and improve the doc string a bit.
9354         (Bug#4188)
9356 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9358         * bookmark.el (bookmark-alist): Document the new `handler' element
9359         in the param alist.
9360         (bookmark-make-record-function): Adjust documentation for above.
9361         (Bug#4193)
9363 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
9365         * info.el (Info-bookmark-make-record): Document this function.
9366         (Info-bookmark-jump): Document with a doc string, not just a comment.
9367         (Bug#4203)
9369 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9371         * cedet/semantic.el (semantic-new-buffer-setup-functions): New option.
9372         (semantic-new-buffer-fcn): Call parser setup functions here.
9373         (semantic-mode): Don't call parser setup functions here, it's done
9374         in semantic-new-buffer-fcn now.
9375         (semantic-mode): Parse all existing buffers when enabled.
9377         * cedet/srecode/compile.el (srecode-compile-file):
9378         Call semantic-new-buffer-fcn if the buffer has not been parsed.
9380 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9382         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): Delete.
9384         * cedet/ede/proj-comp.el: Don't require ede/pmake at toplevel.
9385         (proj-comp-insert-variable-once): New macro, renamed from
9386         ede-pmake-insert-variable-once in ede/pmake.edl.
9387         (ede-proj-makefile-insert-variables): Use it.
9389 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
9391         * files.el (copy-directory): New defun.
9393         * dired-aux.el (dired-copy-file-recursive): Use it.
9395 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9397         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9398         (makefile-end-of-command):
9399         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9400         (semantic-end-of-context): Fix previous change.  Doc fixes.
9402 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
9404         * files-x.el (modify-dir-local-variable)
9405         (copy-dir-locals-to-file-locals-prop-line):
9406         * cedet/ede/makefile-edit.el (makefile-beginning-of-command)
9407         (makefile-end-of-command):
9408         * cedet/semantic/lex.el (semantic-lex-token):
9409         * cedet/semantic/analyze/fcn.el
9410         (semantic-analyze-dereference-metatype-1):
9411         * cedet/semantic/bovine/c.el (semantic-lex-cpp-define)
9412         (semantic-lex-cpp-undef):
9413         * cedet/semantic/wisent/wisent.el (wisent-skip-block):
9414         * cedet/srecode/srt-mode.el (semantic-beginning-of-context)
9415         (semantic-end-of-context): Fix typos in docstrings.
9417         * recentf.el (recentf-unload-function): New function.
9419 2009-10-04  Chong Yidong  <cyd@stupidchicken.com>
9421         * cedet/ede.el (ede-project-placeholder-cache-file):
9422         * cedet/semantic/db-file.el (semanticdb-default-save-directory):
9423         * cedet/srecode/map.el (srecode-map-save-file):
9424         Use locate-user-emacs-file.  Suggested by Juanma Barranquero.
9426 2009-10-04  Glenn Morris  <rgm@gnu.org>
9428         * window.el (window-full-height-p): Add doc string.
9430 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
9432         * window.el (window-full-height-p): New function.  (Bug#4543)
9434 2009-10-03  Chong Yidong  <cyd@stupidchicken.com>
9436         * cedet/srecode/insert.el: Require srecode/args.
9438         * cedet/srecode/args.el: Require srecode/dictionary instead of
9439         srecode/insert.
9441         * cedet/srecode/srt-mode.el (srecode-template-mode): Doc fix.
9443         * files.el (auto-mode-alist): Add .srt and Project.ede.
9445         * cedet/semantic.el (semantic-mode):
9446         Handle srecode-template-mode-hook as well.
9447         (semantic-mode): Use js-mode-hook for Javascript hook.
9449         * cedet/srecode/template.el: Remove hook variable.
9451         * cedet/ede/proj-comp.el: Require ede/pmake when compiling.
9453         * cedet/ede.el (ede-target-forms-menu): Don't enable if no
9454         projects exist.
9455         (ede-project-placeholder-cache-file): Default to a file in
9456         user-emacs-directory.
9458         * cedet/srecode/map.el (srecode-map-base-template-dir): Look for
9459         templates in data-directory.
9460         (srecode-map-save-file): Default to a file in user-emacs-directory.
9462         * cedet/ede/srecode.el (ede-srecode-setup): Use default templates
9463         directory.
9465 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9467         * cedet/semantic/util-modes.el (semantic-highlight-func-mode):
9468         Doc fix.
9470         * cedet/ede/proj-comp.el (ede-proj-makefile-insert-variables):
9471         Only insert each variable once.
9473         * cedet/ede/pmake.el (ede-pmake-insert-variable-once): New macro.
9474         (ede-pmake-insert-variable-shared): Use it.
9476         * cedet/ede/cpp-root.el (ede-preprocessor-map): Do not deref table
9477         for lexical table iff table is nil.
9479 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
9481         * vc.el: Remove commented out code.
9482         (vc-derived-from-dir-mode): Remove, unused.
9483         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
9485 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
9487         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9488         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
9489         there could be recursive loading when `default-directory' is a
9490         remote file name.  (Bug#4614)
9492 2009-10-03  Glenn Morris  <rgm@gnu.org>
9494         * calendar/calendar.el (calendar-basic-setup): Handle the case where
9495         the frame is wide.
9496         (calendar-generate-window): Test for shrinkability rather than width.
9498         * cedet/semantic/db-find.el (data-debug-insert-tag-list): Comment out
9499         declaration, currently false.
9501         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
9502         reusing existing buffers, in case we happen to visit two files with the
9503         same basename.  (Bug#4593)
9505 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9507         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
9508         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
9509         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
9510         subdirs of cedet as well.
9511         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
9513 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9515         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
9516         Obey advertised-signature-table.
9518         * help-fns.el (help-function-arglist): Don't check
9519         advertised-signature-table.
9520         (describe-function-1): Do it here instead so it also applies to subrs.
9522 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
9524         * simple.el (start-file-process): Say in the doc-string, that file
9525         handlers might not support pty association, if PROGRAM is nil.
9527         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
9528         HOST and USER are strings.  They are nil, when there are
9529         incomplete entries in ~/.netrc, for example.
9530         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
9531         root directory ("device busy" error otherwise).
9533         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
9534         Flush file properties of created directory.
9536 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
9538         * makefile.w32-in (WINS_BASIC): Remove cedet.
9539         (WINS_CEDET): Add cedet.
9540         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
9542 2009-10-02  Kevin Ryde  <user42@zip.com.au>
9544         * net/browse-url.el (browse-url): Pass any symbol in
9545         browse-url-browser-function to `apply', since if you've mistakenly put
9546         an unbound symbol then the error is clearer.  (Bug#4531)
9548 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9550         * allout.el (allout-init, allout-back-to-current-heading)
9551         (allout-beginning-of-current-entry, allout-ascend-to-depth)
9552         (allout-ascend, allout-up-current-level, allout-end-of-level)
9553         (allout-previous-visible-heading, allout-forward-current-level)
9554         (allout-backward-current-level, allout-show-children):
9555         * apropos.el (apropos-describe-plist):
9556         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
9557         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
9558         * completion.el (add-completion, add-permanent-completion):
9559         * descr-text.el (describe-text-category, describe-char):
9560         * desktop.el (desktop-lazy-abort):
9561         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
9562         * dired.el (dired-build-subdir-alist):
9563         * ediff.el (ediff-version):
9564         * elide-head.el (elide-head, elide-head-show):
9565         * emerge.el (emerge-version):
9566         * env.el (getenv):
9567         * face-remap.el (variable-pitch-mode):
9568         * faces.el (describe-face):
9569         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
9570         (dired-at-point):
9571         * files.el (find-file-existing, auto-save-mode):
9572         * font-lock.el (font-lock-fontify-buffer):
9573         * help-fns.el (describe-function, describe-variable)
9574         (describe-syntax, describe-categories):
9575         * help.el (view-lossage, describe-bindings, describe-key)
9576         (describe-mode):
9577         * hexl.el (hexl-current-address):
9578         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
9579         * info.el (Info-goto-emacs-key-command-node):
9580         * log-edit.el (log-edit-insert-cvs-template)
9581         (log-edit-insert-cvs-rcstemplate):
9582         * menu-bar.el (menu-bar-mode):
9583         * mouse.el (mouse-appearance-menu):
9584         * newcomment.el (comment-indent-new-line):
9585         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
9586         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
9587         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
9588         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
9589         * recentf.el (recentf-mode):
9590         * savehist.el (savehist-mode, savehist-save):
9591         * shadowfile.el (shadow-copy-files):
9592         * simple.el (kill-ring-save, next-line, previous-line)
9593         (normal-erase-is-backspace-mode):
9594         * strokes.el (strokes-update-window-configuration)
9595         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
9596         (strokes-xpm-for-stroke):
9597         * time.el (emacs-uptime, emacs-init-time):
9598         * tutorial.el (tutorial--describe-nonstandard-key)
9599         (tutorial--detailed-help):
9600         * type-break.el (type-break-mode)
9601         (type-break-mode-line-message-mode, type-break-query-mode)
9602         (type-break-guesstimate-keystroke-threshold):
9603         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
9604         * version.el (emacs-version):
9605         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
9606         * winner.el (winner-mode):
9607         * calendar/timeclock.el (timeclock-in, timeclock-out)
9608         (timeclock-status-string, timeclock-change)
9609         (timeclock-workday-remaining-string)
9610         (timeclock-workday-elapsed-string)
9611         (timeclock-when-to-leave-string):
9612         * calendar/todo-mode.el (todo-add-category):
9613         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
9614         * emacs-lisp/autoload.el (update-file-autoloads):
9615         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
9616         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
9617         (checkdoc-message-text, checkdoc-defun):
9618         * emacs-lisp/debug.el (debugger-list-functions):
9619         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9620         * emacs-lisp/eieio-opt.el (eieio-describe-class)
9621         (eieio-describe-generic):
9622         * emacs-lisp/lisp-mnt.el (lm-synopsis):
9623         * emacs-lisp/shadow.el (list-load-path-shadows):
9624         * emulation/cua-base.el (cua-mode):
9625         * emulation/edt.el (edt-set-scroll-margins):
9626         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
9627         (tpu-toggle-regexp, tpu-toggle-search-direction)
9628         (tpu-toggle-rectangle, tpu-toggle-control-keys):
9629         * emulation/tpu-extras.el (tpu-set-scroll-margins):
9630         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
9631         (viper-set-parsing-style-toggling-macro)
9632         (viper-set-emacs-state-searchstyle-macros):
9633         * emulation/viper.el (viper-set-hooks):
9634         * eshell/esh-mode.el (eshell-truncate-buffer):
9635         * international/mule-cmds.el (prefer-coding-system)
9636         (describe-input-method, describe-language-environment):
9637         * international/mule-diag.el (list-character-sets)
9638         (describe-character-set, describe-coding-system)
9639         (describe-fontset, list-fontsets, list-input-methods):
9640         * mail/sendmail.el (mail-signature):
9641         * net/ange-ftp.el (ange-ftp-copy-file):
9642         * net/browse-url.el (browse-url):
9643         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
9644         * net/quickurl.el (quickurl-add-url):
9645         * net/rcirc.el (names, topic):
9646         * net/xesam.el (xesam-mode):
9647         * play/5x5.el (5x5-new-game):
9648         * play/yow.el (apropos-zippy):
9649         * progmodes/ada-mode.el (ada-mode-version):
9650         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
9651         (f90-end-of-block)
9652         (f90-beginning-of-block):
9653         * progmodes/fortran.el (fortran-end-of-block)
9654         (fortran-beginning-of-block):
9655         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
9656         * progmodes/python.el (python-describe-symbol, python-shell):
9657         * term/ns-win.el (ns-print-buffer):
9658         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
9659         * textmodes/flyspell.el (flyspell-mode-on):
9660         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
9661         (pages-directory-for-addresses):
9662         * textmodes/table.el (table-recognize-cell)
9663         (table-query-dimension, table-generate-source)
9664         (table-insert-sequence, table--warn-incompatibility):
9665         * textmodes/tex-mode.el (tex-validate-buffer):
9666         * textmodes/texinfmt.el (texinfmt-version)
9667         (texinfo-format-buffer):
9668         Use `called-interactively-p' instead of `interactive-p'.
9670 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
9672         * image-mode.el (image-toggle-display):
9673         * emacs-lisp/elp.el (elp-instrument-function):
9674         * emacs-lisp/advice.el (ad-make-advised-definition):
9675         * emacs-lisp/easy-mmode.el (define-minor-mode):
9676         * net/browse-url.el (browse-url-maybe-new-window):
9677         * progmodes/sh-script.el (sh-learn-buffer-indent):
9678         Pass new argument 'any to `called-interactively-p'.
9680 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9682         * international/uni-bidi.el:
9683         * international/uni-category.el:
9684         * international/uni-combining.el:
9685         * international/uni-comment.el:
9686         * international/uni-decimal.el:
9687         * international/uni-decomposition.el:
9688         * international/uni-digit.el:
9689         * international/uni-lowercase.el:
9690         * international/uni-mirrored.el:
9691         * international/uni-name.el:
9692         * international/uni-numeric.el:
9693         * international/uni-old-name.el:
9694         * international/uni-titlecase.el:
9695         * international/uni-uppercase.el:
9696         Regenerate from Unicode 5.2.0 data.
9698 2009-10-01  Glenn Morris  <rgm@gnu.org>
9700         * Makefile.in (ELCFILES): Regenerate.
9702 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9704         * subr.el (interactive-p): Mark obsolete.
9705         (called-interactively-p): Make the optional-ness of `kind' obsolete.
9706         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
9707         advertised-signature-table for subroutines as well.
9709         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
9710         (set-advertised-calling-convention): New function.
9711         (make-obsolete, define-obsolete-function-alias)
9712         (make-obsolete-variable, define-obsolete-variable-alias):
9713         Make the optional-ness of `when' obsolete.
9714         (define-obsolete-face-alias): Make `when' non-optional.
9715         * help-fns.el (help-function-arglist):
9716         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
9717         Use advertised-signature-table.
9719 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
9721         * files.el (delete-directory): New defun.  The original function
9722         in fileio.c has been renamed to `delete-directory-internal'.
9724         * dired.el (dired-delete-file): Call `delete-directory' with
9725         RECURSIVE parameter.
9727         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
9728         parameter RECURSIVE.  Implementation is missing.
9730         * net/tramp.el (tramp-handle-make-directory): Flush upper
9731         directory's file properties.
9732         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
9733         (tramp-handle-dired-recursive-delete-directory): Flush directory
9734         properties after the remove command only.
9736         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
9737         Handle optional parameter RECURSIVE.
9739         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
9740         Handle optional parameter RECURSIVE.
9742         * net/tramp-smb.el (tramp-smb-errors): Add error message for
9743         connection timeout.
9744         (tramp-smb-handle-delete-directory): Handle optional parameter
9745         RECURSIVE.
9747 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9749         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
9750         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
9751         (byte-compile-defmacro): Use backquotes.
9753         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
9755         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
9756         has no associated file.
9757         (vc-resynch-buffer): Use vc-dir-buffers.
9759 2009-10-01  Glenn Morris  <rgm@gnu.org>
9761         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
9762         (chart-file-count):
9763         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
9764         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
9765         * emacs-lisp/eieio-opt.el (eieio-describe-class):
9766         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
9767         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
9768         (eieio-copy-parents-into-subclass, make-instance, class-children)
9769         (eieio-generic-form):
9770         * cedet/cedet-files.el (cedet-directory-name-to-file-name):
9771         * cedet/cedet-idutils.el (cedet-idutils-search)
9772         (cedet-idutils-expand-filename, cedet-idutils-support-for-directory)
9773         (cedet-idutils-version-check):
9774         * cedet/cedet.el (cedet-version):
9775         * cedet/data-debug.el (data-debug-insert-overlay-button)
9776         (data-debug-insert-overlay-list-button)
9777         (data-debug-insert-buffer-button)
9778         (data-debug-insert-buffer-list-button)
9779         (data-debug-insert-process-button, data-debug-insert-ring-button)
9780         (data-debug-insert-widget, data-debug-insert-stuff-list-button)
9781         (data-debug-insert-stuff-vector-button)
9782         (data-debug-insert-symbol-button, data-debug-insert-string)
9783         (data-debug-insert-number, data-debug-insert-lambda-expression)
9784         (data-debug-insert-nil, data-debug-insert-simple-thing)
9785         (data-debug-insert-custom, data-debug-edebug-expr):
9786         * cedet/ede.el (ede-auto-add-method, ede-project-class-files)
9787         (global-ede-mode-map, ede-new, ede-debug-target)
9788         (ede-customize-current-target, ede-buffers, ede-map-buffers, ede-set):
9789         * cedet/semantic.el (semantic-minimum-working-buffer-size)
9790         (semantic-fetch-tags, semantic-submode-list)
9791         (semantic-default-submodes):
9792         * cedet/ede/source.el (ede-source-match):
9793         * cedet/ede/project-am.el (project-am-type-alist, project-add-file)
9794         (project-am-package-info):
9795         * cedet/ede/proj.el (ede-proj-target, project-new-target):
9796         * cedet/ede/proj-elisp.el (ede-proj-tweak-autoconf):
9797         * cedet/ede/proj-comp.el (ede-current-build-list):
9798         * cedet/ede/makefile-edit.el (makefile-move-to-macro):
9799         * cedet/ede/files.el (ede-toplevel-project-or-nil):
9800         * cedet/ede/cpp-root.el (initialize-instance):
9801         * cedet/ede/autoconf-edit.el (autoconf-find-last-macro)
9802         (autoconf-parameter-strip, autoconf-insert-new-macro):
9803         * cedet/semantic/wisent.el (wisent-lex-eoi):
9804         * cedet/semantic/util-modes.el (global-semantic-show-parser-state-mode)
9805         (semantic-show-parser-state-mode):
9806         * cedet/semantic/texi.el (semantic-texi-environment-regexp):
9807         * cedet/semantic/tag.el (semantic-tag-new-variable)
9808         (semantic-tag-class, semantic-tag-new-variable, semantic-tag-copy)
9809         (semantic--tag-deep-copy-attributes, semantic--tag-deep-copy-value)
9810         (semantic--tag-deep-copy-tag-list)
9811         (semantic-tag-components-with-overlays-default):
9812         * cedet/semantic/symref.el (semantic-symref-find-text):
9813         * cedet/semantic/senator.el (senator-yank-tag)
9814         (senator-transpose-tags-up):
9815         * cedet/semantic/scope.el (semantic-analyze-scoped-tags-default)
9816         (semantic-analyze-scoped-inherited-tags, semantic-scope-find):
9817         * cedet/semantic/sb.el (semantic-sb-autoexpand-length):
9818         * cedet/semantic/lex.el (semantic-lex-comment-regex)
9819         (semantic-lex-maximum-depth, define-lex, semantic-lex-token)
9820         (semantic-lex-unterminated-syntax-protection, define-lex-analyzer):
9821         * cedet/semantic/lex-spp.el
9822         (semantic-lex-spp-dynamic-macro-symbol-obarray-stack)
9823         (semantic-lex-spp-symbol, semantic-lex-spp-one-token-to-txt):
9824         * cedet/semantic/idle.el
9825         (semantic-idle-summary-current-symbol-info-brutish)
9826         (semantic-idle-summary-current-symbol-info-default):
9827         * cedet/semantic/grammar.el (semantic-grammar-recreate-package)
9828         (semantic--grammar-macro-compl-dict):
9829         * cedet/semantic/grammar-wy.el (semantic-grammar-wy--parse-table):
9830         * cedet/semantic/format.el (semantic-format-tag-custom-list)
9831         (semantic-format-tag-canonical-name-default):
9832         * cedet/semantic/find.el (semantic-find-tag-by-overlay-in-region)
9833         (semantic-find-tags-for-completion)
9834         (semantic-find-tags-by-scope-protection-default)
9835         (semantic-deep-find-tags-for-completion):
9836         * cedet/semantic/edit.el
9837         (semantic-edits-incremental-reparse-failed-hook)
9838         (semantic-edits-verbose-flag, semantic-edits-assert-valid-region)
9839         (semantic-edits-splice-remove, semantic-edits-splice-replace):
9840         * cedet/semantic/doc.el (semantic-documentation-comment-preceeding-tag):
9841         * cedet/semantic/dep.el (semantic-dependency-include-path):
9842         * cedet/semantic/db.el (semanticdb-default-find-index-class)
9843         (semanticdb-match-any-mode, semanticdb-with-match-any-mode)
9844         (semanticdb-project-roots):
9845         * cedet/semantic/db-find.el (semanticdb-implied-include-tags)
9846         (semanticdb-find-adebug-insert-scanned-tag-cons)
9847         (semanticdb-find-log-buffer-name, semanticdb-find-result-mapc)
9848         (semanticdb-brute-deep-find-tags-for-completion):
9849         * cedet/semantic/db-ebrowse.el (semanticdb-ebrowse-add-tree-to-table):
9850         * cedet/semantic/ctxt.el (semantic-beginning-of-context-default)
9851         (semantic-end-of-context-default)
9852         (semantic-ctxt-current-function-default)
9853         (semantic-ctxt-scoped-types-default):
9854         * cedet/semantic/complete.el (semantic-complete-read-tag-engine)
9855         (semantic-complete-inline-tag-engine)
9856         (semantic-complete-inline-custom-type)
9857         (semantic-complete-read-tag-analyzer):
9858         * cedet/semantic/chart.el (semantic-chart-tags-by-class)
9859         (semantic-chart-database-size):
9860         * cedet/semantic/analyze.el (semantic-analyze-current-symbol)
9861         (semantic-analyze-current-context):
9862         * cedet/semantic/symref/list.el (semantic-symref)
9863         (semantic-symref-hide-buffer, semantic-symref-symbol):
9864         * cedet/semantic/symref/grep.el (semantic-symref-grep-use-template):
9865         * cedet/semantic/symref/filter.el (semantic-symref-hits-in-region):
9866         * cedet/semantic/bovine/el.el (semantic-elisp-form-to-doc-string):
9867         * cedet/semantic/bovine/c.el (semantic-lex-c-preprocessor-symbol-map)
9868         (semantic-c-parse-token-hack-depth, semantic-c--template-name-1)
9869         (semantic-c-dereference-template):
9870         * cedet/semantic/analyze/refs.el (semantic--analyze-refs-full-lookup)
9871         (semantic--analyze-refs-full-lookup-with-parents)
9872         (semantic--analyze-refs-full-lookup-simple):
9873         * cedet/semantic/analyze/complete.el
9874         (semantic-analyze-possible-completions):
9875         * cedet/srecode/table.el (srecode-mode-table-new):
9876         * cedet/srecode/srt.el (srecode-read-variable-name):
9877         * cedet/srecode/srt-mode.el (srecode-macro-help, srecode-in-macro-p):
9878         * cedet/srecode/semantic.el (srecode-semantic-handle-:tag)
9879         (srecode-semantic-handle-:tagtype, srecode-semantic-insert-tag):
9880         * cedet/srecode/map.el (srecode-current-map):
9881         * cedet/srecode/insert.el (srecode-insert)
9882         (srecode-insert-variable-secondname-handler, srecode-insert-method)
9883         (srecode-template-inserter-point-override)
9884         (srecode-insert-include-lookup):
9885         * cedet/srecode/getset.el (srecode-auto-choose-class):
9886         * cedet/srecode/extract.el (srecode-inserter-extract):
9887         * cedet/srecode/document.el
9888         (srecode-document-autocomment-return-last-alist)
9889         (srecode-document-autocomment-param-type-alist)
9890         (srecode-document-insert-function-comment)
9891         (srecode-document-insert-variable-one-line-comment)
9892         (srecode-document-function-name-comment):
9893         * cedet/srecode/dictionary.el (srecode-create-dictionary)
9894         (srecode-compound-toString):
9895         * cedet/srecode/compile.el (srecode-flush-active-templates):
9896         * cedet/srecode/args.el (srecode-semantic-handle-:blank):
9897         Doc/message fixes.
9899         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
9900         match-data.  (Bug#4555).
9902         * cedet/semantic/bovine/gcc.el
9903         (semantic-c-reset-preprocessor-symbol-map): Fix declaration.
9904         (semantic-gcc-get-include-paths, semantic-gcc-setup-data): Doc fixes.
9906         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
9907         rather than parsing it as a regexp.  This relaxes the layout
9908         requirements and makes errors easier to detect.
9909         (check-declare-verify): Check file is regular.
9910         (check-declare-directory): Doc fix.
9911         * subr.el (declare-function): Doc fix.
9913         * ibuffer.el (ibuffer-format-qualifier):
9914         * isearch.el (hi-lock-regexp-okay):
9915         * calc/calc.el (math-zerop):
9916         * mail/uce.el (rmail-msgbeg, rmail-msgend):
9917         * term/w32-win.el (setup-default-fontset, set-fontset-font):
9918         Remove unused declarations.
9920 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
9922         * cedet/semantic/wisent/javat-wy.el
9923         (wisent-java-tags-wy--keyword-table): Use \000 instead of literal ^@.
9925 2009-09-30  Juanma Barranquero  <lekktu@gmail.com>
9927         * cedet/srecode/expandproto.el: Fix provide statement.
9929 2009-09-30  Eric Ludlam  <zappo@gnu.org>
9931         * emacs-lisp/eieio.el (boolean-p): Delete.
9933 2009-09-30  Sascha Wilde  <wilde@sha-bang.de>
9935         * cedet/ede/srecode.el: Fix provide statement.
9937 2009-09-30  Glenn Morris  <rgm@gnu.org>
9939         * cedet/ede/proj.el (ede-proj-target-makefile-miscelaneous):
9940         * cedet/ede/proj-aux.el (ede-aux-source):
9941         * cedet/ede/proj-misc.el (ede-proj-target-makefile-miscelaneous)
9942         (ede-misc-source):
9943         * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read)
9944         (semantic-mrub-switch-tags): Fix doc typos.
9946         * cedet/semantic/db-global.el (data-debug-new-buffer)
9947         (data-debug-insert-thing): Remove unneeded declarations (one broken).
9948         (semanticdb-enable-gnu-global-databases): Fix prompt typo.
9950         * cedet/semantic/analyze/fcn.el (semantic-scope-find): Fix declaration.
9952         * cedet/semantic/bovine/gcc.el (semantic-gcc-setup): Replace runtime
9953         use of CL function `remove-if-not'.
9955         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
9957         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
9958         filename is not a string.
9960 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
9962         * files.el (safe-local-eval-forms): Fix typo.
9964 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9966         * vc-hooks.el (vc-dir-buffers): New var.
9967         (vc-state-refresh): New function.
9968         (vc-state): Use it.
9969         (vc-after-save): Always ask the backend to recompute the new state.
9970         Always call vc-dir if necessary, using vc-dir-buffers.
9971         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
9972         Use vc-dir-buffers.
9973         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
9974         (vc-dir-prepare-status-buffer, vc-dir-update)
9975         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
9976         Don't call expand-file-name on default-directory.
9978 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
9980         * speedbar.el (speedbar-item-delete):
9981         * calc/calc-prog.el (calc-kbd-if):
9982         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
9984         * epa.el (epa-key-list-mode-map):
9985         * hi-lock.el (hi-lock-menu): Fix typos in menus.
9987         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
9988         (hs-show-hook): Fix typo in docstring.
9990 2009-09-29  Glenn Morris  <rgm@gnu.org>
9992         * cedet/semantic/symref/idutils.el:
9993         * cedet/semantic/symref/list.el: Relicense under GPLv3+.
9995         * cedet/ede/srecode.el (srecode-resolve-arguments): Fix declaration.
9997         * cedet/semantic/complete.el (semantic-displayor-focus-abstract-child-p):
9998         * cedet/semantic/tag-file.el (semanticdb-table-child-p):
9999         * cedet/srecode/compile.el (srecode-template-inserter-newline-child-p):
10000         Mark declarations not understood by check-declare.
10002         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
10003         file-name-nondirectory call preventing location of cedet files.
10004         (check-declare-verify): Use literal search rather than re-search.
10005         Add basic defmethod and defclass, and define-overloadable-function.
10007         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10008         Use tramp-compat-file-attributes rather than nonexistent
10009         tramp-compat-handle-file-attributes.
10011         * Makefile.in (lisptagsfiles4): New.
10012         (AUTOGENEL): Add cedet loaddefs files.
10013         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
10014         (update-elclist, compile-always, backup-compiled-files)
10015         (bootstrap-clean): Add yet another directory level.
10016         (update-elclist): Use LC_COLLATE rather than COLLATE.
10017         (ELCFILES): Update, via `make update-elclist'.
10019 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10021         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
10022         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
10023         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
10025 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
10027         * Makefile.in (lisptagsfiles3): Define.
10028         (TAGS, TAGS-LISP): Use it.
10029         (update-elclist): Add third directory level to look for elc files.
10030         (compile-always): Likewise.
10031         (backup-compiled-files): Likewise.
10032         (bootstrap-clean): Likewise.
10033         (ELCFILES): Update.
10035 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
10037         * Makefile.in (ELCFILES): Add CEDET files.
10039 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10041         CEDET (development tools) package merged.
10043         * cedet/*.el:
10044         * cedet/ede/*.el:
10045         * cedet/semantic/*.el:
10046         * cedet/srecode/*.el: New files.
10048 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
10050         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
10052         * net/tramp.el (top): Require tramp-imap.
10054         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
10055         Use `tramp-compat-handle-file-attributes'.
10057 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10059         * net/tramp-imap.el: New package.
10061 2009-09-28  Eric Ludlam  <zappo@gnu.org>
10063         * emacs-lisp/chart.el:
10064         * emacs-lisp/eieio-base.el:
10065         * emacs-lisp/eieio-comp.el:
10066         * emacs-lisp/eieio-custom.el:
10067         * emacs-lisp/eieio-datadebug.el:
10068         * emacs-lisp/eieio-opt.el:
10069         * emacs-lisp/eieio-speedbar.el:
10070         * emacs-lisp/eieio.el: New files.
10072         * cedet/cedet-cscope.el:
10073         * cedet/cedet-files.el:
10074         * cedet/cedet-global.el:
10075         * cedet/cedet-idutils.el:
10076         * cedet/data-debug.el:
10077         * cedet/inversion.el:
10078         * cedet/mode-local.el:
10079         * cedet/pulse.el: New files.
10081 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10083         * whitespace.el (whitespace-trailing-regexp)
10084         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
10085         Fix doc string.
10087 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
10089         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
10090         menu.
10092         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
10093         menu-bar-ediff-menu.
10095         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
10096         define-overloadable-function.
10098         * progmodes/autoconf.el: Provide autoconf as well, so that this
10099         file can be `require'd.
10101         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
10103         * emacs-lisp/autoload.el (generated-autoload-feature)
10104         (generated-autoload-load-name): New vars.
10105         (autoload-rubric, autoload-generate-file-autoloads): Use them.
10106         (make-autoload): Recognize define-overloadable-function and
10107         defclass forms (for EIEIO).
10109         * Makefile.in (update-subdirs): Exclude cedet directory.
10111 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
10113         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
10115         * faces.el: Default light-background background for region face to
10116         ns_selection_color under NS.
10118 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10120         * net/imap-hash.el: New library, see NEWS.
10122         * Makefile.in (ELCFILES): Add imap-hash.el.
10124 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10126         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
10127         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
10128         * help-macro.el (make-help-screen): Avoid using an ambiguous function
10129         definition where the docstring could be taken for the return value.
10131 2009-09-26  Glenn Morris  <rgm@gnu.org>
10133         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
10134         Add option to only show images below a certain size.
10135         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
10136         save-excursion calls.
10138 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
10140         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
10141         subdirectories) and eieio.
10143 2009-09-26  Alan Mackenzie  <acm@muc.de>
10145         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
10146         buggy bracketing.  (Bug#4289)
10148         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
10149         character constants (as case labels).  (Bug#4289)
10151 2009-09-25  Juri Linkov  <juri@jurta.org>
10153         * files.el (safe-local-eval-forms): Allow time-stamp in
10154         before-save-hook (Bug#4554).
10156 2009-09-25  Drew Adams  <drew.adams@oracle.com>
10158         * menu-bar.el (list-buffers-directory): Doc fix.
10160 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
10163         Try and avoid copying twice the same paragraph.
10164         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
10165         Remove save-excursion.
10166         (log-edit-changelog-entry): Do it here instead.
10168 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
10170         * bs.el (bs--get-file-name): Use `list-buffers-directory'
10171         when available, instead of hardcoding mode names.  Doc fix.
10173         * menu-bar.el (list-buffers-directory): Add docstring.
10174         Make automatically buffer-local.
10176         * dired.el (dired-mode):
10177         * files.el (cd-absolute):
10178         * pcvs.el (cvs-temp-buffer):
10179         * pcvs-util.el (cvs-get-buffer-create):
10180         * shell.el (shell-mode):
10181         * vc-dir.el (vc-dir-mode):
10182         Don't make `list-buffers-directory' buffer local.
10184 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
10186         * comint.el (comint-exec, comint-run, make-comint):
10187         Doc fixes (Bug#4542).
10189 2009-09-25  Glenn Morris  <rgm@gnu.org>
10191         * mail/rmailmm.el (rmail-mime): New custom group.
10192         Move all defcustoms in this file into this group.
10193         (rmail-mime-media-type-handlers-alist): Revert previous change.
10194         (rmail-mime-show-images): New option.
10195         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
10196         references to it, since it wasn't actually used for anything.
10197         (rmail-mime-insert-image): New function.
10198         (rmail-mime-image): Use rmail-mime-insert-image.
10199         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
10200         obey the value of `rmail-mime-show-images' option.  Print the size of
10201         attachments.
10203 2009-09-25  David Engster  <deng@randomsample.de>
10205         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
10207 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10209         * whitespace.el: Does not highlight trailing spaces While point is
10210         at end of line.  Does not highligt spaces at beginning of buffer
10211         while point is at beginning of buffer.  Does not highlight spaces
10212         at end of buffer while point is at end of buffer.  (Bug#4177)
10213         New version 12.0.
10214         (whitespace-display-mappings): Adjust initialization.
10215         (whitespace-point, whitespace-font-lock-refontify): New vars.
10216         (whitespace-color-on, whitespace-color-off): Adjust code.
10217         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10218         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
10219         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
10221 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
10223         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
10225         * textmodes/sgml-mode.el: Remove xml-mode alias.
10227         * files.el (auto-mode-alist, conf-mode-maybe)
10228         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
10230 2009-09-24  Alan Mackenzie  <acm@muc.de>
10232         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
10233         c-forward-conditionals, but it doesn't move point and doesn't set
10234         the mark.
10235         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
10236         (c-down-conditional-with-else, c-backward-conditional)
10237         (c-forward-conditional): Refactor to use c-scan-conditionals.
10239 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10241         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
10242         (help-default-arg-highlight): Remove.
10243         (help-highlight-arg): New function.
10244         (help-do-arg-highlight): Use it.
10245         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
10247 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10249         * term.el (term-set-scroll-region, term-handle-ansi-escape):
10250         Undo last change, which didn't fix the problem and introduced others.
10252 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
10254         * progmodes/gdb-mi.el: Don't require speedbar.
10255         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
10257 2009-09-24  Glenn Morris  <rgm@gnu.org>
10259         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
10261         * term/ns-win.el (ns-reg-to-script): Define for compiler.
10263         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
10264         there is no newline after the final mime boundary.  (Bug#4539)
10265         Move markers on insertion so that any buttons inserted don't end up in
10266         the next part of a multipart message.
10267         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
10268         (rmail-mime-bulk-handler): Optionally handle images.
10269         (rmail-mime-image): New button action.
10270         (rmail-mime-image-handler): New function.
10271         (rmail-mime-mode): New mode.
10272         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
10274 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10276         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
10277         than just dropping elements from it (bug#4504).
10279         * term.el (term-set-scroll-region): Don't move cursor any more.
10280         (term-handle-ansi-escape): Call term-goto here instead.
10281         Suggested by Ivan Kanis <apple@kanis.eu>.
10283         * term.el: Require CL.
10284         (term-ansi-reset): New function.
10285         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
10286         (term-handle-colors-array): Simplify.
10288 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
10290         * allout.el (allout-overlay-interior-modification-handler)
10291         (allout-obtain-passphrase):
10292         * epa-file.el (epa-file-write-region):
10293         * ps-print.el (ps-begin-job):
10294         * vc-hooks.el (vc-toggle-read-only):
10295         * vc-rcs.el (vc-rcs-rollback):
10296         * vc-sccs.el (vc-sccs-rollback):
10297         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
10298         (vc-version-diff, vc-revert, vc-rollback):
10299         * wdired.el (wdired-check-kill-buffer):
10300         * emacs-lisp/authors.el (authors):
10301         * net/socks.el (socks-open-connection):
10302         * net/zeroconf.el (zeroconf-service-add-hook):
10303         * obsolete/vc-mcvs.el (vc-mcvs-register):
10304         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
10305         (gdb-select-frame):
10306         * progmodes/grep.el (lgrep, rgrep):
10307         * progmodes/idlw-help.el (idlwave-help-check-locations)
10308         (idlwave-help-html-link, idlwave-help-assistant-open-link):
10309         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10310         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
10311         (reftex-toc-rename-label): Fix typos in error messages.
10313         * dired-aux.el (dired-do-shell-command): Reflow docstring.
10314         (dired-copy-how-to-fn): Doc fix.
10315         (dired-files-attributes, dired-read-shell-command):
10316         Fix typos in docstrings.
10318         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
10319         (dired-x-find-file-other-window): Reflow docstrings.
10320         (dired-omit-marker-char, dired-read-shell-command)
10321         (dired-x-submit-report): Fix typos in docstrings.
10323         * shell.el (shell-mode-hook):
10324         * view.el (View-scroll-line-forward):
10325         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
10326         Fix typos in docstrings.
10328         * net/dig.el (dig-invoke): Fix typo in docstring.
10329         (query-dig): Reflow docstring.
10331         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
10332         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
10333         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
10334         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
10335         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
10336         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
10337         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
10338         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
10339         (idlwave-completion-map, idlwave-current-indent)
10340         (idlwave-custom-ampersand-surround, idlwave-customize)
10341         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
10342         (idlwave-define-abbrev, idlwave-determine-class-special)
10343         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
10344         (idlwave-end-block-reg, idlwave-end-of-statement)
10345         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
10346         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
10347         (idlwave-explicit-class-listed, idlwave-file-header)
10348         (idlwave-fill-paragraph, idlwave-find-class-definition)
10349         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
10350         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
10351         (idlwave-in-quote, idlwave-indent-action-table)
10352         (idlwave-indent-expand-table, idlwave-indent-line)
10353         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
10354         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
10355         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
10356         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
10357         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
10358         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
10359         (idlwave-outlawed-buffers, idlwave-popup-select)
10360         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
10361         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
10362         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
10363         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
10364         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
10365         (idlwave-statement-type, idlwave-struct-skip)
10366         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
10367         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
10368         (idlwave-what-module-find-class): Fix typos in docstrings.
10369         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
10370         (idlwave-calculate-cont-indent, idlwave-expand-equal)
10371         (idlwave-find-module, idlwave-find-structure-definition)
10372         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
10373         (idlwave-list-load-path-shadows, idlwave-next-statement)
10374         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
10375         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
10376         (idlwave-template): Reflow docstrings.
10378         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
10379         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
10380         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
10381         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
10382         (idlwave-shell-display-line, idlwave-shell-display-wframe)
10383         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
10384         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
10385         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
10386         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
10387         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
10388         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
10389         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
10390         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
10391         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
10392         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
10393         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
10394         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
10395         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
10396         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
10397         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
10398         Fix typos in docstrings.
10399         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
10400         (idlwave-shell-hide-output, idlwave-shell-mode)
10401         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
10402         Reflow docstrings.
10404         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
10406 2009-09-24  Ivan Kanis  <apple@kanis.eu>
10408         * term.el (term-bold-attribute): New var.
10409         (term-handle-colors-array): Use it.
10411 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
10413         * progmodes/gdb-mi.el (gdb-version): New variable.
10414         (gdb-non-stop-handler): Set gdb-version.
10415         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
10416         Condition "--thread" option on gdb-version.
10417         (gdb-invalidate-threads): Remove unused argument.
10419 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10421         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
10422         to looking-back to avoid ridiculous slow down in large files (bug#4511).
10424 2009-09-23  Glenn Morris  <rgm@gnu.org>
10426         * mail/rmail.el (rmail-reply): Don't try to add a References header when
10427         replying to mail without References or Message-Id.  (Bug#4525)
10429 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
10431         * term/ns-win.el (ns-reg-to-script): New variable.
10433 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
10435         * epg.el (epg-wait-for-status): Preserve existing 'error results.
10437 2009-09-22  Sam Steingold  <sds@gnu.org>
10439         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
10440         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
10441         to 1 because hg returns status 1 when nothing is found.
10442         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
10444 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10446         * textmodes/fill.el: Convert to utf-8 encoding.
10447         (fill-french-nobreak-p): Remove redundant » and « inherited from our
10448         pre-unicode days.
10450         * add-log.el (change-log-fill-forward-paragraph): New function.
10451         (change-log-mode): Use it so fill-region DTRT.
10452         Set fill-indent-according-to-mode here rather than in
10453         change-log-fill-paragraph.
10454         (change-log-fill-paragraph): Remove.
10456 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
10458         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
10459         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
10461 2009-09-22  Glenn Morris  <rgm@gnu.org>
10463         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
10464         the scroll-bar scroll the calendar window rather than the buffer.
10466         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
10467         commands that move point (as opposed to scrolling).
10469         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
10471         * emacs-lisp/elint.el (elint): New custom group.
10472         (elint-log-buffer): Make it a defcustom.
10473         (elint-scan-preloaded, elint-ignored-warnings)
10474         (elint-directory-skip-re): New options.
10475         (elint-builtin-variables): Doc fix.
10476         (elint-preloaded-env): New variable.
10477         (elint-unknown-builtin-args): Add an entry for encode-time.
10478         (elint-extra-errors): Make it a variable rather than a constant.
10479         (elint-preloaded-skip-re): New constant.
10480         (elint-directory): Skip files matching elint-directory-skip-re.
10481         (elint-features): New variable, local to linted buffers.
10482         (elint-update-env): Initialize elint-features.  Possibly add
10483         elint-preloaded-env to the buffer's environment.
10484         (elint-get-top-forms): Bind elint-current-pos, for log messages.
10485         Skip quoted forms.
10486         (elint-init-form): New function, extracted from elint-init-env.
10487         Make non-list forms a warning rather than an error.
10488         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
10489         easy-menu-define, put that adds an error-condition, and provide.
10490         When requiring cl, also require cl-macs.  Really require cl, to handle
10491         some cl macros.  Store required libraries in the list elint-features,
10492         so as not to re-load them.  Treat cc-require like require.
10493         (elint-init-env): Call elint-init-form to do the work.
10494         Handle eval-and-compile and such like.
10495         (elint-add-required-env): Do not clear messages.
10496         (elint-special-forms): Add handlers for function, defalias, if, when,
10497         unless, and, or.
10498         (elint-form): Add optional argument to ignore elint-special-forms,
10499         useful to prevent recursive calls from handlers.  Doc fix.
10500         Respect elint-ignored-warnings.
10501         (elint-form): Respect elint-ignored-warnings.
10502         (elint-bound-variable, elint-bound-function): New variables.
10503         (elint-unbound-variable): Respect elint-bound-variable.
10504         (elint-get-args): Respect elint-bound-function.
10505         (elint-check-cond-form): Add some simple handling for (f)boundp and
10506         featurep tests.
10507         (elint-check-defalias-form): New handler.
10508         (elint-check-let-form): Make an empty let a warning rather than an
10509         error.
10510         (elint-check-setq-form): Make an empty setq a warning rather than an
10511         error.  Respect elint-ignored-warnings.
10512         (elint-check-defvar-form): Accept null doc-strings.
10513         (elint-check-conditional-form): New handler.  Does some simple-minded
10514         checking of featurep and (f)boundp tests.
10515         (elint-put-function-args): New function.
10516         (elint-initialize): Use elint-scan-doc-file rather than
10517         elint-find-builtin-variables.  Use elint-put-function-args.
10518         Possibly scan preloaded-file-list.
10519         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
10520         extend to handle functions as well.
10522 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
10524         * linum.el (linum-delete-overlays, linum-update-window):
10525         Do not modify the right margin.  (Bug#3971)
10527 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
10529         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
10530         nxml-mode instead of xml-mode.
10532 2009-09-21  Kevin Ryde  <user42@zip.com.au>
10534         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
10536 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10538         * net/dig.el (dig-mode): Use define-derived-mode.
10540 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10542         * vc-dispatcher.el (vc-do-command): Return the process object in
10543         the asynchronous case.  Use when instead of if.  Do not run
10544         vc-exec-after to display a message if not enabled.  (Bug#4463)
10546         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
10547         properties to the stash strings.
10548         (vc-git-stash-list): Return a list of strings.
10549         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
10550         (vc-git-stash-show-at-point): New functions.
10551         (vc-git-stash-map): New keymap.
10553         * register.el (ctl-x-r-map): Define the keys here instead of
10554         using autoload.
10556 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
10558         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
10559         list, to workaround performance problem (bug#4485).
10561 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
10563         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
10565 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
10567         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
10568         Document that this option is not recommended to use.
10570 2009-09-19  Glenn Morris  <rgm@gnu.org>
10572         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
10573         variable `var'.
10575         * calc/calc-alg.el (var):
10576         * calc/calcalg2.el (var): Define for compiler.
10578 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
10580         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
10581         Doc fix (Bug#3932).
10583         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
10585         * time-stamp.el (time-stamp-month-dd-yyyy)
10586         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
10587         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
10588         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
10589         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
10590         Remove functions that have been obsolete since 1995 (Bug#4436).
10592         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
10593         indent buffer only if called interactively (Bug#4452).
10595 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
10596             Eli Zaretskii  <eliz@gnu.org>
10598         This fixes bug#4197 (merged to bug#865, though not identical).
10599         * server.el (server-auth-dir): Add docstring note about FAT32.
10600         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
10601         but warn against using them.
10603 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
10605         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
10606         older GDB where there is no has_more field.
10608 2009-09-19  Glenn Morris  <rgm@gnu.org>
10610         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
10612 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
10614         * files.el (auto-mode-alist): Change default for XML files to nXML
10615         mode (Bug#4169).
10617 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
10619         * server.el (server-ensure-safe-dir): Pass 'integer
10620         to `file-attributes', as suggested.
10622 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10624         * dired-aux.el (dired-query-alist): Remove spurious backslash.
10625         (dired-query): Use read-key.
10627 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
10629         * cus-start.el (ns-use-qd-smoothing): Remove.
10631 2009-09-18  Glenn Morris  <rgm@gnu.org>
10633         * allout.el (top-level): Remove unnecessary progn.
10635         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
10637         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
10638         definition of abbrev table.
10640         * speedbar.el (speedbar-track-mouse):
10641         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
10642         * net/eudc.el (eudc-expand-inline):
10643         * net/newst-backend.el (newsticker--cache-read-feed):
10644         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
10645         condition-case handlers.
10647 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
10649         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
10650         (gdb-var-list): Add an element for has_more field.
10651         (gdb-non-stop-handler): Enable pretty printing for STL containers.
10652         (gdb-var-create-handler, gdb-var-list-children-handler-1)
10653         (gdb-var-update-handler-1): Parse output of dynamic variable
10654         objects (STL containers).
10655         (gdb-var-delete-1): Pass var1 as an explicit second argument.
10656         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
10658         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
10659         gdb-var-list.
10660         (gud-speedbar-buttons): Make node expandable if expression "has more"
10661         children.
10663 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
10665         * startup.el (emacs-quick-startup): Remove variable and all uses.
10666         (command-line): Set `inhibit-x-resources' instead.
10667         (command-line-1): Use `inhibit-x-resources' instead.
10669 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
10671         * subr.el: Fix last change to avoid using the `unless' macro,
10672         which breaks bootstrapping.
10674 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
10677         extended definitions, in case we reload subr.el after having
10678         loaded CL.
10679         (eval-next-after-load): Mark as obsolete.
10681 2009-09-17  Juri Linkov  <juri@jurta.org>
10683         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
10684         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
10685         (menu-bar-showhide-menu, menu-bar-tools-menu)
10686         (menu-bar-describe-menu, menu-bar-help-menu)
10687         (minibuffer-local-completion-map, minibuffer-local-map):
10688         Fix list quoting.
10690 2009-09-17  Glenn Morris  <rgm@gnu.org>
10692         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
10693         arguments, whether or not it has a handler.
10695         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
10697         * simple.el (hard-newline): Give it a doc-string.
10699         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
10700         (lisp-mode-syntax-table): Give them doc-strings.
10702 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10704         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
10705         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
10706         (menu-bar-options-menu, menu-bar-showhide-menu)
10707         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
10708         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
10709         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
10710         (menu-bar-options-menu, menu-bar-tools-menu)
10711         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
10712         (menu-bar-help-menu):
10713         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
10714         string arguments.
10716         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
10717         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
10718         calls for the menu names and :help.
10720 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10722         * mouse.el (minor-mode-menu-from-indicator): Pay attention
10723         to :minor-mode-function (bug#4455).
10725 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10727         * startup.el (command-line): Initialize the window-system after
10728         processing the command-line.
10730         * textmodes/page.el (what-page): Make sure we don't inf-loop if
10731         page-delimiter matches the empty string.
10733 2009-09-16  Glenn Morris  <rgm@gnu.org>
10735         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
10736         byte-compile-not-obsolete-var.  It's a list now.
10737         (byte-compile-not-obsolete-funcs): New variable.
10738         (byte-compile-warn-obsolete): Don't warn about functions if they are in
10739         byte-compile-not-obsolete-funcs.
10740         (byte-compile-variable-ref, byte-compile-defvar): Update for
10741         byte-compile-not-obsolete-vars name-change and list nature.
10742         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
10743         and variables behind (f)boundp tests.
10744         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
10746 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10748         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
10750 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10752         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
10753         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
10754         Don't autoload.
10756 2009-09-15  Stephen Eglen  <stephen@gnu.org>
10758         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
10759         the virtual-buffers, use the name of the buffer specified by
10760         find-file-noselect, as the match may be a symlink.  (This was a
10761         problem if the target and the symlink had different names.)
10763 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10765         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
10767         * desktop.el (desktop-path): Check user-emacs-directory.
10769         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
10771         * loadup.el: Use after-load-functions to GC after loading each file.
10772         Remove the explicit GC calls that used to be sprinkled around.
10774         * subr.el (after-load-functions): New hook.
10775         (do-after-load-evaluation): Run it.  Use string-match-p to detect
10776         `obsolete' packages, rather than painfully extracting the relevant
10777         directory name.
10779 2009-09-15  Glenn Morris  <rgm@gnu.org>
10781         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
10782         free variable `doc'.
10784         * dired.el (dired-mode-map): Add menu entry for async shell command.
10786         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
10787         variables, also consider the .elc files, since the .el files are
10788         normally gzipped (subsequent code locates the .el.gz from the .elc).
10790         * calc/calc-prog.el (arglist): Define for compiler.
10792         * calendar/diary-lib.el (diary-display-function): Change the default to
10793         fancy display.
10794         (body): Define for compiler.
10796         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
10797         (byte-compile-file-form, byte-compile-lambda)
10798         (byte-compile-top-level-body, byte-compile-form)
10799         (byte-compile-variable-ref, byte-compile-setq)
10800         (byte-compile-setq-default, byte-compile-body)
10801         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
10802         (batch-byte-compile): Give some more local variables with common names
10803         a "bytecomp-" prefix to avoid masking warnings about free variables.
10805         * startup.el (command-line-1): Give local variables with common names a
10806         distinguishing prefix, so as not to hide free variable warnings during
10807         bootstrap.
10809         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
10810         clever and add a suffix to make a unique name, just let the user decide
10811         whether or not to overwrite it.  If the input is a directory, write the
10812         default filename to that directory.  (Bug#4388)
10813         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
10814         is a filename-as-a-directory.
10816 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10818         * textmodes/page.el (what-page): Don't move to beginning of line.
10819         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
10821 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
10823         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
10825 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
10827         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
10828         * help.el (help-for-help-internal): Add purecopy calls for text.
10830         * vc.el (top): print-log method now takes an optional SHORTLOG
10831         argument.  Add a new method: root.
10832         (vc-root-diff, vc-print-root-log): New functions.
10833         (vc-log-short-style): New variable.
10834         (vc-print-log-internal): Add support for showing short logs.
10836         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
10837         vc-print-root-log and vc-print-root-diff.
10839         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
10840         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
10841         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
10842         short logs.
10844         * vc-cvs.el (vc-cvs-print-log):
10845         * vc-mtn.el (vc-mtn-print-log):
10846         * vc-rcs.el (vc-rcs-print-log):
10847         * vc-sccs.el (vc-sccs-print-log):
10848         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
10849         that is ignored for now.
10851         * vc-mtn.el (vc-mtn-annotate-command):
10852         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
10854 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10856         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
10857         to function-key-map, and give them ascii-character property.
10858         * term/x-win.el (x-alternatives-map):
10859         * term/ns-win.el (ns-alternatives-map):
10860         * term/internal.el (msdos-key-remapping-map):
10861         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
10863 2009-09-14  Glenn Morris  <rgm@gnu.org>
10865         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
10866         temp-buffers (2009-09-12).
10868 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10870         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
10871         the new read-key function.
10873 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10875         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
10876         is defined (Bug#4405).
10878 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
10880         * recentf.el (recentf-cleanup): Use a hash table to find
10881         duplicates (Bug#4407).
10883 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
10885         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
10886         kp-0 to ascii equivalents (Bug#4325).
10888 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
10890         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
10892         * eshell/em-hist.el:
10893         * eshell/em-dirs.el (eshell-complete-user-reference):
10894         Declare pcomplete functions and variables to avoid compiler warnings.
10896 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
10898         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
10899         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
10900         * eshell/em-alias.el (eshell-aliases-file):
10901         * eshell/em-hist.el (eshell-history-file-name):
10902         Use expand-file-name instead of concat to make file names (Bug#4308).
10904 2009-09-13  Glenn Morris  <rgm@gnu.org>
10906         * ediff-merg.el (ediff-do-merge):
10907         * filesets.el (filesets-run-cmd):
10908         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
10909         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
10910         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
10911         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
10912         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
10913         Replace empty `let's with `progn'.
10915 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10917         * mail/sendmail.el (send-mail-function):
10918         * tooltip.el (tooltip-mode):
10919         * simple.el (transient-mark-mode):
10920         * rfn-eshadow.el (file-name-shadow-mode):
10921         * frame.el (blink-cursor-mode):
10922         * font-core.el (global-font-lock-mode):
10923         * files.el (temporary-file-directory)
10924         (small-temporary-file-directory, auto-save-file-name-transforms):
10925         * epa-hook.el (auto-encryption-mode):
10926         * composite.el (global-auto-composition-mode):
10927         Use custom-initialize-delay.
10928         * startup.el (command-line): Don't explicitly call
10929         custom-reevaluate-setting for all the above vars.
10930         * custom.el (custom-initialize-safe-set)
10931         (custom-initialize-safe-default): Delete.
10933 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10935         * term/x-win.el (x-initialize-window-system):
10936         * term/w32-win.el (w32-initialize-window-system):
10937         * term/ns-win.el (ns-initialize-window-system): Don't call
10938         mouse-wheel-mode since it's enabled globally by default already.
10940         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
10941         actually define the variable, but only silences the byte-compiler.
10942         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
10943         before looking it up.
10944         (mouse-wheel-scroll-amount): Also reset the bindings if this value
10945         is changed.
10947 2009-09-12  Glenn Morris  <rgm@gnu.org>
10949         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
10950         1000.
10951         (elint-add-required-env): Don't beep on error.
10952         (elint-forms): In case of error, return ENV unchanged.
10953         (elint-init-env): Skip non-list forms.
10954         (elint-log): Handle unknown file positions.
10956 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
10958         * epg.el (epg-make-context): Add autoload cookie.
10959         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
10960         (epg-decrypt-string, epg-start-verify, epg-verify-file)
10961         (epg-verify-string, epg-start-sign, epg-sign-file)
10962         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
10963         (epg-encrypt-string, epg-start-export-keys)
10964         (epg-export-keys-to-file, epg-export-keys-to-string)
10965         (epg-start-import-keys, epg-import-keys-from-file)
10966         (epg-import-keys-from-string, epg-start-receive-keys)
10967         (epg-receive-keys, epg-import-keys-from-server)
10968         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
10969         (epg-sign-keys, epg-start-generate-key)
10970         (epg-generate-key-from-file, epg-generate-key-from-string):
10971         Remove autoload cookie.
10973 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
10975         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
10976         reevaluation of trash-directory.
10978         * mwheel.el: Fix last change.
10979         (mouse-wheel-mode): New defvar.
10980         (mouse-wheel-mode): Remove autoload cookie.
10982 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10984         * mwheel.el (mwheel-installed-bindings): New var.
10985         (mouse-wheel-mode): Use it, so as to make sure we really remove all
10986         the bindings we set last time.  Use custom-initialize-delay.
10987         * loadup.el: Load mwheel after term/*-win.el.
10988         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
10989         and mouse-wheel-up-event now that their first evaluation is done
10990         sufficiently late to be correct.
10992         * startup.el (tutorial-directory): Make it a defcustom.
10993         Use custom-initialize-delay rather than eval-at-startup to set it.
10994         * image.el (image-load-path): Make it a defcustom.
10995         Use custom-initialize-delay rather than eval-at-startup to set it.
10996         * subr.el (eval-at-startup): Remove.
10997         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
10999         * subr.el (do-after-load-evaluation): Warn the user after loading an
11000         obsolete package.
11002 2009-09-12  Glenn Morris  <rgm@gnu.org>
11004         * proced.el (proced-mark-alt): Remove alias.
11005         (proced-mode-map): Remove proced-mark-alt.
11007         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
11008         Elint file and directory.  Remove initialization entry.
11010         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
11011         commands.
11012         (elint-current-buffer): Set mode-line-process.
11013         (elint-init-env): Handle define-derived-mode.
11014         Fix declare-function with unspecified arglist.  Guard against odd
11015         defalias statements (eg iso-insert's 8859-1-map).
11016         (elint-add-required-env): Use a temp buffer.
11017         (elint-form): Just print the function/macro name, not the whole form.
11018         Return env unchanged if we fail to parse a macro.
11019         (elint-forms): Guard against parse errors.
11020         (elint-output): New function, to handle batch mode.
11021         (elint-log-message): Add optional argument.  Use elint-output.
11022         (elint-set-mode-line): New function.
11024 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
11026         * emacs-lisp/elp.el (elp-not-profilable): Add more
11027         functions (Bug#4233).
11029 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
11031         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
11032         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
11034 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11036         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
11037         (gdb-var-list-children): Use json parsing.
11039 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
11041         * progmodes/js.el (js--proper-indentation): Handle the case where
11042         char-before is null.  Reported by Deniz Dogan.
11044 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11046         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
11048 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
11050         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
11051         (epg-digest-algorithm-alist): Add SHA224.
11052         (epg-context-set-passphrase-callback)
11053         (epg-context-set-progress-callback): Add description about
11054         callback function.
11056 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11058         * custom.el (custom-delayed-init-variables): New var.
11059         (custom-initialize-delay): New function.
11060         * startup.el (command-line): "Re"evaluate all vars in
11061         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
11062         explicitly any more.
11063         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
11064         to avoid creating a ~/.emacs.d at build-time (bug#4347).
11066         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
11068 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
11070         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
11071         (gdb-var-update-handler): Use json parsing.
11073 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
11075         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
11076         decode annotated text, regardless of language environment.  (Bug#2741)
11078 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * Makefile.in (autoloads): Make rmail.el writable as well.
11082 2009-09-11  Glenn Morris  <rgm@gnu.org>
11084         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
11085         loaddefs.el.
11086         * dired.el: Regenerate with extracted autoloads.
11087         * Makefile.in (autoloads): Make dired.el writable.
11089         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
11090         * ibuffer.el: Regenerate with extracted autoloads.
11091         * Makefile.in (autoloads): Make ibuffer.el writable.
11093         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
11094         * version.el (emacs-copyright, emacs-major-version)
11095         (emacs-minor-version): Reformat doc-strings for make-docfile.
11097         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
11098         functions and variables, since they must be stuff specific to some other
11099         platform.
11100         (apropos-print): Make mouse-click message less specific about button.
11102         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
11103         that records where a macro was defined.
11104         * help-fns.el (describe-function-1): Mention if a function has a
11105         compiler-macro.
11106         * help-mode.el (help-function-cmacro): New button.
11108         * locate.el (top-level): Always require dired.
11109         (locate-mode-map): Initialize inside the defvar.
11111         * net/ange-ftp.el (dired-compress-file): Declare.
11112         (ange-ftp-dired-compress-file): Add doc string.
11114         * term/ns-win.el (x-display-name, x-setup-function-keys):
11115         Unify doc-strings with X versions.
11117 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11119         * emulation/crisp.el (crisp-mode-map): Move initialization
11120         into declaration.
11121         (crisp-mode): Use define-minor-mode.
11123         * progmodes/xscheme.el (xscheme-evaluation-commands):
11124         Put a :advertised-binding property rather than using
11125         advertised-xscheme-send-previous-expression.
11126         (advertised-xscheme-send-previous-expression): Declare obsolete.
11127         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
11128         `advertised-undo'.
11129         (crisp-mode): Add corresponding bindings to
11130         undo's :advertised-binding instead.
11131         * dired.el (dired-mode-map): Put a :advertised-binding property rather
11132         than using dired-advertised-find-file.
11133         (dired-advertised-find-file):
11134         * simple.el (advertised-undo):
11135         * wid-edit.el (advertised-widget-backward): Declare obsolete.
11136         (widget-keymap): Put a :advertised-binding property rather
11137         than using advertised-widget-backward.
11138         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
11139         than using advertised-undo.
11140         * tutorial.el (tutorial--default-keys): Adjust accordingly.
11142 2009-09-10  Simon South  <ssouth@slowcomputing.org>
11144         * progmodes/delphi.el (delphi-tab): Indent region when Transient
11145         Mark mode is enabled and region is active; otherwise indent or
11146         insert TAB as usual.
11147         (delphi-mode): Update description of TAB-key binding.
11149 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11151         * subr.el (define-key-rebound-commands): Mark obsolete.
11152         * startup.el (precompute-menubar-bindings): Remove.
11153         (normal-top-level): Remove obsolete code that tried to precompute
11154         menubar bindings.
11155         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
11156         define-key-rebound-commands and precompute-menubar-bindings.
11158 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
11160         * net/imap.el (imap-interactive-login): Better messages.
11161         (imap-open): Fix bug with renamed buffer on reconnect.
11162         (imap-authenticate): Add buffer-local imap-last-authenticator variable
11163         for easier debugging and cleaner code.  On successful (guessed based on
11164         server capabilities) secondary authentication, set imap-state
11165         correctly.
11166         (imap-last-authenticator): Define imap-last-authenticator as a variable
11167         to avoid warnings.
11169 2009-09-10  Glenn Morris  <rgm@gnu.org>
11171         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
11173         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
11174         (byte-compile-file-form-autoload): Don't warn about unknown functions
11175         where the autoload statement comes after the use.
11176         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
11177         that any handlers inside the body (eg require) are in turn respected.
11179         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
11180         effects.
11182         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
11183         and syntax and abbrev tables basic docs, if they don't have any.
11185         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
11187         * international/mule-cmds.el (top-level): Require cl when compiling.
11188         (view-hello-file): Use default-value rather than
11189         default-enable-multibyte-characters.
11191         * progmodes/fortran.el: Move all safe and risky properties into the
11192         defcustoms.
11194         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
11195         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
11196         * mail/undigest.el:
11197         Put autoloads in rmail.el rather than loaddefs.el.
11198         * mail/rmail.el: Regenerate with extracted autoloads.
11200         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
11201         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
11203 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
11205         Reported in thread for Bug#4375.
11206         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
11207         "-data-evaluate-expression" instead of print.
11208         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
11209         (gdb-tooltip-print): Parse output from above MI command.
11210         (gdb): Revert 2009-08-11 change.  User should detach inferior
11211         manually.
11213         Remove the word "separate" from IO functions as inferior
11214         output is now never displayed in the GUD buffer.
11216 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
11218         * startup.el (command-line-normalize-file-name): On Windows and
11219         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
11221 2009-09-10  Juri Linkov  <juri@jurta.org>
11223         * isearch.el (isearch-text-char-description): Propertize escape
11224         character sequences with the `escape-glyph' face.  (Bug#4344)
11226         * simple.el (shell-command): Set asynchronous process filter to
11227         `comint-output-filter'.  (Bug#4343)
11229         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
11230         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
11231         the list.  Move "asm" to the bottom.
11232         (grep-find-ignored-directories): Add `choice' with nil value
11233         to empty the list easily.
11234         (grep-find-ignored-files): New option.
11235         (grep-files-history): Set to nil by default instead of '("ch" "el").
11236         (grep-compute-defaults): Add "<X>" to `grep-template'.
11237         (grep-read-files): Bind new local variables `default-alias' and
11238         `default-extension'.  Use a list of default values for the file prompt.
11239         (lgrep): Add `--exclude=' command line options composed from
11240         `grep-find-ignored-files'.
11241         (rgrep): Add `-name' command line options composed from
11242         `grep-find-ignored-files'.  (Bug#4301)
11244 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11246         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
11247         (bug#4368).
11249 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11251         * calendar/time-date.el (autoload):
11252         Expand define-obsolete-function-alias into defalias and make-obsolete
11253         for old Emacsen that Gnus supports.
11254         (with-no-warnings): Define it for old Emacsen.
11255         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
11256         is available.
11257         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
11258         float-time is available; suppress compile warning for time-to-seconds.
11260 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
11262         * net/imap.el (imap-message-map): Docstring fix.
11264 2009-09-09  Glenn Morris  <rgm@gnu.org>
11266         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
11267         line numbers too.  (Bug#4374)
11269 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11271         * smerge-mode.el (smerge-remove-props, smerge-refine):
11272         Use with-silent-modifications (bug#4342).
11274         * subr.el (with-silent-modifications): New macro.
11276 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
11278         * files.el (top-level): Require `cl' when compiling.
11280 2009-09-07  Glenn Morris  <rgm@gnu.org>
11282         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
11284         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
11285         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
11287 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
11289         * vc-git.el (vc-git-annotate-command): Use separator to parse
11290         arguments correctly.
11292 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
11294         * proced.el (proced-mode): Doc fix.
11296 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
11298         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
11299         lstat fails.
11300         (tramp-do-file-attributes-with-ls): Check for file existence at
11301         remote end.
11302         (tramp-do-file-attributes-with-stat): Likewise.
11303         (tramp-convert-file-attributes): Return nil when attr is nil.
11305 2009-09-05  Glenn Morris  <rgm@gnu.org>
11307         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
11308         properties to this button.
11309         (diary-fancy-display): Don't extend the button to the final newline.
11310         (diary-fancy-display-mode): Continue to define "q" as a local key.
11312         * calendar/cal-china.el (holiday-chinese): Make it slightly more
11313         efficient.
11315         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
11317         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
11318         (byte-compile-dest-file-function): New option.
11319         (byte-compile-dest-file): Doc fix.
11320         Obey byte-compile-dest-file-function.
11321         (byte-compile-cl-file-p): New function.
11322         (byte-compile-eval): Only suppress noruntime warnings about cl functions
11323         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
11324         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
11325         than for file being previously loaded.
11326         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
11327         (byte-compile-file-form-require): Handle the case where requiring a file
11328         indirectly causes CL to be loaded.
11330 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11332         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
11333         before killing the old buffer, since by the time `kill-buffer' is
11334         run so many buffer variables have been set to nil that it may not
11335         behave as expected.  (Bug#4061)
11337 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
11339         * files.el (find-alternate-file): If the old buffer is modified
11340         and visiting a file, behave similarly to `kill-buffer' when
11341         killing it, thus reverting to the pre-1.878 behavior; see
11342         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
11343         for discussion.  Also, consult `buffer-file-name' as a variable
11344         not as a function, for consistency with the rest of the code.
11346 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
11348         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
11349         also when adding a new directory.
11351         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
11352         defun.
11354 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11356         * files.el (locate-file-completion-table): Make it provide boundary
11357         information, so partial-completion works better.
11359 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
11361         * mail/footnote.el (Footnote-text-under-cursor):
11362         Check footnote-text-marker-alist before using it (bug#4324).
11364 2009-09-04  Glenn Morris  <rgm@gnu.org>
11366         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
11367         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
11368         * play/solitaire.el, play/tetris.el:
11369         Remove leading * from defcustom and defface docs.
11371         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
11372         necessary.
11373         (diary-fancy-overriding-map): New variable.
11374         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
11375         Use view-mode.
11377         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
11378         goto-line.
11380 2009-09-03  Glenn Morris  <rgm@gnu.org>
11382         * arc-mode.el (archive-mode):
11383         * dos-fns.el (set-default-process-coding-system):
11384         * man.el (Man-getpage-in-background):
11385         * menu-bar.el (menu-bar-describe-menu):
11386         * server.el (server-process-filter):
11387         * startup.el (command-line):
11388         * tar-mode.el (tar-header-block-tokenize, tar-extract):
11389         * w32-fns.el (set-default-process-coding-system):
11390         * x-dnd.el (x-dnd-handle-file-name):
11391         * international/mule-cmds.el (mule-menu-keymap)
11392         (set-default-coding-systems, language-info-alist, set-language-info)
11393         (set-language-environment, standard-display-european-internal)
11394         (set-locale-environment):
11395         * international/mule-diag.el (mule-diag):
11396         * mail/emacsbug.el (report-emacs-bug):
11397         * mail/rmail.el (rmail-mode):
11398         * mail/sendmail.el (mail-setup):
11399         Use default-value rather than default-enable-multibyte-characters.
11401         * progmodes/f90.el: Move all safe properties into the defcustoms.
11402         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
11404         * calendar/appt.el (appt-check):
11405         * calendar/diary-lib.el (diary-set-header, diary-live-p)
11406         (diary-check-diary-file, diary-list-entries)
11407         (diary-include-other-diary-files, diary-simple-display)
11408         (diary-fancy-display, diary-print-entries)
11409         (diary-mark-included-diary-files, diary-make-entry):
11410         Don't call substitute-in-file-name on diary-file.
11412 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
11413             Stefan Monnier  <monnier@iro.umontreal.ca>
11415         * mail/footnote.el (footnote-prefix): Make it a defcustom.
11416         (footnote-mode-map): Move initialization into the declaration.
11417         (footnote-minor-mode-map): Define it rather than changing global-map.
11418         (footnote-mode): Use define-minor-mode.
11420 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
11422         * net/tramp.el (tramp-handle-file-attributes-with-ls)
11423         (tramp-do-file-attributes-with-perl)
11424         (tramp-do-file-attributes-with-stat): Rename from
11425         `tramp-handle-file-attributes-with-*'.
11426         (tramp-handle-file-attributes): Use them.
11427         (tramp-do-directory-files-and-attributes-with-perl)
11428         (tramp-do-directory-files-and-attributes-with-stat): Rename from
11429         `tramp-handle-directory-files-and-attributes-with-*'.
11430         (tramp-handle-directory-files-and-attributes): Use them.
11431         (tramp-method-out-of-band-p): Additional parameter SIZE.
11432         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
11433         (tramp-handle-write-region): Use it.
11434         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
11435         (tramp-handle-vc-registered): Check, whether the first run did
11436         return files to be tested.
11437         (tramp-advice-make-auto-save-file-name): Do not call directly
11438         `tramp-handle-make-auto-save-file-name', because this would bypass
11439         the locking mechanism.
11441         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
11442         (file-remote-p, process-file, start-file-process, set-file-times)
11443         (tramp-compat-file-attributes): Compatibility functions shall not
11444         call directly `tramp-handle-*', because this would bypass the
11445         locking mechanism.
11446         (tramp-compat-number-sequence): New defun.
11448 2009-09-02  Glenn Morris  <rgm@gnu.org>
11450         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
11451         alias for float-time.
11452         (time-to-number-of-days): In Emacs, use float-time.
11453         * net/newst-backend.el (time-add): Suppress warnings from compat
11454         function.
11455         * time.el (emacs-uptime, emacs-init-time):
11456         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
11457         Use float-time rather than time-to-seconds.
11459         * minibuffer.el (completion-initials-expand): Fix typo.
11461         * faces.el (modeline, modeline-inactive, modeline-highlight)
11462         (modeline-buffer-id):
11463         * info.el (info-menu-5): Mark these face aliases as obsolete.
11465 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11467         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
11468         space ...
11469         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
11470         no "--thread" option.
11471         (gdb-stopped): Don't print "Switched to thread" message when it is
11472         unchanged.
11474 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11476         * minibuffer.el (completion-try-completion)
11477         (completion-all-completions): Remove ill-defined (and
11478         mistakenly installed and luckily never used nor documented)
11479         `completion-styles' property.
11480         (completion-initials-expand, completion-initials-all-completions)
11481         (completion-initials-try-completion): New functions.
11482         (completion-styles-alist): Add doc to each entry.
11483         Add new `initials' entry.
11485 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
11487         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
11488         MI command -var-evaluate-expression.
11489         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
11490         and tweak for case of string child.
11491         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
11493 2009-09-01  Glenn Morris  <rgm@gnu.org>
11495         * add-log.el (change-log-date-face, change-log-name-face)
11496         (change-log-email-face, change-log-file-face, change-log-list-face)
11497         (change-log-conditionals-face, change-log-function-face)
11498         (change-log-acknowledgement-face):
11499         * cus-edit.el (custom-invalid-face, custom-rogue-face)
11500         (custom-modified-face, custom-set-face, custom-changed-face)
11501         (custom-saved-face, custom-button-face, custom-button-pressed-face)
11502         (custom-documentation-face, custom-state-face, custom-comment-face)
11503         (custom-comment-tag-face, custom-variable-tag-face)
11504         (custom-variable-button-face, custom-face-tag-face)
11505         (custom-group-tag-face-1, custom-group-tag-face):
11506         * diff-mode.el (diff-header-face, diff-file-header-face)
11507         (diff-index-face, diff-hunk-header-face, diff-removed-face)
11508         (diff-added-face, diff-changed-face, diff-function-face)
11509         (diff-context-face, diff-nonexistent-face):
11510         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
11511         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
11512         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
11513         (Info-title-4-face):
11514         * isearch.el (isearch-lazy-highlight-face):
11515         * log-view.el (log-view-file-face, log-view-message-face):
11516         * paren.el (show-paren-match-face, show-paren-mismatch-face):
11517         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
11518         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
11519         (cvs-msg-face):
11520         * smerge-mode.el (smerge-mine-face, smerge-other-face)
11521         (smerge-base-face, smerge-markers-face):
11522         * wid-edit.el (widget-documentation-face, widget-button-face)
11523         (widget-field-face, widget-single-line-field-face)
11524         (widget-inactive-face, widget-button-pressed-face):
11525         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
11526         (woman-addition-face):
11527         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
11528         (eshell-ls-executable-face, eshell-ls-readonly-face)
11529         (eshell-ls-unreadable-face, eshell-ls-special-face)
11530         (eshell-ls-missing-face, eshell-ls-archive-face)
11531         (eshell-ls-backup-face, eshell-ls-product-face)
11532         (eshell-ls-clutter-face):
11533         * eshell/em-prompt.el (eshell-prompt-face):
11534         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
11535         * obsolete/old-whitespace.el (whitespace-highlight-face):
11536         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
11537         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
11538         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
11539         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
11540         (antlr-font-lock-literal-face):
11541         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
11542         (ebrowse-root-class-face, ebrowse-file-name-face)
11543         (ebrowse-default-face, ebrowse-member-attribute-face)
11544         (ebrowse-member-class-face, ebrowse-progress-face):
11545         * progmodes/make-mode.el (makefile-space-face):
11546         * progmodes/sh-script.el (sh-heredoc-face):
11547         * textmodes/flyspell.el (flyspell-incorrect-face)
11548         (flyspell-duplicate-face):
11549         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
11550         * textmodes/texinfo.el (texinfo-heading-face):
11551         Mark face aliases with "-face" suffix as obsolete.
11553         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
11554         compiler.
11556         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
11557         (eudc-bob-sound-menu): Use defvar rather than defconst, since
11558         easy-menu-define wants to modify these.
11560         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
11562         * net/browse-url.el (browse-url-file-url):
11563         * term/internal.el (dos-codepage-setup):
11564         Use default-value rather than default-enable-multibyte-characters.
11566         * progmodes/etags.el (etags-goto-tag-location):
11567         * progmodes/flymake.el (flymake-highlight-line)
11568         (flymake-goto-file-and-line, flymake-goto-line):
11569         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
11570         (gdb-goto-breakpoint):
11571         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
11572         * progmodes/python.el (python-find-function)
11573         (python-pdbtrack-track-stack-file):
11574         * progmodes/verilog-mode.el (verilog-surelint-off):
11575         * term/ns-win.el (ns-open-file-select-line):
11576         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
11577         Use forward-line rather than goto-line.
11579         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
11580         * textmodes/reftex-index.el (reftex-display-index):
11581         * textmodes/reftex-ref.el (reftex-offer-label-menu):
11582         * textmodes/reftex-toc.el (reftex-toc):
11583         Remove unnecessary bindings of default-major-mode (all are followed by
11584         major-mode check and possible mode switch).
11586 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11588         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
11589         Handle watchpoints (bug#4282).
11590         (def-gdb-thread-buffer-command): Enable thread to be selected by
11591         clicking without selecting threads buffer first.
11592         (gdb-current-context-command): Use selected frame so that "up",
11593         "down" etc work in the GUD buffer.
11594         (gdb-update): Find selected frame before rendering stack buffer.
11595         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
11597 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11599         * progmodes/sym-comp.el (displayed-completions): Remove.
11600         (symbol-complete): Use minibuffer-complete.
11602 2009-08-31  Glenn Morris  <rgm@gnu.org>
11604         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
11606         * apropos.el (apropos-symbols-internal):
11607         Handle (obsolete) face aliases.
11609         * faces.el (describe-face): Adjust the output format to be more like
11610         describe-variable, and to mention (obsolete) face aliases.
11611         Adjust the whitespace so that help-setup-xref works.
11613         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
11614         * calendar/diary-lib.el (diary-button-face):
11615         Mark these face aliases as obsolete.
11617         * calendar/calendar.el (calendar-today): Doc fix.
11619 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
11621         * progmodes/gdb-mi.el (gdb-control-all-threads)
11622         (gdb-control-current-thread): Force tool bar update.
11623         (gdb-non-stop-handler): New function.
11624         (gdb-init-1): Use it to test if non-stop mode is supported.
11625         Remove unused gdbmi buffer type.
11627 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
11629         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
11630         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
11632 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
11634         * comint.el (comint-exec-1): Check command is non-null first.
11635         Part of gdb-mi.el change (2009-08-28).
11637 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11639         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
11641 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
11643         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
11644         instead of `dolist' to avoid a recursive require when bootstrapping.
11646 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11648         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
11650         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
11652         * net/imap.el (imap-send-command): Simplify.
11653         (imap-wait-for-tag): point-max -> buffer-size.
11655         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
11657         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
11658         with constant argument.
11660         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
11662         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
11664         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
11665         Change default, since most of our files don't have a history.
11666         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
11667         the user.
11669         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
11670         Add comint-run.
11672         * calc/calc.el: Improve commenting convention.
11673         (calc-digit-map, toplevel): Simplify.
11675         * comint.el (comint-insert-input): Be careful to only set point if we
11676         don't delegate to some other command.
11678         * proced.el (proced-signal-list): Make it an alist.
11679         (proced-grammar-alist): Capitalize names.
11680         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
11681         Disable undo manually and make it read-only.
11682         Use completion-annotate-function.
11684         * minibuffer.el (minibuffer-message): If the current buffer is not
11685         a minibuffer, insert the message in the echo area rather than at the
11686         end of the buffer.
11687         (completion-annotate-function): New variable.
11688         (minibuffer-completion-help): Use it.
11689         (completion--embedded-envvar-table): Environment vars are
11690         always case-sensitive.
11692 2009-08-30  Glenn Morris  <rgm@gnu.org>
11694         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
11695         from fortran-current-defun.
11696         (fortran-beginning-of-subprogram): Be more precise about finding the
11697         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
11698         (fortran-end-of-subprogram): Simplify.
11699         (fortran-current-defun): Use fortran-start-prog-re.
11701 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
11703         * subr.el (do-after-load-evaluation): Simplify.
11705 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
11707         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
11709         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
11710         (vc-rcs-print-log): Use it.
11712         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
11714 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11716         * paths.el (abbrev-file-name): Move to abbrev.el.
11717         * abbrev.el (abbrev-file-name): Move from paths.el.
11718         Obey user-emacs-directory.
11719         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
11720         user-emacs-directory.
11721         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
11722         abbrev-file-name and calc-settings-file any more.
11723         * startup.el (command-line): Recompute abbrev-file-name and
11724         abbreviated-home-dir.
11725         (normal-no-mouse-startup-screen): Improve the generic code and get rid
11726         of the special code for when C-h bindings haven't been changed.
11727         (display-startup-echo-area-message): Use with-current-buffer.
11728         (command-line-1): Use a list of strings, rather than a list of lists
11729         of strings for longopts.
11731         * files.el (get-free-disk-space): Use / for default-directory.
11733         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
11734         Use with-current-buffer.
11736         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
11737         Recognize immutable variables like most-positive-fixnum.
11738         (byte-compile-setq-default): Check and warn if trying to assign
11739         to an immutable variable, or a non-variable.
11741         * progmodes/cc-vars.el (c-comment-continuation-stars):
11742         * progmodes/cc-engine.el (c-looking-at-bos):
11743         * progmodes/cc-cmds.el (c-toggle-auto-state)
11744         (c-forward-into-nomenclature, c-backward-into-nomenclature)
11745         (c-comment-line-break-function): Add version of obsolescence.
11747 2009-08-28  Juri Linkov  <juri@jurta.org>
11749         * files.el (magic-fallback-mode-alist): Add ZIP magic number
11750         associated with `archive-mode'.
11752         * image.el (image-type-header-regexps): Use only JPEG magic number
11753         to determine JPEG images, and don't use `image-jpeg-p' because
11754         Emacs can display non-JFIF non-Exif JPEG images.
11756 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11758         * arc-mode.el (archive-mode):
11759         * emacs-lisp/re-builder.el (re-builder-unload-function):
11760         Protect against the default value of `major-mode' being nil.
11762 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
11764         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
11765         Fix typos in docstrings.
11767         * progmodes/js.el (js--macro-decl-re): Doc fix.
11768         (js--plain-method-re, js--split-name): Refloc docstring.
11769         (js--class-styles, js--make-merged-item, js--splice-into-items):
11770         Fix typos in docstrings; reflow docstrings.
11771         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
11772         (js--variable-decl-matcher, js--inside-pitem-p)
11773         (js--parse-state-at-point, js--get-all-known-symbols)
11774         (js--symbol-history, js-find-symbol, js--js-references)
11775         (js--moz-interactor, js--js-encode-value, js--read-tab):
11776         Fix typos in docstrings.
11778 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11780         * textmodes/reftex.el (reftex-get-file-buffer-force):
11781         * progmodes/verilog-mode.el (verilog-batch-execute-func):
11782         * emulation/viper.el (viper-go-away, viper-set-hooks):
11783         * emacs-lisp/re-builder.el (re-builder-unload-function):
11784         * emacs-lisp/bytecomp.el (byte-compile-file):
11785         * ses.el (ses-unload-function):
11786         * hexl.el (hexl-find-file):
11787         * files.el (normal-mode):
11788         * ehelp.el (with-electric-help):
11789         * autoinsert.el (auto-insert-alist):
11790         * arc-mode.el (archive-mode):
11791         Use (default-value 'major-mode) instead of default-major-mode.
11793         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
11794         * international/mule.el (load-with-code-conversion):
11795         * emacs-lisp/debug.el (debug):
11796         * ediff-vers.el (ediff-rcs-get-output-buffer):
11797         * dired.el (dired-internal-noselect): Don't let-bind
11798         default-major-mode around code that doesn't use it.
11799         E.g. buffer creation via get-buffer-create doesn't use it.
11801 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
11803         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
11804         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
11805         when writing the temp file.  Otherwise, epa-file gets confused.
11806         (tramp-register-file-name-handlers): Make it a defun.  Move also
11807         `epa-file-handler' to the front of `file-name-handler-alist'.
11809 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11811         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
11812         start right after a ^M.
11813         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
11814         (tramp-completion-file-name-regexp-separate)
11815         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
11816         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
11817         Don't modify last-coding-system-used by accident.
11818         (tramp-completion-file-name-handler): Apply the checks here,
11819         instead during registration.
11820         (tramp-register-file-name-handlers): Renamed from
11821         `tramp-register-file-name-handler'.  Register both
11822         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
11823         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
11825 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
11827         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
11828         Remove variable ...
11829         (gdb-init-1, gdb-display-separate-io-buffer)
11830         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
11831         references to it.
11832         (gdb-inferior-io-mode): Use make-comint-in-buffer.
11833         (gdb-inferior-filter): Use comint-output-filter to stop
11834         echoing and remove ^M characters.
11836 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
11838         * emulation/viper-init.el (viper-restore-cursor-type):
11839         * emulation/cua-base.el (cua--update-indications):
11840         Replace default-cursor-type with (default-value 'cursor-type).
11842         * mail/sendmail.el (mail-recover-1):
11843         * international/mule-diag.el (describe-current-coding-system-briefly)
11844         (describe-current-coding-system):
11845         * international/mule-cmds.el (select-safe-coding-system)
11846         (select-message-coding-system)
11847         (set-language-environment-coding-systems, set-locale-environment):
11848         * hexl.el (hexl-insert-multibyte-char):
11849         * dos-w32.el (find-buffer-file-type-coding-system):
11850         * simple.el (what-cursor-position):
11851         Replace uses of default-buffer-file-coding-system
11852         with (default-value 'buffer-file-coding-system).
11854         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
11855         Replace uses of default-cursor-in-non-selected-windows
11856         with (default-value 'cursor-in-non-selected-windows).
11857         Use with-current-buffer.
11859         * mail/feedmail.el: Use CL macros.
11860         (feedmail-run-the-queue, feedmail-send-it-immediately):
11861         * dos-w32.el (find-buffer-file-type): Replace uses of
11862         default-buffer-file-type with (default-value 'buffer-file-type).
11864 2009-08-28  Glenn Morris  <rgm@gnu.org>
11866         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
11867         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
11868         Use default-value of major-mode rather than default-major-mode.
11870 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11872         * Makefile.in (update-elcfiles): Report left over elc files.
11874         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
11875         expand-file-name and with-current-buffer.
11876         (mail-get-names, mail-directory): Use with-current-buffer.
11878         * vc.el (vc-read-revision): New function.
11879         (vc-version-diff, vc-merge): Use it.
11881 2009-08-27  Sam Steingold  <sds@gnu.org>
11883         * simple.el (kill-do-not-save-duplicates): New user option.
11884         (kill-new): When it is non-nil, and the new string is the same as
11885         the latest kill, set replace to t to avoid duplicates in kill-ring.
11887 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
11889         * net/tramp.el (tramp-handle-process-file): Do not flush all
11890         caches when `process-file-side-effects' is set.
11891         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
11892         instead of `tramp-find-file-exists-command'.
11893         Unset `process-file-side-effects'.
11895 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
11897         * net/tramp.el (tramp-methods): New method "rsyncc".
11898         (top): Add completion function for "rsyncc".
11899         (tramp-message-show-message): New defvar.
11900         (tramp-message, tramp-error): Use it.
11901         (tramp-do-copy-or-rename-file-directly): Extend check for direct
11902         remote copying.
11903         (tramp-do-copy-or-rename-file-out-of-band): Handle new
11904         `tramp-methods' entry `copy-env' of "rsyncc".
11905         (tramp-vc-registered-read-file-names): New defconst.
11906         (tramp-vc-registered-file-names): New defvar.
11907         (tramp-handle-vc-registered): Implement optimization strategy.
11908         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
11909         (tramp-vc-file-name-handler): New defun.
11910         (tramp-get-ls-command, tramp-get-test-command)
11911         (tramp-get-file-exists-command, tramp-get-remote-ln)
11912         (tramp-get-remote-perl, tramp-get-remote-stat)
11913         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
11915         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
11916         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
11917         timestamps.
11918         (tramp-get-file-property): Check for timestamps in
11919         `tramp-cache-inhibit-cache'.
11920         (tramp-set-file-property): Write timestamp.
11922 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11924         * language/japan-util.el (japanese-symbol-table): Add entries for
11925         cp932-2-byte.
11927         * international/characters.el: Add category `j' to cp932-2-byte.
11929 2009-08-27  Kenichi Handa  <handa@m17n.org>
11931         * international/fontset.el (build-default-fontset-data): New macro.
11932         (setup-default-fontset): Use build-default-fontset-data for CJK,
11933         tibetan, ethiopic, and ipa.
11935 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11937         * cus-start.el (default-major-mode): Customize `major-mode' instead.
11938         (enable-multibyte-characters): Not customizable any more.
11940         * subr.el (default-mode-line-format, default-header-line-format)
11941         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
11942         (default-direction-reversed, default-truncate-lines)
11943         (default-left-margin, default-tab-width, default-case-fold-search)
11944         (default-left-margin-width, default-right-margin-width)
11945         (default-left-fringe-width, default-right-fringe-width)
11946         (default-fringes-outside-margins, default-scroll-bar-width)
11947         (default-vertical-scroll-bar, default-indicate-empty-lines)
11948         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
11949         (default-fringe-cursor-alist, default-scroll-up-aggressively)
11950         (default-scroll-down-aggressively, default-fill-column)
11951         (default-cursor-type, default-buffer-file-type)
11952         (default-cursor-in-non-selected-windows)
11953         (default-buffer-file-coding-system, default-major-mode)
11954         (default-enable-multibyte-characters): Mark as obsolete.
11956 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
11958         * vc-dir.el (vc-dir-update): Remove debug helper.
11960         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
11962 2009-08-26  Sam Steingold  <sds@gnu.org>
11964         * simple.el (save-interprogram-paste-before-kill): New user option.
11965         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
11966         save the interprogram-paste into kill-ring before overriding it
11967         with the Emacs kill.
11969 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
11971         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
11972         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
11973         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
11974         and move to vc-rcs.el.
11975         (vc-default-next-revision): Rename to vc-rcs-next-revision and
11976         move to vc-rcs.el.
11977         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
11978         (vc-rcs-update-changelog): Remove.
11979         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
11980         and move to vc-rcs.el.
11982         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
11983         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
11984         renaming.
11985         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
11986         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
11987         vc.el, renamed to be RCS specific.
11989         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
11990         New functions.
11991         (vc-cvs-update-changelog): Move here from vc.el.
11993         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
11994         New functions.
11996 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11998         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
12000 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
12002         * vc-git.el (vc-git-register): Use "git add" for directories.
12003         (vc-git-stash, vc-git-stash-show): New functions.
12004         (vc-git-extra-menu-map): Bind them.
12006         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
12007         directory correctly in case the item is a directory itself.
12009         * vc.el: Document the desired behavior for reverted files in the
12010         `added' state.
12011         (vc-default-prettify-state-info): Remove function, unused.
12013         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
12015 2009-08-26  Glenn Morris  <rgm@gnu.org>
12017         * bindings.el (standard-mode-line-format): Reposition dashes in
12018         which-func entry.  (Bug#4217)
12020         * files.el (enable-local-variables, enable-local-eval)
12021         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
12022         the defcustoms.
12023         (auto-mode-alist, ignored-local-variables)
12024         (save-some-buffers-action-alist): Move risky declarations to the
12025         definitions.
12026         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
12027         (font-lock-defaults, format-alist, imenu--index-alist)
12028         (imenu-generic-expression, input-method-alist, minor-mode-alist)
12029         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
12030         (mode-line-modified, mode-line-mule-info, mode-line-position)
12031         (mode-line-process, mode-line-remote, outline-level)
12032         (parse-time-rules, rmail-output-file-alist)
12033         (special-display-buffer-names, vc-mode):
12034         Move risky declarations to the relevant files.
12035         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
12036         (mode-line-modified, mode-line-process, mode-line-position)
12037         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
12038         * font-core.el (font-lock-defaults):
12039         * format.el (format-alist):
12040         * vc-hooks.el (vc-mode):
12041         * window.el (special-display-buffer-names):
12042         * international/mule-cmds.el (input-method-alist):
12043         Define riskiness here (dumped file) rather than in files.el.
12044         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
12045         * imenu.el (imenu-generic-expression, imenu--index-alist):
12046         * outline.el (outline-level):
12047         * time.el (display-time-string):
12048         * calendar/parse-time.el (parse-time-rules):
12049         * mail/rmailout.el (rmail-output-file-alist):
12050         Autoload riskiness here, rather than placing in files.el.
12052 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
12054         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
12056 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
12058         * simple.el (process-file-side-effects): New defvar.
12060         * dired-aux.el (dired-show-file-type):
12061         * vc.el (vc-diff-internal):
12062         * vc-arch.el (vc-arch-diff):
12063         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
12064         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
12065         * vc-git.el (vc-git-registered, vc-git-working-revision)
12066         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
12067         (vc-git--empty-db-p):
12068         * vc-hooks.el (vc-user-login-name):
12069         * vc-svn.el (vc-svn-registered, vc-svn-state)
12070         (vc-svn-dir-extra-headers, vc-svn-find-revision):
12071         * progmodes/grep.el (grep-probe): Let-bind
12072         `process-file-side-effects' with nil.
12074         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
12076         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
12077         daemon.  Replace ping by checking for running service for bluez
12078         and zeroconf.  (Bug#4239)
12080 2009-08-25  Kevin Ryde  <user42@zip.com.au>
12082         * net/dig.el (dig): Add autoload cookie.
12084 2009-08-25  Glenn Morris  <rgm@gnu.org>
12086         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
12087         load-history for absolute file-names.
12088         (byte-compile-file-form-require): Warn about use of the cl package.
12090         * format.el (format-alist): Doc fix.
12092         * play/bubbles.el (top-level): Don't require cl at run-time.
12094         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
12095         run-time cl).
12097 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
12099         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
12100         from cl package.
12101         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
12103 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
12105         * calc/calc-alg.el (math-trig-rewrite)
12106         (math-hyperbolic-trig-rewrite): New functions.
12107         (calc-simplify): Simplify trig functions when asked.
12109 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12111         * diff-mode.el (diff-find-source-location): Avoid goto-line.
12113 2009-08-24  Kenichi Handa  <handa@m17n.org>
12115         * language/ind-util.el (mapthread): Delete it.
12116         (combinatorial): New function.
12117         (indian--puthash-cv): Use combinatorial instead of mapthread.
12119 2009-08-22  Kevin Ryde  <user42@zip.com.au>
12121         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
12122         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
12123         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
12124         Clarify docstring that the value is strings not symbols.
12125         (checkdoc-list-of-strings-p): New function.
12127 2009-08-22  Glenn Morris  <rgm@gnu.org>
12129         * files.el (auto-mode-alist):
12130         * hippie-exp.el (he-concat-directory-file-name):
12131         * lpr.el (lpr-windows-system, printer-name):
12132         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
12133         * ps-print.el (ps-windows-system):
12134         * startup.el (command-line):
12135         * emulation/viper-ex.el (viper-glob-function):
12136         * international/mule-cmds.el (set-language-environment-coding-systems):
12137         * net/ange-ftp.el (ange-ftp-write-region):
12138         * obsolete/fast-lock.el (fast-lock-cache-name):
12139         Remove code for defunct system-types emx, macos, mswindows, next-mach,
12140         unisoft-unix, vax-vms, win32, w32.
12142         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
12143         given name if the pattern is not more specific.
12145         * calendar/lunar.el (lunar-phase-names): New option.
12146         (lunar-phase): Doc fix.
12147         (lunar-cycles-per-year): New constant.
12148         (lunar-index): New function.
12149         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
12150         (lunar-phase-name): Use lunar-phase-names.
12151         (calendar-lunar-phases): Use format.
12152         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
12154         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
12155         Copy imenu-example--name-and-position function here for own use.
12156         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
12158         * bs.el (bs--redisplay):
12159         * cus-edit.el (custom-redraw):
12160         * ibuffer.el (ibuffer-bury-buffer):
12161         * server.el (server-goto-line-column):
12162         * startup.el (command-line-1):
12163         * strokes.el (strokes-xpm-for-stroke):
12164         * term.el (term-display-buffer-line):
12165         * view.el (View-goto-line):
12166         * calc/calc.el (calc-do, calc-trail-buffer):
12167         * play/gamegrid.el (gamegrid-add-score-insecure):
12168         * progmodes/ada-mode.el (ada-compile-goto-error):
12169         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
12170         (ebrowse-select-1st-to-9nth):
12171         * progmodes/cperl-mode.el (cperl-time-fontification):
12172         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
12173         * progmodes/gud.el (gud-display-line):
12174         (idlwave-shell-display-line):
12175         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
12176         * progmodes/make-mode.el (makefile-browser-toggle):
12177         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
12178         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
12179         * textmodes/picture.el (picture-draw-rectangle):
12180         * textmodes/reftex-index.el (reftex-index-goto-letter):
12181         (reftex-select-jump-to-previous):
12182         * textmodes/reftex-sel.el (reftex-find-start-point)
12183         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
12184         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
12185         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
12186         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12187         * textmodes/two-column.el (2C-associated-buffer):
12188         Use forward-line rather than goto-line.
12190         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
12191         goto-line.
12193         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
12194         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
12195         (quick-check-list-to-regexp): Declare.
12197         * progmodes/make-mode.el (makefile-browser-insert-selection):
12198         Use goto-char rather than goto-line.
12200         * progmodes/prolog.el (compilation-error-regexp-alist)
12201         (compilation-forget-errors): Declare.
12203 2009-08-22  Juri Linkov  <juri@jurta.org>
12205         * progmodes/grep.el (lgrep, rgrep): At the beginning
12206         set `dir' to `default-directory' unless `dir' is a non-nil
12207         readable directory.  (Bug#4052)
12208         (lgrep, rgrep): Change a weird way to report an error
12209         from using `read-string' to using `error'.
12210         Instead of using interactive arguments in the function body,
12211         add new argument `confirm'.
12213 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12215         * textmodes/remember.el (remember-buffer):
12216         * progmodes/cperl-mode.el (cperl-vc-header-alist):
12217         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
12218         (icalendar-extract-ical-from-buffer):
12219         * net/newst-treeview.el (newsticker-groups-filename):
12220         * net/newst-backend.el (newsticker-cache-filename):
12221         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
12222         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
12223         (speedbar-add-ignored-path-regexp, speedbar-line-path)
12224         (speedbar-buffers-line-path, speedbar-path-line)
12225         (speedbar-buffers-line-path):
12226         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
12227         (epg-sign-keys):
12228         * epa.el (epa-display-verify-result):
12229         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
12231 2009-08-21  Glenn Morris  <rgm@gnu.org>
12233         * progmodes/js.el (inferior-moz-process): Fix declaration.
12235         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
12237         * obsolete/rnewspost.el (news-mail-reply):
12238         Use goto-char rather than goto-line.
12240         * term/ns-win.el (ns-open-file-select-line):
12241         Use line-beginning-position rather than goto-line.
12243         * apropos.el (apropos-command):
12244         * ehelp.el (electric-helpify):
12245         * printing.el (pr-show-setup):
12246         * strokes.el (strokes-help):
12247         * tutorial.el (tutorial--describe-nonstandard-key)
12248         (tutorial--detailed-help):
12249         * woman.el (woman-mini-help, woman-display-extended-fonts):
12250         * calc/calc-help.el (calc-describe-key):
12251         * emulation/edt.el (edt-electric-helpify):
12252         * international/mule-diag.el (mule-diag):
12253         * play/yow.el (apropos-zippy):
12254         * progmodes/python.el (python-describe-symbol):
12255         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
12256         * textmodes/table.el (*table--cell-describe-mode)
12257         (*table--cell-describe-bindings):
12258         Use help-print-return-message rather than the now obsolete alias.
12260         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
12261         (calendar-cursor-to-visible-date):
12262         * play/5x5.el (5x5-position-cursor):
12263         * play/decipher.el (decipher):
12264         * play/gomoku.el (gomoku-goto-xy):
12265         * play/landmark.el (lm-goto-xy):
12266         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
12267         (mpuz-paint-digit):
12268         Use forward-line, not goto-line.
12270         * mail/rmail.el (rmail-obsolete): Delete custom group.
12271         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
12272         (rmail-remote-password, rmail-remote-password-required):
12273         Remove unneeded :set-after and :set properties.
12275 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
12277         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
12279 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
12281         * loadup.el: Remove leftover macos code.
12283         * vc-git.el (vc-git-annotate-command): Run asynchronously.
12284         Explicitly pass the date format to git blame so that user local
12285         so that the output format can be parsed.
12287 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
12289         * net/dbus.el (top): Don't check for (getenv
12290         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
12292 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
12294         * log-edit.el (log-edit-strip-single-file-name): New var.
12295         (log-edit-insert-changelog): Use it.  Bug#3571
12297 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12299         * subr.el (read-passwd): Use read-key so keypad keys work as well.
12300         Bug#3287
12302         * help.el (help-print-return-message): Rename from
12303         print-help-return-message.
12305         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
12306         cvs-mode-map parent hack.
12307         (log-view-mode): Derive from special-mode.
12309         * linum.el (linum-mode): window-size-change-functions is redundant.
12310         Adapt to new window-configuration-change-hook behavior.
12311         (linum-after-size, linum-after-config): Remove.
12313         * imenu.el (imenu-example--name-and-position)
12314         (imenu-example--lisp-extract-index-name)
12315         (imenu-example--create-lisp-index, imenu-example--create-c-index):
12316         Mark as obsolete.
12318         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
12319         (inferior-prolog-mode): Use it.
12320         (inferior-prolog-load-file): Reset list of errors.
12322 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12324         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
12326         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
12328 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
12330         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
12331         is running already.
12333 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12335         * subr.el (listify-key-sequence-1): Use normal syntax since those
12336         integers are nowadays always represented by the same (positive) number
12337         on all platforms.
12338         (read-key-empty-map): New const.
12339         (read-key-delay): New var.
12340         (read-key): New function.
12341         (force-mode-line-update): Use with-current-buffer.
12342         (locate-user-emacs-file): Don't forget to abbreviate the file name.
12343         (start-process-shell-command, start-file-process-shell-command):
12344         Discourage the use of command-args.
12346 2009-08-19  Glenn Morris  <rgm@gnu.org>
12348         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
12350 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12352         * simple.el (choose-completion-string): Don't rely on
12353         minibuffer-completing-file-name and ad-hoc checks to decide whether
12354         to continue completion or not.
12356         * minibuffer.el (minibuffer-hide-completions): New function.
12357         (completion--do-completion): Use it.
12358         (completions-annotations): New face.
12359         (completion--insert-strings): Use it.
12360         (completion-pcm--delim-wild-regex): Add docstring.
12361         (completion-pcm--string->pattern): Add support for 0-width delimiters
12362         in completion-pcm--delim-wild-regex.
12364 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12366         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
12367         Remove unused var `buffer-modified-p'.
12369         * minibuffer.el (completion--do-completion): Move point for the #b001
12370         case as well (bug#4176).
12371         (minibuffer-complete, minibuffer-complete-word): Don't move point.
12373 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
12375         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
12376         and :session buses.
12378 2009-08-18  Kenichi Handa  <handa@m17n.org>
12380         * international/ucs-normalize.el (ucs-normalize-version):
12381         Change to 1.1.
12382         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
12383         (utf-8-hfs): Make it perform normalization on encoding too.
12385         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
12386         (sentence-end-without-space): Delete duplicated chars.
12387         (sentence-end-base): Likewise.
12389         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
12390         (html-mode): Delete duplicated chars from sentence-end-base.
12392         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
12393         (texinfo-mode): Delete duplicated chars from sentence-end-base.
12395 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
12397         * files.el (hack-one-local-variable): If the mode function is for
12398         a minor mode, pass it an argument (Bug#4148).
12400 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
12402         * net/tramp.el (tramp-register-completion-file-name-handler):
12403         Check also for (member 'partial-completion completion-styles).
12405 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12407         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
12408         abbrev (Bug#3943).
12410 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
12412         * progmodes/cperl-mode.el: Merge upstream 6.2.
12413         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
12414         (cperl-forward-re): Check cperl-brace-recursing.
12415         (cperl-highlight-charclass): New function.
12416         (cperl-find-pods-heres): Use it.
12417         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
12418         (cperl-beautify-regexp-piece): Fix column calculation.
12419         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
12420         (cperl-beautify-level): Don't process entire regexp.
12421         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
12422         calling man.
12423         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
12424         (cperl-init-faces): Build a list in the normal way.
12426 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12428         * calendar/parse-time.el (parse-time-string-chars): Save match
12429         data.
12431 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12433         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
12434         (sql-product): Use it.
12435         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
12436         (sql-set-product): Add completion.
12437         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
12438         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
12439         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
12440         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
12441         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
12442         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
12443         (sql-highlight-db2-keywords): Remove.
12444         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
12445         (sql-highlight-product): Use derived-mode-p.
12446         (sql-set-sqli-buffer): Use with-current-buffer.
12447         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
12448         Simplify.
12450         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
12452         * term.el: Fix commenting convention, turn comments into docstrings.
12454 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
12456         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
12458 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
12460         * calendar/parse-time.el (parse-time-string-chars): Compute using
12461         character classes, to handle non-ascii characters (Bug#3190).
12463 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
12465         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
12466         another heredoc if the user adds another < (Bug#3226).
12468         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12469         Don't initialize based on window-system (Bug#4124).
12471         * facemenu.el (facemenu-read-color): Use a completion function
12472         that accepts any defined color, such as RGB triplets (Bug#3677).
12474         * files.el (get-free-disk-space): Change fallback default
12475         directory to /.  Expand DIR argument before switching to fallback.
12476         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
12478 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12480         * files.el (load-library): Doc fix.
12482 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
12484         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
12485         (viper-if-string): Redefine C-s in the minibuffer to insert the last
12486         incremental search string.
12488         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
12489         XEmacs.
12491         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
12492         (ediff-merge-region-is-non-clash)
12493         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
12494         Also check if the job is really a merge job.
12496         * ediff.el (ediff-current-file): New function.
12498 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
12500         * progmodes/js.el: Edit docstrings throughout to follow Emacs
12501         conventions.
12502         (js-insert-and-indent): Delete function.
12503         (js-mode-map): Don't bind keys to js-insert-and-indent.
12504         (js-beginning-of-defun): Rename from js--beginning-of-defun.
12505         (js-end-of-defun): Rename from js--end-of-defun.
12506         (js-auto-indent-flag): Delete variable.
12508 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
12510         * progmodes/js.el: Remove proclaim statement.
12511         Defvar which-func-imenu-joiner-function to silence compiler.
12513         * files.el (auto-mode-alist): Use js-mode for .js files.
12515         * progmodes/js2-mode.el: Remove file.
12517         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
12519         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
12521         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
12523 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
12524             Karl Landstrom  <karl.landstrom@brgeight.se>
12526         * progmodes/js.el: New file.
12528 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
12530         * timezone.el (timezone-parse-date): Add ability to understand ISO
12531         basic format (minimal separators) dates in addition to the
12532         already-supported extended format dates.
12534 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
12536         * international/ucs-normalize.el: Add a `coding' file variable.
12538         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
12540 2009-08-14  Sam Steingold  <sds@gnu.org>
12542         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12544 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
12546         * faces.el (help-argument-name): Define it here instead of
12547         help-fns.el, because in daemon mode help-fns.el may be loaded when
12548         faces are still uninitialized (Bug#1078).
12550         * help-fns.el (help-argument-name): Move defface to faces.el.
12552 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
12554         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
12555         create buffer with a pty but no process so that GDB can make the
12556         inferior the controlling process.
12558 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
12560         * international/ucs-normalize.el: New file.
12562 2009-08-13  Richard Stallman  <rms@gnu.org>
12564         * mail/rmail.el (rmail-get-attr-names):
12565         Accept an attribute header that is too short.
12567         * mail/rmail.el (rmail-forget-messages):
12568         Ignore nil elt in rmail-message-vector.  Use dotimes.
12570         * progmodes/compile.el (compilation-goto-locus):
12571         Use next-error-move-function.
12573         * simple.el (next-error-move-function): New variable.
12575 2009-08-12  Juri Linkov  <juri@jurta.org>
12577         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
12578         always non-nil.  (Bug#4052)
12580         * replace.el (read-regexp): Return empty string when
12581         `default-value' is nil.
12582         (keep-lines-read-args): Don't use empty string as the
12583         default value for `read-regexp'.  (Bug#2495)
12585 2009-08-12  Juri Linkov  <juri@jurta.org>
12587         * international/mule-cmds.el (ucs-insert): Change arguments
12588         from `arg' to `character', `count', `inherit' to be the same
12589         as in `insert-char'.  Doc fix.  (Bug#4039)
12591         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
12593 2009-08-12  Juri Linkov  <juri@jurta.org>
12595         * files-x.el: New file.
12597         * files.el: Move code that deals with adding/deleting
12598         file/directory-local variables to files-x.el.
12600         * Makefile.in (ELCFILES): Add files-x.elc.
12602 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
12604         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
12605         to use `goto-line'.
12606         (gdb-place-breakpoints, gdb-get-location): Rewritten without
12607         `goto-line'.
12608         (gdb-invalidate-disassembly): Do not refresh upon receiving
12609         'update signal.  Instead, update all disassembly buffers only after
12610         threads list.
12611         (gdb): Send -target-detach when buffer is killed (Bug#3794).
12612         (gdb-starting): Moved -data-list-register-names...
12613         (gdb-stopped): ...here so it's sent when first thread stops.
12614         (gdb-registers-handler-custom): Do nothing if register names are
12615         unknown yet.
12617         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
12618         from `gdb-mi.el' to avoid extra tangling.
12620         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
12621         change which breaks `gud-def' definitions used in `gdb'.
12622         (gdb-update-gud-running): No extra fuss for updating frame number.
12624 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12626         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
12627         (describe-language-environment-map, setup-language-environment-map)
12628         (set-coding-system-map): Move initialization into declaration.
12629         (set-language-info-alist): Last arg to define-key-after can be skipped.
12631         * international/quail.el (quail-completion-1): Simplify.
12632         (quail-define-rules): Use slightly more compact code.
12633         (quail-insert-decode-map): Propertize keys, compact columns.
12635         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
12636         Add goto-line.
12638 2009-08-10  Miles Bader  <miles@gnu.org>
12640         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
12641         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
12642         (js2-instance-member, js2-private-member, js2-private-function-call)
12643         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
12644         (js2-magic-paren, js2-external-variable):
12645         Remove "-face" suffix from face names.
12646         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
12647         (js2-highlight-undeclared-vars, js2-peek-token)
12648         (js2-parse-function-params, js2-mode-show-errors)
12649         (js2-mode-show-warnings, js2-make-magic-delimiter)
12650         (js2-mode-highlight-magic-parens): Update to use new face names.
12652 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
12654         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
12655         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
12657 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
12659         * subr.el: Provide hashtable-print-readable.
12661         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
12662         hs-c-like-adjust-block-beginning.
12663         (hs-hide-block-at-point): Stop hiding at the beginning of
12664         hs-block-end-regexp (Bug#700).
12666 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
12668         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
12669         a macro.
12670         (gdb-registers-handler-custom): Do not fail when register names
12671         are unavailable.
12673 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12675         * progmodes/gdb-mi.el (gdb-control-all-threads)
12676         (gdb-control-current-thread): Interactive setters for
12677         `gdb-gud-control-all-threads' to use in menu.
12678         (gdb-show-run-p): Show «Go» when process is not active.
12679         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
12680         gud/thread.xpm and gud/all.xpm.
12682 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
12684         * net/net-utils.el (net-utils-font-lock-keywords): New var.
12685         (nslookup-font-lock-keywords): Make it a variable.
12686         (net-utils-mode): New mode for viewing diagnostic network output.
12687         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
12688         (net-utils-run-simple): New function.
12689         (ifconfig, iwconfig, netstat, arp, route): Use it.
12691 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
12693         * progmodes/gdb-mi.el (gdb-read-memory-custom)
12694         (gdb-memory-set-address, def-gdb-set-positive-number)
12695         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
12696         after changing settings.
12697         (gdb-invalidate-disassembly): Update when first shown.
12698         (gdb-edit-locals-value): Fixed.
12699         (gdb-registers-handler-custom): Print registers in right order and
12700         allow changing register values (only for current thread yet).
12701         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
12702         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
12703         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
12704         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
12705         info in mode name.
12706         (gdb-registers-mode-map): TAB to switch to locals.
12708 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
12710         * mail/rmail.el (rmail-add-mbox-headers)
12711         (rmail-set-message-counters-counter): Search for
12712         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
12714 2009-08-08  Glenn Morris  <rgm@gnu.org>
12716         * Makefile.in (ELCFILES): Update.
12718 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12720         * mail/sendmail.el (mail-yank-original): Set
12721         buffer-file-coding-system from the one used by the message whose
12722         text is yanked.
12724         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
12725         to "windows" when "pgnuplot" is used.
12726         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
12727         call accept-process-output if "pgnuplot" is used.
12728         (calc-graph-init): Don't send -display and -geometry to
12729         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
12730         running "pgnuplot -V" with shell-command-to-string.
12732         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
12733         the default.
12735 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
12737         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
12738         org/org-latex.elc.
12740 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
12742         * vc-dispatcher.el (vc-resynch-window): Update comment.
12744         * term.el (term-handle-ansi-escape): Add comments with the
12745         terminfo capabilities implemented.
12747 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
12749         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
12750         (gdb-var-create-handler): Rewritten using JSON parser.
12751         (gdb-propertize-header): Moved earlier.
12752         (gdb-set-header): Removed to avoid duplication.
12753         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
12754         Refresh disassembly buffers only after threads list have been
12755         update.
12756         (gdb-threads-header, gdb-registers-header): Per-buffer header line
12757         variables.
12759 2009-08-04  Juri Linkov  <juri@jurta.org>
12761         * files.el: Commands to add/delete file/directory-local variables.
12762         (read-file-local-variable, read-file-local-variable-value)
12763         (read-file-local-variable-mode, modify-file-local-variable)
12764         (modify-file-local-variable-prop-line)
12765         (modify-dir-local-variable): New functions.
12766         (add-file-local-variable, delete-file-local-variable)
12767         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
12768         (add-dir-local-variable, delete-dir-local-variable)
12769         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
12770         (copy-dir-locals-to-file-locals-prop-line): New commands.
12772 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
12774         * abbrev.el (insert-abbrev-table-description): Prettify output.
12775         Suggested by Karl Chen.
12777 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
12779         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
12780         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
12781         (gdb-overlay-arrow-position, gdb-thread-position)
12782         (gdb-disassembly-position): Declare variables.
12783         (gdb-wait-for-pending): Function now.
12784         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
12785         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
12786         compilation goes smoothly.
12787         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
12788         (gdb-non-stop-setting): New customization setting which replaces
12789         `gdb-non-stop' so changing it doesn't break active GDB session.
12790         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
12791         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
12792         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
12793         (gdb-show-threads-by-default): New customization options.
12794         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
12795         routines.
12796         (gdb-get-buffer-create): Send buffers update signal when they are
12797         created.
12798         (gdb-invalidate-locals, gdb-invalidate-registers)
12799         (gdb-invalidate-breakpoints)
12800         (gdb-invalidate-threads, gdb-invalidate-disassembly)
12801         (gdb-invalidate-memory): Accept update signal.
12802         (gdb-current-context-command): Use --frame option.
12803         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
12804         Implement `gdb-frame-number' selection logic.
12805         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
12806         whether to show GUD toolbar buttons.
12807         (gdb-thread-exited): Unselect current thread when it exits.
12808         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
12809         (gdb-mark-line): Routine which sets overlay arrow or inverses
12810         video on fringeless displays.
12811         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
12812         to build aligned columns of data in GDB buffers and set text
12813         properties line-by-line.
12814         (gdb-invalidate-breakpoints)
12815         (gdb-breakpoints-list-handler-custom)
12816         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
12817         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
12818         (gdb-registers-handler-custom): Align data columns.
12819         (gdb-locals-handler-custom): Now prints data like in variable
12820         declarations.
12821         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
12822         Removed confusing buttons.
12823         (gdb-invalidate-threads): Append --frame.
12824         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
12825         between breakpoints/threads buffers.
12826         (gdb-set-window-buffer): Now can ignore dedicated windows.
12827         (gdb-propertize-header): Use `gdb-set-window-buffer'.
12828         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
12829         (def-gdb-thread-buffer-gud-command): Replaces
12830         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
12831         for fine thread control.
12832         (gdb-preempt-existing-or-display-buffer): New function used to
12833         display bound buffers without breaking window layout.
12834         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
12835         (gdb-select-frame): New version of `gdb-frames-select' which now
12836         sets `gdb-frame-number' so commands may use --frame option instead
12837         of inner debugger state.
12838         (gdb-frame-handler): Do not set `gdb-frame-number'.
12839         (gdb-threads-mode-map): Select threads with mouse.
12841         * progmodes/gud.el (gdb-gud-context-call): Declare function to
12842         avoid compilation warning.
12843         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
12844         `gdb-show-stop-p`.
12846         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
12847         Argument `key' renamed to `buffer-type'.
12848         (gdb-current-context-buffer-name): Do not add thread info to
12849         buffer name when no thread is selected.
12850         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
12851         command (bug 3794).
12852         (gdb-thread-selected): Handle `=thread-selected' notification.
12853         (gdb-wait-for-pending): New macro to deal with congestion problems.
12854         (gdb-breakpoints-list-handler-custom): Don't fail on pending
12855         breakpoints.
12856         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
12857         This fixes problem similar to one described in bug 3947.
12858         (gud-menu-map): More menu items.
12859         (gdb-init-1): Reset `gdb-thread-number' to nil.
12861         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
12862         non-stop settings.
12864         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
12865         (gdb-current-context-command): Do not append --thread if
12866         `gdb-thread-number' is nil.
12867         (gdb-running-threads-count, gdb-stopped-threads-count): New
12868         variables.
12869         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
12870         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
12871         customization options.
12872         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
12873         GUD commands.
12874         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
12875         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
12876         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
12877         set `gdb-thread-number' and update `gud-running' properly.
12878         (gdb-running): Update threads list when new threads appear.
12879         (gdb-stopped): Support non-stop operation and new thread switching
12880         logic.
12881         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
12882         (gdb-json-partial-output): New set of JSON routines.
12883         (def-gdb-auto-update-trigger): New `signal-list' optional
12884         argument.
12885         (gdb-thread-list-handler-custom): Update `gud-running',
12886         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
12887         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
12888         (gdb-continue-thread, gdb-step-thread): New commands for fine
12889         thread execution control.
12890         (gud-menu-map): New menu items to switch non-stop options.
12891         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
12892         (gdb-send): Mimic RET properly (bug 3794).
12894         * progmodes/gdb-mi.el (gdb-rules-name-maker)
12895         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
12896         gdb-buffer-rules.
12897         (def-gdb-auto-update-handler): New nopreserve optional argument.
12898         (gdb-stack-list-frames-custom): Print stack from top to bottom.
12900         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
12901         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
12902         (gdb-parent-mode): New mode to derive other GDB modes from.
12903         (gdb-display-disassembly-for-thread)
12904         (gdb-frame-disassembly-for-thread): New commands for threads
12905         buffer.
12907         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
12908         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
12909         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
12910         (gdb-update): We now store all GDB buffers in a list so that they
12911         can be updated by traversing a list instead of calling invalidate
12912         triggers explicitly.
12913         (def-gdb-trigger-and-handler): New macro to define trigger-handler
12914         pair for GDB buffer.
12915         (gdb-stack-buffer-name): Add thread information.
12916         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
12917         handle pending triggers.
12918         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
12919         (def-gdb-thread-buffer-simple-command)
12920         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
12921         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
12922         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
12923         New commands which show buffers bound to thread.
12924         (gdb-stack-list-locals-regexp): Removed unused regexp.
12926         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
12927         (gdb-locals-buffer-name, gdb-registers-buffer-name)
12928         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
12929         to (gud-comint-buffer) in *-buffer-name functions
12930         because (gdb-get-target-string) already does that.
12931         (gdb-locals-handler-custom, gdb-registers-handler-custom)
12932         (gdb-changed-registers-handler): Rewritten without regexps.
12934         * progmodes/gdb-mi.el: Basic thread selection support.
12935         (gdb-thread-number): New variable.
12936         (gdb-current-context-command): New macro which adds --thread
12937         option to command.
12938         (gdb-threads-mode-map): Select thread with SPC.
12939         (gdb-thread-list-handler-custom): Mark current thread with overlay
12940         arrow.  Synchronize GDB thread and Emacs thread.
12941         (gdb-select-thread): New command which selects current thread.
12942         (gdb-invalidate-frames, gdb-invalidate-locals)
12943         (gdb-invalidate-registers): Use --thread option.
12945 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
12947         * net/tramp.el (top): Make check for tramp-gvfs loading more
12948         robust.  (Bug#3977)
12949         (tramp-handle-insert-file-contents): `unwind-protect' must be
12950         inside `with-parsed-tramp-file-name'.
12952         * net/tramp-gvfs.el (top): Remove superfluous message when loading
12953         fails.
12955 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
12957         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
12958         directory if CLASSPATH is not set.
12960 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
12962         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
12963         New defconst.
12964         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
12966 2009-08-02  Kevin Ryde  <user42@zip.com.au>
12968         * net/newst-backend.el (newsticker--raw-url-list-defaults):
12969         Update freshmeat link.  Delete newsforge.com as it seems gone.
12971 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
12973         * select.el (x-set-selection): Doc fix (Bug#4021).
12975         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
12977         * help-fns.el (describe-variable): Treat list return values from
12978         dir-locals-find-file properly (Bug#4005).
12980 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
12982         * net/tramp.el (tramp-debug-message): Print also microseconds.
12984 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
12986         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
12987         or END is non-nil.
12988         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
12989         (tramp-get-debug-buffer): Change `outline-regexp' according to new
12990         format.
12992         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
12993         (tramp-get-file-property): Use it.
12995         * autorevert.el (auto-revert-handler): Allow
12996         `auto-revert-tail-mode' for remote files.
12998 2009-08-02  Jason Rumney  <jasonr@gnu.org>
13000         * minibuffer.el (read-file-name): Treat confirm options to
13001         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
13003 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
13005         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
13006         (font-lock-variable-name-face, font-lock-constant-face): Darken
13007         the colors for light backgrounds.
13009 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
13011         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
13012         month names.  (Bug#3987)
13014 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
13016         * simple.el (line-move-finish): Pass whole number to
13017         line-move-to-column.
13018         (line-move-visual): Perform hscroll to the recorded position.
13020 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
13022         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
13024 2009-07-29  Alan Mackenzie  <acm@muc.de>
13026         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
13028 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
13030         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
13031         (gdb-place-breakpoints): Use full path when setting breakpoints.
13033 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
13035         * calc/calc.el (calc-mode-map): Add keybinding for
13036         `calc-transpose-lines'.
13038 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
13040         * calc/calc-misc.el (calc-transpose-lines): New function.
13042 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
13044         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
13045         Simplify check for out-of-band methods.
13046         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
13047         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
13049 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
13051         * vc-git.el (vc-git-checkin): Fix typo.
13053 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
13055         * progmodes/js2-mode.el: New file.
13057 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
13059         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
13060         (gud-menu-map): Adjust tooltip accordingly.
13062 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13064         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
13065         (vc-bzr-log-view-mode): Adjust log-view-file-re.
13067         * add-log.el (change-log-mode-map): Add a menu.
13069 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
13071         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
13072         function returns nil.
13073         (dbus-handle-event): Handle special return value :ignore.
13074         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
13076 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
13078         * view.el (view-mode-enable): Don't define Helper-return-blurb if
13079         it's not needed.
13081 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
13083         Fix Bug#3888:
13085         * w32-vars.el (x-select-enable-clipboard): Doc fix.
13087         * term/pc-win.el (x-display-name, x-colors)
13088         (x-select-enable-clipboard, x-select-text): Doc fix.
13090         * term/common-win.el (x-display-name, x-colors): Doc fix.
13092         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
13093         (xw-defined-colors): Doc fix.
13095         * w32-fns.el (x-select-text, x-setup-function-keys)
13096         (x-get-selection, x-set-selection): Doc fix.
13098         * term/x-win.el (x-select-text, x-setup-function-keys)
13099         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
13101         * select.el (x-set-selection): Doc fix.
13103 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
13105         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
13106         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
13107         "IsNSSSupportAvailable" method is not available.  Reported by
13108         Steve Youngs <steve@sxemacs.org>.
13110 2009-07-24  Kenichi Handa  <handa@m17n.org>
13112         * international/characters.el: Fix setting of category ?C, ?|, ?K,
13113         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
13114         (build-unicode-category-table): Fix range checks.
13116 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
13118         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
13119         the buffer we try to sync is current when calling
13120         vc-resynch-buffer.
13122         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
13123         not show up to date files.
13125 2009-07-24  Glenn Morris  <rgm@gnu.org>
13127         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
13128         Add autoload cookies.  If necessary, initialize.
13129         (elint-log): Handle non-file buffers.
13130         (elint-initialize): Add optional argument to reinitialize.
13131         (elint-find-builtin-variables): Save excursion.
13133 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
13135         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13136         for Lint.
13138 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13140         * vc.el (vc-print-log-internal): New function, split out from ...
13141         (vc-print-log): ... here.
13142         (vc-dir-move-to-goal-column): Declare.
13144         * vc-git.el (vc-git-add-signoff): New variable.
13145         (vc-git-checkin): Use it.
13146         (vc-git-toggle-signoff): New function.
13147         (vc-git-extra-menu-map): Bind it to menu.
13148         (vc-git--run-command-string): Accept a nil FILE argument.
13149         (vc-git-stash-list): New function.
13150         (vc-git-dir-extra-headers): Use it.
13152 2009-07-23  Glenn Morris  <rgm@gnu.org>
13154         * help-fns.el (describe-variable): Describe ignored and risky local
13155         variables in a similar way to that in which we describe safe ones.
13157         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
13158         (byte-compile-output-file-form, byte-compile-output-docform)
13159         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
13160         Give some more local variables with common names a "bytecomp-" prefix,
13161         so as not to shadow things during compilation.
13162         * emacs-lisp/cl-macs.el (load-time-value)
13163         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
13164         `outbuffer' to `bytecomp-outbuffer'.
13166         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
13167         since the next two variables cover them automatically now.
13168         (elint-builtin-variables, elint-autoloaded-variables): New.
13169         (elint-unknown-builtin-args): Remove all members, since they can be
13170         parsed automatically now.
13171         (elint-extra-errors): New.
13172         (elint-env-add-env, elint-env-add-macro): Use cadr.
13173         (elint-current-buffer): Use or.  Change final message.
13174         (elint-get-top-forms): Use line-end-position.
13175         (elint-init-env): Use cadr.  Handle autoload, declare-function,
13176         and defalias.
13177         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
13178         (regexp-assoc): Remove unused function.
13179         (elint-top-form): Set elint-current-pos, to record the start of the
13180         top-level form, for compilation-mode.
13181         (elint-form): Trap errors in macro expansion.  Use dolist.
13182         (elint-unbound-variable): Use elint-builtin-variables and
13183         elint-autoloaded-variables.
13184         (elint-get-args): Use cadr, or.
13185         (elint-check-cond-form): Use dolist, cadr.
13186         (elint-check-condition-case-form): Doc fix.  Use cadr.
13187         Use elint-extra-errors.
13188         (elint-log): New function.
13189         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
13190         Distinguish errors and warnings.
13191         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
13192         Use a bytecomp-style format.
13193         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
13194         (elint-get-log-buffer): Use compilation mode.  Disable undo.
13195         Don't truncate lines.
13196         (elint-initialize): Set builtin and autoloaded variable lists.
13197         Only process elint-unknown-builtin-args if non-nil.
13198         (elint-find-builtin-variables, elint-find-autoloaded-variables):
13199         New functions.
13200         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
13202 2009-07-22  Kevin Ryde  <user42@zip.com.au>
13204         * net/newst-backend.el (newsticker--parse-atom-1.0)
13205         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
13206         (newsticker--parse-rss-1.0):
13207         * progmodes/idlwave.el (idlwave-mode):
13208         * progmodes/idlw-shell.el (idlwave-shell-mode):
13209         * progmodes/vera-mode.el (vera-mode):
13210         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
13211         * progmodes/vhdl-mode.el (vhdl-mode):
13212         * textmodes/table.el (table-generate-source)
13213         (table--warn-incompatibility):
13214         Hyperlink urls in docstrings with URL `...'.
13216 2009-07-22  Glenn Morris  <rgm@gnu.org>
13218         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
13219         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
13220         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
13221         Remove leading * from defcustom docs.
13223         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
13225         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
13226         defcustom doc.
13227         (list-load-path-shadows): Optionally, just return shadows as a string.
13229         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
13231 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
13233         * mail/rmailedit.el (rmail-edit-mode): Use
13234         auto-save-include-big-deletions.
13236         * mail/rmail.el (rmail-variables): Use
13237         auto-save-include-big-deletions.
13239         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
13240         changes.
13242 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
13244         * calc/calc.el (calc-undo-length): New variable.
13245         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
13247 2009-07-21  Richard Stallman  <rms@gnu.org>
13249         * files.el (auto-save-mode): Handle buffer-save-size = -2
13250         for toggling mode.
13252 2009-07-21  Glenn Morris  <rgm@gnu.org>
13254         * textmodes/ispell.el (ispell-looking-back): Update declaration.
13256         * calendar/todo-mode.el (calendar-current-date): Update declaration.
13258         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
13259         silence compiler.  Instead...
13260         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
13261         (ps-print-ensure-fontified): Update for above function name changes.
13263         * printing.el (pr-mh-get-msg-num, pr-mh-show)
13264         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
13265         silence compiler.  Instead...
13266         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
13267         (mh-show-buffer): Only define for compiler.
13268         (pr-mh-current-message): Update for above function name changes.
13270         * files.el (abort-if-file-too-large): Explicitly pass `filename'
13271         as an argument.
13272         (find-file-noselect, insert-file-1): Update for above change.
13274         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
13276         * mail/mailclient.el (mailclient-send-it): Fix message.
13278         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
13279         (edebug-eval): Check cl-debug-env is bound.
13280         (print-level, print-circle): Don't redefine built-in variables.
13282         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
13283         (custom-print-vectors): Remove old comments from doc.
13285         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
13286         (emerge-version): Make the variable an obsolete alias for the
13287         emacs-version variable.  Make the function obsolete.
13288         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
13289         Emerge options, rather than merging in into the main Options menu.
13290         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
13291         and auto advance modes.  Disable edit/fast items when not relevant.
13293 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
13295         * term/vt420.el (terminal-init-vt420): Fix typo.
13297 2009-07-20  Sam Steingold  <sds@gnu.org>
13299         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
13300         variable (removed from compile.el on 2004-03-11).
13302 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
13304         * files.el (hack-local-variables-filter): Fix last change.
13306 2009-07-19  Juri Linkov  <juri@jurta.org>
13308         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
13309         (dir-local-variables-alist): New buffer-local variable.
13310         (hack-local-variables-filter): If variable is not dir-local,
13311         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
13312         because file-local overrides dir-local.
13313         (c-postprocess-file-styles) <declare-function>:
13314         Remove obsolete declaration.
13315         (hack-dir-local-variables): Add dir-local variable/value pair to
13316         `dir-local-variables-alist' and remove duplicates.  Doc fix.
13318         * help-fns.el (describe-variable): Add information about
13319         file-local and dir-local variables.
13321 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
13323         * files.el (hack-local-variables-filter): Rewrite.
13325 2009-07-19  Glenn Morris  <rgm@gnu.org>
13327         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
13328         Silence compiler by only defining on XEmacs.
13330         * international/mule.el (auto-coding-regexp-alist): Only match
13331         BABYL... at the start of buffer, not of lines.  (Bug#3790)
13333         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
13334         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
13335         (cal-menu-context-mouse-menu): Doc fix.
13337         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
13339         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
13341 2009-07-18  Juri Linkov  <juri@jurta.org>
13343         * info.el: Virtual Info keyword finder.
13344         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
13345         (Info-finder-file): New variable.
13346         (Info-finder-find-file): New function.
13347         (finder-known-keywords, finder-package-info)
13348         (find-library-name, lm-commentary): Use defvar and
13349         declare-function to silence compiler warnings.
13350         (Info-finder-find-node): New function.
13351         (info-finder): New command.
13353         * subr.el (process-kill-buffer-query-function): New function.
13354         (add-hook)<kill-buffer-query-functions>: Add hook
13355         `process-kill-buffer-query-function'.
13357 2009-07-18  Alan Mackenzie  <acm@muc.de>
13359         * progmodes/cc-mode.el (c-before-hack-hook)
13360         (c-postprocess-file-styles): Give invocation of `c-set-style'
13361         DONT-OVERRIDE parameter of t.  Already set style variables will
13362         thus not be overridden by style settings given by `c-file-syle'.
13364         * files.el (hack-local-variables-filter): Remove entries with
13365         duplicate keys from `file-local-variables-alist'.
13367 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13369         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
13370         x-set-selection if display-selections-p returns nil for the
13371         current frame.
13373 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
13375         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
13377 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
13379         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
13380         Accept nil in addition to a regexp.
13381         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
13382         Accept nil in addition to a regexp.
13383         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
13384         buffers that have an associated file.  Handle nil values of
13385         desktop-buffers-not-to-save and desktop-files-not-to-save.
13386         (Bug#3833)
13388         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
13389         (x-disown-selection-internal): New functions.
13391 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
13393         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
13394         warning.
13395         (gdb-breakpoints-header): Move forward to avoid compiler warning.
13396         (gdb-make-header-line-mouse-map): Remove duplicate definition.
13398 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
13400         * simple.el (set-mark): Revert last change.
13402 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
13404         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
13405         rendering of pngs is not possible instead of messaging a long
13406         description.
13408 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
13410         * w32-fns.el (x-selection-owner-p): New function.
13412         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
13413         (mouse-yank-at-click, mouse-yank-primary): If
13414         select-active-regions is non-nil, deactivate the mark before
13415         insertion.
13417         * simple.el (deactivate-mark, set-mark): Only save selection if we
13418         own it.
13420 2009-07-17  Kenichi Handa  <handa@m17n.org>
13422         * case-table.el (describe-buffer-case-table): Fix for the case
13423         that KEY is a cons.
13425 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
13427         * vc-rcs.el (vc-rcs-find-file-hook):
13428         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
13430 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
13432         * net/tramp.el (tramp-wait-for-output): Handle the case when
13433         commands do not return a newline but a null byte before the shell
13434         prompt.  (Bug#3858)
13436 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13438         * term/ns-win.el (ns-set-alpha): Don't declare.
13439         (ns-set-background-alpha): Remove function.
13441 2009-07-16  Kevin Ryde  <user42@zip.com.au>
13443         * emacs-lisp/copyright.el (copyright-update): Save match-data across
13444         y-or-n-p, for safety.
13446 2009-07-16  Richard Stallman  <rms@gnu.org>
13448         * files.el (auto-save-mode): If buffer-saved-size is -2,
13449         don't clobber it.
13451         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
13452         (rmail-retry-ignored-headers): Add more uninteresting fields.
13454 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
13456         * net/rcirc.el (rcirc): Use history variables.
13457         (rcirc-server-name-history, rcirc-nick-name-history)
13458         (rcirc-server-port-history): New variables.
13460 2009-07-15  Kenichi Handa  <handa@m17n.org>
13462         * international/mule-cmds.el (set-language-environment-charset):
13463         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
13464         ignore them.
13466         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
13467         Delete unibyte-display.
13469 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13471         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
13473 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
13475         * simple.el (deactivate-mark): Optional argument FORCE.
13476         (set-mark): Use deactivate-mark.
13478         * info.el (Info-search): No need to check transient-mark-mode
13479         before calling deactivate-mark.
13481         * select.el (x-set-selection): Doc fix.
13482         (x-valid-simple-selection-p): Allow buffer values.
13483         (xselect--selection-bounds): Handle buffer values.  Suggested by
13484         David De La Harpe Golden.
13486         * mouse.el (mouse-set-region, mouse-drag-track): Call
13487         copy-region-as-kill before setting the mark, to let
13488         select-active-regions work.
13490 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
13492         * simple.el (deactivate-mark): If select-active-regions is
13493         non-nil, copy the selection data into a string.
13494         (activate-mark): If select-active-regions is non-nil, set the
13495         selection to the current buffer.
13496         (set-mark): Update selection if select-active-regions is non-nil.
13498         * select.el (x-valid-simple-selection-p): Allow buffer values.
13500 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13502         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
13503         and more featureful message-mode.
13505 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
13507         * select.el (x-set-selection): Doc fix.
13508         (x-valid-simple-selection-p): Disallow selection data consisting
13509         of a list or cons of integers, since that is not used.
13510         (xselect--selection-bounds, xselect--int-to-cons): New functions.
13511         (xselect-convert-to-string, xselect-convert-to-length)
13512         (xselect-convert-to-filename, xselect-convert-to-charpos)
13513         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
13515 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
13517         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
13518         output in -break-info command (Emacs bug #3794).
13520 2009-07-14  Glenn Morris  <rgm@gnu.org>
13522         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
13523         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
13524         (edebug-print-length, edebug-print-level, edebug-print-circle)
13525         (edebug-sit-for-seconds, edebug-view-outside)
13526         (edebug-bounce-point, edebug-set-global-break-condition)
13527         (edebug-Go-nonstop-mode, edebug-trace-mode)
13528         (edebug-Trace-fast-mode, edebug-continue-mode)
13529         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
13530         (edebug-visit-eval-list): Doc fixes.
13532         * subr.el (def-edebug-spec): Doc fix.
13534 2009-07-14  Kenichi Handa  <handa@m17n.org>
13536         * international/characters.el: Fix setting of category ?C.
13538 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
13540         * term/ns-win.el (x-select-font): defalias x-select-font to
13541         ns-popup-font-panel instead of generate-fontset-menu.
13543 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
13545         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
13547 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
13549         * arc-mode.el (archive-find-type): Allow for a PK00 string before
13550         the PK\003\004 header (Bug#3770).
13552 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
13554         * pcomplete.el (pcomplete-comint-setup): Check for
13555         shell-dynamic-complete-filename too.
13557 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
13559         * simple.el (temporary-goal-column): Change the value for
13560         line-move-visual to a cons cell.
13561         (line-move-visual): Record or set the window hscroll, if
13562         necessary (Bug#3494).
13563         (line-move-1): Handle cons value of temporary-goal-column.
13565 2009-07-11  Kenichi Handa  <handa@m17n.org>
13567         * international/mule-diag.el (describe-character-set): Don't show
13568         width.
13570 2009-07-10  Sam Steingold  <sds@gnu.org>
13572         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13573         Omake sometimes indents the errors it prints, so allow all
13574         regexps to start with spaces.
13576 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
13578         * cus-edit.el (customize-changed-options-previous-release):
13579         Bump value to 22.1.  (Bug#3804)
13581 2009-07-08  Sam Steingold  <sds@gnu.org>
13583         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
13584         to be a cons cell (test . ignored-directory) to selectively ignore
13585         some directories depending on the location of the search.
13587 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
13589         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
13590         remote user is root, on the local host.
13591         (tramp-local-host-p): Either the local user or the remote user
13592         must be root.  (Bug#3771)
13594 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13596         * progmodes/gdb-mi.el (gdb): Remove description of
13597         gdb-use-separate-io-buffer.
13598         (menu): Don't allow toggling of or enable
13599         gdb-use-separate-io-buffer from menubar.
13601 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
13603         * mail/unrmail.el (unrmail): Make sure the message ends with two
13604         newlines (Bug#3769).
13606 2009-07-08  Glenn Morris  <rgm@gnu.org>
13608         * calendar/calendar.el (calendar-current-date): Rework previous change.
13610 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
13612         * calendar/calendar.el (calendar-current-date):
13613         Add an optional argument giving an offset from today.
13615 2009-07-08  Glenn Morris  <rgm@gnu.org>
13617         * tutorial.el (tutorial--describe-nonstandard-key):
13618         Adjust the message for when a key has been unbound.
13619         (help-with-tutorial): Hide the arch-tag.
13621 2009-07-08  Kenichi Handa  <handa@m17n.org>
13623         * international/fontset.el (setup-default-fontset): For each
13624         script, append (not set) font-specs.
13626         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
13627         docstring.
13629 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
13631         * progmodes/gdb-mi.el (gdb-init-1): Move sending
13632         -data-list-register-names to ...
13633         (gdb-starting): ... here because GDB 7.0 requires execution to
13634         have started when using this MI command.
13635         (gdb-set-header): New function to distinguish select and
13636         unselected tabs in gdb buffers.
13637         (gdb-propertize-header): New macro that uses gdb-set-header.
13638         (gdb-breakpoints-header, gdb-locals-header): Use it.
13639         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
13641 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
13643         * Makefile.in (ELCFILES): Remove fadr.elc.
13645 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
13647         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
13648         may contain frame information, so `string-match' should be used.
13649         (gdb-update): Disassembly is invalidated through
13650         `gdb-get-selected-frame'.
13651         (gdb-pad-string): New function to pad string with spaces.
13652         (gdb-invalidate-disassembly): Invalidate only if the buffer
13653         exists.
13654         (gdb-disassembly-handler-custom): Column alignment.
13655         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
13656         placing new ones.
13657         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
13658         end of line, too.
13659         (gdb-frame-handler): Match convention to for disassembly buffer
13660         mode name.
13661         (gdb-stack-list-frames-handler): Rewritten without regexps.
13662         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
13663         not highlight breakpoints without line information.
13664         (gdb-input): Add trailing newline to command.
13666         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
13667         buffer properly.
13668         (gdb-breakpoints-list-handler-custom): Replacement for
13669         `gdb-break-list-handler'.  Using real parser instead of regexps
13670         now.
13671         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
13672         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
13673         to place breakpoints.
13674         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
13675         functions.
13676         (gdb-disassembly-handler-custom): Show overlay arrow.
13677         (gdb-disassembly-place-breakpoints): Show breakpoints in
13678         disassembly buffer.
13679         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13680         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
13681         instead of parsing breakpoints buffer.  Fixed old menu references
13682         in `gud-menu-map'.
13684         * fadr.el: Remove.
13686         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
13687         (gdb-memory-address): New variable which holds top address of
13688         memory page shown in memory buffer.
13689         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
13690         customization variables.
13691         New functions:
13692         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
13693         display the memory buffer.
13694         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
13695         buffer display parameters.
13696         (def-gdb-memory-format, gdb-memory-format-binary)
13697         (gdb-memory-format-octal, gdb-memory-format-unsigned)
13698         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
13699         Functions for setting memory buffer format.
13700         (gdb-memory-unit-word, gdb-memory-unit-halfword)
13701         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
13702         unit size used in memory buffer.
13703         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
13704         to next/previous page of memory buffer.
13705         Now using (bindat-get-field) instead of fadr functions.
13707 2009-07-07  Sam Steingold  <sds@gnu.org>
13709         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
13710         non-top-level files.
13712 2009-07-07  Kenichi Handa  <handa@m17n.org>
13714         * international/mule-cmds.el (reset-language-environment): Put
13715         the highset priority to the charset iso-8859-1.
13717 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13719         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
13720         to the end of the line when locating the block (Bug#700).
13722 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
13724         * net/tramp.el (tramp-handle-write-region): Flush file properties
13725         in case of short track.
13727 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
13729         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
13730         Coded custom representation of verilog error regular expressions
13731         to work with Emacs-22's new format.
13732         (verilog-error-regexp-xemacs-alist): Coded custom representation
13733         of verilog error regular expressions to work with XEmacs format.
13734         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
13735         error recognition into XEmacs.
13736         (verilog-error-regexp-add-emacs): Hook routine to install verilog
13737         error recognition into Emacs-22.
13739 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
13741         * woman.el: Remove stand-alone closing parentheses.
13742         (woman-file-name, woman2-format-paragraphs)
13743         (woman-leave-blank-lines): Code cleanup.
13744         (woman-use-own-frame): Change default to nil.
13745         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
13746         defaults to inherit from default faces.
13747         (woman2-process-escapes): Consume the newline after a stand-alone
13748         filler character (Bug#3651).
13750 2009-07-06  Glenn Morris  <rgm@gnu.org>
13752         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
13753         (top-level): Move provide to the end.
13754         (ffap): Remove defunct URL from custom group.
13756         * subr.el (eval-after-load): Doc fix.
13758 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
13760         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
13761         `calc-embedded-word' is called twice.
13763 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13765         * files.el (find-alternate-file-other-window, find-alternate-file):
13766         Obey confirm-nonexistent-file-or-buffer.
13768 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
13770         * dired-aux.el (dired-show-file-type): Handle remote files.
13772 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
13774         * desktop.el (desktop-globals-to-save):
13775         Add file-name-history (Bug#2750).
13777 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
13779         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
13781 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
13783         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
13784         property on entire argument since this is what eshell-lisp-command
13785         expects.
13787 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
13789         * net/tramp-gvfs.el (tramp-gvfs-methods)
13790         (tramp-gvfs-zeroconf-domain)
13791         (tramp-bluez-discover-devices-timeout): Add version flag.
13792         (tramp-gvfs-handler-mounted-unmounted)
13793         (tramp-gvfs-connection-mounted-p): Polish handling of
13794         incompatibilities between GVFS 0.2 and 1.0.
13796 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
13798         * cus-start.el (all): Add make-pointer-invisible.
13800 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
13802         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
13803         formatted correctly.
13805 2009-07-02  Juri Linkov  <juri@jurta.org>
13807         * info.el: Virtual Info files and nodes.
13808         (Info-virtual-files, Info-virtual-nodes): New variables.
13809         (Info-current-node-virtual): New variable.
13810         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
13811         New functions.
13812         (Info-file-supports-index-cookies): Use Info-virtual-file-p
13813         to check for a virtual file instead of checking a fixed list
13814         of node names.
13815         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
13816         instead of ad-hoc processing of "dir" and (apropos history toc).
13817         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
13818         instead of ad-hoc processing of "dir" and (apropos history toc).
13819         Reread a file when moving from a virtual node.
13820         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
13821         (Info-directory-toc-nodes, Info-directory-find-file)
13822         (Info-directory-find-node): New functions.
13823         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
13824         (Info-history): Move part of code to
13825         `Info-history-find-node'.
13826         (Info-history-toc-nodes, Info-history-find-file)
13827         (Info-history-find-node): New functions.
13828         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
13829         (Info-toc): Move part of code to `Info-toc-find-node'.
13830         (Info-toc-find-node): New function.
13831         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
13832         the current Info file name to references because now the node
13833         "*TOC*" belongs to the same Info manual.
13834         (Info-toc-build): Rename from `Info-build-toc'.
13835         (Info-toc-nodes): Rename input argument `file' to `filename'.
13836         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
13837         instead of ad-hoc processing of ("dir" apropos history toc).
13838         (Info-index-nodes): Use Info-virtual-file-p
13839         to check for a virtual file instead of checking a fixed list
13840         of node names.
13841         (Info-index-node): Add check for `Info-current-node-virtual'.
13842         Raise `save-match-data' higher up the tree to contain
13843         `search-forward' too (bug fix).
13844         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
13845         (Info-virtual-index-nodes): New variable.
13846         (Info-virtual-index-find-node, Info-virtual-index): New functions.
13847         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
13848         (Info-apropos-file, Info-apropos-nodes): New variables.
13849         (Info-apropos-toc-nodes, Info-apropos-find-file)
13850         (Info-apropos-find-node, Info-apropos-matches): New functions.
13851         (info-apropos): Move part of code to `Info-apropos-find-node' and
13852         `Info-apropos-matches'.
13853         (Info-mode-map): Bind "I" to `Info-virtual-index'.
13854         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
13855         for a virtual file instead of checking a fixed list of node names.
13857         * simple.el (async-shell-command): New command.
13859         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
13861         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
13862         instead of `mount-info'.
13864 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
13866         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
13867         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
13869 2009-07-02  Kenichi Handa  <handa@m17n.org>
13871         * international/mule.el (set-keyboard-coding-system): Force *-unix
13872         coding-system to avoid eol conversion.
13874 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
13876         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
13877         Add handler for `process-file', `shell-command' and
13878         `start-file-process'.
13879         (tramp-gvfs-handle-shell-command)
13880         (tramp-gvfs-handle-start-file-process)
13881         (tramp-gvfs-handle-process-file): New defuns.
13882         (tramp-synce-list-devices): Simplify check for existence of property.
13884 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
13886         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
13888 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
13890         * language/korean.el (set-language-info-alist): Add korean-cp949,
13891         cp949 to spec.
13893 2009-07-01  Kenichi Handa  <handa@m17n.org>
13895         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
13897         * international/encoded-kb.el: Deleted.
13899         * international/mule.el (set-keyboard-coding-system): Perform the
13900         necessary setup here instead of calling encoded-kbd-setup-display.
13902 2009-07-01  Glenn Morris  <rgm@gnu.org>
13904         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
13906 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
13908         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
13910 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
13912         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
13913         Handle also the 'rename case, when setting file modes.  (Bug#3712)
13914         (tramp-default-file-modes): Remove execute permissions.
13916         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
13917         (top): Add a default for "synce" in `tramp-default-user-alist'.
13918         Add completion function for "synce" method.
13919         (tramp-hal-service, tramp-hal-path-manager)
13920         (tramp-hal-interface-manager, tramp-hal-interface-device):
13921         New defconst.
13922         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
13923         (tramp-synce-list-devices, tramp-synce-parse-device-names):
13924         New defuns.
13926         * net/trampver.el: Update release number.
13928 2009-06-30  Kenichi Handa  <handa@m17n.org>
13930         * international/fontset.el (setup-default-fontset): Add CJK fonts
13931         for symbols and the other miscellaneous characters.
13933         * language/korea-util.el (setup-korean-environment-internal):
13934         Make char-width-table suitable for Korean environments.
13935         (exit-korean-environment): Cancel above.
13937         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
13938         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
13939         setup-function to make char-width-table suitable for respective
13940         environments, and an exit-function to cancel that.
13942         * language/japan-util.el (setup-japanese-environment-internal):
13943         Call use-cjk-char-width-table with arg `ja_JP'.
13945         * international/characters.el (cjk-char-width-table): Delete it.
13946         (cjk-char-width-table-list): New variable.
13947         (use-cjk-char-width-table): New arg local-name.
13948         (use-default-char-width-table): Fix for the case that Emacs is
13949         already using the default char-width-table.
13951 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
13953         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
13954         modes mandatory.  (Bug#3712)
13956 2009-06-29  Alan Mackenzie  <acm@muc.de>
13958         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
13959         correction between the visible width of TABs and their number of bytes.
13961 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
13963         * server.el (server-buffer-done): Prevent kill-buffer from
13964         prompting by clearing the buffer modification flag (Bug#3696).
13966 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
13968         * progmodes/verilog-mode.el (verilog-beg-of-statement)
13969         (verilog-endcomment-reason-re): Support unique case and priority case.
13970         (verilog-basic-complete-re): Support localparam lineup.
13971         (verilog-beg-of-statement-1): Fix for robustness, unique case.
13972         (verilog-set-auto-endcomments): Fix for unique case, always_comb
13973         commenting.
13974         (verilog-leap-to-case-head): Now support *nested* unique &
13975         priority case statements.
13976         (verilog-auto-lineup): Make just declarations the default (as it
13977         had been).
13978         (verilog-leap-to-case-head): Support priority/unique case statements.
13979         (verilog-auto-lineup): Rework to give users radio buttons to
13980         select the various styles of automatic lineup.
13981         (verilog-error-regexp-alist): Rework to support the XEmacs style
13982         of error regular expressions from compilers, lint tools &
13983         simulators.  Note that GNU Emacs has made it impossible for a mode
13984         to load such things.
13985         (electric-verilog-terminate-line, verilog-indent-declaration)
13986         (verilog-auto-wiure): Rework for radio button selection of
13987         auto-lineup selection of specification of auto lineup.
13988         (verilog-beg-of-statement-1): Redesign to support proper operation
13989         in additional code, based on testing with auto-lineup.
13990         (verilog-calculate-indent, assignments & declarations)
13991         (verilog-backward-token): Enhance to support auto-lineup of
13992         assignments & declarations.
13993         (verilog-in-directive-p, verilog-at-struct-p): New function for
13994         easy test of whether we are.
13995         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
13996         to support safe execution at almost anyline.
13997         (verilog-calc-1): Properly support indenting deep inside generate
13998         blocks.
13999         (verilog-init-font): Remove definition & use of verilog-init-font,
14000         as it is redundant with font-lock-defaults.
14001         (verilog-mode): Alter the definition of verilog-font-lock-defaults
14002         to avoid circular calls if syntax-ppss is a function (as is the
14003         case now in 22.x GNU Emacs) as that function would sometimes call
14004         itself, leading to (nearly) infinite recursion.
14005         (verilog-ovm-begin-re, verilog-ovm-end-re)
14006         (verilog-ovm-statement-re, verilog-leap-to-head)
14007         (verilog-backward-token): Add support for OVM macros.  Some are
14008         complete statements, and others open and close scopes like begin
14009         and end.
14010         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
14011         (verilog-defun-level-generate-only-re): Really fix the defun-list
14012         compilation issue.
14013         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
14014         coverpoint, constraint and cross statements.
14015         (verilog-defun-level-list, verilog-generate-defun-level-list)
14016         (verilog-all-defun-level-list): Redo these specifications - it is
14017         too hard to support eval-when compile aggregation of lists also
14018         built at when-compile time.
14019         (verilog-defun-level-list): Place defconsts of variables used in
14020         building regular expressions which are built in eval-when-compile
14021         bodies in the same eval-when-compile body to facilitate compile
14022         without load.
14023         (verilog-beg-block-re-ordered): Support indenting
14024         virtual/protected tasks and functions.
14025         (verilog-defun-level-list, verilog-in-generate-region-p)
14026         (verilog-backward-ws&directives, verilog-calc-1): Speed up
14027         indentation of some module items (generate items).
14028         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
14029         across virtual/protected tasks and functions.
14031 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
14033         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
14034         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
14035         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
14036         in concatenations.  Reported by Yishay Belkind.
14037         (verilog-auto-ascii-enum): Support one-hot state machines in
14038         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
14039         (verilog-auto-inst, verilog-auto-inst-port): Include interface
14040         modport in AUTOINST and add vl-modport for users.  Reported by
14041         David Rogoff.
14042         (verilog-auto-inout-module, verilog-auto-inst)
14043         (verilog-decls-get-interfaces, verilog-insert-definition)
14044         (verilog-insert-one-definition, verilog-read-decls)
14045         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
14046         (verilog-sig-modport, verilog-signals-combine-bus)
14047         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
14048         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
14049         Suggested by David Rogoff.
14050         (verilog-repair-open-comma): Fix non-insertion of comma when
14051         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
14052         (verilog-make-width-expression): Simplify [A-1:0] expression
14053         widths to just {A{1'b0}}.
14054         (verilog-mode): Cleanup checkdoc warnings.
14055         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
14056         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
14057         inputs/outputs or data type.  Suggested by Vasu Kandadi.
14058         (next-error-last-buffer): Fix byte-compiler warning.
14059         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
14060         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
14061         or shell command text during AUTO expansion.  Suggested by Tad Truex.
14062         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
14063         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
14064         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
14065         in AUTOINOUT.  Reported by Matthew Lovell.
14066         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
14067         causing use of <= assignments.  Reported by Alex Reed.
14068         (verilog-read-decls): Fix triand, trior, wand, wor to be
14069         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
14070         (verilog-extended-complete-re): Support import "DPI-C" functions.
14071         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
14072         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
14073         (verilog-insert-date, verilog-insert-year)
14074         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
14075         Windows systems.  Reported by Michael Potts.
14076         (verilog-read-module-name): Fix AUTOINST when the child module
14077         declaration's name is a tick define.  Reported by Elliot Mednick.
14078         (verilog-read-decls): Fix V2K parameter bit subscripts getting
14079         passed to next parameter's definition.  Reported by Bruce T.
14080         (verilog-read-decls): Fix detecting "parameter int" when using
14081         AUTOINSTPARAM.  Reported by Bruce T.
14082         (verilog-goto-defun): Fix goto not finding modules unless first
14083         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
14084         (verilog-mode): Expand -f flag arguments on entry to mode so
14085         verilog-goto-defun will work.  Reported by Lawrence Butcher.
14086         (verilog-getopt): Expand environment variables in -f file
14087         arguments.  Suggested by Lawrence Butcher.
14088         (verilog-set-define): Fix "Symbol's value as variable is void"
14089         when reading enumerations.
14090         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
14091         Suggested by Stephen Peltan.
14092         (verilog-read-defines): Fix reading of enumerations in include
14093         files.  Reported by Steve Peltan.
14095 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14097         * files.el (trash-directory): Fix defcustom type.
14099 2009-06-28  Juri Linkov  <juri@jurta.org>
14101         * help-fns.el (describe-function-1): Correctly locate adviced
14102         functions in hyperlink (Bug#2438).
14104 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
14106         * files.el (trash-directory): Change default to nil.
14107         (move-file-to-trash): If trash-directory is nil and
14108         system-move-file-to-trash is unbound, perform freedesktop-style
14109         trashing.
14111 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
14113         * files.el (move-file-to-trash): Add freedesktop trash
14114         support (Bug#973).
14116 2009-06-28  Glenn Morris  <rgm@gnu.org>
14118         * autorevert.el (global-auto-revert-non-file-buffers)
14119         (global-auto-revert-mode): Doc fixes.
14121 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
14123         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
14125 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
14127         * faces.el (x-handle-named-frame-geometry): Ensure that we have
14128         opened an X connection before calling x-get-resource (Bug#3194).
14130         * play/doctor.el: Remove reference to obsolete website.
14131         (make-doctor-variables): Correct grammar mistake (Bug#2633).
14133 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
14135         Remove find-file-not-found-hook VC method.  (Bug#2757)
14136         * vc-hooks.el (vc-file-not-found-hook)
14137         (vc-default-find-file-not-found-hook): Remove functions.
14138         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
14139         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
14140         * vc.el:
14141         * vc-hg.el:
14142         * vc-git.el: Do not mention find-file-not-found-hook VC method.
14144 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
14146         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
14147         compatibility function for `looking-back'.
14149         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
14150         Use `ispell-looking-back'.
14152 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
14154         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
14155         rather than `filename'.
14157 2009-06-23  Miles Bader  <miles@gnu.org>
14159         * face-remap.el (text-scale-set): New function.
14161 2009-06-23  Glenn Morris  <rgm@gnu.org>
14163         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
14165         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
14167         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
14169         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
14171         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14172         Simplify Persian conditionals.
14174         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
14175         variable `filename'.
14177         * comint.el (comint-insert-input): Doc fix.
14179         * Makefile.in (ELCFILES): Fix typo in previous change.
14181 2009-06-23  Miles Bader  <miles@gnu.org>
14183         * cus-start.el: Add entry for `recenter-redisplay'.
14185 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14187         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
14188         Add an optional argument for the backend, use it instead of
14189         calling vc-backend.
14190         (vc-mode-line): Add an optional argument for the backend.
14191         Pass the backend to vc-state and vc-working-revision.  Move code for
14192         special handling for vc-state being a buffer to ...
14194         * vc-rcs.el (vc-rcs-find-file-hook):
14195         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
14197         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
14198         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
14199         vc-stay-local-p and vc-mode-line calls.
14201         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
14202         (vc-cvs-diff, vc-cvs-annotate-command)
14203         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
14204         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
14205         vc-mode-line calls.
14207         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
14208         direct comparison.
14209         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
14210         backend when calling vc-mode-line.
14211         (vc-register): Do not create a closure for calling the vc register
14212         function, call it directly.
14214 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
14216         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
14217         to make it obvious item can be clicked.
14219         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
14221 2009-06-23  Kenichi Handa  <handa@m17n.org>
14223         * language/korea-util.el (korean-key-bindings): Change the binding
14224         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
14225         same command.
14227 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
14229         Sync with Tramp 2.1.16.
14231         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
14233         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
14234         when a loading of a package fails.  Completion function for rsync
14235         is `tramp-completion-function-alist-ssh'.
14236         (all): Replace all calls of `split-string' and
14237         `tramp-split-string' by `tramp-compat-split-string'.
14238         (tramp-default-method): Use `tramp-compat-process-running-p'.
14239         (tramp-default-proxies-alist): Allow also Lisp forms.
14240         (tramp-remote-path): Add choice "Private Directories".
14241         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
14242         (tramp-domain-regexp): Allow also "-", "_" and ".".
14243         (tramp-end-of-output): Remove newlines, and add "$" at the end.
14244         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
14245         (tramp-debug-message): Insert header line in debug buffer.
14246         (tramp-handle-directory-files-and-attributes-with-stat):
14247         Care about filenames with spaces, or starting with "-".
14248         (tramp-handle-dired-uncache): New defun.
14249         (tramp-handle-insert-directory): Don't flush the directory from
14250         cache, this is handled by `dired-uncache' now.
14251         (tramp-handle-insert-file-contents): Improve error handling.
14252         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
14253         Quote `tramp-end-of-output'.
14254         (tramp-action-password): Improve trace message.
14255         (tramp-check-for-regexp): Both echoes must be present, before removing.
14256         (tramp-open-connection-setup-interactive-shell): Trace coding system.
14257         (tramp-compute-multi-hops): Eval cons cells of
14258         `tramp-default-proxies-alist'.
14259         (tramp-maybe-open-connection): Use the same command pattern for
14260         first hop and further hops.
14261         (tramp-wait-for-output): Remove handling of newlines.
14262         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
14263         (tramp-split-string): Remove function.  It is handled in
14264         tramp-compat now.
14266         * net/tramp-cmds.el (tramp-bug):
14267         Recommend `tramp-cleanup-all-connections' in the bug mail.
14269         * net/tramp-compat.el (tramp-compat-split-string)
14270         (tramp-compat-process-running-p): New defuns.
14272         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
14273         for `dired-uncache'.
14275         * net/tramp-gvfs.el: New package.
14277         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
14278         Add handler for `dired-uncache'.
14279         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
14281         * net/trampver.el: Update release number.  Make version check fit
14282         for SXEmacs 22.
14284 2009-06-22  Jim Meyering  <meyering@redhat.com>
14286         Automatically handle .xz suffix (XZ-compressed files), too.
14287         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
14288         XZ is the successor to LZMA: <http://tukaani.org/xz/>
14290 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
14291             Nick Roberts  <nickrob@snap.net.nz>
14293         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
14294         repository (http://sphinx.net.ru/hg/gdb-mi/).
14296 2009-06-22  Glenn Morris  <rgm@gnu.org>
14298         * files.el (dir-locals-collect-mode-variables): Allow for any number of
14299         `mode' and `eval' entries.  (Bug#3430)
14301         * Makefile.in (ELCFILES): Add fadr.elc.
14303         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
14304         differing behavior of \n and ^ in strings.  (Bug#3385)
14306         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
14308         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
14309         property.
14310         (lisp-indent-function): Make it a defcustom.
14312 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
14314         * progmodes/gdb-ui.el: Replace with ...
14315         * progmodes/gdb-mi.el: ... this file.
14316         * progmodes/gud.el: Modify for gdb-mi.el.
14318 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
14320         * fadr.el: New file.
14322 See ChangeLog.14 for earlier changes.
14324 ;; Local Variables:
14325 ;; coding: utf-8
14326 ;; End:
14328     Copyright (C) 2009, 2010  Free Software Foundation, Inc.
14330   This file is part of GNU Emacs.
14332   GNU Emacs is free software: you can redistribute it and/or modify
14333   it under the terms of the GNU General Public License as published by
14334   the Free Software Foundation, either version 3 of the License, or
14335   (at your option) any later version.
14337   GNU Emacs is distributed in the hope that it will be useful,
14338   but WITHOUT ANY WARRANTY; without even the implied warranty of
14339   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14340   GNU General Public License for more details.
14342   You should have received a copy of the GNU General Public License
14343   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
14345 ;; arch-tag: d3e45e38-19e2-49b6-8dc2-7cb26adcc5a1