net/imap.el: Remove file. All the functionality is in nnimap.el.
[emacs.git] / lisp / ChangeLog
blobf7361b1c1081ac1aaf770989d318248bd2542aa8
1 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
3         * net/imap.el: Remove file.  All the functionality is in nnimap.el.
5         * net/imap-hash.el: Remove file.
7 2011-02-13  Michael Albinus  <michael.albinus@gmx.de>
9         * Makefile.in (TRAMP_SRC): Remove tramp-imap.el.
11         * net/tramp.el (tramp-read-passwd): Simplify `auth-source-search'
12         call.
14         * net/tramp-imap.el: Remove file.
16 2011-02-13  Chong Yidong  <cyd@stupidchicken.com>
18         * vc/vc.el (vc-print-log-setup-buttons): Instead of using the
19         widget library for buttons, just use button.el.
21         * vc/log-view.el (log-view-mode-map): Don't inherit from
22         widget-keymap.
24 2011-02-12  Glenn Morris  <rgm@gnu.org>
26         * emacs-lisp/cl-seq.el (union, nunion, intersection)
27         (nintersection, set-difference, nset-difference)
28         (set-exclusive-or, nset-exclusive-or): Doc fix.
30         * ediff-ptch.el (ediff-fixup-patch-map): Doc fix.
32         * faces.el (face-attr-match-p): Handle the obsolete :bold and
33         :italic props, so that frame-set-background-mode works.  (Bug#7966)
35         * simple.el (next-error): Doc fix.
37 2011-02-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
39         * dired-aux.el (dired-create-files): Adapt destination name to
40         match the new behavior of copy-directory.
42 2011-02-12  Chong Yidong  <cyd@stupidchicken.com>
44         * mail/mail-utils.el (mail-dont-reply-to-names): New variable,
45         from rmail-dont-reply-to-names.  Callers changed.
46         (mail-dont-reply-to): Rename from mail-dont-reply-to.
47         (rmail-dont-reply-to): Make it an obsolete alias.
49         * mail/rmail.el (rmail-default-dont-reply-to-names): Default to
50         nil, and make obsolete (Bug#7888).
51         (rmail-dont-reply-to-names): Alias to mail-dont-reply-to-names.
53         * mail/rmailsum.el (rmail-summary-sort-by-correspondent): Doc fix.
55         * mail/rmailsort.el (rmail-sort-by-correspondent)
56         (rmail-select-correspondent): Doc fix.  Use mail-dont-reply-to.
58         * mail/rmail.el (rmail-reply): Use mail-dont-reply-to.
60 2011-02-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
62         * files.el (copy-directory): New argument COPY-CONTENTS for
63         copying directory contents into another existing directory.
65 2011-02-12  Tassilo Horn  <tassilo@member.fsf.org>
67         * minibuffer.el (completion-table-case-fold): New function for
68         creating a case-insensitive completion table.
70 2011-02-12  Teodor Zlatanov  <tzz@lifelogs.com>
72         * net/tramp.el (tramp-default-method): Also check if
73         `auth-source-search' is bound.
74         (tramp-read-passwd): Use `auth-source-search' instead of
75         `auto-source-user-or-password'.
77         * net/tramp-imap.el: Autoload `auto-source-search' instead of
78         `auto-source-user-or-password.
79         (tramp-imap-passphrase-callback-function): Use it.
81         * net/imap-hash.el: Autoload `auto-source-search' instead of
82         `auto-source-user-or-password.
83         (imap-hash-open-connection): Use it.
85         * mail/smtpmail.el: Autoload `auto-source-search' instead of
86         `auto-source-user-or-password.
87         (smtpmail-try-auth-methods): Use it.
89 2011-02-12  Phil Hagelberg  <phil@hagelb.org>
91         * emacs-lisp/package.el: Allow packages to be reinstalled.
92         (package--write-file-no-coding): Remove EXCL arg.
93         (package-unpack-single): Don't use it.
95 2011-02-12  Karl Pflästerer  <k@rl.pflaesterer.de>  (tiny change)
97         * vc/vc-svn.el: Adapt to Subversion change, with no .svn directory
98         in each sub directory.
99         (vc-svn-registered): Use vc-svn-root.
100         (vc-svn-root): New function.  Make vc-svn-responsible-p an alias.
101         (vc-svn-repository-hostname): Use "svn info".
103 2011-02-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
105         * simple.el (delete-trailing-whitespace): New optional buffer
106         bound parameters.
108 2011-02-11  Bastien Guerry  <bzg@altern.org>
110         * files.el (basic-save-buffer): save unmodified buffers when
111         the file pointed by buffer-file-name doesn't exist.
113 2011-02-11  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
115         * net/rcirc.el (defun-rcirc-join): Accept multiple channels.
117 2011-02-11  Glenn Morris  <rgm@gnu.org>
119         * emacs-lisp/cl-specs.el (multiple-value-bind): Fix debug spec.
121 2011-02-11  Juanma Barranquero  <lekktu@gmail.com>
123         * net/rcirc.el (rcirc-send-ctcp): Remove spurious arg to `format'.
125 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
127         * server.el (server-process-filter): Use pcase.
129         * emacs-lisp/smie.el (smie-blink-matching-open): Don't use `pos' in two
130         conflicting ways.
131         (smie-indent--parent): Extend to "parent of arg".
132         (smie-indent-inside-string): New function.
133         (smie-indent-functions): Use it.
135         * vc/vc-dir.el (vc-dir-refresh): Reorder operations to try and avoid
136         bzr locking race condition.
138         * emacs-lisp/edebug.el (edebug-instrument-function): Check a marker is
139         still valid before using it.
141         * progmodes/grep.el (grep-mode-font-lock-keywords): Adjust to
142         `message' -> `compilation-message' rename (bug#8004).
144         Move keymap initialization into declaration.
145         * textmodes/enriched.el (enriched-mode-map):
146         * textmodes/bib-mode.el (bib-mode-map):
147         * term/lk201.el (lk201-function-map):
148         * tar-mode.el (tar-mode-map):
149         * replace.el (occur-mode-map):
150         * progmodes/idlwave.el (idlwave-rinfo-mouse-map, idlwave-rinfo-map):
151         * progmodes/idlw-help.el (idlwave-help-mode-map):
152         * progmodes/gdb-mi.el (gdb-memory-format-menu, gdb-memory-unit-menu):
153         * play/solitaire.el (solitaire-mode-map):
154         * play/snake.el (snake-mode-map, snake-null-map):
155         * play/pong.el (pong-mode-map):
156         * play/handwrite.el (menu-bar-handwrite-map):
157         * play/gametree.el (gametree-mode-map):
158         * net/rcirc.el (rcirc-mode-map, rcirc-browse-url-map
159         (rcirc-multiline-minor-mode-map, rcirc-track-minor-mode-map):
160         * net/newst-plainview.el (newsticker-menu, newsticker-mode-map)
161         (newsticker--url-keymap):
162         * net/net-utils.el (nslookup-mode-map, ftp-mode-map):
163         * menu-bar.el (menu-bar-file-menu, menu-bar-i-search-menu)
164         (menu-bar-search-menu, menu-bar-replace-menu, menu-bar-goto-menu)
165         (menu-bar-edit-menu, menu-bar-custom-menu)
166         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
167         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
168         (menu-bar-line-wrapping-menu, menu-bar-options-menu)
169         (menu-bar-games-menu, menu-bar-encryption-decryption-menu)
170         (menu-bar-tools-menu, menu-bar-describe-menu)
171         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
172         (menu-bar-help-menu):
173         * mail/rmailsum.el (rmail-summary-mode-map):
174         * kmacro.el (kmacro-step-edit-map):
175         * ibuffer.el (ibuffer-mode-groups-popup, ibuffer-mode-map)
176         (ibuffer-mode-operate-map):
177         * hi-lock.el (hi-lock-menu, hi-lock-map):
178         * emulation/vip.el (vip-mode-map):
179         * emacs-lisp/re-builder.el (reb-lisp-mode-map):
180         * bookmark.el (bookmark-bmenu-mode-map):
181         * help-mode.el (help-mode-map): Move initialization into declaration.
183 2011-02-10  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
185         * net/rcirc.el: Add PRIVMSG and CTCP functions.
186         (rcirc-send-privmsg, rcirc-send-ctcp): New functions.
187         (rcirc-keepalive, rcirc-cmd-ctcp, rcirc-ctcp-sender-PING)
188         (rcirc-cmd-me, rcirc-authenticate): Use them.
190 2011-02-10  Ken Manheimer  <ken.manheimer@gmail.com>
192         * allout.el: Synopsis: Change allout user configuration so
193         auto-activation is controlled solely by customization
194         `allout-auto-activation'.
196         (allout-auto-activation-helper) (allout-setup): New autoloads
197         implement new custom set procedure for allout-auto-activation.
198         Also, explicitly invoke
199         (allout-setup) after allout-auto-activation is custom-defined, to
200         effect the settings in emacs sessions besides the few where
201         allout-auto-activation customization is donea.
202         (allout-auto-activation): Use allout-auto-activation-helper to
203         :set.  Revise the docstring.
204         (allout-init): Reduce functionality to just customizing
205         allout-auto-activation, and mark obsolete.
206         (allout-mode): Respect string values for allout-auto-activation.
207         Run allout-after-copy-or-kill-hook without any args.
208         (allout-mode) (allout-layout) (allout-default-layout)
209         (outlineify-sticky): Adjust docstring for new scheme.
210         (allout-after-copy-or-kill-hook): No arguments - hook implementers
211         should concentrate on the kill ring.
213 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
215         * password-cache.el (password-cache-remove): Accept secrets that are
216         not strings.
218 2011-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
220         * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case
221         of here-doc that immediately follows a comment.
223 2011-02-09  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
225         * net/rcirc.el (rcirc-ctcp-sender-PING): Simplifying.
227         * net/rcirc.el (rcirc-cmd-ctcp): Use dedicated function when
228         available.
229         (rcirc-ctcp-sender-PING): New function.
231 2011-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
233         * obsolete/pc-select.el: Rename from emulation/pc-select.el (bug#7940).
234         Remove the mark/nomark handling, and activate shift-select-mode instead.
236         * obsolete/pc-mode.el: Rename from emulation/pc-mode.el.
238 2011-02-07  Jay Belanger  <jay.p.belanger@gmail.com>
240         * calc/calc-units.el (math-logunits-quant): Add support for
241         non-logarithmic units.
243 2011-02-07  Ken Manheimer  <ken.manheimer@gmail.com>
245         * allout.el (allout-after-copy-or-kill-hook): New hook for
246         extension-specific processing of killed text.
247         (allout-mode): Include new allout-after-copy-or-kill-hook among
248         mentioned hooks.
249         (allout-kill-line) (allout-kill-topic): Ensure that processing
250         after kill happens even if barf-if-buffer-read-only is raised.
251         Include new allout-after-copy-or-kill-hook among that subsequent
252         processing.
253         (allout-deannotate-hidden): Actually remove the annotation text
254         properties.
256         * allout.el (allout-listify-exposed): Copy text sans text properties.
258 2011-02-07  Michael Albinus  <michael.albinus@gmx.de>
260         * net/dbus.el (dbus-list-activatable-names): Add optional argument BUS.
262 2011-02-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
264         * net/rcirc.el (rcirc-handler-317): New function (Bug#6507).
266 2011-02-06  Jay Belanger  <jay.p.belanger@gmail.com>
268         * calc/calc.el (calc-logunits-field-reference): Rename from
269         `calc-default-field-reference-level'.
270         (calc-logunits-power-reference): Rename from
271         `calc-default-power-reference-level'
273         * calc/calc-units.el (math-logunits-quant): Rename from
274         `math-logunits-level'
275         (math-logunits-plus): Rename from math-logcombine.
276         (calcFunc-luplus, calcFunc-luminus calc-luplus, calc-luminus): Remove.
277         (calcFunc-lufieldadd, calcFunc-lupoweradd, calcFunc-lufieldsub)
278         (calcFunc-lufieldsub,calc-logunits-add calc-logunits-sub):
279         New functions.
280         (calcFunc-fieldquant): Rename from `calcFunc-fieldlevel'.
281         (calcFunc-powerquant): Rename from `calcFunc-powerlevel'.
282         (calc-logunits-quantity): Rename from `calc-level'.
283         (calcFunc-dbfieldlevel, calcFunc-dbpowerlevel, calcFunc-npfieldlevel)
284         (calcFunc-nppowerlevel,calc-logunits-dblevel, calc-logunits-nplevel)
285         (math-logunits-mul, calcFunc-lufieldmul, calcFunc-lupowermul)
286         (calc-logunits-mul, math-logunits-divide, calcFunc-lufielddiv)
287         (calcFunc-lupowerdiv,calc-logunits-divide,math-logunits-level):
288         New functions.
290         * calc/calc-help.el (calc-u-prefix-help): Remove "L" reference.
291         (calc-ul-prefix-help): Remove.
292         (calc-l-prefix-help): New function.
293         (calc-full-help): Add reference to `calc-l-prefix-help'.
295         * calc/calc-ext.el (calc-init-extensions): Update autoloads.
297         * calc/README: Mention logarithmic units.
299 2011-02-06  Chong Yidong  <cyd@stupidchicken.com>
301         * mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
302         non-ASCII characters (Bug#7925).
304 2011-02-05  Glenn Morris  <rgm@gnu.org>
306         * emacs-lisp/cl-macs.el (return-from): Fix doc typo.
308         * calendar/diary-lib.el (diary-font-lock-keywords):
309         Tweak diary-time-regexp match.  (Bug#7891)
311         * progmodes/f90.el (f90-find-tag-default): New function.  (Bug#7919)
312         (f90-mode): Use it for mode's `find-tag-default-function' property.
314         * ibuf-ext.el (ibuffer-filter-disable): Make it work.  (Bug#7969)
316         * faces.el (set-face-attribute): Doc fix.  (Bug#2659)
318 2011-02-05  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
320         * net/rcirc.el (rcirc-handler-JOIN): Reset mode-line-process
321         (Bug#6386).
323 2011-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * progmodes/sh-script.el (sh-here-doc-open-re): Don't rely on the
326         font-lock-syntax-table remappings.
327         (sh-here-doc-markers, sh-here-doc-re): Remove.
328         (sh-font-lock-close-heredoc): Remove.
329         (sh-syntax-propertize-here-doc): New function.
330         (sh-font-lock-open-heredoc): Set the sh-here-doc-marker property
331         instead of the sh-here-doc-re.
332         (sh-font-lock-paren): Don't do anything in comments or strings.
333         Handle line continuations.  Accept a few more chars.
334         Don't rely on the font-lock-syntax-table remappings.
335         `esac' is not a valid pattern.
336         (sh-syntax-propertize-function): Handle here-docs differently, so we
337         don't bother syntax-propertizing the insides.
339         * progmodes/sh-script.el (sh-font-lock-paren, sh-kw, sh-prev-thing):
340         Handle new bashisms ";&" and ";;&" (bug#7947).
342 2011-02-05  Michael Albinus  <michael.albinus@gmx.de>
344         * net/tramp-smb.el (tramp-smb-errors): Use `regexp-opt'.
345         Add "NT_STATUS_IO_TIMEOUT" and "NT_STATUS_NO_SUCH_USER".
347 2011-02-05  Era Eriksson  <era+tramp@iki.fi>  (tiny change)
349         * net/tramp.el (tramp-postfix-method-format)
350         (tramp-postfix-method-regexp, tramp-prefix-domain-format)
351         (tramp-prefix-domain-regexp, tramp-postfix-user-format)
352         (tramp-postfix-user-regexp, tramp-prefix-port-format)
353         (tramp-prefix-port-regexp, tramp-postfix-host-format)
354         (tramp-postfix-host-regexp, tramp-handle-substitute-in-file-name):
355         Doc fix.
357 2011-02-04  Sam Steingold  <sds@gnu.org>
359         * mouse.el (mouse-buffer-menu-mode-groups): Add a "GDB" group.
361 2011-02-04  Andreas Schwab  <schwab@linux-m68k.org>
363         * international/mule-util.el (with-coding-priority): Doc fix.
365 2011-02-04  Eli Zaretskii  <eliz@gnu.org>
367         * arc-mode.el (archive-mode-map): Fix a typo in last change.
369 2011-02-03  Sam Steingold  <sds@gnu.org>
371         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
372         Do not error out when `func' is nil.
374 2011-02-03  Michael Albinus  <michael.albinus@gmx.de>
376         * net/tramp-sh.el (tramp-remote-path): Add default settings for
377         `tramp-default-remote-path' to the docstring.
378         (tramp-get-remote-path): Suppress error message when `getconf
379         PATH' fails.
381         * net/tramp-smb.el (tramp-smb-errors): Add "NT_STATUS_UNSUCCESSFUL".
383 2011-02-03  Glenn Morris  <rgm@gnu.org>
385         * vc/vc-hg.el (vc-hg-command): Doc fix.
387         * term/w32-win.el (libpng-version): Declare for compiler.
389         * msb.el: No need to load dired while compiling.
391         * emacs-lisp/elint.el (elint-standard-variables):
392         Remove a couple of built-ins that now have doc-strings.
394         * hi-lock.el, ps-bdf.el, ps-mule.el, ps-print.el, ps-samp.el:
395         `require' is automatically `eval-and-compile'd.
397         * net/rcirc.el (rcirc-nick-completion-format): Add :version tag.
398         (rcirc-log-directory, rcirc-log-flag): Move definitions before use.
400         * strokes.el (strokes-fill-current-buffer-with-whitespace):
401         Move definition before use.
402         (strokes-report-bug): Make it obsolete.
404 2011-02-02  Sam Steingold  <sds@gnu.org>
406         * apropos.el (apropos-print): Now that `apropos-mode' inherits
407         from `special-mode', entering it makes the buffer read-only, so
408         call it only when everything has been already inserted.
409         * emacs-lisp/ert.el (ert--setup-results-buffer)
410         (ert-results-pop-to-backtrace-for-test-at-point)
411         (ert-results-pop-to-messages-for-test-at-point)
412         (ert-results-pop-to-timings): Ditto.
413         * emacs-lisp/package.el (package--list-packages): Ditto.
414         * play/solitaire.el (solitaire): Ditto.
416 2011-02-02  Chong Yidong  <cyd@stupidchicken.com>
418         * progmodes/compile.el: Make all faces inherit.
419         (compilation-warning): Inherit from font-lock-variable-name-face.
420         (compilation-info): Inherit from font-lock-type-face.
421         (compilation-line-number): Reassign to font-lock-keyword-face.
422         (compilation-column-number): Reassign to font-lock-doc-face.
423         (compilation-leave-directory-face): Reassign to
424         font-lock-builtin-face.
426 2011-02-02  Eli Zaretskii  <eliz@gnu.org>
428         * dired.el (dired-insert-directory): Don't invoke `ls' when
429         ls-lisp.el is used to emulate it.
431 2011-02-01  Julien Danjou  <julien@danjou.info>
433         * color.el (color-gradient): Add a color-gradient function.
435 2011-02-01  Sam Steingold  <sds@gnu.org>
437         * simple.el (special-mode-map): Bind "h" to `describe-mode';
438         bind "z" to `kill-this-buffer'.
439         (completion-list-mode-map): Bind "z" to `kill-this-buffer'.
440         * apropos.el (apropos-mode-map): Inherit from `special-mode-map'.
441         (apropos-mode): Inherit from `special-mode'.
442         * arc-mode.el (archive-mode-map): Inherit from `special-mode-map'.
443         * bookmark.el (bookmark-bmenu-mode): Define using
444         `define-derived-mode' inheriting from `special-mode'.
445         * dired.el (dired-mode-map): Inherit from `special-mode-map'.
446         * image-mode.el (image-mode-map): Ditto.
447         * replace.el (occur-mode): Define using
448         `define-derived-mode' inheriting from `special-mode'.
449         * tar-mode.el (tar-mode): Inherit from `special-mode'.
450         * calendar/diary-lib.el (diary-fancy-display-mode):
451         Inherit from `special-mode-map'.
452         * emacs-lisp/ert.el (ert-simple-view-mode, ert-results-mode):
453         Inherit from `special-mode'.
454         * emacs-lisp/package.el (package-menu-mode-map): Copy from
455         `special-mode-map'.
456         (package-menu-mode): Define using `define-derived-mode'
457         inheriting from `special-mode'.
458         * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
459         * net/xesam.el (xesam-mode): Inherit from `special-mode'.
460         (xesam-mode-map): Define separately.
461         * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
462         * progmodes/compile.el (compilation-minor-mode-map)
463         (compilation-mode-map): Inherit from `special-mode-map'.
464         * vc/diff-mode.el (diff-mode-shared-map):
465         Inherit from `special-mode-map'.
466         * vc/log-view.el (log-view-mode-map): Add a comment.
468 2011-02-01  Chong Yidong  <cyd@stupidchicken.com>
470         * custom.el (load-theme): Define return value.  Drop use of
471         unsafep; call custom-theme-load-confirm for non-known-safe themes.
472         (custom-theme-load-confirm): Scroll in the correct window.
473         (custom-enabled-themes): Add custom-safe-themes to :set-after.
475         * cus-theme.el (custom-theme-checkbox-toggle): Don't activate the
476         checkbox if load-theme fails.
478 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * progmodes/compile.el (compilation-next-error): Check there's
481         a message before using it (bug#7941).
483 2011-02-01  Jay Belanger  <jay.p.belanger@gmail.com>
485         * calc/calc-mtx.el (math-lud-pivot-check): New function.
486         (math-do-matrix-lud): Use `math-lud-pivot-check' to check the size
487         of potential pivots.
489 2011-01-31  Alan Mackenzie  <acm@muc.de>
491         * progmodes/cc-cmds.el (c-forward-over-illiterals):
492         Continue parsing if we encounter a naked # (Bug#7595).
493         (c-beginning-of-statement): Avoid loop in locating the beginning
494         of a macro.
496 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
498         * files.el (copy-directory): Fix arguments to recursive call.
500 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
502         * files.el (copy-directory): If destination is an existing
503         directory, copy into a subdirectory there.
505 2011-01-31  Andreas Schwab  <schwab@linux-m68k.org>
507         * emacs-lisp/shadow.el (load-path-shadows-find): Ignore leim-list
508         files.
510 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
512         * image-dired.el (image-dired-mouse-display-image): No-op if no
513         file is found (Bug#7817).
515         * mouse.el (mouse-menu-non-singleton): Doc fix (Bug#7801).
517 2011-01-31  Kenichi Handa  <handa@m17n.org>
519         * international/quail.el (quail-keyboard-layout-alist):
520         Remove superfluous SPC for "pc105-uk" (bug#7927).
522 2011-01-31  Glenn Morris  <rgm@gnu.org>
524         * msb.el (msb-menu-bar-update-buffers): Update for changed
525         argument handling of menu-bar-select-frame.  (Bug#7902)
527 2011-01-31  Chong Yidong  <cyd@stupidchicken.com>
529         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
530         to the recursion depth (Bug#7722).
532 2011-01-31  Roy Liu  <carsomyr@gmail.com>  (tiny change)
534         * term/ns-win.el (ns-find-file): Expand ns-input-file with
535         command-line-default-directory (Bug#7872).
537 2011-01-31  Stefan Monnier  <monnier@iro.umontreal.ca>
539         * progmodes/compile.el (compilation--flush-directory-cache):
540         New function, extracted from compilation--remove-properties.
541         (compilation--remove-properties, compilation--parse-region): Use it.
542         (compilation--previous-directory): Handle one more case.
543         (compilation-enable-debug-messages): Remove.
544         (compilation-parse-errors, compilation--flush-parse): Just remove the
545         left over debug messages.
547 2011-01-31  Sam Steingold  <sds@gnu.org>
549         * progmodes/compile.el (compilation-enable-debug-messages):
550         Add a variable to make the parsing messages introduced in
551         2011-01-28T22:12:05Z!monnier@iro.umontreal.ca optional.
552         (compilation-parse-errors, compilation--flush-parse): Use it.
554 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
556         * net/rcirc.el: New customizable nick completion format. (Bug#6314)
557         (rcirc-nick-completion-format): New defcustom.
558         (rcirc-complete): Use it.
560 2011-01-31  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
562         * net/rcirc.el: Clean log filenames (Bug#7933).
563         (rcirc-log-write): Use convert-standard-filename.
564         (rcirc-log-filename-function): Documentation updates.
566 2011-01-30  Jan Djärv  <jan.h.d@swipnet.se>
568         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer):
569         Check report-emacs-bug-can-use-osx-open and use that if t.
570         (report-emacs-bug-can-use-osx-open): New function.
571         (report-emacs-bug): Rename can-xdg-email to can-insert-mail.
572         Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
574 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
576         * vc/vc-dispatcher.el (vc-set-async-update): New function for
577         updating Dired or VC-dir buffers after async command completes.
579         * vc/vc-bzr.el (vc-bzr-async-command): Return the process buffer.
580         (vc-bzr-pull, vc-bzr-merge-branch): Use vc-set-async-update.
582         * vc/vc-git.el (vc-git-merge-branch): Add FETCH_HEAD to branch
583         completions if it exists.  Use vc-set-async-update.
584         (vc-git-pull): Use vc-set-async-update.
586         * vc/vc-hg.el (vc-hg-pull): Fix default-contents arg to
587         read-shell-command.  Use vc-set-async-update.
588         (vc-hg-merge-branch): Use vc-set-async-update.
590 2011-01-29  Daiki Ueno  <ueno@unixuser.org>
592         * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED):
593         Don't presume KEYEXPIRED and KEYREVOKED to be a fatal error status
594         (Bug#7931).
596 2011-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
598         * progmodes/compile.el: Avoid an N² behavior in grep.
599         (compilation--previous-directory): New fun.
600         (compilation--previous-directory-cache): New var.
601         (compilation--remove-properties): Flush it.
602         (compilation-directory-properties, compilation-error-properties):
603         Use the new fun to speed up looking for the current directory.
605 2011-01-29  Chong Yidong  <cyd@stupidchicken.com>
607         * vc/vc-hg.el (vc-hg-history): New var.
608         (vc-hg-pull): Perform default pull if called via Lisp by vc-pull.
609         (vc-hg-merge-branch): New function.
611         * vc/vc.el (vc-pull): Make vc-update an alias for this, instead of
612         the other way around.
614         * vc/vc-git.el (vc-git-branches, vc-git-pull)
615         (vc-git-merge-branch): New functions.
616         (vc-git-history): New var.
618 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
620         * vc/vc-dispatcher.el (vc-do-async-command): New function.
622         * vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
623         vc-do-async-command.
625         * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
626         Callers changed.
628 2011-01-28  Leo  <sdl.web@gmail.com>
630         * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
631         highlighting to the "this function is advised" message.
633         * help-mode.el (help-mode-finish): Apply highlighting here, to
634         avoid clobbering by substitute-command-keys (Bug#6304).
636 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
638         * woman.el (woman0-roff-buffer): Process roff escape sequences
639         occurring prior to the first request (Bug#7843).
641 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
643         * progmodes/compile.el: Don't use font-lock any more.
644         (compilation-error-regexp-alist-alist): Change handling of makepp
645         so it preserves the warning/error distinction on subsequent files.
646         Simplify various rules.
647         (compilation-directory-properties): Use font-lock-face.
648         Add a compilation-message property.
649         (compilation-internal-error-properties): Use font-lock-face.
650         Don't set the compilation-debug property here.
651         (compilation--put-prop, compilation--remove-properties)
652         (compilation--parse-region, compilation--ensure-parse)
653         (compilation--ensure-parse): New functions.
654         (compilation-parse-errors): New function, largely inspired of
655         compilation-mode-font-lock-keywords.  Set compilation-debug here.
656         (compilation--parsed): New var.
657         (compilation--flush-parse): Use compilation--ensure-parse.
658         (compilation-start): Don't call font-lock.
659         (compilation-turn-on-font-lock): Remove.
660         (compilation-setup): Don't set font-lock-extra-managed-props not change
661         other font-lock settings, other than keywords.
662         Don't activate font-lock-mode.
663         Set change-major-mode-hook and before-change-functions.
664         (compilation--unsetup): Remove properties and hooks.
665         (compilation-next-single-property-change): New function.
666         (compilation-next-error): Use it to parse when needed.
667         (compile-goto-error): Parse buffer as needed.
668         (compilation--compat-error-properties): Don't need a dummy `face'
669         property any more.
671 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
673         * progmodes/compile.el: Use accessors for clarity and fix omake hack.
674         (compilation-process-setup-function): Fix docstring's false promises.
675         (compilation-error-regexp-alist-alist): Catch omake's continuous
676         recompilation message and avoid reuse of old markers.
677         (compilation-parse-errors-function): Declare obsolete.
678         (compilation-buffer-modtime): Remove.
679         (compilation--make-cdrloc, compilation--loc->col)
680         (compilation--loc->line, compilation--loc->file-struct)
681         (compilation--loc->marker, compilation--loc->visited)
682         (compilation--make-file-struct, compilation--file-struct->file-spec)
683         (compilation--file-struct->formats)
684         (compilation--file-struct->loc-tree): New macros.  Use them.
685         (compilation--message): New defstruct.  Use them.
686         (compilation-next-error-function): Don't mess with timestamps to try
687         and guess when to reparse.
689 2011-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
691         * textmodes/tex-mode.el: Get rid of compilation-parse-errors-function
692         (tex-old-error-file-name): New function,
693         extracted from tex-compilation-parse-errors.
694         (tex-compilation-parse-errors): Remove.
695         (tex-error-regexp-alist): New var.
696         (tex-shell): Use it to avoid compilation-parse-errors-function.
698         * progmodes/grep.el (grep-regexp-alist): Tighten regexp.
699         (grep-mode-font-lock-keywords): Remove regexp that seems like
700         a left-over from before we used compile.el.
701         (grep-mode-font-lock-keywords): Call syntax-ppss-flush-cache when
702         modifying the buffer within with-silent-modifications.
704         * progmodes/compile.el: Cleanup text-properties namespace by using
705         `compilation-message' instead of `message', `compilation-directory'
706         instead of `directory', and `compilation-debug' instead of `debug'.
707         (compilation-last-buffer, compilation-parsing-end)
708         (compilation-error-list, compilation-old-error-list): Move to the
709         compatibility part of the code.
710         (compilation-error-properties): If `file' is a function, let it return
711         a file name.
712         (compilation-mode-font-lock-keywords): Be more conservative with the
713         omake "^ *" pattern prefix, to try and minimize the risk of
714         pathologically slow regexp matching.
715         (compilation-start): Use inhibit-read-only.
716         (compilation--unsetup): New function.
717         (compilation-shell-minor-mode, compilation-minor-mode): Use it.
718         (compilation-filter): Minor tweaks.
719         (compilation-next-error-function): Try and avoid abusing variables.
720         (compilation--flush-file-structure): New fun.
721         (compilation-fake-loc): Use it to improve behavior when file is reused.
722         (debug-ignored-errors): Add "Moved past last ...".
723         (compilation--compat-error-properties)
724         (compilation--compat-parse-errors): Rename by doubling the "-".
726         Port features from the previous prolog.el to the new one.
727         * progmodes/prolog.el (prolog-system): Add GNU and ECLiPSe options.
728         (prolog-program-name, prolog-program-switches, prolog-consult-string)
729         (prolog-compile-string, prolog-prompt-regexp): Get rid of the <foo>-i
730         variable and use a function to compute the value dynamically.
731         (prolog-prompt-regexp): Add regexp for GNU Prolog.
732         (prolog-continued-prompt-regexp): Remove, unused.
733         (prolog-find-value-by-system): Try and use the value of prolog-system
734         in the *prolog* buffer if it helps.
735         (prolog-mode-keybindings-common): Bind C-c C-z unconditionally...
736         (prolog-zip-on): ..and check prolog-system and version here instead.
737         (prolog-inferior-self-insert-command): New command.
738         (prolog-inferior-mode-map): Use it.
739         (prolog-inferior-error-regexp-alist): New var.
740         (prolog-inferior-mode): Use it, with compilation-shell-minor-mode.
741         (prolog-input-filter): Use derived-mode-p.
742         (prolog-inferior-guess-flavor): New function.
743         (prolog-ensure-process): Use it.  Use make-comint-in-buffer rather than
744         make-comint to avoid running comint-mode twice.
745         (prolog-inferior-buffer): New fun.
746         (prolog-old-process-region, prolog-old-process-file):
747         Don't call prolog-bsts here...
748         (prolog-build-prolog-command): ...do it here instead.
749         (prolog-old-process-region, prolog-old-process-file):
750         Use compilation-fake-loc and compilation-forget-errors.
751         (prolog-consult-compile-region): Use bolp.
753 2011-01-28  Chong Yidong  <cyd@stupidchicken.com>
755         * image-mode.el (image-display-size): Doc fix (Bug#7820).
757 2011-01-27  Sam Steingold  <sds@gnu.org>
759         * midnight.el (clean-buffer-list-kill-never-buffer-names):
760         Remove "*server*" which is never created by emacs server.
762 2011-01-27  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
764         * vc/vc-bzr.el (vc-bzr-diff): Don't pass --diff-options unless
765         there are some diff switches.
767 2011-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
769         * progmodes/ruby-mode.el (ruby-syntax-propertize-function):
770         Copy change made to ruby-font-lock-syntactic-keywords.
772         * htmlfontify.el: Make it obey the font-lock-face text property.
773         Miscellaneous cleanup such as:
774         - Don't hide expressions after a closing paren.
775         - Move initial setq into let.
776         - Hoist common parts out of ifs.
777         (hfy-p-to-face, hfy-p-to-face-lennart): Remove.
778         (hfy-face-at): Use get-text-property instead.
779         (hfy-prop-invisible-p): Use invisible-p if available.
780         (htmlfontify-manual): Use \\[...].
781         (hfy-html-quote-regex): Use [...].
782         (hfy-combined-face-spec): Simplify.
783         (hfy-compile-face-map): Don't presume point-min==1.
784         (hfy-css-name, hfy-buffer, htmlfontify-buffer): Use \' rather than $ to
785         match end of string.
786         (hfy-text-p): η-reduce.
787         (hfy-tags-for-file): Receive cache-hash directly.
788         (hfy-mark-tag-names): Adjust call.
790 2011-01-27  Glenn Morris  <rgm@gnu.org>
792         * msb.el (msb-after-load-hooks): Make it an obsolete alias.
793         (msb-after-load-hook): Remove eval-after-load wackiness.
795 2011-01-25  Sam Steingold  <sds@gnu.org>
797         * vc/vc-svn.el (vc-svn-diff): Use `diff-command' instead of the
798         literal "diff" (important for windows-nt).
800 2011-01-25  Glenn Morris  <rgm@gnu.org>
802         * emacs-lisp/copyright.el (copyright-at-end-flag)
803         (copyright-names-regexp): Add safety properties.
804         (copyright-year-ranges): New option.
805         (copyright-find-end): New function, split from copyright-update-year.
806         (copyright-update-year): Use copyright-find-end.
807         (copyright-fix-years): Optionally, convert years to ranges.
808         Handle years continued over comment lines.
809         Do not mess with the fill-prefix.
810         Do not call copyright-update.
811         (copyright-update-directory): Optionally, fix years rather than update.
812         Skip directories.  Find files with only safe local vars.
814 2011-01-25  Stefan Monnier  <monnier@iro.umontreal.ca>
816         * files.el (file-name-non-special): Only change buffer-file-name after
817         insert-file-contents if it's `visit'ing the file (bug#7854).
819 2011-01-25  Chong Yidong  <cyd@stupidchicken.com>
821         * dired.el (dired-revert): Doc fix (Bug#7758).
823         * simple.el (line-move-visual): Doc fix (Bug#7594).
825 2011-01-25  Nobuyoshi Nakada  <nobu@ruby-lang.org>
827         * progmodes/ruby-mode.el (ruby-here-doc-beg-match): Fix for
828         here-doc which ends with an underscore.
829         (ruby-mode-set-encoding): Skip shebang line always.
830         (ruby-mode-map): Bind C-c C-c to comment-region.
831         (ruby-font-lock-keywords): Highlight literal hash key labels as symbols.
832         (ruby-forward-sexp): Stop after literal hash key labels.
833         (ruby-font-lock-syntactic-keywords): Highlight regexp after open
834         bracket.
836 2011-01-25  Keitaro Miyazaki  <keitaro.miyazaki@gmail.com>  (tiny change)
838         * emacs-lisp/re-builder.el (reb-mode-map): Set case-fold-search in
839         the correct buffer (Bug#7650).
841 2011-01-25  Glenn Morris  <rgm@gnu.org>
843         * comint.el (comint-mode): Doc fix.  (Bug#7897)
845         * simple.el (do-auto-fill): Give it a doc string.
847         * button.el (make-text-button): Doc fix.  (See bug#7881)
849 2011-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
851         * progmodes/perl-mode.el (perl-syntax-propertize-special-constructs):
852         Don't move backward, so as not to fall in an inf-loop (bug#7736).
854         * progmodes/ruby-mode.el (ruby-syntax-propertize-function): (bug#7735)
855         Handle ?" and friends differently (e.g. don't use backrefs).
857 2011-01-24  Jay Belanger  <jay.p.belanger@gmail.com>
859         * calc/calc.el (calc-default-power-reference-level)
860         (calc-default-field-reference-level): New variables.
861         * calc/calc-units.el (math-standard-units):  Add dB and Np.
862         (math-logunits): New variable.
863         (math-extract-logunits, math-logcombine, calcFunc-luplus)
864         (calcFunc-luminus, calc-luplus, calc-luminus, math-logunit-level)
865         (calcFunc-fieldlevel, calcFunc-powerlevel, calc-level):
866         New functions.
867         (math-find-base-units-rec): Add entry for ln(10).
868         * calc/calc-help.el (calc-u-prefix-help): Add logarithmic help.
869         (calc-ul-prefix-help): New function.
870         * calc/calc-ext.el (calc-init-extensions): Autoload new units
871         functions. Add keybindings for new units functions.
873 2011-01-22  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
875         * net/rcirc.el (rcirc-kill-buffer-hook): Flush logs when killing
876         rcirc buffers.  (Bug#4940)
878 2011-01-22  Glenn Morris  <rgm@gnu.org>
880         * emacs-lisp/copyright.el (copyright-find-copyright): New function,
881         split out from copyright-update-year.
882         (copyright-update): Don't mess with the GPL version if we don't own the
883         copyright.  Update license regexp, and remove no longer needed
884         Esperanto stuff.
885         (copyright-fix-years): Use copyright-find-copyright.
887 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
889         * vc/diff.el (diff-sentinel): Doc fix (Bug#7682).
891 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
893         * play/landmark.el: Change `lm-' prefix to `landmark-' (Bug#7672).
894         (lm): Rename to landmark.
895         (lm-test-run): Rename to landmark-test-run.
897 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
899         * emacs-lisp/re-builder.el (reb-mode-map): Fix logic error in
900         "Case sensitive" menu item.
902 2011-01-22  Roland McGrath  <roland@frob.com>
904         * comint.el (comint-replace-by-expanded-history-before-point): Fix
905         expansion of !$ and !!:N syntax to pick the indicated word (bug#7883).
907 2011-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
909         * progmodes/js.el (js--regexp-literal): Count backslashes (bug#7882).
911 2011-01-22  Jari Aalto  <jari.aalto@cante.net>
913         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
914         Assume foo(bar) is a manpage reference rather than some unquoted
915         symbol (bug#7705).
917 2011-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
919         * subr.el (shell-quote-argument): Properly quote \n (bug#7687).
920         Suggested by Flo <sensorflo@gmail.com>.
922 2011-01-22  Glenn Morris  <rgm@gnu.org>
924         * progmodes/compile.el (compilation-error-regexp-alist):
925         Fix custom type.  (Bug#7812)
927 2011-01-22  Ken Manheimer  <ken.manheimer@gmail.com>
929         * allout.el (allout-prefixed-keybindings): Bind (prefixed) '#' to
930         allout-number-siblings, in keeping with what obtained due to
931         (now-defunct) allout-keybindings-list.  Ditch repeat binding to
932         (prefixed) ?i.
933         (allout-before-change-handler): Better expose spots affected by
934         undo.
936 2011-01-22  Chong Yidong  <cyd@stupidchicken.com>
938         * man.el (Man-highlight-references0): Use make-button (Bug#7881).
940 2011-01-22  Phil Hagelberg  <phil@evri.com>
942         * pcmpl-unix.el (pcmpl-ssh-config-file): New option.
943         (pcmpl-ssh-known-hosts): Rename from pcmpl-ssh-hosts.
944         (pcmpl-ssh-config-hosts): New function.
945         (pcmpl-ssh-hosts): Use pcmpl-ssh-config-hosts in addition to
946         pcmpl-ssh-known-hosts.
948 2011-01-21  Jay Belanger  <jay.p.belanger@gmail.com>
950         * calc/calc-undo.el (calc-undo): Autoload it.
951         * calc/calc-ext.el (calc-init-extensions): Remove keybindings
952         and autoload for `calc-undo'.
953         * calc/calc.el (calc-mode-map): Add keybindings for `calc-undo'.
954         * calc/calc-prog.el:
955         * calc/calc-graph.el:
956         * calc/calc-map.el: Change `arglist' to `math-arglist' throughout.
958 2011-01-21  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
960         * calc/calc-ext.el (calc-init-extensions): Map all `undo'
961         keybindings to `calc-undo'.
963 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
965         Don't mess with *temp*.
966         * obsolete/spell.el: Move from textmodes/spell.el.
967         (spell-string):
968         * term.el (term-read-input-ring):
969         * startup.el (display-startup-echo-area-message):
970         * progmodes/antlr-mode.el (antlr-directory-dependencies):
971         * comint.el (comint-read-input-ring): Use with-temp-buffer.
972         * international/mule.el (ctext-pre-write-conversion): Don't hardcode
973         point-min==1.
975 2011-01-20  Ken Manheimer  <ken.manheimer@gmail.com>
977         * allout.el: (allout-institute-keymap): Use fset instead of
978         reapplying defalias.
980         (allout-hotspot-key-handler): Check for non-control-modified
981         bindings for hotspot characters if there are no control-modified
982         versions.
984         * allout.el: Summary - migrate to defining allout mode using
985         define-minor-mode instead of defun.  Significantly clean-up
986         internal keymap provisions, refactoring and, in the process,
987         removing a lot of accumulated cruft.
989         allout-mode-map is now a keymap by virtue of being a defalias to
990         allout-mode-map-value, which contains the actual keymap structure.
992         (allout-mode): Use define-minor-mode rather than defun.
993         Remove now-unnecessary minor-mode setup activities from the body.
994         Specify :keymap as allout-mode-map so the minor-mode-map-alist
995         entry will be '(allout-mode . allout-mode-map) - see
996         allout-mode-map-value, below.  Adjust docstring to track changes.
997         (allout-minor-mode): Remove this defalias, now that we're using
998         define-minor-mode.
999         (allout-mode-map): Set value to be 'allout-mode-map.  The actual
1000         keymap is allout-mode-map-value, via defalias.
1001         (allout-mode-map-value): The variable holding the actual mode
1002         keymap structure, by virtue of defalias from allout-mode-map.
1003         (allout-compose-and-institute-keymap): Rename from
1004         allout-bind-keys, and including the binding-composition
1005         functionality of the former produce-allout-mode-map and
1006         allout-setup-mode-map.
1007         (allout-institute-keymap): Take over the "setup" part of the former
1008         allout-setup-mode-map.  Reassign allout-mode-map-value value and
1009         update the defalias.
1010         (allout-command-prefix) (allout-prefixed-keybindings)
1011         (allout-unprefixed-keybindings):
1012         Use allout-compose-and-institute-keymap to process the bindings.
1013         (allout-unprefixed-keybindings): Remove extraneous '?' question
1014         marks.
1015         (allout-prefixed-keybindings): Elide binding to (prefixed) \C-h -
1016         user can customize if they want to use that binding.
1017         Bind allout-copy-topic-as-kill to (prefixed) \M-k.
1018         Bind allout-up-current-level to (prefixed) \C-u.  (I think i mistakenly
1019         elided that, previously, instead of the one for \C-h.)
1020         (allout-hotspot-key-handler): Remove attempt to resolve the key
1021         through the literal key-string lookup on allout-keybindings-list.
1022         That probably hasn't worked for a Long Time, and removal of
1023         allout-keybindings-list further simplifies the keybindings
1024         situation.
1025         (allout-pre-command-business): Use allout-mode-map-value instead
1026         of allout-mode-map.
1027         (allout-preempt-trailing-ctrl-h): Remove.  The user can customize
1028         the bindings if they want to use a keybinding having a trailing
1029         \C-h.  No deprecation needed since this feature was never in a
1030         release.
1031         (allout-keybindings-list): Remove.  It's not been useful for a
1032         while.  (See allout-hotspot-key-handler changes, above.)
1033         (produce-allout-mode-map): Remove.  Consolidate into
1034         allout-compose-and-institute-keymap.
1035         (allout-mode-map-adjustments): Remove.  No longer necessary with
1036         removal of allout-preempt-trailing-ctrl-h.
1037         (allout-setup-mode-map): Remove.  Consolidate into
1038         allout-compose-and-institute-keymap and allout-institute-keymap.
1040 2011-01-20  Glenn Morris  <rgm@gnu.org>
1042         * vc/vc-svn.el (vc-svn-after-dir-status): Tweak previous change.
1044         * simple.el (read-expression-history): Remove, it's in minibuf.c.
1046 2011-01-20  Chong Yidong  <cyd@stupidchicken.com>
1048         * subr.el (y-or-n-p): Revert 2011-01-07 change, removing ARGS.
1050         * files.el (find-alternate-file, basic-save-buffer)
1051         (basic-save-buffer-2, revert-buffer, recover-file)
1052         (kill-buffer-ask, abort-if-file-too-large)
1053         (set-visited-file-name, write-file, backup-buffer)
1054         (basic-save-buffer, save-some-buffers):
1055         * dired-aux.el (dired-compress-file): Callers changed.
1057 2011-01-19  Glenn Morris  <rgm@gnu.org>
1059         * vc/vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
1060         Also check the property status.  (Bug#7861)
1062 2011-01-18  Michael Albinus  <michael.albinus@gmx.de>
1064         * net/tramp.el (tramp-debug-message): Extend function exclude
1065         list.  Use `regexp-opt'.
1067 2011-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1069         * textmodes/tex-mode.el (tex-font-lock-verb): Make sure \verb
1070         highlighting doesn't spill over subsequent lines.
1072         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't re-evaluate the
1073         keymap expression.  Improve docstring.
1075         * electric.el (electric-indent-post-self-insert-function):
1076         Don't auto-indent for indent-to-left-margin, it's too often
1077         counter-productive.
1079 2011-01-16  Tassilo Horn  <tassilo@member.fsf.org>
1081         * strokes.el (strokes-read-stroke): Re-fill strokes buffer with
1082         spaces if the frame was resized, so that the full visible buffer
1083         serves as canvas for strokes.
1085 2011-01-16  Glenn Morris  <rgm@gnu.org>
1087         * info-xref.el (info-xref-docstrings): Replace cl function.
1088         Also skip directories.
1090 2011-01-16  Kevin Ryde  <user42@zip.com.au>
1092         * info-xref.el: Version 3.
1093         (info-xref-check, info-xref-check-all): Move commentary details
1094         into docstrings for better visibility.
1095         Use compilation-mode for the results buffer.
1096         (info-xref-output, info-xref-output-error, info-xref-with-output)
1097         (info-xref-filename, info-xref-in-progress):
1098         New internals for this.
1099         (info-xref-check-list, info-xref-check-buffer)
1100         (info-xref-check-all-custom): Use those.
1101         (info-xref-output-buffer): Rename from info-xref-results-buffer.
1102         (info-xref-output-heading): Rename from info-xref-filename-heading.
1103         (info-xref-good, info-xref-bad, info-xref-xfile-alist)
1104         (info-xref-filename-heading): Move to output managing section.
1105         (info-xref-docstrings): New command checking "Info node `(foo)Bar'"
1106         (info-xref-lock-file-p, info-xref-with-file): New helpers for it.
1107         (info-xref-subfile-p): Move to generic section with those two.
1108         (info-xref-check-node): New function split from
1109         info-xref-check-buffer, shared by info-xref-docstrings.
1110         (info-xref-goto-node-p): Move to a checking section with that func.
1111         (info-xref-unavail): New counter.
1112         (info-xref-check-node): Use it.
1113         (info-xref-with-output): Show count of unavailables at end of output.
1114         (info-xref-all-info-files): Exclude ".*" dotfiles.  Ignore broken
1115         symlinks.  Exclude .texi files.  Exclude Emacs backup files.
1116         (info-xref-check-all-custom): Fix quietening viper-mode and
1117         gnus-registry-install -- use setq not let so as not to unbind
1118         after load.
1120 2011-01-16  Juri Linkov  <juri@jurta.org>
1122         * isearch.el (isearch-abort): Don't quit if search has
1123         an incomplete regexp (isearch-error is non-nil).  (Bug#7534)
1125 2011-01-15  Mark Diekhans  <markd@soe.ucsc.edu>
1127         * files.el (backup-buffer): Make last-resort backup file in
1128         .emacs.d (Bug#6953).
1130         * subr.el (locate-user-emacs-file): If .emacs.d does not exist,
1131         make it with permission 700.
1133 2011-01-15  Kenichi Handa  <handa@m17n.org>
1135         * mail/rmailmm.el (rmail-mime-insert-header):
1136         Set rmail-mime-coding-system to a cons whose car is the last coding
1137         system used to decode the header.
1138         (rmail-mime-find-header-encoding): New function.
1139         (rmail-mime-insert-decoded-text):
1140         Override rmail-mime-coding-system if it is a cons.
1141         (rmail-show-mime): If only a header part was decoded, find the
1142         coding system while ignoring mm-charset-override-alist.
1144 2011-01-15  Chong Yidong  <cyd@stupidchicken.com>
1146         * subr.el (event-start, event-end): Doc fix (Bug#7826).
1148 2011-01-15  Kenichi Handa  <handa@m17n.org>
1150         * mail/rmailmm.el (rmail-mime-next-item)
1151         (rmail-mime-previous-item): Delete them.
1152         (rmail-mime-shown-mode): Recursively call for children.
1153         (rmail-mime-hidden-mode): Delete the 2nd arg TOP.
1154         Callers changed.
1155         (rmail-mime-raw-mode): Recursively call for children.
1156         (rmail-mode-map): Change mapping of tab and backtab to
1157         forward-button and backward-button respectively.
1158         (rmail-mime-insert-tagline): Always insert "Hide" or "Show"
1159         button.
1160         (rmail-mime-update-tagline): New function.
1161         (rmail-mime-insert-text): Call rmail-mime-update-tagline if the
1162         body display is changed.
1163         (rmail-mime-toggle-button): Rename from rmail-mime-image.
1164         (rmail-mime-image): Delete this button type.
1165         (rmail-mime-toggle): New button type.
1166         (rmail-mime-insert-bulk): Call rmail-mime-update-tagline if the
1167         body display is changed.  Change the save button label to "Save".
1168         Don't process show/hide button here.
1169         (rmail-mime-insert-multipart): Call rmail-mime-update-tagline if
1170         the body display is changed.  Unconditionally call
1171         rmail-mime-insert for children.
1172         (rmail-mime-handle): Update `display' vector of the just inserted
1173         entity.
1174         (rmail-mime-process): If mail-header-parse-content-type returns
1175         nil, use "text/plain" as the fallback type.
1176         (rmail-mime-insert): For raw-mode, recursively call
1177         rmail-mim-insert for children.
1178         (rmail-mime): Handle the case that the current buffer is not rmail
1179         buffer (e.g. in summary buffer).
1181 2011-01-15  Kenichi Handa  <handa@m17n.org>
1183         * mail/rmailmm.el (rmail-mime-next-item)
1184         (rmail-mime-previous-item): Skip the body of a non-multipart
1185         entity if a tagline is shown.
1187 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1189         * tmm.el (tmm-get-keymap): Skip bindings without labels (bug#7721).
1190         (tmm-prompt): Simplify.
1191         (tmm-add-prompt): Remove unused var `win'.
1193         * whitespace.el (global-whitespace-newline-mode): Fix call (bug#7810)
1194         to minor mode which used nil accidentally to mean "turn off".
1196 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
1198         * net/tramp-sh.el (tramp-find-inline-compress)
1199         (tramp-get-inline-coding): Quote command after pipe symbol for
1200         local calls under W32.  (Bug#6784)
1202 2011-01-15  Michael Albinus  <michael.albinus@gmx.de>
1204         * net/tramp.el (tramp-default-method): Initialize with pscp/plink
1205         only when running under W32.
1207 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1209         * progmodes/grep.el (grep-compute-defaults): Quote the program
1210         file name after the pipe symbol in Grep templates.  (Bug#6784)
1211         * jka-compr.el (jka-compr-partial-uncompress): Likewise.
1213 2011-01-15  Lennart Borgman  <lennart.borgman@gmail.com>
1215         * buff-menu.el (Buffer-menu-buffer-list): New var.
1216         (Buffer-menu-revert-function, list-buffers-noselect): Use it, so a
1217         restricted buffer list is not lost on revert (Bug#7749).
1219 2011-01-15  Eric Hanchrow  <eric.hanchrow@gmail.com>
1221         * net/ldap.el (ldap-search-internal): Discard stderr output.
1223 2011-01-15  Eli Zaretskii  <eliz@gnu.org>
1225         * files.el (directory-abbrev-alist): Doc fix.  (Bug#7777)
1227 2011-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1229         * vc-bzr.el (vc-bzr-annotate-time): Tweak previous change.
1231 2011-01-15  Kenichi Handa  <handa@m17n.org>
1233         * mail/rmailmm.el (rmail-mime-insert-bulk): Display an unknown
1234         part as a plain text.
1235         (rmail-mime-process-multipart): Set the default content-type to
1236         nil for unknown multipart subtypes (bug#7651).
1238 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1240         * hexl.el (hexl-mode-old-*): Remove.
1241         (hexl-mode--old-var-vals): New var to replace them.
1242         (hexl-mode--minor-mode-p, hexl-mode--setq-local): New funs.
1243         (hexl-mode, hexl-follow-line, hexl-activate-ruler):
1244         Use them to set local vars (bug#7846).
1245         (hexl-mode-exit): Use hexl-mode--old-var-vals to restore state.
1246         (hexl-backward-short, hexl-backward-word, hexl-scroll-down)
1247         (hexl-scroll-up, hexl-end-of-1k-page, hexl-end-of-512b-page): Simplify.
1249         * vc/smerge-mode.el: Resolve comment conflicts more aggressively.
1250         (smerge-resolve--normalize-re): New var.
1251         (smerge-resolve--extract-comment, smerge-resolve--normalize): New funs.
1252         (smerge-resolve): Use them.
1253         * newcomment.el (comment-only-p): New function.
1254         (comment-or-uncomment-region): Use it.
1256 2011-01-14  Brent Goodrick  <bgoodr@gmail.com>  (tiny change)
1258         * abbrev.el (prepare-abbrev-list-buffer): If listing local abbrev
1259         table, get the value before switching to the output buffer.  (Bug#7733)
1261 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1263         * progmodes/python.el (python-mode): Don't impose font-lock (bug#3628).
1265 2011-01-14  Kim F. Storm  <storm@cua.dk>
1267         * emulation/cua-base.el (cua--init-keymaps):
1268         Remap exchange-point-and-mark in cua-global-keymap.
1270 2011-01-14  Tassilo Horn  <tassilo@member.fsf.org>
1272         * progmodes/sh-script.el (sh-other-keywords): Add ZSH's foreach
1273         loop keyword.
1275 2011-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1277         * emacs-lisp/easymenu.el: Add :enable (bug#7754), and obey :label.
1278         Require CL.
1279         (easy-menu-create-menu, easy-menu-convert-item-1):
1280         Use :label rather than nil for labels.  Use `case'.
1281         Add :enable as alias for :active.
1282         (easy-menu-binding): Obey :label.
1284 2011-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1286         Use run-mode-hooks for major mode hooks (bug#513).
1287         * textmodes/reftex-toc.el (reftex-toc-mode-map):
1288         Rename from reftex-toc-map.
1289         (reftex-toc-mode): Use define-derived-mode.
1290         * textmodes/reftex-sel.el (reftex-select-shared-map): New map.
1291         (reftex-select-label-mode-map, reftex-select-bib-mode-map):
1292         Rename from reftex-select-(label|bib)-map.  Move init into declaration.
1293         (reftex-select-label-mode, reftex-select-bib-mode):
1294         Use define-derived-mode.
1295         * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
1296         (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
1297         Move init into delcaration.
1298         (reftex-index-mode, reftex-index-phrases-mode):
1299         Use define-derived-mode.
1300         * speedbar.el (speedbar-mode-syntax-table): Renaqme from
1301         speedbar-syntax-table.  Move init into declaration.
1302         (speedbar-mode-map): Rename from speedbar-key-map.
1303         Move init into declaration.
1304         (speedbar-file-key-map): Move init into declaration.
1305         (speedbar-mode): Use define-derived-mode.
1306         * recentf.el (recentf-mode): Don't run hook (or message) redundantly.
1307         * net/rcirc.el (rcirc-mode): Use run-mode-hooks.
1308         * emacs-lisp/chart.el (chart-mode-map): Rename from chart-map.
1309         (chart-face-list): Move initialization into declaration.
1310         (chart-mode): Use define-derived-mode.
1311         * calculator.el (calculator-mode-map): Move init into declaration.
1312         (calculator-mode): Use define-derived-mode.
1314         * mail/mail-utils.el (mail-strip-quoted-names): Make the regexp code
1315         work for nested comments.
1317         * progmodes/prolog.el: Use syntax-propertize.  Further code cleanup.
1318         (prolog-use-prolog-tokenizer-flag): Change default when
1319         syntax-propertize can be used.
1320         (prolog-syntax-propertize-function): New var.
1321         (prolog-mode-variables): Move make-local-variable into `set'.
1322         Don't make comment-column local since we don't set it.
1323         Set comment-add (as it was in previous prolog.el).  Use dolist.
1324         Set syntax-propertize-function.
1325         (prolog-mode, prolog-inferior-mode):
1326         Call prolog(-inferior)-menu directly, not through the mode-hook.
1327         (prolog-buffer-module, prolog-indent-level)
1328         (prolog-paren-is-the-first-on-line-p, prolog-paren-balance)
1329         (prolog-comment-limits, prolog-goto-comment-column):
1330         Use line-(end|beginning)-position.
1331         (prolog-build-prolog-command): Tighten up regexp.
1332         (prolog-consult-compile): Move make-local-variable into `set'.
1333         (prolog-consult-compile-filter, prolog-goto-next-paren)
1334         (prolog-help-on-predicate, prolog-clause-info)
1335         (prolog-mark-predicate): Don't let+setq.
1336         (prolog-indent-line): Use indent-line-to.
1337         Only call prolog-goto-comment-column if necessary.
1338         (prolog-indent-level): Use bobp.
1339         (prolog-first-pos-on-line): Remove, not used any more.
1340         (prolog-in-string-or-comment): Use syntax-ppss if available.
1341         (prolog-help-on-predicate): Use read-string.
1342         (prolog-goto-predicate-info): Simplify.
1343         (prolog-read-predicate): Use `default' rather than `initial'.
1344         (prolog-temporary-file): Use make-temp-file to close a security hole.
1345         (prolog-toggle-sicstus-sd): New command.
1346         (prolog-electric-underscore, prolog-variables-to-anonymous):
1347         Use dynamic-scoping as it was meant.
1348         (prolog-menu): Move menu definitions to top-level.
1349         Use a toggle-button for Sicstus's source debugger.
1350         Change "Code" to the more usual "Prolog", and hence change "Prolog"
1351         to "System".
1352         (prolog-inferior-menu): Reuse prolog-menu's help menu.
1353         Move other menu definition to top-level.
1355 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
1357         * doc-view.el (doc-view-open-text): Use meaningful text buffer
1358         name.  Keep original document's directory as default-directory
1359         (bug#6446).
1360         (doc-view-initiate-display): Fall back to normal mode when
1361         doc-view-mode cannot be enabled, also when extracting the document
1362         text into a separate buffer (bug#6446).
1364         * simple.el (shell-command): Don't error out if shell command
1365         buffer contains text with non-nil read-only property when erasing
1366         the buffer.
1368 2011-01-13  Kim F. Storm  <storm@cua.dk>
1370         * ido.el (ido-may-cache-directory): Move "too-big" check later.
1371         (ido-next-match, ido-prev-match): Fix stray reordering of matching
1372         items when cycling through the matches.
1374 2011-01-13  Tassilo Horn  <tassilo@member.fsf.org>
1376         * dired-x.el (dired-omit-verbose): New defcustom that allows
1377         disabling the omit messages.
1378         (dired-omit-expunge): Use it.
1380 2011-01-13  Christian Ohler  <ohler@gnu.org>
1382         * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
1384 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1386         * font-lock.el (font-lock-verbose): Default to nil.
1388 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1390         * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
1391         (compose-mail): New arg RETURN-ACTION.
1392         (compose-mail-other-window, compose-mail-other-frame): Likewise.
1394         * mail/sendmail.el (mail-return-action): New var.
1395         (mail-mode): Make it buffer-local.
1396         (mail-bury): Obey it.  Move special Rmail window handling to
1397         rmail-mail-return.
1398         (mail, mail-setup): New arg RETURN-ACTION.
1399         (sendmail-user-agent-compose): Move from simple.el.
1401         * mail/rmail.el (rmail-mail-return): New function.
1402         (rmail-start-mail): Pass it to compose-mail.
1404 2011-01-12  Chong Yidong  <cyd@stupidchicken.com>
1406         * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
1407         menus.  Add menu item for customize-themes.
1409         * cus-theme.el (customize-themes):
1410         * emacs-lisp/package.el (package--list-packages):
1411         Use switch-to-buffer.
1413 2011-01-11  Johan Bockgård  <bojohan@gnu.org>
1415         * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
1417 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * progmodes/prolog.el: Fix up coding convention and such.
1420         (prolog-indent-width): Use the same default as in
1421         previous prolog.el rather than tab-width which depends on which buffer
1422         is current when the file is loaded.
1423         (prolog-electric-newline-flag): Only enable if electric-indent-mode
1424         is not available.
1425         (prolog-emacs): Remove.  Use (featurep 'xemacs) instead.
1426         (prolog-known-systems): Remove.
1427         (prolog-mode-syntax-table, prolog-inferior-mode-map):
1428         Move initialization into declaration.
1429         (prolog-mode-map): Move initialization into declaration.
1430         Remove system-specific mode-map vars, since they referred to the same
1431         keymap anyway.
1432         (prolog-mode-variables): Obey the user's preference w.r.t
1433         adaptive-fill-mode.  Prefer symbol-value to `eval'.
1434         (prolog-mode-keybindings-edit): Add compatibility bindings.
1435         (prolog-mode): Use define-derived-mode.  Don't handle mercury here.
1436         (mercury-mode-map): New var.
1437         (mercury-mode, prolog-inferior-mode): Use define-derived-mode.
1438         (prolog-ensure-process, prolog-process-insert-string)
1439         (prolog-consult-compile): Use with-current-buffer.
1440         (prolog-guess-fill-prefix): Simplify data flow.
1441         (prolog-replace-in-string): New function to use instead of
1442         replace-in-string.
1443         (prolog-enable-sicstus-sd): Don't abuse `eval'.
1444         (prolog-uncomment-region): Use `uncomment-region' when available.
1445         (prolog-electric-colon, prolog-electric-dash): Use `eolp'.
1446         (prolog-int-to-char, prolog-char-to-int): New functions to use instead
1447         of int-to-char and char-to-int.
1448         (prolog-mode-hook, prolog-inferior-mode-hook): Don't force font-lock.
1450 2011-01-11  Stefan Bruda  <stefan@bruda.ca>
1452         * progmodes/prolog.el: Replace by a whole new file.
1454 2011-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * subr.el (eval-after-load): Fix timing for features (bug#7769).
1457         (declare-function, undefined, insert-for-yank)
1458         (replace-regexp-in-string): Follow checkdoc's recommendations.
1460 2011-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * calendar/diary-lib.el (diary-mode): Refresh *Calendar* after
1463         refreshing the diary buffer.
1465 2011-01-10  Ken Manheimer  <ken.manheimer@gmail.com>
1467         * allout.el: Add 2011 to the file copyright.
1468         (allout-encrypt-string): Prevent encryption from adding an extra
1469         newline at the end of the topic body.
1470         (allout-version): Increment to 2.3.
1472 2011-01-10  Michael Albinus  <michael.albinus@gmx.de>
1474         * net/dbus.el (dbus-unregister-service): Complete doc.
1475         Fix call of dbus-error signal.
1476         (dbus-register-property): Use `dont-register' keyword.
1478 2011-01-10  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1480         * net/dbus.el (dbus-unregister-service): Translate returned
1481         integer into a symbol.
1482         (dbus-register-property): Use `dbus-register-service' to do the
1483         name registration.
1485 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
1487         * progmodes/idlw-help.el (idlwave-help-link): Inherit from link face.
1488         Suggested by Joakim Verona.
1490         * comint.el (comint-highlight-prompt): Inherit minibuffer-prompt.
1492         * wid-edit.el (visibility): Replace :on-image and :off-image
1493         widget properties with :on-glyph and :off-glyph, for consistency
1494         with the `visibility' widget.
1495         (widget-toggle-value-create, widget-visibility-value-create):
1496         Merge into a single function `widget-toggle-value-create'.
1498         * cus-edit.el (custom-variable-value-create, custom-visibility)
1499         (custom-face-edit-value-create, custom-face-value-create):
1500         Replace :on-image and :off-image widget properties with :on-glyph and
1501         :off-glyph, for consistency with the `visibility' widget.
1503 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
1505         * net/ldap.el (ldap-search-internal): Don't use eval.
1507 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
1509         * subr.el (read-char-choice): Use read-key.
1511         * custom.el (custom-safe-themes): Rename from
1512         custom-safe-theme-files.  Add :risky tag.
1513         (load-theme, custom-theme-load-confirm): Save sha1 hashes to
1514         custom-safe-themes, not filenames.  Suggested by Stefan Monnier.
1516 2011-01-09  Chong Yidong  <cyd@stupidchicken.com>
1518         * tool-bar.el (tool-bar-setup): Remove Help button.  Remove label
1519         from Search and add a label to Undo.
1521         * vc/vc-dir.el (vc-dir-tool-bar-map): Rearrange, removing
1522         inappropriate buttons and adding :vert-only tags.
1524         * progmodes/compile.el (compilation-mode-tool-bar-map): Adjust to
1525         removal of Help tool-bar button.  Remove Undo button for space.
1527         * info.el (info-tool-bar-map): Add :vert-only tags.
1529 2011-01-08  Tassilo Horn  <tassilo@member.fsf.org>
1531         * doc-view.el (doc-view-mode-p): Check for png or imagemagick
1532         image backend support.  Either of them is fine.
1534 2011-01-08  Chong Yidong  <cyd@stupidchicken.com>
1536         * subr.el (y-or-n-p): Doc fix.
1538         * custom.el (custom-safe-theme-files): New defcustom.
1539         (custom-theme-load-confirm): New function.
1540         (load-theme): Load theme using `load', confirming with
1541         custom-theme-load-confirm if necessary.
1543         * subr.el (read-char-choice): New function, factored out from
1544         dired-query and hack-local-variables-confirm.
1546         * dired-aux.el (dired-query):
1547         * files.el (hack-local-variables-confirm): Use it.
1549         * dired-aux.el (dired-compress-file):
1550         * files.el (abort-if-file-too-large, find-alternate-file)
1551         (set-visited-file-name, write-file, backup-buffer)
1552         (basic-save-buffer, basic-save-buffer-2, save-some-buffers)
1553         (delete-directory, revert-buffer, recover-file, kill-buffer-ask):
1554         Use new format string args for y-or-n-p and yes-or-no-p.
1556 2011-01-08  Andreas Schwab  <schwab@linux-m68k.org>
1558         * progmodes/compile.el (compilation-error-regexp-alist-alist)
1559         [gcc-include]: Tighten file name match, add match for column
1560         number.  (Bug#7806)
1561         [gnu]: Remove unused group.
1563 2011-01-08  Glenn Morris  <rgm@gnu.org>
1565         * makefile.w32-in (EMACSOPT): Add --no-site-lisp.
1567         * makefile.w32-in (EMACSOPT): -batch implies --no-init-file.
1569 2011-01-07  Sam Steingold  <sds@gnu.org>
1571         * w32-fns.el (w32-shell-name): Use `shell-file-name' instead of
1572         the `explicit-shell-file-name' because that is the
1573         non-interactive shell.
1575 2011-01-07  Chong Yidong  <cyd@stupidchicken.com>
1577         * subr.el (y-or-n-p): Accept format string args.
1579 2011-01-07  Glenn Morris  <rgm@gnu.org>
1581         * Makefile.in (EMACSOPT): Add --no-site-lisp.
1583 2011-01-06  Ken Manheimer  <ken.manheimer@gmail.com>
1585         * allout.el (allout-back-to-current-heading): Ensure return to
1586         the visible containing topic, rather than a collapsed one.
1587         (allout-view-change-hook): Remove hook that was deprecated long ago.
1588         (allout-exposure-change-hook): Remove documentation remarks
1589         concerning removed allout-view-change-hook.
1590         (allout-flag-region): Remove invocation of and documentation
1591         remarks concerning allout-view-change-hook.
1593 2011-01-06  Glenn Morris  <rgm@gnu.org>
1595         * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time)
1596         (vc-bzr-annotate-extract-revision-at-line):
1597         Handle authors with embedded spaces.  (Bug#7792)
1599 2011-01-05  Tassilo Horn  <tassilo@member.fsf.org>
1601         * doc-view.el (doc-view-image-width): New variable.
1602         (doc-view-enlarge, doc-view-insert-image): Prefer imagemagick
1603         backend for PNG images, and do dynamic rescaling instead of
1604         reconverting the whole doc.
1606 2011-01-05  Glenn Morris  <rgm@gnu.org>
1608         * emacs-lisp/rx.el (rx-repeat): Replace CL function.
1610 2011-01-04  Ken Manheimer  <ken.manheimer@gmail.com>
1612         * allout.el: Reconcile with changes in line movement behavior for
1613         long text lines that cross more than a single physical window
1614         line, ie when truncate-lines is nil.
1615         (allout-next-visible-heading): Provide for change in line-move
1616         behavior on long lines when truncate-lines is nil.  In that case,
1617         line-move can wind up on the same textual line when it moves to
1618         the next window line, and moving to the bullet position after the
1619         move yields zero advancement.  Add logic to detect and compensate
1620         for the lack of progress.
1621         (allout-current-topic-collapsed-p): move-end-of-line respect for
1622         field boundaries is different when operating with body lines
1623         shorter than window width versus ones greater than window width,
1624         which can yield false negatives in this function.  Avoid
1625         difference by applying move-end-of-line while field-text-motion is
1626         inhibited.
1628 2011-01-04  Glenn Morris  <rgm@gnu.org>
1630         * textmodes/rst.el (rst-compile-toolsets):
1631         Add pdf and s5 to option alist.
1633 2011-01-04  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1635         * net/dbus.el (dbus-register-property): Add optional parameter
1636         dont-register-service.  Updated docstring accordingly.
1638 2011-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1640         * textmodes/rst.el (rst-compile-pdf-preview)
1641         (rst-compile-slides-preview): Remove extra line.
1643 2011-01-04  Glenn Morris  <rgm@gnu.org>
1645         * textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
1646         Add `pdf' and `s5' entries.  Use `prog.py' if found, otherwise
1647         default to `prog' without a .py extension.
1648         (rst-compile-pdf-preview, rst-compile-slides-preview):
1649         Use program names from rst-compile-toolsets, rather than hard-coding.
1650         (rst-portable-mark-active-p): Fix presumed typo.
1652 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1654         * term/w32-win.el (dynamic-library-alist): Set up correctly for
1655         libpng versions both before and after 1.4.0.  (Bug#7716)
1657 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1659         * time.el (display-time-mode): Mention display-time-interval in
1660         the doc string.  (Bug#7713)
1662 2011-01-02  Kenichi Handa  <handa@m17n.org>
1664         * mail/rmailmm.el (rmail-mime-parse): Perform parsing in
1665         condition-case and return an error message string if something
1666         goes wrong.
1667         (rmail-show-mime): Adjust for the above change.  Insert the
1668         header by rmail-mime-insert-header.
1670 2011-01-02  Kenichi Handa  <handa@m17n.org>
1672         * mail/rmailmm.el: New key bindings for rmail-mime-next-item,
1673         rmail-mime-previous-item, and rmail-mime-toggle-hidden.
1674         (rmail-mime-mbox-buffer)
1675         (rmail-mime-view-buffer, rmail-mime-coding-system): New variables.
1676         (rmail-mime-entity): Argument changed.  All codes handling an
1677         entity object are changed.
1678         (rmail-mime-entity-header, rmail-mime-entity-body): Adjust for
1679         the above change.
1680         (rmail-mime-entity-children, rmail-mime-entity-handler)
1681         (rmail-mime-entity-tagline): New functions.
1682         (rmail-mime-message-p): New function.
1683         (rmail-mime-save): Bind rmail-mime-mbox-buffer.
1684         (rmail-mime-entity-segment, rmail-mime-next-item)
1685         (rmail-mime-previous-item, rmail-mime-shown-mode)
1686         (rmail-mime-hidden-mode, rmail-mime-raw-mode)
1687         (rmail-mime-toggle-raw, rmail-mime-toggle-hidden)
1688         (rmail-mime-insert-tagline, rmail-mime-insert-header):
1689         New functions.
1690         (rmail-mime-text-handler): Call rmail-mime-insert-text.
1691         (rmail-mime-insert-decoded-text): New function.
1692         (rmail-mime-insert-text): Call rmail-mime-insert-decoded-text.
1693         (rmail-mime-insert-image): Argument changed.  Caller changed.
1694         (rmail-mime-image): Call rmail-mime-toggle-hidden.
1695         (rmail-mime-set-bulk-data): New function.
1696         (rmail-mime-insert-bulk): Argument changed.
1697         (rmail-mime-multipart-handler): Return t.
1698         (rmail-mime-process-multipart): Argument changed.
1699         Handle "multipart/alternative" here.
1700         (rmail-mime-process): Argument changed.
1701         (rmail-mime-parse): Bind rmail-mime-mbox-buffer.
1702         (rmail-mime-insert): Argument changed.  Handle raw display mode.
1703         (rmail-mime): Argument changed.  Handle toggling of raw display
1704         mode.
1705         (rmail-show-mime): Bind rmail-mime-mbox-buffer and
1706         rmail-mime-view-buffer.
1707         (rmail-insert-mime-forwarded-message): Likewise.
1708         (rmail-search-mime-message): Likewise.  Don't bind rmail-buffer.
1710         * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
1711         non-nil, handle the header in rmail-show-mime-function.
1713 2011-01-02  Leo  <sdl.web@gmail.com>
1715         * help-fns.el (describe-variable): Fix previous change.
1717 2011-01-02  Juri Linkov  <juri@jurta.org>
1719         * isearch.el (isearch-lazy-highlight-error): New variable.
1720         (isearch-lazy-highlight-new-loop): Compare `isearch-error' and
1721         `isearch-lazy-highlight-error'.  Set `isearch-lazy-highlight-error'
1722         to the current value of `isearch-error' (Bug#7468).
1724 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
1726         * help-fns.el (describe-variable): Don't emit trailing whitespace
1727         (Bug#7511).
1729 2011-01-02  Chong Yidong  <cyd@stupidchicken.com>
1731         * textmodes/rst.el (rst-compile-pdf-preview)
1732         (rst-compile-slides-preview): Use make-temp-file (Bug#7646).
1734 2011-01-02  Kevin Gallagher  <Kevin.Gallagher@boeing.com>
1736         * emulation/edt-mapper.el: Override mapping of function keys so
1737         that the later call to read-key-sequence works.
1739 2011-01-02  Eli Zaretskii  <eliz@gnu.org>
1741         * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
1742         Unix EOLs.  (Bug#7589)
1744 2011-01-02  Leo  <sdl.web@gmail.com>
1746         * eshell/em-hist.el (eshell-previous-matching-input): Signal error
1747         if point is not behind eshell-last-output-end (Bug#7585).
1749 2011-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
1751         * files.el (file-local-variables-alist):
1752         Make permanent-local (bug#7767).
1754 2011-01-02  Glenn Morris  <rgm@gnu.org>
1756         * version.el (emacs-copyright): Set short copyright year to 2011.
1758 2011-01-02  Mark Lillibridge  <mark.lillibridge@hp.com>  (tiny change)
1760         * mail/mail-utils.el (mail-strip-quoted-names): Avoid clobbering
1761         an existing temp buffer.  (Bug#7746)
1763 2011-01-02  Glenn Morris  <rgm@gnu.org>
1765         * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
1766         multiple addresses.  (Bug#7760)
1768 2011-01-01  Ken Manheimer  <ken.manheimer@gmail.com>
1770         * allout.el (allout-auto-fill): Do not infinitely recurse - use
1771         do-auto-fill if everything points back to allout-auto-fill.
1772         (allout-mode-deactivate-hook): Declare obsolete, in favor of
1773         standard-formed minor-mode deactivate hook, allout-mode-off-hook.
1775 2010-12-31  Michael Albinus  <michael.albinus@gmx.de>
1777         * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
1778         and "scpx".
1780 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1782         * doc-view.el (doc-view-set-doc-type): New function refactored
1783         from doc-view-mode.
1784         (doc-view-fallback-mode): New function.
1785         (doc-view-mode): Use it.
1786         (doc-view-mode-maybe): New function that checks if doc-view-mode
1787         can be used and falls back to the next best mode otherwise.
1789         * files.el (auto-mode-alist): Use doc-view-mode-maybe for PDF,
1790         DVI, OpenDocument, and MS Office files.
1792 2010-12-30  Andreas Schwab  <schwab@linux-m68k.org>
1794         * emacs-lisp/rx.el (rx-syntax): Fix typo.
1796 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1798         * doc-view.el (doc-view-toggle-display): Perform rassq-delete-all
1799         on a copy of auto-mode-alist, because that deletes with side
1800         effects.
1802 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1804         * doc-view.el (doc-view-mode, doc-view-toggle-display):
1805         Use normal-mode without doc-view-mode bindings in auto-mode-alist as
1806         fallback instead of hard coding fundamental mode.
1808 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1810         * doc-view.el (doc-view-doc->txt): Handle OpenDocument (or MS
1811         Office) files also for searching.
1813 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1815         * doc-view.el: Implement viewing of OpenDocument (and Microsoft
1816         Office) files.  Not yet enabled via auto-mode-list.
1817         (doc-view-unoconv-program): New custom variable.
1818         (doc-view-mode-p): Handle new odf document type.
1819         (doc-view-odf->pdf): New conversion function.
1820         (doc-view-convert-current-doc): Call it for odf files.
1821         (doc-view-mode): Recognize newly supported file extensions.
1823 2010-12-30  Michael Albinus  <michael.albinus@gmx.de>
1825         * net/tramp.el (tramp-default-method-alist)
1826         (tramp-default-user-alist)
1827         (tramp-local-host-regexp, tramp-prefix-domain-format)
1828         (tramp-prefix-domain-regexp): Set tramp-autoload cookie.
1830         * net/tramp-ftp.el:
1831         * net/tramp-gvfs.el:
1832         * net/tramp-gw.el:
1833         * net/tramp-imap.el:
1834         * net/tramp-sh.el:
1835         * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
1836         code of `tramp-default-method-alist' and `tramp-default-user-alist'.
1838 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
1840         * saveplace.el (save-place-alist-to-file): Save list sorted and
1841         pretty-printed, so that it is mergeable by line-based text merging,
1842         as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
1844 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
1846         * allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
1847         (allout-mode): Argument "toggle" => "force".
1848         Refine the docstring.
1849         Remove special provisions for reactivation, besides the 'force'
1850         argument.
1851         Consolidate layout provisions coce directly into the activation
1852         condition branch, now that we've removed those provisions.
1853         (allout-unload-function): Explicitly activate the mode before
1854         deactivating, if it's initially deactivated.
1855         (allout-set-buffer-multibyte): Properly prevent byte-compiler
1856         warnings for version of function used only where
1857         set-buffer-multibyte is unavailable.
1859 2010-12-28  Chong Yidong  <cyd@stupidchicken.com>
1861         * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
1862         are handled by the menu-bar entries.  As before, don't use
1863         :visibile to avoid changing the tool-bar.
1865 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
1867         * net/secrets.el (secrets-delete-alias): New defun.
1869 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
1871         * net/tramp.el (tramp-default-user-alist): Do not add "ssh" based
1872         methods, otherwise ~/.ssh/config would be ignored.
1874 2010-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1876         * emacs-lisp/rx.el: Make it a superset of sregex.
1877         (rx-constituents): Add `any => "."', mark `repeat' as taking any number
1878         of args, add `regex' alias.
1879         (rx-info): Add arg to distinguish head and standalone forms.
1880         (rx-check, rx-form): Pass the corresponding arg.
1881         (rx-**): Simplify.
1882         (rx-repeat): Make it work for any number of args.
1883         (rx-syntax): Make it accept syntax chars as is.
1884         * obsolete/sregex.el: Move from emacs-lisp/.
1885         * emacs-lisp/re-builder.el: Remove sregex support.
1886         * emacs-lisp/edebug.el (sregexq, rx): Remove redundant defs.
1888 2010-12-25  Eli Zaretskii  <eliz@gnu.org>
1890         * mouse.el (mouse-yank-primary): On MS-Windows, try the (emulated)
1891         PRIMARY first, then the clipboard.  (Bug#7699)
1893 2010-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
1895         * emacs-lisp/bytecomp.el (byte-compile-output-docform): Fix up use of
1896         print-number-table.
1898 2010-12-21  Chong Yidong  <cyd@stupidchicken.com>
1900         * help-fns.el (find-lisp-object-file-name): Locate .emacs from
1901         .emacs.elc (Bug#7530).
1903         * wid-edit.el (widget-image-find): Remove bogus :ascent spec from
1904         image spec (Bug#7480).
1906 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1908         * obsolete/pgg-parse.el, obsolete/pgg-pgp5.el, obsolete/pgg-pgp.el,
1909         * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
1910         Move from lisp/.
1912 2010-12-20  Leo  <sdl.web@gmail.com>
1914         * dnd.el (dnd-get-local-file-name): Unhex of file name shall
1915         always be performed (Bug#7680).
1917 2010-12-20  Chong Yidong  <cyd@stupidchicken.com>
1919         * menu-bar.el (menu-bar-kill-ring-save): Make obsolete.
1920         (menu-bar-edit-menu): Bind "Copy" to kill-ring-save.  Don't use
1921         mouse-region-match.
1923         * color.el: Move from gnus/.
1925         * vc/diff.el (diff-better-file-name): Function deleted.
1926         abbreviating file names causes problems with shell-quote-argument.
1927         (diff-no-select): Just use expand-file-name.
1929         * tool-bar.el (tool-bar--image-expression): New function.
1930         (tool-bar-local-item, tool-bar--image-exp): Use it.
1931         (tool-bar-setup): Initialize tool-bar-separator-image-expression.
1932         Use :enable instead of :visible to avoid changing the tool-bar
1933         configuration unnecessarily.
1935         * info.el (info-tool-bar-map): Add separators.
1937 2010-12-17  Ken Brown  <kbrown@cornell.edu>
1939         * loadup.el: Use version numbers in Cygwin build.
1941 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
1943         * ido.el (ido-file-internal): Ask for confirmation before
1944         overwriting an existing file (Bug#1238).
1946 2010-12-16  Chong Yidong  <cyd@stupidchicken.com>
1948         * tool-bar.el (tool-bar-setup): Add separators.
1950         * menu-bar.el (featurep): Use menu-bar-separator.
1952 2010-12-16  Ken Manheimer  <ken.manheimer@gmail.com>
1954         Migrate allout encryption provisions from pgg to epg.
1956         * allout.el (allout-toggle-current-subtree-encryption)
1957         (allout-toggle-subtree-encryption): Adjust docstrings to reflect
1958         defaulting policy and other changes.  Change fetch-pass to keymode-cue,
1959         for simpler universal argument interpretation.
1960         (allout-toggle-subtree-encryption):  Adjust docstring to describe
1961         changed encryption provisions.  Change fetch-pass to keymode-cue, for
1962         simpler universal argument interpretation.  Remove provisions for
1963         handling key type and identity - they'll all be within
1964         allout-encrypt-string or epg/epg or even contained all the way in gpg.
1965         (allout-encrypt-string): Include keymode-cue, for optionally prompting
1966         for keypair recipients (universal argument > 1) and, in addition,
1967         associating the specified recipients with the outline (universal
1968         argument > 4) using a file local variable setting for
1969         'epa-file-encrypt-to'.
1970         Require epa, for recipients handling.
1971         Change how regexp filtering elements are named.
1972         Describe the problem with caching of incorrect symmetric-decryption
1973         keys.
1974         Use the epa-passphrase-callback-function, in case the user is using
1975         GnuPG v1.
1976         Support saving of the selected keypair recipients when invoked with a
1977         keymode-cue > 4.
1978         Remove obsolete arguments 'fetch-pass', 'target-cache-id', 'retried'.
1979         Require 'epa.
1980         Establish epg-context with armoring and default epg-protocol.
1981         Remove all passphrase cache, verification, and hinting code.
1982         (allout-passphrase-verifier-handling, allout-passphrase-hint-handling):
1983         No longer used, delete.
1984         (allout-mode): Adjust docstring to describe changed encryption
1985         provisions.  Describe the problem with caching of incorrect
1986         symmetric-decryption keys.
1987         (allout-obtain-passphrase, allout-epg-passphrase-callback-function)
1988         (allout-make-passphrase-state, allout-passphrase-state-passphrase)
1989         (allout-encrypted-key-info, allout-update-passphrase-mnemonic-aids)
1990         (allout-get-encryption-passphrase-verifier, allout-verify-passphrase):
1991         Obsolete, remove.
1993 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1995         * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
1996         key selection prompt; make 'silent as default (Bug#7487).
1998 2010-12-16  Leo  <sdl.web@gmail.com>
2000         * eshell/eshell.el (eshell-directory-name):
2001         Use locate-user-emacs-file (Bug#7578).
2003 2010-12-15  Glenn Morris  <rgm@gnu.org>
2005         * loadup.el (symbol-file-load-history-loaded): Remove; unused.
2007 2010-12-15  Jari Aalto  <jari.aalto@cante.net>
2008             Scott Evans <gse@antisleep.com>
2010         * rect.el (rectange--default-line-number-format)
2011         (rectangle-number-line-callback): New functions.
2012         (rectangle-number-lines): New command, bound to C-x r N (Bug#4382).
2014 2010-12-15  Chong Yidong  <cyd@stupidchicken.com>
2016         * rect.el (operate-on-rectangle-lines, string-rectangle-string):
2017         Delete unused variables.
2018         (move-to-column-force): Remove function obsolete since 21.2.
2020 2010-12-14  Michael Albinus  <michael.albinus@gmx.de>
2022         * net/tramp.el (tramp-temp-buffer-file-name): Make it permanent-local.
2023         (tramp-handle-insert-file-contents): Do not set permanent-local
2024         property.
2026         * net/tramp-cache.el (tramp-persistency-file-name):
2027         Use `locate-user-emacs-file' if fboundp.
2029         * net/tramp-sh.el (tramp-methods): Add "ksu".
2030         (tramp-default-user-alist): Add "ksu".  Use `regexp-opt' for
2031         method list.
2033 2010-12-14  Glenn Morris  <rgm@gnu.org>
2035         * progmodes/js.el: Doc't require font-lock, etags, or easymenu.
2036         (find-tag-marker-ring): Declare.
2037         (js-find-symbol): Require etags.
2039         * mail/sendmail.el: Don't require rmail or mailalias when compiling.
2040         Require mail-utils.
2041         (mail-alias-file): Don't autoload.  Doc fix.
2042         (mail-bury-selects-summary, mail-send-nonascii): Don't autoload.
2043         (mail-mailer-swallows-blank-line): Default to nil.  Doc fix.
2044         Mark as obsolete, and risky.
2045         (mail-setup): Simplify.
2047         * mail/mailalias.el (build-mail-aliases): Make it interactive.
2048         * mail/sendmail.el (build-mail-aliases): Update autoload.
2050         * dired.el (dired-trivial-filenames, dired-chown-program)
2051         (dired-auto-revert-buffer): Remove autoload cookies.
2052         * mail/sendmail.el (mail-recover-1): Require 'dired.
2054         * dired.el (dired-subdir-switches, dired-chown-program)
2055         (dired-use-ls-dired, dired-chmod-program, dired-touch-program):
2056         Make into defcustoms.
2057         (dired-chown-program): Simplify initialization.
2059         * mail/mail-utils.el: No need to require lisp-mode, it's in loadup.
2061 2010-12-13  Romain Francoise  <romain@orebokech.com>
2063         * net/gnutls.el (gnutls-negotiate): Fix setting of default trustfiles.
2065 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2067         * net/netrc.el (netrc-point-at-eol): Remove the unused
2068         netrc-point-at-old and netrc-bound-and-true-p bindings.
2069         (netrc-parse): Cache the netrc contents.
2071 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2073         * subr.el (posn-col-row): Evaluate header-line-format in the
2074         context of the POSITION window's buffer.
2076 2010-12-13  Glenn Morris  <rgm@gnu.org>
2078         * subr.el (member-ignore-case, run-mode-hooks, insert-for-yank-1)
2079         (with-silent-modifications): Doc fixes.
2081 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
2083         * net/tramp.el (tramp-action-password, tramp-process-actions):
2084         Revert previous from.  Use `save-restriction'.
2086 2010-12-13  Stephen Berman  <stephen.berman@gmx.net>
2088         * calendar/diary-lib.el (diary-list-sexp-entries):
2089         Handle case of no newline at end of file.  (Bug#7536)
2091 2010-12-13  Glenn Morris  <rgm@gnu.org>
2093         * mail/smtpmail.el (smtpmail-send-it): Revert previous change.
2095 2010-12-13  Michael Albinus  <michael.albinus@gmx.de>
2097         * net/tramp.el (tramp-action-password): Delete region, do not narrow.
2098         (tramp-process-actions): Do not widen.
2100         * net/tramp-sh.el (tramp-sh-handle-start-file-process):
2101         Protect buffer-modified value.  (Bug#7557)
2103 2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
2105         * log-edit.el (log-edit-changelog-entries):
2106         Regexp quote filename.  (Bug#7505)
2108 2010-12-13  Tom Breton  <tehom@panix.com>
2110         * cus-edit.el (custom-save-all):
2111         Bind print-length and print-level to nil.  (Bug#7581)
2113 2010-12-13  Glenn Morris  <rgm@gnu.org>
2115         * mouse.el (mouse-menu-major-mode-map, mouse-menu-bar-map):
2116         Run hooks to update menu contents.  (Bug#7586)
2118         * mail/smtpmail.el (smtpmail-send-it): Avoid colons in the queued
2119         file names, for the sake of MS Windows.  (Bug#7588)
2121 2010-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2123         * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
2124         empty lines without a leading space.
2126 2010-12-13  Leo  <sdl.web@gmail.com>
2128         * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
2129         while mapping over marks (Bug#6810).
2131 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
2133         * image-dired.el (image-dired-db-file)
2134         (image-dired-temp-image-file, image-dired-gallery-dir)
2135         (image-dired-temp-rotate-image-file): Set default values relative
2136         to image-dired-dir (Bug#7518).
2138 2010-12-13  Lawrence Mitchell  <wence@gmx.li>
2140         * format.el (format-decode-run-method): Pass args FROM and TO, not
2141         point-min and point-max, to shell-command-on-region (Bug#7488).
2143 2010-12-13  Jan Djärv  <jan.h.d@swipnet.se>
2145         * frame.el (blink-cursor-mode): Make default t for ns.
2147 2010-12-13  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2149         * vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2151 2010-12-13  Chong Yidong  <cyd@stupidchicken.com>
2153         * comint.el (comint-dynamic-list-input-ring)
2154         (comint-dynamic-complete-filename)
2155         (comint-replace-by-expanded-filename)
2156         (comint-dynamic-simple-complete)
2157         (comint-dynamic-list-filename-completions)
2158         (comint-dynamic-list-completions): Doc fix (Bug#7499).
2160         * subr.el (posn-x-y, posn-object-x-y, posn-object-width-height):
2161         Doc fix (Bug#7471).
2163 2010-12-13  Martin Rudalics  <rudalics@gmx.at>
2165         * dired.el (dired-pop-to-buffer): Bind pop-up-frames to nil
2166         (Bug#7533).
2168 2010-12-13  W. Martin Borgert <debacle@debian.org>  (tiny change)
2170         * files.el (auto-mode-alist): Handle .dbk (DocBook) with xml-mode.
2171         (Bug#7491).
2173 2010-12-13  Eli Zaretskii  <eliz@gnu.org>
2175         * files.el (file-relative-name): Handle UNC file names on
2176         DOS/Windows.  (Bug#4674)
2178 2010-12-13  Daiki Ueno  <ueno@unixuser.org>
2180         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2181         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
2182         (epg-context-set-passphrase-callback): Mention that the callback
2183         is not called when used with GnuPG 2.x.
2185 2010-12-13  Glenn Morris  <rgm@gnu.org>
2187         * ps-print.el (ps-line-lengths-internal, ps-nb-pages):
2188         Ensure ps-footer-font-size-internal is initialized.
2189         Call ps-get-page-dimensions before trying to use ps-font-for-text.
2191 2010-12-13  Kenichi Handa  <handa@m17n.org>
2193         * mail/rmailmm.el (rmail-mime-parse): Call rmail-mime-process
2194         within condition-case.
2195         (rmail-show-mime): Don't use condition-case.
2196         (rmail-search-mime-message): New function.
2197         (rmail-search-mime-message-function): Set to
2198         rmail-search-mime-message.
2200 2010-12-13  Leo  <sdl.web@gmail.com>
2202         * ido.el (ido-common-initialization): New function.  (bug#3274)
2203         (ido-mode): Use it.
2204         (ido-completing-read): Call it.
2206 2010-12-12  Karl Fogel  <kfogel@red-bean.com>
2208         * bookmark.el (bookmark-name-from-full-record): Rename back to
2209         this original name from `bookmark-name-from-record' reverting part
2210         of 2010-12-08T08:09:27Z!kfogel@red-bean.com / kfogel@red-bean.com-20101208080927-5j9jqnb2xvcw4ogm.
2211         As Drew Adams pointed out, there was no reason to cause churn for
2212         third-party callers.
2214 2010-12-12  Alan Mackenzie  <acm@muc.de>
2216         * progmodes/cc-engine.el (c-forward-type): Before scanning a
2217         template arglist, check that the current language supports this.
2219 2010-12-11  Glenn Morris  <rgm@gnu.org>
2221         * vc/vc-bzr.el (vc-bzr-state-heuristic): Also check that the executable
2222         state of the file matches.  (Bug#7544)
2223         (vc-bzr-register, vc-bzr-checkin)
2224         (vc-bzr-annotate-extract-revision-at-line): Doc fixes.
2225         (vc-directory-exclusion-list): Remove unnecessary eval-after-load.
2227         * textmodes/sgml-mode.el (sgml-xml-guess): Add .xhtml extension.
2229 2010-12-11  Karel Klíč  <kklic@redhat.com>
2231         * files.el (auto-mode-alist): Use html-mode for *.xhtml.  (Bug#7606)
2233 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2235         Derive from prog-mode, use derived-mode-p, and fix up various
2236         minor style issues in lisp/progmodes.
2238         * progmodes/vhdl-mode.el (vhdl-mode):
2239         * progmodes/verilog-mode.el (verilog-mode):
2240         * progmodes/vera-mode.el (vera-mode):
2241         * progmodes/sql.el (sql-mode):
2242         * progmodes/scheme.el (scheme-mode):
2243         * progmodes/perl-mode.el (perl-mode):
2244         * progmodes/octave-inf.el (inferior-octave-mode):
2245         * progmodes/autoconf.el (autoconf-mode):
2246         * progmodes/m4-mode.el (m4-mode):
2247         * progmodes/inf-lisp.el (inferior-lisp-mode):
2248         * progmodes/idlwave.el (idlwave-mode):
2249         * progmodes/icon.el (icon-mode):
2250         * progmodes/idlw-help.el (idlwave-help-mode):
2251         * progmodes/dcl-mode.el (dcl-mode):
2252         * progmodes/idlw-shell.el (idlwave-shell-mode):
2253         * progmodes/ebrowse.el (ebrowse-tree-mode, ebrowse-electric-list-mode)
2254         (ebrowse-member-mode, ebrowse-electric-position-mode):
2255         Use define-derived-mode.
2257         * progmodes/xscheme.el (exit-scheme-interaction-mode)
2258         (xscheme-enter-interaction-mode, xscheme-enter-debugger-mode)
2259         (xscheme-debugger-mode-p, xscheme-send-string-1):
2260         * progmodes/tcl.el (inferior-tcl-proc, tcl-current-word)
2261         (tcl-load-file, tcl-restart-with-file):
2262         * progmodes/ps-mode.el (ps-run-running):
2263         * progmodes/gdb-mi.el (gud-watch, gdb-mouse-set-clear-breakpoint):
2264         * progmodes/js.el (js--get-all-known-symbols):
2265         * progmodes/inf-lisp.el (inferior-lisp-proc):
2266         * progmodes/idlwave.el (idlwave-beginning-of-statement)
2267         (idlwave-template, idlwave-update-buffer-routine-info)
2268         (idlwave-update-current-buffer-info)
2269         (idlwave-get-routine-info-from-buffers, idlwave-choose)
2270         (idlwave-scan-class-info, idlwave-fix-keywords)
2271         (idlwave-list-buffer-load-path-shadows):
2272         * progmodes/idlw-toolbar.el (idlwave-toolbar, idlwave-toolbar-add)
2273         (idlwave-toolbar-remove):
2274         * progmodes/idlw-shell.el (idlwave-shell-save-and-action)
2275         (idlwave-shell-file-name, idlwave-shell-electric-debug-all-off)
2276         (idlwave-shell-menu-def):
2277         * progmodes/idlw-complete-structtag.el
2278         (idlwave-prepare-structure-tag-completion):
2279         * progmodes/gud.el (gud-set-buffer):
2280         * progmodes/f90.el (f90-backslash-not-special):
2281         * progmodes/delphi.el (delphi-find-unit): Use derived-mode-p.
2283         * progmodes/xscheme.el (xscheme-start)
2284         (local-set-scheme-interaction-buffer, scheme-interaction-mode):
2285         * progmodes/which-func.el (which-function):
2286         * progmodes/vhdl-mode.el (vhdl-set-style):
2287         * progmodes/verilog-mode.el (verilog-set-compile-command)
2288         (verilog-modify-compile-command, verilog-error-regexp-add-xemacs)
2289         (verilog-set-define, verilog-auto-reeval-locals):
2290         * progmodes/sql.el (sql-product-font-lock, sql-interactive-mode):
2291         * progmodes/simula.el (simula-mode):
2292         * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
2293         * progmodes/python.el (python-check, python-mode):
2294         * progmodes/prolog.el (prolog-mode-variables):
2295         * progmodes/gud.el (gud-tooltip-activate-mouse-motions):
2296         * progmodes/ebrowse.el (ebrowse-view-file-other-frame):
2297         * progmodes/delphi.el (delphi-mode):
2298         * progmodes/cc-styles.el (c-setup-paragraph-variables):
2299         * progmodes/cc-mode.el (c-basic-common-init, c-common-init)
2300         (c-font-lock-init): Move make-local-variable to their setq.
2302         * progmodes/vhdl-mode.el (vhdl-write-file-hooks-init)
2303         (vhdl-hs-minor-mode, vhdl-ps-print-init): Fix make-local-variable ->
2304         make-local-hook.
2305         * progmodes/sh-script.el (sh-require-final-newline): Remove.
2306         (sh-set-shell): Don't set require-final-newline since it's already done
2307         by prog-mode.
2308         * progmodes/modula2.el (m2-mode): Don't make m2-end-comment-column
2309         since we never set it.
2310         * progmodes/ebrowse.el (ebrowse-set-tree-indentation):
2311         Use read-string and standard prompt.
2312         * progmodes/dcl-mode.el (dcl-mode-map): Move init into declaration.
2313         * progmodes/meta-mode.el (meta-mode-abbrev-table): Merge init and decl.
2314         (meta-common-mode-syntax-table): Rename from meta-mode-syntax-table.
2315         (meta-common-mode-map): Rename from meta-mode-map.
2316         Remove C-m binding, which is a user preference, not mode specific.
2317         (meta-common-mode): New major mode; replace meta-common-initialization.
2318         * progmodes/js.el (js-mode): Call syntax-propertize rather than messing
2319         around with font-lock.
2320         * progmodes/etags.el (select-tags-table-mode):
2321         Derive from special-mode.
2322         * progmodes/octave-mod.el (octave-mode):
2323         * progmodes/gdb-mi.el (gdb-inferior-io-mode, gdb-threads-mode)
2324         (gdb-memory-mode, gdb-disassembly-mode, gdb-breakpoints-mode)
2325         (gdb-frames-mode, gdb-locals-mode, gdb-registers-mode):
2326         Let define-derived-mode do its job.
2327         * progmodes/cpp.el (cpp-edit-mode-map):
2328         Move initialization into declaration.
2329         (cpp-edit-mode): Use define-derived-mode.
2330         (cpp-edit-load): Use derived-mode-p.
2331         * progmodes/mixal-mode.el (mixal-mode):
2332         * progmodes/f90.el (f90-mode):
2333         * progmodes/cfengine.el (cfengine-mode): Don't bother setting
2334         require-final-newline since prog-mode does it already.
2335         * progmodes/cc-cmds.el (c-update-modeline): Use match-string.
2336         * progmodes/asm-mode.el (asm-mode-map): Fix menu setup.
2337         * progmodes/antlr-mode.el: Require cc-mode upfront.
2338         (antlr-mode-syntax-table, antlr-action-syntax-table): Initialize in
2339         the declaration.
2340         (antlr-directory-dependencies, antlr-show-makefile-rules):
2341         Use derived-mode-p.
2342         (antlr-language-option): Don't assume point-min==1.
2343         (antlr-mode): Use define-derived-mode.
2344         * progmodes/ada-mode.el: Use derived-mode-p.
2345         (ada-mode): Use define-derived-mode.
2346         Use hack-local-variables-hook.
2348 2010-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * textmodes/texinfo.el (texinfo-mode-map): Bind texinfo-insert-@end.
2351         (texinfo-mode): Don't disable adaptive-fill-mode.
2352         (texinfo-insert-block): Adjust cursor placement for blocks with arg.
2353         (texinfo-insert-@end, texinfo-insert-braces, texinfo-insert-@code)
2354         (texinfo-insert-@dfn, texinfo-insert-@email, texinfo-insert-@emph)
2355         (texinfo-insert-@example, texinfo-insert-@file, texinfo-insert-@item)
2356         (texinfo-insert-@kbd, texinfo-insert-@node, texinfo-insert-@noindent)
2357         (texinfo-insert-@quotation, texinfo-insert-@samp)
2358         (texinfo-insert-@strong, texinfo-insert-@table, texinfo-insert-@var)
2359         (texinfo-insert-@uref): Use define-skeleton.
2360         (texinfo-insert-@-with-arg): Delete.
2362 2010-12-10  Eli Zaretskii  <eliz@gnu.org>
2364         * arc-mode.el (archive-zip-extract): If w32-quote-process-args is
2365         nil, do quote archive member names.  (Bug#6144)
2367 2010-12-10  Glenn Morris  <rgm@gnu.org>
2369         * files.el (diff-no-select): Declare.
2371         * mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
2372         (report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2374         * comint.el (comint-input-ring-file-name): Doc fix.
2376 2010-12-09  Eli Zaretskii  <eliz@gnu.org>
2378         * menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p):
2379         New functions.
2380         (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>:
2381         Use them instead of `nil' and `>', respectively.
2382         (menu-bar-showhide-tool-bar-menu): Use menu-bar-frame-for-menubar
2383         instead of `nil'.
2384         (toggle-menu-bar-mode-from-frame): Use menu-bar-frame-for-menubar
2385         and menu-bar-positive-p instead of `nil' and `>', respectively.
2386         (Bug#1077)
2388 2010-12-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2390         * whitespace.el (whitespace-newline-mode): Code fix.
2392 2010-12-09  Glenn Morris  <rgm@gnu.org>
2394         * play/landmark.el (lm-print-y,s,noise-int, lm-print-y,s,noise):
2395         Rename functions without commas, update callers.
2397 2010-12-08  Jeff Dairiki  <dairiki@dairiki.org>  (tiny change)
2399         * whitespace.el (whitespace-cleanup-region):
2400         Clean up spaces before tabs.  (Bug#7582)
2402 2010-12-08  Karl Fogel  <kfogel@red-bean.com>
2404         * bookmark.el: Adjust parameter names and doc strings to resolve
2405         confusion over whether "bookmark" meant a bookmark name or a
2406         bookmark record.  Along the way, shorten one function's name for
2407         similar reasons.  (Issue #7548)
2408         (bookmark-name-from-record): New name for
2409         `bookmark-name-from-full-record'.  All callers changed.
2410         (bookmark-get-bookmark, bookmark-get-bookmark-record)
2411         (bookmark-default-annotation-text, bookmark-prop-get, bookmark-prop-set)
2412         (bookmark-get-annotation, bookmark-set-annotation)
2413         (bookmark-get-filename, bookmark-set-filename)
2414         (bookmark-get-position, bookmark-set-position)
2415         (bookmark-get-front-context-string, bookmark-set-front-context-string)
2416         (bookmark-get-rear-context-string, bookmark-set-rear-context-string)
2417         (bookmark-get-handler, bookmark-edit-annotation, bookmark--jump-via)
2418         (bookmark-handle-bookmark, bookmark-location, bookmark-show-annotation):
2419         Rename `bookmark' parameter to `bookmark-name-or-record', to
2420         clearly show its role, and shorten or adjust doc strings accordingly.
2421         (bookmark-set-name): Same, and pass the parameter directly to
2422         `bookmark-get-bookmark' instead of redundantly doing the callee's work.
2423         (bookmark-default-annotation-text, bookmark-send-edited-annotation)
2424         (bookmark-relocate, bookmark-insert-location, bookmark-insert)
2425         (bookmark-delete): Rename `bookmark' parameter to `bookmark-name',
2426         and in some cases shorten doc string accordingly.
2427         (bookmark-rename): Change `old' and `new' parameters to `old-name'
2428         and `new-name', and adjust an internal variable to avoid confusion.
2429         (bookmark-jump, bookmark-jump-noselect): Clarify `bookmark'
2430         parameter in doc string.
2432 2010-12-08  Glenn Morris  <rgm@gnu.org>
2434         * progmodes/gdb-mi.el (gdb): Try to initialize comint input history
2435         from gdb's history file.  (Bug#7575)
2437         * mail/emacsbug.el (report-emacs-bug):
2438         Try to handle some other mail clients.
2440 2010-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2442         * files.el (dir-locals-collect-variables): Don't let errors stop us.
2443         Use string-prefix-p.
2444         (file-name-version-regexp): New var.
2445         (file-name-sans-versions):
2446         * jka-cmpr-hook.el (jka-compr-build-file-regexp): Use it,
2447         (jka-compr-get-compression-info): Use dolist.
2448         (jka-compr-compression-info-list): Don't bother specifying
2449         version/backup regexps.
2451 2010-12-07  Tassilo Horn  <tassilo@member.fsf.org>
2453         * simple.el (just-one-space): Make argument n default to 1 if
2454         omitted.
2456 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2458         * electric.el (electric-indent-post-self-insert-function):
2459         Delete trailing newlines even if we don't reindent.
2461 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2463         * minibuffer.el (completion-at-point): Remove the `arg'.
2464         * bindings.el (complete-symbol): Move back from minibuffer.el.
2466 2010-12-06  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2468         * simple.el (just-one-space): Delete newlines for negative arg.
2470 2010-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * ansi-color.el (ansi-color-unfontify-region): Replace by trivial def.
2473         (ansi-color-filter-apply): Simplify.
2474         (ansi-color-apply): Use `font-lock-face' rather than `face'.
2476 2010-12-05  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2478         * vc/vc-dir.el (vc-dir-query-replace-regexp): Doc fix (Bug#7501).
2480 2010-12-04  Chong Yidong  <cyd@stupidchicken.com>
2482         * dired.el (dired-use-ls-dired): Set default to a special
2483         "unspecified" value.
2484         (dired-insert-directory): When called the first time, check
2485         whether "ls --dired" succeeds and set dired-use-ls-dired (Bug#7546).
2487 2010-12-04  Tak Ota  <Takaaki.Ota@am.sony.com>
2489         * replace.el: Add "collect" feature to occur.
2490         (occur-collect-regexp-history): New var.
2491         (occur-read-primary-args): Return a replace string for nlines,
2492         if needed.
2493         (occur): Extend the meaning of nlines.
2495 2010-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * progmodes/which-func.el (which-func-ff-hook): Log the error message.
2498         (which-func-update-1): Distinguish symbols from strings.
2499         (which-function): Stay within 80 columns.
2501 2010-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2503         * subr.el (with-demoted-errors): Distinguish symbols from strings.
2505         * newcomment.el (comment-styles): Add docs to each style (bug#7509).
2506         Improve docstring.
2507         (comment-style): Use comment-styles's docs to describe values.
2509 2010-12-03  Jan Djärv  <jan.h.d@swipnet.se>
2511         * term/common-win.el (x-setup-function-keys): Restore ns-new-frame
2512         and ns-show-prefs (Bug#7535).
2514         * term/ns-win.el (global-map): Restore ns-new-frame and ns-show-prefs
2515         bindings (Bug#7535).
2517 2010-12-03  Glenn Morris  <rgm@gnu.org>
2519         * nxml/nxml-mode.el: Require rng-nxml.
2520         (rng-nxml-mode-init, nxml-enable-unicode-char-name-sets):
2521         Remove declarations.
2523         * nxml/nxml-mode.el, nxml/nxml-outln.el, nxml/rng-loc.el:
2524         * nxml/rng-nxml.el, nxml/rng-valid.el:
2525         Remove leading `*' from defcustom docs.
2527         * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
2528         (normal-top-level-add-to-load-path, tty-handle-args):
2529         Convert comments to basic doc-strings.
2531         * net/browse-url.el (browse-url-url-at-point)
2532         (browse-url-default-browser): Remove autoload cookies.
2534         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2535         Remove more undefined cl functions.
2537         * vc/diff.el (diff-sentinel): Make new arguments optional.
2538         * ibuf-ext.el (diff-sentinel): Update declaration.
2540 2010-12-03  Daiki Ueno  <ueno@unixuser.org>
2542         * epg.el (epg-digest-algorithm-alist): Replace "RMD160" with
2543         "RIPEMD160" (Bug#7490).  Reported by Daniel Kahn Gillmor.
2544         (epg-context-set-passphrase-callback): Mention that the callback
2545         is not called when used with GnuPG 2.x.
2547 2010-12-02  Michael Albinus  <michael.albinus@gmx.de>
2549         * net/tramp.el (tramp-local-host-regexp): Add "localhost6".
2550         (tramp-file-name-port): Check also for `tramp-default-port'.
2551         (tramp-get-connection-name): New defun.
2552         (tramp-get-connection-process): Use it.
2553         (tramp-debug-message): Extend function exclude list.
2554         (tramp-drop-volume-letter): Fix doc string.
2556         * net/tramp-cmds.el: Remove solved todo item.
2558         * net/tramp-efs.el:
2559         * net/tramp-ftp.el:
2560         * net/tramp-gvfs.el:
2561         * net/tramp-gw.el:
2562         * net/tramp-imap.el:
2563         * net/tramp-smb.el: Fix regexps added to `tramp-default-method-alist'
2564         and `tramp-default-user-alist', respectively.
2566         * net/tramp-gw.el (tramp-gw-open-connection):
2567         Use `tramp-get-connection-name' and `tramp-get-connection-buffer'.
2569         * net/tramp-imap.el (tramp-imap-make-iht): Use just
2570         `tramp-file-name-port'.
2572         * net/tramp-sh.el (tramp-methods): Add recursive options to "pscp"
2573         and "psftp".  Exchange "%k" marker with options.
2574         (tramp-do-copy-or-rename-file, tramp-sh-handle-file-local-copy):
2575         Compute size of link target.
2576         (tramp-do-copy-or-rename-file-out-of-band). Move setting of
2577         `tramp-current-*' up due to gateway methods.  Optimze computing of
2578         copy arguments.  Use `tramp-get-connection-name' and
2579         `tramp-get-connection-buffer'.  Improve debug messages.
2580         (tramp-compute-multi-hops): Remove port determination.
2581         (tramp-maybe-open-connection): Use `tramp-get-connection-name'.
2583         * net/trampver.el: Update release number.
2585 2010-12-02  Glenn Morris  <rgm@gnu.org>
2587         * emacs-lisp/cl-macs.el (cl-parse-loop-clause):
2588         Avoid infinite loop over windows.  (Bug#7492)
2590         * progmodes/flymake.el (flymake-check-file-limit):
2591         Allow nil to mean "no limit".
2592         (flymake-check-patch-master-file-buffer): Update for above change.
2593         Allow a .tex file-name extension to be optional.
2594         (flymake-master-tex-init): Also match \include statements.
2596 2010-11-30  Sam Steingold  <sds@gnu.org>
2598         * nxml/nxml-mode.el (nxml-parent-document): Add a variable.
2599         (nxml-parent-document-set): A function to set `nxml-parent-document'.
2600         (nxml-mode): Define using `define-derived-mode' instead of `defun'.
2601         (nxml-mode-hook): Remove `defcustom' (auto-defined by
2602         define-derived-mode').
2603         * nxml/rng-valid.el (rng-dtd-trivial-p): Add a helper function for
2604         users who want to call `nxml-parent-document-set'.
2606 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2608         * log-edit.el (log-edit-font-lock-keywords): Don't try matching
2609         stand-alone lines, since that is handled by log-edit-match-to-eoh
2610         (Bug#6465).
2612 2010-11-27  Eduard Wiebe  <usenet@pusto.de>
2614         * dired.el (dired-get-filename): Replace backslashes with slashes
2615         in file names on MS-Windows, needed by `locate'.  (Bug#7308)
2616         * locate.el (locate-default-make-command-line): Don't consider
2617         drive letter and root directory part of
2618         `directory-listing-before-filename-regexp'.  (Bug#7308)
2619         (locate-post-command-hook, locate-post-command-hook): New defcustoms.
2621 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2623         * emacs-lisp/smie.el (smie-prec2->grammar): Simplify handling
2624         of :smie-open/close-alist.
2625         (smie-next-sexp): Make it accept a "start token" as argument.
2626         (smie-indent-keyword): Be careful not to misidentify tokens that span
2627         more than one line, as empty lines.  Add argument `token'.
2629 2010-11-27  Kenichi Handa  <handa@m17n.org>
2631         * mail/rmailmm.el (rmail-mime-insert-multipart): For unsupported
2632         multipart subtypes, insert all as usual.
2634         * mail/rmail.el: Require rfc2047.
2636 2010-11-27  Kenichi Handa  <handa@m17n.org>
2638         * mail/rmailmm.el (rmail-mime-entity, rmail-mime-entity-type)
2639         (rmail-mime-entity-disposition)
2640         (rmail-mime-entity-transfer-encoding, rmail-mime-entity-header)
2641         (rmail-mime-entity-body, rmail-mime-entity-children): New functions.
2642         (rmail-mime-save): Handle the case that the button's `data' is a
2643         MIME entity.
2644         (rmail-mime-insert-text): New function.
2645         (rmail-mime-insert-image): Handle the case that DATA is a MIME entity.
2646         (rmail-mime-bulk-handler): Just call rmail-mime-insert-bulk.
2647         (rmail-mime-insert-bulk): New function mostly copied from the old
2648         rmail-mime-bulk-handler.
2649         (rmail-mime-multipart-handler): Just call rmail-mime-process-multipart.
2650         (rmail-mime-process-multipart): New function mostly copied from
2651         the old rmail-mime-multipart-handler.
2652         (rmail-mime-show): Just call rmail-mime-process.
2653         (rmail-mime-process): New function mostly copied from the old
2654         rmail-mime-show.
2655         (rmail-mime-insert-multipart, rmail-mime-parse)
2656         (rmail-mime-insert, rmail-show-mime)
2657         (rmail-insert-mime-forwarded-message)
2658         (rmail-insert-mime-resent-message): New functions.
2659         (rmail-insert-mime-forwarded-message-function): Set to
2660         rmail-insert-mime-forwarded-message.
2661         (rmail-insert-mime-resent-message-function): Set to
2662         rmail-insert-mime-resent-message.
2664         * mail/rmailsum.el: Require rfc2047.
2665         (rmail-header-summary): Handle multiline Subject: field.
2666         (rmail-summary-line-decoder): Change the default to
2667         rfc2047-decode-string.
2669         * mail/rmail.el (rmail-enable-mime): Change the default to t.
2670         (rmail-mime-feature): Change the default to `rmailmm'.
2671         (rmail-quit): Delete the specifal code for rmail-enable-mime.
2672         (rmail-display-labels): Likewise.
2673         (rmail-show-message-1): Check rmail-enable-mime, and use
2674         rmail-show-mime-function for a MIME message.  Decode the headers
2675         according to RFC2047.
2677 2010-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2679         * progmodes/which-func.el (which-func-imenu-joiner-function):
2680         Return a string, as expected.
2681         (which-function-mode): Make sure we stop any previous timer before
2682         starting a new one.
2684 2010-11-27  Michael Albinus  <michael.albinus@gmx.de>
2686         * net/tramp.el (tramp-default-method-alist)
2687         (tramp-default-user-alist, tramp-default-proxies-alist):
2688         Adapt custom options type.  (Bug#7445)
2690 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2692         * progmodes/python.el: Add Ipython support (Bug#5390).
2693         (python-shell-prompt-alist)
2694         (python-shell-continuation-prompt-alist): New options.
2695         (python--set-prompt-regexp): New function.
2696         (inferior-python-mode, run-python, python-shell):
2697         Require ansi-color.  Use python--set-prompt-regexp to set the comint
2698         prompt based on the Python interpreter.
2699         (python--prompt-regexp): New var.
2700         (python-check-comint-prompt)
2701         (python-comint-output-filter-function): Use it.
2702         (run-python): Use a pipe (Bug#5694).
2704 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2706         * progmodes/python.el (run-python): Doc fix.
2707         (python-keep-current-directory-in-path): New var (Bug#7454).
2709 2010-11-27  Chong Yidong  <cyd@stupidchicken.com>
2711         * lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
2712         Prompt user before actually printing.
2714 2010-11-27  Glenn Morris  <rgm@gnu.org>
2716         * startup.el (package-enable-at-startup, package-initialize):
2717         Remove unnecessary declarations.
2719 2010-11-27  Eli Zaretskii  <eliz@gnu.org>
2721         * international/characters.el (glyphless-char-display-control):
2722         Exclude newline and TAB from the c0-control group.
2724 2010-11-27  Glenn Morris  <rgm@gnu.org>
2726         * mail/sendmail.el (build-mail-aliases): Doc fix for autoload.
2727         (expand-mail-aliases): Remove unnecessary autoload.
2729         * allout.el (allout-command-prefix, allout-mode-map): Declare.
2731         * shell.el (shell-dir-cookie-re): Move definition before use.
2733         * mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
2734         Replace undefined CL functions.
2736 2010-11-26  Eli Zaretskii  <eliz@gnu.org>
2738         * simple.el (prog-mode): Set bidi-paragraph-direction to
2739         left-to-right.
2741         * term/pc-win.el (x-get-selection-internal): Emulation for MS-DOS.
2743 2010-11-26  Glenn Morris  <rgm@gnu.org>
2745         * calendar/diary-lib.el (diary-outlook-format-1): New function, so that
2746         diary-outlook-formats can be sensitive to calendar-date-style.
2747         (diary-outlook-formats): Simplify the default setting.
2748         (diary-from-outlook-internal): Pass subject and body as arguments.
2749         Use dolist rather than dotimes.  Don't save the diary buffer.
2750         (diary-from-outlook-gnus, diary-from-outlook-rmail):
2751         Pass subject and body as explicit arguments to the -internal function.
2753 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755         * mail/rfc2368.el (rfc2368-parse-mailto-url): Unfold URLs before
2756         parsing them.  This makes mailto:...?subject=foo\nbar work.
2758 2010-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2760         * vc/diff.el (diff): Fix last change.
2762 2010-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
2764         * emacs-lisp/pcase.el: Improve pcase-let.  Use "pcase--" prefix.
2765         (pcase--dontcare-upats): New var.
2766         (pcase-let, pcase-let*): Generate better code.
2767         Accept the same bodies as `let'.
2768         (pcase-dolist): New macro.
2769         (pcase--trivial-upat-p): New helper function.
2770         (pcase--expand): Strip leading "(let nil" if any.
2772 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2774         * mail/mailclient.el (browse-url): Require.
2775         (mailclient-send-it): Bind `browse-url-mailto-function' to nil to
2776         use the external browser function to send the mail (bug#7469).
2778         * net/browse-url.el (browse-url-browser-function): Revert the
2779         default back to the previous value, since the new value broke
2780         mailclient.el.
2781         (browse-url-mailto-function): New variable for mailto: URLs.
2782         (browse-url): Use the new variable for mailto: URLs.
2784 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2786         * eshell/esh-cmd.el (eshell-parse-command):
2787         * eshell/esh-arg.el (eshell-parse-arguments):
2788         * eshell/em-script.el (eshell-source-file):
2789         Use with-silent-modifications.
2791 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
2793         * vc/vc.el (vc-merge): Remove optional arg PROMPT.  Always prompt
2794         for a merge location.
2796         * vc/vc-bzr.el (vc-bzr-pull): Remove unused var.
2797         (vc-bzr-merge-branch): Always prompt.
2798         (vc-bzr-async-command): Use the full branch filename.
2800 2010-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2802         * shell.el (shell): Use current-buffer by default if it's already
2803         a shell mode buffer and its process is dead.
2804         Suggested by Jose E. Marchesi <jemarch@gnu.org>.
2806 2010-11-23  Tassilo Horn  <tassilo@member.fsf.org>
2808         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
2809         Mention that the keywords should be comma separated.
2811 2010-11-23  Chong Yidong  <cyd@stupidchicken.com>
2813         * vc/vc.el (vc-merge): Use vc-BACKEND-merge-branch if available.
2814         Accept optional prefix arg meaning to prompt for a command.
2815         (vc-update): Use vc-BACKEND-pull if available.  Accept optional
2816         prefix arg meaning to prompt for a command.
2817         (vc-pull): Alias for vc-update.
2819         * vc/vc-bzr.el (vc-bzr-admin-branchconf, vc-bzr-history): New vars.
2820         (vc-bzr--branch-conf, vc-bzr-async-command, vc-bzr-pull)
2821         (vc-bzr-merge-branch): New functions, implementing merge-branch
2822         and pull operations.
2824 2010-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
2826         * Makefile.in: Fix up last merge.
2828         * vc/diff.el (diff-old-temp-file, diff-new-temp-file): Remove.
2829         (diff-sentinel): Get them as arguments instead.
2830         (diff-old-file, diff-new-file, diff-extra-args): Remove.
2831         (diff-file-local-copy, diff-better-file-name): New funs.
2832         (diff-no-select): Rename from diff-into-buffer.
2833         Support buffers additionally to files.  Move `buf' arg.  Don't display buf.
2834         Prefer closures to buffer-local variables.
2835         (diff): Adjust accordingly.
2836         (diff-buffer-with-file): Move from files.el.
2837         * files.el (diff-buffer-with-file): Move to vc/diff.el.
2838         (diff-buffer-internal): Remove.
2839         (diff-buffer-buffer): Remove.
2840         (save-some-buffers-action-alist): Use diff-no-select so as not to guess
2841         the buffer name used, and so as not to mess up windows and frames.
2843 2010-11-22  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
2845         * files.el: Make revert work with diff-buffer-with-file (bug#7277).
2846         (diff-buffer-internal): New function extracted from diff-buffer-with-file
2847         (diff-buffer-with-file): Use it.
2848         * vc/diff.el (diff-into-buffer): New fun, extracted from diff.
2849         (diff): Use it.
2851 2010-11-22  Tassilo Horn  <tassilo@member.fsf.org>
2853         * textmodes/reftex-ref.el (reftex-goto-label): Use the current
2854         \ref's or \pageref's value as default instead of initial input.
2856 2010-11-21  Michael Albinus  <michael.albinus@gmx.de>
2858         * files.el (backup-by-copying-when-mismatch): The default value is
2859         now t.
2861         * startup.el (normal-top-level):
2862         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
2863         `backup-by-copying-when-mismatch'.
2865 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2867         * tool-bar.el (tool-bar-setup): Remove save as, print and customize.
2869 2010-11-21  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
2871         * progmodes/python.el (python-font-lock-keywords):
2872         Highlight top-level augmented assignments (Bug#6445).
2874 2010-11-21  Jan Djärv  <jan.h.d@swipnet.se>
2876         * term/ns-win.el (ns-right-control-modifier)
2877         (ns-right-command-modifier): Defvar them.
2879         * cus-start.el (all): Add ns-right-control-modifier and
2880         ns-right-command-modifier (Bug#7458).
2882 2010-11-20  Glenn Morris  <rgm@gnu.org>
2884         * emacs-lisp/authors.el (authors-ignored-files)
2885         (authors-valid-file-names, authors-renamed-files-alist): Add entries.
2887 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2889         * mail/emacsbug.el (report-emacs-bug-query-existing-bugs)
2890         (report-emacs-bug-parse-query-results)
2891         (report-emacs-bug-create-existing-bugs-buffer): Pass through
2892         keywords used for querying the bug database to show them in the
2893         existing bugs buffer.
2895 2010-11-20  Jan Djärv  <jan.h.d@swipnet.se>
2897         * tool-bar.el (tool-bar-setup): Add some :vert-only keywords.
2899         * info.el (info-tool-bar-map): Add some :vert-only keywords.
2901 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
2903         * international/characters.el (glyphless-char-display-control):
2904         Make it a defcustom, with update-glyphless-char-display as its
2905         :set attribute.
2906         (top level): Don't call update-glyphless-char-display.
2908 2010-11-20  Michael Albinus  <michael.albinus@gmx.de>
2910         Sync with Tramp 2.2.0.
2912         * net/tramp.el (tramp-handle-insert-file-contents): Don't use
2913         `file-remote-p' (due to compatibility).
2915         * net/tramp-sh.el (tramp-do-copy-or-rename-file-directly)
2916         (tramp-do-copy-or-rename-file-out-of-band): Use `ignore-errors'.
2918         * net/trampver.el: Update release number.
2920 2010-11-20  Eli Zaretskii  <eliz@gnu.org>
2922         * faces.el (glyphless-char): Define value for `pc'.
2924 2010-11-20  Tassilo Horn  <tassilo@member.fsf.org>
2926         Implemented a bug querying mechanism.
2927         * mail/emacsbug.el (report-emacs-bug-tracker-url): New variable.
2928         (report-emacs-bug-create-existing-bugs-buffer)
2929         (report-emacs-bug-parse-query-results)
2930         (report-emacs-bug-query-existing-bugs): New functions.
2932 2010-11-19  Tassilo Horn  <tassilo@member.fsf.org>
2934         * textmodes/reftex-ref.el (reftex-goto-label): If point is inside
2935         a \ref{} or \pageref{} macro, then use its value as initial input.
2937 2010-11-19  Jay Belanger  <jay.p.belanger@gmail.com>
2939         * calc/calc-units.el (math-build-units-table-buffer):
2940         calc/README: Mention that the TeX specific units won't use the
2941         `tex' prefix in TeX mode.
2942         calc/calc-lang.el (math-variable-table): Don't use the `tex'
2943         prefix for units in TeX mode.
2945 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * simple.el (kill-new, kill-append, kill-region):
2948         * comint.el (comint-kill-region): Make the yank-handler argument
2949         obsolete.
2951 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2953         * emacs-lisp/smie.el (smie-bnf-classify): Signal errors for tokens
2954         that are both openers (resp. closers) and something else.
2955         (smie-grammar): Loosen definition of valid values.
2956         (smie-next-sexp, smie-down-list, smie-blink-matching-open)
2957         (smie-indent--parent, smie-rule-parent, smie-indent-keyword)
2958         (smie-indent-after-keyword): Adjust users.
2959         (smie-indent-keyword): Don't indent empty lines.
2961         * vc-hg.el (vc-hg-program): New var.
2962         Suggested by Norman Gray <norman@astro.gla.ac.uk>.
2963         (vc-hg-state, vc-hg-working-revision, vc-hg-command): Use it.
2965 2010-11-18  Glenn Morris  <rgm@gnu.org>
2967         * emacs-lisp/autoload.el (autoload-find-destination): The function
2968         coding-system-eol-type may return non-numeric values.  (Bug#7414)
2970 2010-11-18  Ulrich Mueller  <ulm@gentoo.org>
2972         * server.el (server-force-stop): Ensure the server is stopped (Bug#7409).
2974 2010-11-18  Eli Zaretskii  <eliz@gnu.org>
2976         * subr.el (posn-col-row): Pay attention to header line.  (Bug#7390)
2978 2010-11-18  Chong Yidong  <cyd@stupidchicken.com>
2980         * textmodes/picture.el (picture-mouse-set-point): Don't use
2981         posn-col-row; explicitly compute the motion based on the posn at
2982         the window-start (Bug#7390).
2984 2010-11-18  Glenn Morris  <rgm@gnu.org>
2986         * novice.el (disabled-command-function):
2987         Fix 2009-11-15 change.  (Bug#7384)
2989 2010-11-18  Glenn Morris  <rgm@gnu.org>
2991         * calendar/calendar.el (diary-iso-date-forms): Make elements
2992         mutually exclusive.  (Bug#7377)
2994 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2996         * emacs-lisp/smie.el (smie-prec2->grammar): Obey equality constraints
2997         when filling the remaining "unconstrained" values.
2999 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3001         * emacs-lisp/bytecomp.el (byte-compile-warnings): Simplify the
3002         safety predicate.
3004         * files.el (safe-local-variable-p): Gracefully handle errors.
3006         * emacs-lisp/smie.el (smie-rule-parent, smie-indent--rule):
3007         Use smie-indent-virtual when indenting relative to an opener.
3008         (smie-rule-separator): Use smie-rule-parent.
3009         (smie-indent-keyword): Consult rules, even for openers at bol.
3010         (smie-indent-comment-close): Try to align closer's content.
3012 2010-11-18  Glenn Morris  <rgm@gnu.org>
3014         * ls-lisp.el (ls-lisp-dired-ignore-case): Make it an obsolete alias.
3016 2010-11-18  Glenn Morris  <rgm@gnu.org>
3018         * printing.el (pr-menu-bind): Doc fix.
3020         * speedbar.el (speedbar-toggle-images): Doc fix.
3022         * progmodes/python.el (python-shell): Doc fix.
3024         * wid-edit.el (widget-field-use-before-change)
3025         (widget-use-overlay-change): Doc fixes.
3027 2010-11-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3029         Minor cleanup to improve style.
3030         * textmodes/rst.el (rst-update-section): Use point-marker.
3031         (rst-get-decoration): Eliminate unneeded assignment.
3032         (rst-promote-region, rst-straighten-decorations)
3033         (rst-section-tree, rst-adjust): Use point-marker.
3034         (rst-toc-mode-mouse-goto): Avoid setq.
3035         (rst-shift-region-guts, rst-shift-region-left)
3036         (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2)
3037         (rst-convert-bullets-to-enumeration): Use copy-marker.
3039         * minibuffer.el (completion-fail-discreetly): New var.
3040         (completion--do-completion): Use it.
3042         * electric.el (electric-pair-pairs): New var.
3043         (electric-pair-post-self-insert-function): Use it.
3044         (electric-layout-post-self-insert-function): Don't insert a before
3045         newline unless it's actually needed.
3047 2010-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3049         * progmodes/python.el (run-python): Explain why we remove the current
3050         directory from sys.path.  Suggested by Eric Hanchrow <erich@cozi.com>.
3052         * progmodes/grep.el (grep-regexp-alist): Tighten the regexp (bug#7378).
3054 2010-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3056         * progmodes/octave-mod.el: Rely on elecric-*-modes.
3057         (octave-mode-map): Don't bind ;, SPC, and LF.
3058         (octave-auto-indent, octave-auto-newline): Remove.
3059         (electric-layout-rules): Declare.
3060         (octave-mode): Set electric-layout-rules.
3061         (octave-indent-new-comment-line): Use reindent-then-newline-and-indent.
3062         (octave-reindent-then-newline-and-indent, octave-electric-semi)
3063         (octave-electric-space): Remove.
3065         * electric.el (electric-layout-mode): New minor mode.
3066         (electric--after-char-pos): New function.
3067         (electric-indent-post-self-insert-function): Use it.
3068         (electric-layout-rules): New var.
3069         (electric-layout-post-self-insert-function): New function.
3070         (electric-indent-mode): Make them interact better.
3072 2010-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3074         * emacs-lisp/checkdoc.el (checkdoc-syntax-table): Fix last change.
3075         (checkdoc-sentencespace-region-engine, checkdoc-this-string-valid)
3076         (checkdoc-proper-noun-region-engine): Use with-syntax-table.
3078 2010-11-15  Agustín Martín  <agustin.martin@hispalinux.es>
3080         * textmodes/flyspell.el (flyspell-generic-progmode-verify):
3081         Make sure to check inside the word (Bug#6761).
3083 2010-11-14  Chong Yidong  <cyd@stupidchicken.com>
3085         * startup.el (command-line): If the cursorColor resource is set,
3086         change the cursor face-spec (Bug#7392).
3088 2010-11-13  Ken Manheimer  <ken.manheimer@gmail.com>
3090         The main features of the following allout.el changes are:
3091         - implement user customization for the allout key bindings
3092         - add a customization control by which the user can inhibit use of
3093           a trailing Ctrl-H, so by default it's reserved for use with
3094           describe-prefix-bindings
3095         - adapt to new version of called-interactively-p, while
3096           maintaining backwards compatibility with old version
3097         - fix hotspot navigation so i works properly with meta-modified keys
3099         * allout.el (allout-keybindings, allout-bind-keys)
3100         (allout-keybindings-binding, allout-prefixed-keybindings)
3101         (allout-unprefixed-keybindings, allout-preempt-trailing-ctrl-h)
3102         (allout-keybindings-list, allout-mode-map-adjustments)
3103         (allout-setup-mode-map): Establish allout-mode keymaps as user
3104         customizable settings, and also establish a customizable setting which
3105         regulates whether or not a trailing control-h is reserved for use with
3106         describe-prefix-bindings - and inhibit it by default, so that control-h
3107         *is* reserved for describe-prefix-bindings unless the user changes it.
3109         * allout.el (allout-hotspot-key-handler): Distinguish more explicitly
3110         and accurately between modified and unmodified events, and handle
3111         modified events more comprehensively.
3113         * allout.el (allout-substring-no-properties):
3114         Alias to use or provide version of `substring-no-properties'.
3115         (allout-solicit-alternate-bullet): Use `allout-substring-no-properties'.
3117         * allout.el (allout-next-single-char-property-change):
3118         Alias to use or provide version of `next-single-char-property-change'.
3119         (allout-annotate-hidden, allout-hide-by-annotation):
3120         Use `allout-next-single-char-property-change'.
3122         * allout.el (allout-select-safe-coding-system):
3123         Alias to use or provide version of `select-safe-coding-system'.
3124         (allout-toggle-subtree-encryption):
3125         Use `allout-select-safe-coding-system'.
3127         * allout.el (allout-set-buffer-multibyte):
3128         Alias to use or provide version of `set-buffer-multibyte'.
3129         (allout-encrypt-string): Use `allout-set-buffer-multibyte'.
3131         * allout.el (allout-called-interactively-p): Macro for using the
3132         different versions of called-interactively-p identically, depending on
3133         the subroutine's argument signature.
3134         (allout-back-to-current-heading, allout-beginning-of-current-entry):
3135         Use `(interactive "p")' instead of `(called-interactively-p)'.
3137         * allout.el (allout-init, allout-ascend, allout-end-of-level)
3138         (allout-previous-visible-heading, allout-forward-current-level)
3139         (allout-backward-current-level, allout-show-children):
3140         Use `allout-called-interactively-p' instead of `called-interactively-p'.
3142         * allout.el (allout-before-change-handler):
3143         Exempt edits to the (overlaid) character after the allout outline
3144         bullet from edit confirmation prompt.
3146         * allout.el (allout-add-resumptions):
3147         Ensure that it respects correct buffer for keybindings.
3149         * allout.el (allout-beginning-of-line):
3150         Use `allout-previous-single-char-property-change' alias for the sake of
3151         diverse compatibility.
3153         * allout.el (allout-end-of-line):
3154         Use `allout-mark-active-p' to encapsulate respect for mark activity.
3156 2010-11-13  Chong Yidong  <cyd@stupidchicken.com>
3158         * frame.el (frame-notice-user-settings): Don't clobber other
3159         user-set parameters when calling face-set-after-frame-default in
3160         response to background-color parameter (Bug#7373).
3162 2010-11-13  Eli Zaretskii  <eliz@gnu.org>
3164         * international/characters.el (glyphless-char-display-control):
3165         Rename from glyphless-char-control; all users changed.  Doc fix.
3166         Signal an error if display method is not one of the recognized
3167         symbols.
3169 2010-11-13  Michael Albinus  <michael.albinus@gmx.de>
3171         * net/tramp-compat.el (tramp-compat-line-beginning-position)
3172         (tramp-compat-line-end-position): Remove them.
3174         * net/tramp.el (tramp-parse-rhosts-group)
3175         (tramp-parse-shosts-group, tramp-parse-sconfig-group)
3176         (tramp-parse-hosts-group, tramp-parse-passwd-group)
3177         (tramp-parse-netrc-group, tramp-parse-putty-group)
3178         * net/tramp-cmds.el (tramp-append-tramp-buffers)
3179         * net/tramp-sh.el (tramp-do-file-attributes-with-ls)
3180         (tramp-sh-handle-file-selinux-context)
3181         (tramp-sh-handle-file-name-all-completions)
3182         (tramp-sh-handle-insert-directory)
3183         (tramp-sh-handle-expand-file-name, tramp-find-executable)
3184         (tramp-wait-for-output, tramp-send-command-and-read)
3185         * net/tramp-smb.el (tramp-smb-read-file-entry)
3186         (tramp-smb-get-cifs-capabilities): Use `point-at-eol'.
3188         * net/tramp-sh.el (tramp-sh-handle-insert-directory) Use
3189         `point-at-bol'.
3190         (tramp-remote-coding-commands): Add an alternative using "base64
3191         -d -i".  This is needed for older base64 versions from GNU
3192         coreutils.  Reported by Klaus Reichl
3193         <Klaus.Reichl@thalesgroup.com>.
3195 2010-11-13  Hrvoje Niksic  <hniksic@xemacs.org>
3197         * simple.el (count-words-region): New function.
3199 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3201         * shell.el (shell-dir-cookie-re): New custom variable.
3202         (shell-dir-cookie-watcher): New function.
3204         * vc/vc.el (vc-deduce-backend): Use default-directory in shell-mode
3205         and compilation-mode (bug#7350).
3207         * vc/smerge-mode.el (smerge-refine): Choose better default part to
3208         highlight when one of them is empty.
3210         * skeleton.el (skeleton-read): Don't use `newline' since it may strip
3211         trailing space.
3212         (skeleton-newline): New function.
3213         (skeleton-internal-1): Use it.
3215         * simple.el (open-line): `newline' may strip trailing space.
3217 2010-11-12  Kevin Ryde  <user42@zip.com.au>
3219         * international/mule-cmds.el (princ-list): Use mapc.
3221 2010-11-12  Glenn Morris  <rgm@gnu.org>
3223         * emacs-lisp/bytecomp.el (byte-compile-log-buffer): New constant.
3224         Use it to replace all instances of "*Compile-Log*"
3226 2010-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3228         * emacs-lisp/pcase.el (pcase-let*, pcase-let): Add debug and
3229         indentation specs.
3231 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3233         * progmodes/modula2.el: Use SMIE and skeleton.
3234         (m2-mode-syntax-table): (*..*) can be nested.
3235         Add //...\n.  Fix paren syntax.
3236         (m2-mode-map): Remove LF and TAB bindings.
3237         (m2-indent): Add safety property.
3238         (m2-smie-grammar): New var.
3239         (m2-smie-refine-colon, m2-smie-refine-of, m2-smie-backward-token)
3240         (m2-smie-forward-token, m2-smie-refine-semi, m2-smie-rules): New funs.
3241         (m2-mode): Use define-derived-mode.
3242         (m2-newline, m2-tab): Remove.
3243         (m2-begin, m2-case, m2-definition, m2-else, m2-for, m2-header)
3244         (m2-if, m2-loop, m2-module, m2-or, m2-procedure, m2-with, m2-record)
3245         (m2-stdio, m2-type, m2-until, m2-var, m2-while, m2-export)
3246         (m2-import): Use define-skeleton.
3248 2010-11-11  Glenn Morris  <rgm@gnu.org>
3250         * obsolete/lucid.el: Don't warn about any CL functions in this file.
3252         * ls-lisp.el (ls-lisp-ignore-case, ls-lisp-dirs-first)
3253         (ls-lisp-verbosity): Add custom :set-after property.
3254         (ls-lisp-verbosity, ls-lisp-use-localized-time-format): Doc fixes.
3255         (ls-lisp-format, ls-lisp-format-time): Don't take `now' as an argument.
3256         (ls-lisp-insert-directory): Update caller.
3257         (ls-lisp-set-options): New function.
3258         (ls-lisp-emulation): Use ls-lisp-set-options for custom :set.
3259         Doc fix.
3261         * play/landmark.el (lm-prompt-for-move):
3262         * play/gomoku.el (gomoku-prompt-for-move): Remove nonsensical code.
3264         * progmodes/idlw-complete-structtag.el: Remove unused dec `name'.
3266         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins)
3267         (idlwave-study-twins): Prefix dynamic local variable `name'.
3268         (idlwave-routine-twin-compare): Update for above change.
3270         * progmodes/idlw-help.el (idlwave-do-mouse-completion-help):
3271         Prefix dynamic local variables `name', `kwd', and `link'.
3272         * progmodes/idlw-shell.el (idlwave-shell-complete-execcomm-help):
3273         * progmodes/idlw-complete-structtag.el
3274         (idlwave-complete-structure-tag-help):
3275         * progmodes/idlwave.el (idlwave-complete-sysvar-help)
3276         (idlwave-complete-sysvar-tag-help)
3277         (idlwave-complete-class-structure-tag-help):
3278         Update for above name changes.
3280 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282         * net/browse-url.el (browse-url-browser-function): Change the
3283         default to use `browse-url-mail' on mailto: URLs.
3285 2010-11-10  Chong Yidong  <cyd@stupidchicken.com>
3287         * emacs-lisp/package.el (package-read-all-archive-contents):
3288         Reset package-archive-contents to nil before re-reading.
3290 2010-11-10  Brandon Craig Rhodes  <brandon@rhodesmill.org>  (tiny change)
3292         * textmodes/flyspell.el (flyspell-word): Do not re-check words
3293         already found as misspellings by (flyspell-large-region), just
3294         do highlighting (bug#7322).
3296 2010-11-10  Glenn Morris  <rgm@gnu.org>
3298         * progmodes/octave-mod.el (octave-mark-block): Update for smie change.
3300         * emulation/edt.el (edt-with-position): New macro.
3301         (edt-find-forward, edt-find-backward, edt-find-next-forward)
3302         (edt-find-next-backward, edt-sentence-forward, edt-sentence-backward)
3303         (edt-paragraph-forward, edt-paragraph-backward): Use it.
3305         * emulation/tpu-extras.el (tpu-with-position): New macro.
3306         (tpu-paragraph, tpu-page, tpu-search-internal): Use it.
3308         * textmodes/texnfo-upd.el (texinfo-pointer-name): Fix typo.
3310         * textmodes/texnfo-upd.el (texinfo-all-menus-update)
3311         (texinfo-menu-copy-old-description, texinfo-start-menu-description)
3312         (texinfo-master-menu, texinfo-insert-node-lines)
3313         (texinfo-multiple-files-update):
3314         * textmodes/texinfmt.el (texinfo-append-refill, texinfo-copying):
3315         Use line-beginning-position.
3317         * progmodes/cperl-mode.el (cperl-find-pods-heres, cperl-write-tags):
3318         No recent Emacs supports system-type `emx'.
3320         * progmodes/ada-xref.el (is-windows): Rename to ada-on-ms-windows.
3321         (ada-command-separator, ada-default-prj-properties)
3322         (ada-find-any-references): Update for above name change.
3324         * dirtrack.el (dirtrack-directory-function)
3325         (dirtrack-canonicalize-function):
3326         * filecache.el (file-cache-completion-ignore-case)
3327         (file-cache-case-fold-search, file-cache-ignore-case):
3328         * term.el (serial-port-is-file-p): Cosmetic change.
3330         * emulation/viper-init.el (viper-ms-style-os-p): Doc fix.
3331         Remove non-existent `windows-95' system-type.
3332         * dired.el (dired-chown-program): Remove non-existent `linux'
3333         system-type.
3335         * net/net-utils.el (net-utils-remove-ctl-m): Use memq for system-types.
3336         (ping-program-options): Remove non-existent `linux' system-type.
3338         * startup.el (package-initialize): Update declaration.
3340         * ls-lisp.el (ls-lisp-time-lessp, ls-lisp-time-to-seconds): Remove.
3341         (ls-lisp-handle-switches): Use time-less-p.
3342         (ls-lisp-format-time): Use float-time.
3344         * textmodes/remember.el (remember-time-to-seconds): Remove.
3345         (remember-store-in-mailbox): Use float-time.
3347         * calendar/timeclock.el (timeclock-time-to-seconds): Make it an alias.
3349         * calendar/time-date.el (time-to-seconds): Always an alias on Emacs,
3350         never a real function.
3351         (with-no-warnings): Remove compat stub, now unused.
3352         (time-less-p): Doc fix.
3353         (time-to-number-of-days): Simplify.
3355         * eshell/esh-util.el (eshell-time-less-p, eshell-time-to-seconds):
3356         Remove.
3357         (eshell-read-passwd, eshell-read-hosts): Use time-less-p.
3358         * eshell/esh-test.el (eshell-test, eshell-show-usage-metrics):
3359         * eshell/em-unix.el (eshell-show-elapsed-time, eshell/time):
3360         * eshell/em-pred.el (eshell-pred-file-time): Use float-time.
3361         * eshell/em-ls.el (eshell-ls-sort-entries): Use time-less-p.
3363         * eshell/em-unix.el (eshell-remove-entries, eshell/rm)
3364         (eshell-shuffle-files, eshell-shorthand-tar-command)
3365         (eshell-mvcpln-template, eshell/mv, eshell/cp, eshell/ln):
3366         Prefix dynamic locals `interactive', `preview', `recursive', `verbose'.
3367         * eshell/em-glob.el (eshell-extended-glob, eshell-glob-entries):
3368         Prefix dynamic local variable `matches'.
3370         * skeleton.el (skeleton-internal-list, skeleton-internal-1):
3371         Prefix dynamic local variable `skeleton'.
3373 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3375         * net/browse-url.el (browse-url-mail): Insert body part of mailto url
3376         in mail buffer; make yank-action always a command that yanks original
3377         buffer.
3379 2010-11-09  Glenn Morris  <rgm@gnu.org>
3381         * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix.
3383 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3385         * minibuffer.el (minibuffer-completion-help): Specify the end of the
3386         completion field (bug#7211).
3388         * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322)
3389         Fix handling of backslash escapes.
3390         (python-quote-syntax): Adjust accordingly.
3392 2010-11-09  Richard Levitte  <richard@levitte.org>  (tiny change)
3394         * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status)
3395         (vc-mtn-workfile-branch): Adjust to new output format.
3397 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3399         * international/mule-cmds.el (princ-list): Mark as obsolete.
3401 2010-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3403         * emacs-lisp/smie.el: New package.
3405 2010-11-09  Michael Albinus  <michael.albinus@gmx.de>
3407         * files.el (backup-by-copying-when-mismatch):
3408         Set `permanent-local' property.
3410         * net/tramp.el (tramp-handle-insert-file-contents): Do not set
3411         `permanent-local' property for `backup-by-copying-when-mismatch'.
3413 2010-11-09  Eli Zaretskii  <eliz@gnu.org>
3415         * ls-lisp.el (insert-directory): Doc fix.  (bug#7285)
3417 2010-11-09  Wilson Snyder  <wsnyder@wsnyder.org>
3419         * progmodes/verilog-mode.el (verilog-insert-one-definition)
3420         (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and
3421         AUTOINOUT for SV style multidimensional arrays, bug294.
3422         Reported by Eric Mastromarchi.
3423         (verilog-preprocess): Use with-current-buffer and
3424         font-lock-fontify-buffer to cleanup style issues.
3426 2010-11-09  Glenn Morris  <rgm@gnu.org>
3428         * locate.el (locate, locate-mode): Doc fixes.
3430 2010-11-09  Chong Yidong  <cyd@stupidchicken.com>
3432         * server.el (server-start): New arg INHIBIT-PROMPT prevents asking
3433         user for confirmation.
3434         (server-force-stop): Use it.
3435         (server-start): Use server-force-stop for kill-emacs-hook, to
3436         avoid user interaction while killing Emacs.
3438 2010-11-09  Glenn Morris  <rgm@gnu.org>
3440         * progmodes/meta-mode.el: Remove leading `*' from defcustom docs.
3441         (meta-indent-line): Simplify.
3443         * vc/emerge.el (emerge-line-number-in-buf):
3444         * textmodes/ispell.el (ispell-region):
3445         * textmodes/fill.el (current-fill-column):
3446         * progmodes/xscheme.el (xscheme-send-current-line):
3447         * progmodes/vhdl-mode.el (vhdl-current-line, vhdl-line-copy):
3448         * progmodes/tcl.el (tcl-hairy-scan-for-comment):
3449         * progmodes/sh-script.el (sh-handle-prev-do):
3450         * progmodes/meta-mode.el (meta-indent-line):
3451         * progmodes/idlwave.el (idlwave-goto-comment, idlwave-fill-paragraph)
3452         (idlwave-in-quote):
3453         * progmodes/idlw-shell.el (idlwave-shell-current-frame)
3454         (idlwave-shell-update-bp-overlays, idlwave-shell-sources-filter):
3455         * progmodes/fortran.el (fortran-looking-at-if-then):
3456         * progmodes/etags.el (find-tag-in-order, etags-snarf-tag):
3457         * progmodes/cperl-mode.el (cperl-sniff-for-indent)
3458         (cperl-find-pods-heres):
3459         * progmodes/ada-mode.el (ada-get-current-indent, ada-narrow-to-defun):
3460         * net/quickurl.el (quickurl-list-insert):
3461         * net/ldap.el (ldap-search-internal):
3462         * net/eudc.el (eudc-expand-inline):
3463         * mail/sendmail.el (sendmail-send-it):
3464         * mail/mspools.el (mspools-visit-spool, mspools-get-spool-name):
3465         * emulation/viper-cmd.el (viper-paren-match, viper-backward-indent)
3466         (viper-brac-function):
3467         * calc/calc-yank.el (calc-do-grab-region):
3468         * calc/calc-keypd.el (calc-keypad-press):
3469         * term.el (term-move-columns, term-insert-spaces):
3470         * speedbar.el (speedbar-highlight-one-tag-line):
3471         * simple.el (current-word):
3472         * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3473         * info.el (Info-find-node-in-buffer-1, Info-follow-reference)
3474         (Info-scroll-down):
3475         * hippie-exp.el (he-line-beg):
3476         * epa.el (epa--marked-keys):
3477         * dired-aux.el (dired-kill-line, dired-do-kill-lines)
3478         (dired-update-file-line, dired-add-entry, dired-remove-entry)
3479         (dired-relist-entry):
3480         * buff-menu.el (Buffer-menu-buffer):
3481         * array.el (current-line):
3482         * allout.el (allout-resolve-xref)
3483         (allout-latex-verbatim-quote-curr-line):
3484         Replace yet more uses of end-of-line etc with line-end-position, etc.
3486 2010-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)
3489         (checkdoc-interactive-loop, checkdoc-recursive-edit): Avoid princ-list.
3490         (checkdoc-syntax-table): Initialize in the declaration.
3491         (emacs-lisp-mode-hook): Use just checkdoc-minor-mode now that it turns
3492         the mode on unconditionally.
3494         * emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)
3495         (extent-end-position, extent-start-position): Remove setf method for
3496         non-existing functions (bug#7319).
3498 2010-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3500         * emacs-lisp/smie.el: Simplify the smie-rules-function return values.
3501         (smie-precs->prec2): Rename from smie-precs-precedence-table.
3502         (smie-bnf->prec2): Rename from smie-bnf-precedence-table.
3503         (smie-prec2->grammar): Rename from smie-prec2-levels.
3504         (smie-grammar): Rename from smie-op-levels.
3505         (smie-indent--hanging-p): Rename from smie-hanging-p.
3506         (smie-rule-hanging-p): New alias.
3507         (smie-indent--bolp): Rename from smie-bolp.
3508         (smie-indent--hanging-p): New alias.
3509         (smie--token): New dynamically bound variable.
3510         (smie-indent--parent): New function.
3511         (smie-rule-parent-p): Use it; rename from smie-parent-p.
3512         (smie-rule-next-p): Rename from smie-next-p.
3513         (smie-rule-prev-p): Rename from smie-prev-p.
3514         (smie-rule-sibling-p, smie-rule-parent)
3515         (smie-indent--separator-outdent, smie-rule-separator): New functions.
3516         (smie-rule-separator-outdent): New var.
3517         (smie-indent--rule): Merge with smie-indent--column.
3518         (smie-indent-forward-token, smie-indent-backward-token):
3519         Also recognize close parens.
3520         (smie-indent-keyword): Don't use smie-indent--column any more.
3521         (smie-indent-after-keyword): Ignore closers by default.
3522         (smie-indent-line): Use with-demoted-errors.
3523         * progmodes/octave-mod.el (octave-smie-grammar):
3524         Rename from octave-smie-op-levels.
3525         (octave-smie-rules): Adjust to new behavior.
3526         * progmodes/prolog.el (prolog-smie-grammar):
3527         Rename from prolog-smie-op-levels.
3529 2010-11-07  Glenn Morris  <rgm@gnu.org>
3531         * eshell/esh-util.el (subst-char-in-string)
3532         (directory-files-and-attributes): These compatibility definitions are
3533         not needed on any version of Emacs since at least 21.4.
3535         * progmodes/verilog-mode.el (verilog-get-beg-of-line)
3536         (verilog-get-end-of-line): Remove.
3537         (verilog-within-string, verilog-re-search-forward-substr)
3538         (verilog-re-search-backward-substr, verilog-set-auto-endcomments)
3539         (verilog-surelint-off, verilog-getopt-file, verilog-highlight-region):
3540         Use point-at-bol, point-at-eol.
3541         * progmodes/pascal.el (pascal-get-beg-of-line, pascal-get-end-of-line):
3542         Remove.
3543         (pascal-declaration-end, pascal-declaration-beg, pascal-within-string)
3544         (electric-pascal-terminate-line, pascal-set-auto-comments)
3545         (pascal-indent-paramlist, pascal-indent-declaration)
3546         (pascal-get-lineup-indent, pascal-func-completion)
3547         (pascal-get-completion-decl, pascal-var-completion, pascal-completion):
3548         Use point-at-bol, point-at-eol.
3549         * progmodes/flymake.el (flymake-line-beginning-position)
3550         (flymake-line-end-position): Remove.
3551         (flymake-highlight-line): Use point-at-bol, point-at-eol.
3552         * eshell/esh-util.el (line-end-position, line-beginning-position):
3553         Remove compat definitions.
3555         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3556         Use end-of-line N.
3557         (checkdoc-this-string-valid-engine, checkdoc-file-comments-engine):
3558         Use line-end-position.
3560         * emacs-lisp/chart.el (chart-zap-chars):
3561         * play/decipher.el (decipher-set-map):
3562         * progmodes/ada-mode.el (ada-get-current-indent)
3563         (ada-search-ignore-string-comment, ada-tab-hard, ada-untab-hard):
3564         * progmodes/ada-prj.el (ada-prj-load-from-file, ada-prj-display-help):
3565         * progmodes/ada-xref.el (ada-initialize-runtime-library)
3566         (ada-get-all-references):
3567         * progmodes/cperl-mode.el (cperl-electric-paren)
3568         (cperl-electric-rparen, cperl-electric-keyword, cperl-electric-else)
3569         (cperl-linefeed, cperl-sniff-for-indent, cperl-to-comment-or-eol)
3570         (cperl-find-pods-heres, cperl-indent-exp, cperl-fix-line-spacing)
3571         (cperl-word-at-point-hard):
3572         * progmodes/idlw-shell.el (idlwave-shell-move-or-history)
3573         (idlwave-shell-filename-string, idlwave-shell-batch-command)
3574         (idlwave-shell-display-line):
3575         * progmodes/idlwave.el (idlwave-show-begin, idlwave-fill-paragraph)
3576         (idlwave-calc-hanging-indent, idlwave-auto-fill, idlwave-template):
3577         * progmodes/js.el (js--re-search-forward-inner)
3578         (js--re-search-backward-inner):
3579         * progmodes/vhdl-mode.el (vhdl-align-region-1, vhdl-align-region-2)
3580         (vhdl-fix-clause, vhdl-compose-configuration-architecture):
3581         * progmodes/ruby-mode.el (ruby-parse-partial, eval-when-compile):
3582         * textmodes/flyspell.el (flyspell-process-localwords):
3583         * textmodes/ispell.el (ispell-buffer-local-parsing)
3584         (ispell-buffer-local-dict, ispell-buffer-local-words):
3585         Use point-at-bol and point-at-eol.
3587         * speedbar.el (speedbar-generic-item-info)
3588         (speedbar-item-info-tag-helper, speedbar-change-expand-button-char)
3589         (speedbar-add-indicator, speedbar-check-vc-this-line)
3590         (speedbar-check-obj-this-line, speedbar-extract-one-symbol)
3591         (speedbar-buffers-line-directory, speedbar-buffer-revert-buffer):
3592         Replace more uses of end-of-line etc with line-end-position.
3594 2010-11-06  Glenn Morris  <rgm@gnu.org>
3596         * textmodes/texnfo-upd.el (texinfo-start-menu-description)
3597         (texinfo-update-menu-region-beginning, texinfo-menu-first-node)
3598         (texinfo-delete-existing-pointers, texinfo-find-pointer)
3599         (texinfo-clean-up-node-line, texinfo-insert-node-lines)
3600         (texinfo-multiple-files-update):
3601         * textmodes/table.el (table--probe-cell-left-up)
3602         (table--probe-cell-right-bottom):
3603         * textmodes/picture.el (picture-tab-search):
3604         * textmodes/page-ext.el (pages-copy-header-and-position)
3605         (pages-directory-for-addresses):
3606         * progmodes/vera-mode.el (vera-get-offset):
3607         * progmodes/simula.el (simula-calculate-indent):
3608         * progmodes/python.el (python-pdbtrack-overlay-arrow):
3609         * progmodes/prolog.el (end-of-prolog-clause):
3610         * progmodes/perl-mode.el (perl-calculate-indent, perl-indent-exp):
3611         * progmodes/icon.el (indent-icon-exp):
3612         * progmodes/etags.el (tag-re-match-p):
3613         * progmodes/ebrowse.el (ebrowse-show-file-name-at-point):
3614         * progmodes/ebnf2ps.el (ebnf-begin-file):
3615         * progmodes/dcl-mode.el (dcl-back-to-indentation-1)
3616         (dcl-save-local-variable):
3617         * play/life.el (life-setup):
3618         * play/gametree.el (gametree-looking-at-ply):
3619         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
3620         * mail/sendmail.el (mail-mode-auto-fill):
3621         * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3622         * emacs-lisp/edebug.el (edebug-overlay-arrow):
3623         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid):
3624         * woman.el (woman-parse-numeric-value, woman2-TH, woman2-SH)
3625         (woman-tab-to-tab-stop, WoMan-warn-ignored):
3626         * type-break.el (type-break-file-keystroke-count):
3627         * term.el (term-replace-by-expanded-history-before-point)
3628         (term-skip-prompt, term-extract-string):
3629         * speedbar.el (speedbar-edit-line, speedbar-expand-line)
3630         (speedbar-contract-line, speedbar-toggle-line-expansion)
3631         (speedbar-parse-c-or-c++tag, speedbar-parse-tex-string)
3632         (speedbar-buffer-revert-buffer, speedbar-highlight-one-tag-line):
3633         * sort.el (sort-skip-fields):
3634         * skeleton.el (skeleton-internal-list):
3635         * simple.el (line-move-finish, line-move-to-column):
3636         * shell.el (shell-forward-command):
3637         * misc.el (copy-from-above-command):
3638         * makesum.el (double-column):
3639         * ebuff-menu.el (electric-buffer-update-highlight):
3640         * dired.el (dired-move-to-end-of-filename):
3641         * dframe.el (dframe-popup-kludge):
3642         * bookmark.el (bookmark-kill-line, bookmark-bmenu-show-filenames):
3643         * arc-mode.el (archive-get-lineno):
3644         Use line-end-position and line-beginning-position.
3646         * progmodes/idlwave.el (idlwave-routine-entry-compare-twins):
3647         (idlwave-study-twins): Prefix dynamic local `class'.
3648         (idlwave-routine-twin-compare): Update for above name change.
3650         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod):
3651         Use boundp tests to silence compiler.  Update for changed name of
3652         bytecomp-filename variable.
3654         * emulation/viper-cmd.el (viper-read-string-with-history):
3655         Prefix dynamic local `initial'.
3656         (viper-minibuffer-standard-hook): Update for above name change.
3658         * emacs-lisp/elint.el (elint-init-env): Prefix dynamic local `env'.
3659         (elint-init-form): Update for above name change.
3661         * mail/mail-extr.el (mail-extract-address-components): Give dynamic
3662         local variables `cbeg' and `cend' a prefix.
3663         (mail-extr-voodoo): Update for above name change.
3665         * textmodes/reftex-toc.el (reftex-toc-do-promote)
3666         (reftex-toc-promote-prepare): Pass `delta' as an explicit argument.
3667         (reftex-toc-promote-action): Doc fix.
3669         * textmodes/reftex-sel.el (reftex-select-item): Give local variables
3670         `prompt', `data' a prefix.
3671         (reftex-select-post-command-hook, reftex-select-callback)
3672         (reftex-select-mouse-accept, reftex-select-read-cite):
3673         Update for above name changes.
3675         * textmodes/reftex-ref.el (reftex-reference): Rename local variable
3676         `refstyle' to reftex-refstyle.
3677         (reftex-offer-label-menu): Update for above name change.
3678         * textmodes/reftex-sel.el (reftex-select-toggle-varioref): Update for
3679         `refstyle' name change.
3681         * vc/emerge.el (emerge-eval-in-buffer): Remove, and replace all uses
3682         with with-current-buffer.
3683         (diff, template): Give dynamic local variables a prefix.
3684         (emerge-line-numbers): Rename local `diff' to emerge-line-diff.
3685         (emerge-line-number-in-buf): Update for above name change.
3686         (emerge-combine-versions-internal): Rename local `template' to
3687         emerge-combine-template.
3688         (emerge-combine-versions-edit): Update for above name change.
3690 2010-11-06  Ralf Angeli  <angeli@caeruleus.net>
3692         * textmodes/reftex-cite.el
3693         (reftex-extract-bib-entries-from-thebibliography): Match bibitem
3694         entries with whitespace after \bibitem.
3695         (reftex-create-bibtex-file): Match entries containing numbers and
3696         symbol constituents.  Make sure that entries with whitespace at
3697         various places are found.
3699 2010-11-05  Christian Millour  <cm@abtela.com>  (tiny change)
3701         * shell.el (shell-process-popd): Made aware of comint-file-name-prefix.
3703 2010-11-05  Jan Djärv  <jan.h.d@swipnet.se>
3705         * mouse.el (mouse-yank-primary): Update comment (Bug#6802).
3707 2010-11-05  Glenn Morris  <rgm@gnu.org>
3709         * woman.el (woman0-roff-buffer, woman1-roff-buffer)
3710         (woman2-roff-buffer): Give local variable `request' a prefix.
3711         (woman0-macro): Rename argument `request' in the same way.
3712         (woman-request): New name for `request' dynamic variable.
3713         (woman-unquote, woman-forward-arg): Update for above name change.
3714         (woman1-roff-buffer): Give local variable `unquote' a prefix.
3715         (woman1-unquote): New name for `unquote' dynamic variable.
3716         (woman1-B-or-I, woman1-alt-fonts): Update for above name change.
3717         (woman-translations): Rename from `translations'.  No longer global.
3718         (woman2-tr, woman-translate): Update for above name change.
3719         (woman-translate): Check for bound variable.
3720         (woman2-roff-buffer): Give local variable `translations' a prefix.
3722         * play/doctor.el: Give all local variables a prefix.  Update callers.
3723         (doc$, doctor-put-meaning): Use backquote.
3725         * emacs-lisp/cl-macs.el (loop): Give local variable args a prefix.
3726         (cl-parse-loop-clause, cl-loop-handle-accum): Update for above change.
3728         * emacs-lisp/byte-opt.el (byte-decompile-bytecode-1): Give local
3729         variables bytes, ptr, op a prefix.
3730         (disassemble-offset): Update for above change.
3732 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
3734         * emacs-lisp/package.el (package-unpack): Remove no-op.
3735         (package--builtins, package--dir): Doc fix.
3736         (package-activate-1, package-activate, package-install)
3737         (package-compute-transaction): Fix error message.
3738         (package-delete): Use delete-directory.  Omit system packages.
3739         (package-initialize): Set package-alist to nil first.
3740         (package-menu-mark-delete, package-menu-mark-install): Don't add
3741         symbols that are inconsistent with the package state.
3742         (package-menu-execute): Perform deletions and installations as
3743         single batch operations.
3745 2010-11-03  Glenn Morris  <rgm@gnu.org>
3747         * progmodes/idlwave.el (idlwave-pset): Only used on XEmacs.
3748         (props): Remove unnecessary declaration.
3750         * textmodes/ispell.el (ispell-init-process): On Emacs, always use
3751         set-process-query-on-exit-flag.
3753         * textmodes/reftex-toc.el (name1, dummy, dummy2): Remove unused decs.
3754         (reftex-toc-do-promote): Remove unused local `mpos'.
3755         (reftex-toc-restore-region): Make `mpos' local to this function.
3757         * net/dbus.el (dbus-name-owner-changed-handler): Doc fix.
3759         * play/landmark.el (lm-losing-threshold): Correct spelling.
3760         (lm-human-plays): Use new name.
3762         * play/gomoku.el (gomoku-loosing-threshold): Correct spelling.
3763         (gomoku-human-plays): Use new name.
3765         * play/gomoku.el (nil-score, Xscore, XXscore, XXXscore, XXXXscore)
3766         (Oscore, OOscore, OOOscore, OOOOscore): Rename with gomoku- prefix.
3767         (gomoku-score-trans-table, gomoku-winning-threshold)
3768         (gomoku-loosing-threshold, gomoku-init-score-table): Use new names.
3770 2010-11-03  Chong Yidong  <cyd@stupidchicken.com>
3772         * emacs-lisp/package.el: Don't put built-in packages in
3773         package-alist, to avoid loading inefficiencies.
3774         (package-built-in-p): Make VERSION optional, and treat it as a
3775         minimum acceptable version.
3776         (package-activate): Search separately for built-in packages.
3777         Emit a warning if a dependency fails.
3778         (define-package): Handle most common case, where there is no
3779         obsolete package, first.
3780         (package-compute-transaction): Print required version in error.
3781         (package--initialized): New variable.
3782         (list-packages): Use it.
3783         (package-initialize): Optional arg NO-ACTIVATE.  Don't put
3784         built-in packages in packages-alist; keep it separate.
3785         Set package--initialized.
3786         (describe-package): Avoid activating packages as a side-effect.
3787         Search separately for built-in packages.
3788         (describe-package-1): Handle the case where an elpa package is
3789         simultaneously built-in and available/installed.
3790         (package-installed-p, package--generate-package-list):
3791         Search separately for built-in packages.
3792         (package-load-descriptor): Doc fix.
3794 2010-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * progmodes/perl-mode.el (perl-syntax-propertize-function):
3797         Handle __DATA__ and __END__.
3799 2010-11-02  Noah Friedman  <friedman@splode.com>
3801         * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
3802         nil, do not ask to recompile files that are not already compiled,
3803         and do not recompile them.
3805 2010-11-02  Chong Yidong  <cyd@stupidchicken.com>
3807         * emacs-lisp/package.el (package-initialize): Ensure that
3808         obsoleted built-in packages are not in package-activated-list
3809         during activation.
3810         (describe-package-1): Make the "installed" status override
3811         "built-in".
3813 2010-11-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3815         * subr.el (version-separator, version-regexp-alist): Remove '*'
3816         from docstring.
3817         (version-list-<=, version<=, version=): Doc fix.
3819 2010-11-01  Kenichi Handa  <handa@m17n.org>
3821         * faces.el (glyphless-char): Inherit underline for tty.
3823 2010-11-01  Kenichi Handa  <handa@m17n.org>
3825         Implement various display methods for glyphless characters.
3827         * international/characters.el (char-acronym-table): New variable.
3828         (glyphless-char-control): New variable.
3829         (update-glyphless-char-display): New funciton.
3831         * faces.el (glyphless-char): New face.
3833 2010-11-01  Glenn Morris  <rgm@gnu.org>
3835         * calendar/holidays.el (general-holidays, oriental-holidays)
3836         (local-holidays, other-holidays, hebrew-holidays, christian-holidays)
3837         (islamic-holidays, bahai-holidays, solar-holidays): Move aliases before
3838         the definitions of their targets.
3840         * emacs-lisp/smie.el (smie): New custom group.
3841         (smie-blink-matching-inners, smie-indent-basic): Add :group.
3843         * faces.el (xw-defined-colors, x-setup-function-keys):
3844         * mouse-sel.el (x-select-text):
3845         * term/w32console.el (x-setup-function-keys): Update declarations.
3847         * progmodes/ruby-mode.el (ruby-syntax-propertize-heredoc): Declare.
3849         * textmodes/ispell.el (comment-add): Declare.
3851         * net/gnutls.el (gnutls-boot, gnutls-errorp, gnutls-error-string):
3852         Declare.
3854         * info.el (finder-keywords-hash, package-alist): Declare.
3856 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
3858         * finder.el (finder-compile-keywords): Don't use intern-soft,
3859         since package names may not yet exist in the obarray.
3861 2010-11-01  Chong Yidong  <cyd@stupidchicken.com>
3863         * vc/vc-arch.el (vc-arch-checkin):
3864         * vc/vc-cvs.el (vc-cvs-checkin):
3865         * vc/vc-mtn.el (vc-mtn-checkin):
3866         * vc/vc-rcs.el (vc-rcs-checkin):
3867         * vc/vc-sccs.el (vc-sccs-checkin):
3868         * vc/vc-svn.el (vc-svn-checkin): Remove optional extra arg, unused
3869         since 2010-04-21 commit by Stefan Monnier.
3871 2010-11-01  Glenn Morris  <rgm@gnu.org>
3873         * emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.
3875         * startup.el (package-enable-at-startup, package-initialize):
3876         Silence compiler.
3878         * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
3879         Silence compiler.
3881 2010-10-31  Julien Danjou  <julien@danjou.info>
3883         * emacs-lisp/bytecomp.el (byte-recompile-file): New fun (bug#7297).
3884         (byte-recompile-directory):
3885         * emacs-lisp/lisp-mode.el (emacs-lisp-byte-compile-and-load):
3886         Use `byte-recompile-file'.
3888 2010-10-31  Glenn Morris  <rgm@gnu.org>
3890         * cus-start.el: Handle standard values via a keyword.
3891         Only set version property if specified.
3892         (cursor-in-non-selected-windows, menu-bar-mode)
3893         (tool-bar-mode, show-trailing-whitespace):
3894         Do not specify standard values.
3895         (transient-mark-mode, temporary-file-directory): Use :standard.
3897 2010-10-31  Jan Djärv  <jan.h.d@swipnet.se>
3899         * term/x-win.el (x-get-selection-value): New function that gets
3900         PRIMARY with type as specified in x-select-request-type. (Bug#6802).
3902 2010-10-31  Michael Albinus  <michael.albinus@gmx.de>
3904         * net/tramp.el (tramp-handle-insert-file-contents): For root,
3905         preserve owner and group when editing files.  (Bug#7289)
3907 2010-10-31  Glenn Morris  <rgm@gnu.org>
3909         * speedbar.el (speedbar-mode):
3910         * play/fortune.el (fortune-in-buffer, fortune):
3911         * play/gomoku.el (gomoku-mode):
3912         * play/landmark.el (lm-mode):
3913         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
3914         Replace inappropriate uses of toggle-read-only.  (Bug#7292)
3916         * select.el (x-selection): Mark it as an obsolete alias.
3918 2010-10-31  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
3920         * vc/add-log.el (find-change-log): Use derived-mode-p rather than
3921         major-mode (bug#7284).
3923 2010-10-31  Glenn Morris  <rgm@gnu.org>
3925         * menu-bar.el (menu-bar-files-menu): Make it into an actual alias,
3926         rather than just an unused variable that inherits from the real one.
3928 2010-10-31  Alan Mackenzie  <acm@muc.de>
3930         * progmodes/cc-cmds.el (c-mask-paragraph): Fix an off-by-1 error.
3931         This fixes bug #7185.
3933 2010-10-30  Chong Yidong  <cyd@stupidchicken.com>
3935         * startup.el (command-line): Search for package directories, and
3936         don't load package.el if none are found.
3938         * emacs-lisp/package.el (describe-package, list-packages):
3939         Call package-initialize if it has not been called yet.
3941 2010-10-30  Alan Mackenzie  <acm@muc.de>
3943         * progmodes/cc-fonts.el (c-font-lock-enum-tail): New function
3944         which fontifies the tail of an enum.
3945         (c-basic-matchers-after): Insert a call to the above new function.
3946         This fixes bug #7264.
3948 2010-10-30  Glenn Morris  <rgm@gnu.org>
3950         * cus-start.el: Add :set properties for minor modes menu-bar-mode,
3951         tool-bar-mode, transient-mark-mode.  (Bug#7306)
3952         Include the :set property in the dumped Emacs.
3954 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3956         SMIE: change indent rules format, improve smie-setup.
3957         * emacs-lisp/smie.el (smie-precs-precedence-table)
3958         (smie-merge-prec2s, smie-bnf-precedence-table, smie-prec2-levels):
3959         Mark them pure so the tables gets built at compile time.
3960         (smie-bnf-precedence-table): Store the closer-alist in the table.
3961         (smie-prec2-levels): Preserve the closer-alist.
3962         (smie-blink-matching-open): Be more forgiving in case of indentation.
3963         (smie-hanging-p): Rename from smie-indent--hanging-p.
3964         (smie-bolp): Rename from smie-indent--bolp.
3965         (smie--parent, smie--after): New dynamic vars.
3966         (smie-parent-p, smie-next-p, smie-prev-p): New funs.
3967         (smie-indent-rules): Remove.
3968         (smie-indent--offset-rule): Remove fun.
3969         (smie-rules-function): New var.
3970         (smie-indent--rule): New fun.
3971         (smie-indent--offset, smie-indent-keyword, smie-indent-after-keyword)
3972         (smie-indent-exps): Use it.
3973         (smie-setup): Setup paren blinking; add keyword args for token
3974         functions; extract closer-alist from op-levels.
3975         (smie-indent-debug-log): Remove var.
3976         (smie-indent-debug): Remove fun.
3977         * progmodes/prolog.el (prolog-smie-indent-rules): Remove.
3978         (prolog-smie-rules): New fun to replace it.
3979         (prolog-mode-variables): Simplify.
3980         * progmodes/octave-mod.el (octave-smie-closer-alist): Remove, now that
3981         it's setup automatically.
3982         (octave-smie-indent-rules): Remove.
3983         (octave-smie-rules): New fun to replace it.
3984         (octave-mode): Simplify.
3986 2010-10-29  Glenn Morris  <rgm@gnu.org>
3988         * files.el (temporary-file-directory): Remove (already defined in C).
3989         * cus-start.el: Add temporary-file-directory.
3991         * abbrev.el (abbrev-mode):
3992         * composite.el (auto-composition-mode):
3993         * menu-bar.el (menu-bar-mode):
3994         * simple.el (transient-mark-mode):
3995         * tool-bar.el (tool-bar-mode): Adjust the define-minor-mode calls so
3996         that they do not define the associated variables twice.
3997         * simple.el (transient-mark-mode): Remove defvar.
3998         * composite.el (auto-composition-mode): Make variable auto-buffer-local.
3999         * cus-start.el: Add transient-mark-mode, menu-bar-mode, tool-bar-mode.
4000         Handle multiple groups, and also custom-delayed-init-variables.
4001         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
4003 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4005         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4006         (pcase-if): Add one minor optimization.
4007         (pcase-split-equal): Rename from pcase-split-eq.
4008         (pcase-split-member): Rename from pcase-split-memq.
4009         (pcase-u1): Add strings to the member optimization.
4010         Add `guard' variant of predicates.
4011         (pcase-q1): Add string patterns.
4013 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4015         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
4017 2010-10-28  Glenn Morris  <rgm@gnu.org>
4019         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4020         Move menu-bar related settings to ../menu-bar.el.
4021         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
4022         Move ns-specific settings here from term/ns-win.el.
4024         * simple.el (x-selection-owner-p): Remove unused declaration.
4026 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * minibuffer.el (completion-cycling): New var (bug#7266).
4029         (minibuffer-complete, completion--do-completion):
4030         Use completion--flush-all-sorted-completions.
4031         (minibuffer-complete): Only cycle if completion-cycling is set.
4032         (completion--flush-all-sorted-completions): Unset completion-cycling.
4033         (minibuffer-force-complete): Set completion-cycling.
4034         (completion-all-sorted-completions): Move declaration before first use.
4036 2010-10-28  Leo  <sdl.web@gmail.com>
4038         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4039         which changes the order of matches seen by users (bug#7231).
4041 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
4043         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4044         Don't confuse -omega as "-o mega".
4046 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4048         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
4049         (log-edit-author): New dynamic var.
4050         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
4051         to return the author if different from committer.
4052         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
4054         * play/landmark.el: Adjust commenting convention.
4055         (lm-nil-score): Rename from nil-score.
4056         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
4057         (OOOOscore): Move into a let in lm-score-trans-table.
4058         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
4060         * electric.el (electric-indent-chars): Autoload.
4061         * progmodes/octave-mod.el (octave-mode):
4062         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
4063         (ruby-mode-abbrev-table): Merge initialization and declaration.
4065 2010-10-27  Glenn Morris  <rgm@gnu.org>
4067         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
4068         variable.
4070         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
4072         * term/ns-win.el: Restore require of cl when compiling.
4073         (menu-bar-final-items): Remove non-existent `windows' menu.
4074         (ns-handle-nxopen): Optionally handle the temp-case.
4075         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
4076         (ns-insert-file, ns-find-file): Use `pop'.
4078 2010-10-26  Glenn Morris  <rgm@gnu.org>
4080         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
4082 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
4084         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
4085         global map.
4086         * term/common-win.el (x-setup-function-keys): Remove most of the
4087         keymappings.  Comment on the remaining ones.
4089 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
4091         * server.el (server-port): New option.  (Bug#854)
4092         (server-start): Use server-port.
4094 2010-10-26  Glenn Morris  <rgm@gnu.org>
4096         * term/ns-win.el (ns-version-string): Remove unused declaration.
4097         (ns-invocation-args): Change to x-invocation-args.
4098         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
4099         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
4100         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
4101         Use x-invocation-args instead of ns-invocation-args.
4102         (ns-initialize-window-system, handle-args-function-alist):
4103         Use x-handle-args instead of ns-handle-args.
4104         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
4105         * startup.el (command-line-ns-option-alist): Replace
4106         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
4107         ns-handle-iconic with the x- equivalents.
4109         * term/common-win.el (x-select-enable-clipboard):
4110         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
4112         * term/ns-win.el: No need to require cl when compiling.
4113         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
4114         (xw-defined-colors): Use the common-win definitions.
4115         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
4116         (ns-handle-iconic): Make it an alias for x-handle-iconic.
4117         * term/common-win.el (x-select-text, x-alternatives-map)
4118         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
4119         * loadup.el [ns]: Load common-win.
4121 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
4123         * epa-mail.el (epa-mail-encrypt): Handle local-part only
4124         recipients; expand mail aliases (Bug#7280).
4126 2010-10-25  Glenn Morris  <rgm@gnu.org>
4128         * term/common-win.el (x-handle-switch): Simplify with pop.
4129         Optionally handle numeric switches.
4130         (x-handle-numeric-switch): Just call x-handle-switch.
4131         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
4132         (x-handle-name-switch, x-handle-display, x-handle-args):
4133         Simplify with pop.
4135         * term/ns-win.el: Do not require easymenu.
4136         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
4137         <spell>: Move adjustments to menu-bar.el.
4138         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
4139         <separator-undo, spell>: Move ns-win's adjustments here.
4140         * loadup.el [ns]: Do not load easymenu.
4142 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
4144         * image.el (image-checkbox-checked, image-checkbox-unchecked):
4145         Delete (Bug#7222).
4147         * startup.el (fancy-startup-tail): Instead of using inline images,
4148         refer to image files from etc/.
4150         * wid-edit.el (checkbox): Likewise.
4151         (widget-image-find): Center image specs.
4153 2010-10-24  Glenn Morris  <rgm@gnu.org>
4155         * term/ns-win.el (x-select-text): Doc fix.
4156         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
4157         (x-select-text): Move to term/common-win.
4158         * term/w32-win.el (xw-defined-colors): Move to common-win.
4159         * term/x-win.el (xw-defined-colors, x-alternatives-map)
4160         (x-setup-function-keys, x-select-text): Move to common-win.
4161         * term/common-win.el (x-select-text, x-alternatives-map)
4162         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
4163         definitions here.
4165 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
4167         * net/mairix.el (mairix-searches-mode-map):
4168         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
4170 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
4172         * verilog-mode.el (verilog-directive-re): Make this variable
4173         auto-built for efficiency of execution and updating.
4174         (verilog-extended-complete-re): Support 'pure' fucntion & task
4175         declarations (these have no bodies).
4176         (verilog-beg-of-statement): General cleanup to enable support of
4177         'pure' fucntion & task declarations (these have no bodies).
4178         These efforts together fix Verilog bug210 from veripool; which was also
4179         noticed by Steve Pearlmutter.
4180         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
4181         (verilog-directive-nest-re, verilog-set-auto-endcomments):
4182         Support `elsif.  Reported by Shankar Giri.
4183         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
4184         attribute handling for lining up declarations and assignments.
4185         (verilog-beg-of-statement-1): Fix issue where continued declaration
4186         is indented differently if it is after a begin..end clock.
4187         (verilog-in-attribute-p, verilog-skip-backward-comments)
4188         (verilog-skip-forward-comment-p): Support proper treatment of
4189         attributes by indent code.  Reported by Jeff Steele.
4190         (verilog-in-directive-p): Fix comment to correctly describe function.
4191         (verilog-backward-up-list, verilog-in-struct-region-p)
4192         (verilog-backward-token, verilog-in-struct-p)
4193         (verilog-in-coverage-p, verilog-do-indent)
4194         (verilog-pretty-declarations): Use verilog-backward-up-list as
4195         wrapper around backward-up-list inorder to properly skip comments.
4196         Reported by David Rogoff.
4197         (verilog-property-re, verilog-endcomment-reason-re)
4198         (verilog-beg-of-statement, verilog-set-auto-endcomments)
4199         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
4200         of if).  Reported by Max Bjurling and
4201         (verilog-calc-1): Fix for clocking block in modport
4202         declaration.  Reported by Brian Hunter.
4204 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
4206         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
4207         (verilog-gate-keywords, verilog-read-sub-decls)
4208         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
4209         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
4210         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
4211         (verilog-read-decls): Fix spaces in V2K module parameters causing
4212         mis-identification as interfaces, bug287.
4213         (verilog-read-decls): Fix not treating "parameter string" as a
4214         parameter in AUTOINSTPARAM.
4215         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
4216         treating `elsif similar to `endif inside AUTOSENSE.
4217         (verilog-do-indent): Implement correct automatic or static task or
4218         function end comment highlight.  Reported by Steve Pearlmutter.
4219         (verilog-font-lock-keywords-2): Fix highlighting of single
4220         character pins, bug264.  Reported by Michael Laajanen.
4221         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
4222         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
4223         (verilog-subdecls-get-interfaced, verilog-subdecls-new):
4224         Support interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
4225         (verilog-pretty-expr): Fix interactive arguments, bug272.
4226         Reported by Mark Johnson.
4227         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp):
4228         Add 'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
4229         bug269.  Suggested by Gary Delp.
4230         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
4231         (verilog-preprocessor, verilog-set-compile-command):
4232         Create verilog-preprocess and verilog-preprocessor to show
4233         preprocessed output.
4234         (verilog-get-beg-of-line, verilog-get-end-of-line)
4235         (verilog-modi-file-or-buffer, verilog-modi-name)
4236         (verilog-modi-point, verilog-within-string): Move defmacro's
4237         before first use to avoid warning.  Reported by Steve Pearlmutter.
4238         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
4239         (verilog-colorize-region, verilog-highlight-buffer)
4240         (verilog-highlight-includes, verilog-highlight-modules)
4241         (verilog-highlight-region, verilog-mode): Rename colorize to
4242         highlight to match other packages.  Disable module highlighting,
4243         as received speed complaints, reenable for experimentation only
4244         using new verilog-highlight-modules.
4245         (verilog-read-decls): Fix regexp stack overflow in very large
4246         AUTO_TEMPLATEs, bug250.
4247         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
4248         (verilog-scan): Create verilog-save-buffer-state to standardize
4249         making insignificant changes that shouldn't call hooks.
4250         (verilog-save-no-change-functions, verilog-save-scan-cache)
4251         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
4252         Create verilog-save-no-change-functions to wrap verilog-scan
4253         preservation, and fix to work with nested preserved calls.
4254         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
4255         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
4256         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
4257         (verilog-submit-bug-report): Update variable list to be complete.
4258         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
4259         breaking on-the-fly font-locking.
4260         (verilog-colorize-buffer, verilog-colorize-include-files)
4261         (verilog-colorize-include-files-buffer, verilog-colorize-region)
4262         (verilog-load-file-at-mouse, verilog-load-file-at-point)
4263         (verilog-mode, verilog-read-inst-module-matcher): With point on a
4264         AUTOINST cell instance name, middle mouse button now finds-file on
4265         it.  Suggested by Brad Dobbie.
4266         (verilog-alw-get-temps, verilog-auto-reset)
4267         (verilog-auto-sense-sigs, verilog-read-always-signals)
4268         (verilog-read-always-signals-recurse): Fix loop indexes being
4269         AUTORESET.  AUTORESET now assumes any variables in the
4270         initialization section of a for() should be ignored.
4271         Reported by Dan Dever.
4272         (verilog-error-font-lock-keywords)
4273         (verilog-error-regexp-emacs-alist)
4274         (verilog-error-regexp-xemacs-alist): Fix error detection of
4275         Cadence HAL, reported by David Asher.  Repair drift between the
4276         three similar error variables.
4277         (verilog-modi-lookup, verilog-modi-lookup-cache)
4278         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
4279         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
4280         Fix slow verilog-auto expansion on very large files.
4281         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line):
4282         Fix AUTOOUTPUT treating "1*2" as a signal name in submodule connection
4283         "{1*2{...".  Broke in last revision.
4284         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
4285         submodule connections with replications "{#{a},#{b}}".
4287 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
4289         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
4290         Fix typo in docstring.
4292 2010-10-24  Kenichi Handa  <handa@m17n.org>
4294         * face-remap.el (text-scale-adjust): Call read-event with a proper
4295         prompt.
4297 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
4299         * emacs-lisp/unsafep.el: Don't mark functions that display
4300         messages as safe.  Suggested by Johan Bockgård.
4302 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4304         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
4305         Turn comments into docstrings.
4307         * minibuffer.el (completion--replace): Move point where it belongs
4308         when there's a common suffix (bug#7215).
4310 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
4312         Merge read-color and facemenu-read-color (Bug#7242).
4314         * faces.el (read-color): Use the completion code from
4315         facemenu-read-color.  Require match in completion.  Doc fix.
4317         * facemenu.el (facemenu-read-color): Alias for read-color.
4318         (facemenu-set-foreground, facemenu-set-background):
4319         Use read-color.
4321         * frame.el (set-background-color, set-foreground-color)
4322         (set-cursor-color, set-mouse-color, set-border-color):
4323         Use read-color.
4325 2010-10-24  Leo  <sdl.web@gmail.com>
4327         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
4328         argument of delete-file and delete-directory (Bug#7011).
4330 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
4332         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
4333         button-buffer-map.
4335 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
4337         * emacs-lisp/package.el (package--generate-package-list): Make the
4338         *Packages* buffer read-only.
4340 2010-10-24  Alan Mackenzie  <acm@muc.de>
4342         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
4343         result of `c-beginning-of-decl-1' between invocations of a lambda
4344         function (Bug #7265).
4346 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
4348         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
4349         executable is not available on the system (Bug#7268).
4351 2010-10-24  Glenn Morris  <rgm@gnu.org>
4353         * select.el (selection-coding-system, next-selection-coding-system):
4354         Sync doc with C versions.
4356         * w32-vars.el (x-select-enable-clipboard):
4357         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
4358         * term/common-win.el (x-select-enable-clipboard): Move here.
4360         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
4361         definition of C variable.
4363         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
4364         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4365         Don't redefine things that are defined in C.
4366         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
4367         (show-trailing-whitespace, auto-hscroll-mode)
4368         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4369         Set up the appropriate custom properties.
4371 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
4373         Bind "C-c ]" to ...
4374         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
4375         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
4376         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
4377         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
4379 2010-10-23  Glenn Morris  <rgm@gnu.org>
4381         * textmodes/flyspell.el (flyspell-mode): If there was an error,
4382         say what it was.
4384         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
4385         Sync docs with C version.
4387         * term/ns-win.el (xw-defined-colors):
4388         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
4390         * term/pc-win.el (x-select-enable-clipboard):
4391         * term/x-win.el (x-select-enable-clipboard):
4392         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
4394         * comint.el (comint-password-prompt-regexp): Make it less vague.
4395         Bump version.
4397         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
4399         * help.el (finder-by-keyword): Remove unnecessary autoload.
4401 2010-10-22  Glenn Morris  <rgm@gnu.org>
4403         * loadup.el: Unconditionally load float-sup.
4404         * paren.el (show-paren-delay):
4405         * emacs-lisp/float-sup.el:
4406         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
4407         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
4408         (lazy-lock-stealth-verbose): Assume float support.
4409         * ps-print.el: Assume float support on Emacs.
4410         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
4411         Remove non-float branch.
4413         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
4414         src/Makefile no longer being pre-processed.
4416 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4418         * emacs-lisp/find-func.el (find-library): Use test-completion.
4420 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4422         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
4424 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
4426         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
4427         space in stat format string.
4428         (tramp-send-command): Unset $PS1 when using here documents, in
4429         order not to get several prompts.
4430         (tramp-get-inline-coding): Return `nil' in case of errors.
4432 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
4434         * hexl.el (hexl-mode, hexl-mode-exit):
4435         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
4436         (hexl-revert-buffer-function): New function.
4437         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
4439 2010-10-19  Alan Mackenzie  <acm@muc.de>
4441         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
4442         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
4443         that these keywords aren't wrongly matched as identifiers.
4445         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
4446         setting of c-new-BEG and c-new-END from c-before-change to
4447         c-after-change.  (Bug#7181)
4449 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
4451         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
4452         Don't mark as safe.
4454         * custom.el (custom-theme-set-variables): Likewise.
4455         (load-theme): Add custom-theme-set-faces and
4456         custom-theme-set-variables to safe-functions while loading.
4457         (custom-enabled-themes): Mark as risky.
4459 2010-10-18  Julien Danjou  <julien@danjou.info>
4461         * bindings.el: Remove end dashes in default mode-line-format.
4463 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
4465         * bindings.el (global-map): Bind C-d to delete-char and deletechar
4466         to delete-forward-char.
4468         * simple.el (normal-erase-is-backspace-mode): Remap delete to
4469         deletechar, and hence delete-forward-char.
4471 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4473         * repeat.el (repeat): Use read-key (bug#6256).
4475 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
4477         * emacs-lisp/unsafep.el: Don't mark functions that display
4478         messages as safe.  Suggested by Johan Bockgård.
4480 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4482         * minibuffer.el (completion--replace): Move point where it belongs
4483         when there's a common suffix (bug#7215).
4485 2010-10-19  Kenichi Handa  <handa@m17n.org>
4487         * international/characters.el: Add category '|' (word breakable)
4488         to fullwidth characters.
4490 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
4492         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
4493         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
4494         order to make stat results a float.  Patch by Andreas Schwab
4495         <schwab@linux-m68k.org>.
4497 2010-10-18  Julien Danjou  <julien@danjou.info>
4499         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
4500         hidden by `make-pointer-invisible'.
4502 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4504         * files.el (locate-file-completion-table): Strip non-matching elements
4505         before checking length of list (bug#7238).
4507 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
4509         * custom.el (custom-theme-set-variables): Mark as a safe function.
4510         (load-theme): Check forms using unsafep.
4512         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
4514 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
4516         * textmodes/ispell.el (ispell-aspell-find-dictionary):
4517         Fix aspell data file searching (bug#7230).
4519 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
4521         * cus-theme.el (custom-theme--migrate-settings): New var.
4522         (customize-create-theme): Allow editing the `user' theme.
4523         (custom-theme-add-variable, custom-theme-add-var-1)
4524         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
4525         to the front of each variable or face widget.
4526         (custom-theme-write): Save theme settings in the correct order.
4527         Optionally, remove saved settings from user customizations.
4528         (custom-theme-write-variables, custom-theme-write-faces):
4529         Save only the checked widgets.
4530         (customize-themes): Add a link for migrating custom settings.
4532         * custom.el (custom-declare-theme, provide-theme):
4533         Use custom-theme-name-valid-p.
4534         (custom-theme-name-valid-p): Remove checks that are now
4535         unnecessary since themes no longer obey load-path.
4537         * cus-edit.el (custom-variable-value-create): For the simple
4538         style, hide documentation string when hidden.
4540 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
4542         * cus-edit.el (custom-variable, custom-face): Combine the
4543         :inhibit-magic and :display-style properties into a single
4544         :custom-style property.
4545         (custom-toggle-hide-variable, custom-toggle-hide-face):
4546         New functions.  If hiding an edited value, save it to :shown-value.
4547         (custom-variable-value-create, custom-face-value-create): Use them.
4548         (custom-magic-reset): Allow magic property to be unset.
4550         * custom.el: Custom themes no longer use load-path.
4551         (custom-theme-load-path): New option.  Change built-in theme
4552         directory to etc/.
4553         (custom-enabled-themes): Add custom-theme-load-path dependency.
4554         (custom-theme--load-path): New function.
4555         (load-theme, custom-available-themes): Use it.
4557         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
4558         (customize-themes): Link to custom-theme-load-path variable.
4559         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
4560         :custom-style property.
4562         * themes/*.el: Moved to etc/.
4564 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
4566         * textmodes/reftex-cite.el
4567         (reftex-extract-bib-entries-from-thebibliography): Do not move
4568         point when searching for \bibitem entries.  Match entries with
4569         spaces or tabs in front of arguments.
4571 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
4573         * cus-theme.el (customize-create-theme): Delete overlays after
4574         erasing.  If given a THEME arg, display only the faces of that arg
4575         instead of custom-theme--listed-faces.
4576         (custom-theme-variable-menu, custom-theme-variable-action)
4577         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
4578         (custom-theme-add-variable, custom-theme-add-face): Apply value
4579         from the theme settings, instead of the current value.
4580         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
4581         (custom-theme-visit-theme): Allow calling outside theme buffers.
4582         (custom-theme-merge-theme): Don't enable the theme when merging.
4583         (custom-theme-write-variables, custom-theme-write-faces): Use the
4584         :shown-value properties to save buffer values, not global ones.
4585         (customize-themes): Display a warning about user customizations.
4587         * cus-edit.el (custom-variable-value-create)
4588         (custom-face-value-create): Obey new special properties
4589         :shown-value and :inhibit-magic.
4591 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
4593         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
4594         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
4595         <dale@codefu.org>.
4597 2010-10-14  Kenichi Handa  <handa@m17n.org>
4599         * mail/rmail.el (rmail-show-message-1): Catch an error of
4600         base64-decode-region and just show an error message (bug#7165).
4602         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
4603         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
4604         a font-spec (bug#7197).
4606 2010-10-14  Glenn Morris  <rgm@gnu.org>
4608         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
4610 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
4612         * international/mule.el (define-coding-system):
4613         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
4614         * composite.el (compose-region): Fix typo in docstring.
4616 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
4618         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
4619         only after checking the theme-face property.
4621         * faces.el (face-spec-reset-face): Reset all attributes in one
4622         single call to set-face-attribute.
4623         (face-spec-match-p): Make it a defsubst.
4624         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
4625         (x-create-frame-with-faces, tty-create-frame-with-faces)
4626         (tty-set-up-initial-frame-faces): Don't recompute face specs in
4627         frame-set-background-mode, since they are recomputed immediately
4628         afterwards in face-set-after-frame-default.
4629         (face-set-after-frame-default): Minor optimization.
4630         (cursor): Provide non-trivial defface spec.
4632         * custom.el (custom-theme-recalc-face): Simplify.
4634 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
4636         * calc/calc-alg.el (math-var): Rename from `var'.
4637         (math-is-polynomial, math-is-poly-rec): Replace `var'
4638         with `math-var'.
4640         * calc/calcalg2.el (math-var): Rename from `var'.
4641         (calcFunc-table, math-scan-for-limits): Replace `var'
4642         with `math-var'.
4644 2010-10-13  Glenn Morris  <rgm@gnu.org>
4646         * subr.el (last): Deal with dotted lists (reported in bug#7174).
4648 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
4650         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
4652 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4654         * net/tls.el (tls-program): Remove spurious %s from openssl.
4655         (tls-starttls-switches): Remove starttls hack.
4656         (open-tls-stream): Ditto.
4657         (tls-find-starttls-argument): Ditto.
4659 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
4661         * image.el (image-library-alist): Declare as obsolete alias.
4662         (image-type-available-p): Use `dynamic-library-alist'.
4664         * term/w32-win.el (dynamic-library-alist):
4665         Use instead of `image-library-alist'.
4667 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
4669         * subr.el (last): Make it faster.  (Bug#7174)
4671 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
4673         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
4675 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
4677         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
4678         (describe-theme-1): Extract doc from unloaded themes.
4680         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
4682         * themes/tango-theme.el:
4683         * themes/tango-dark-theme.el:
4684         * themes/wheatgrass-theme.el: New files.
4686 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
4688         * cus-theme.el (describe-theme, customize-themes)
4689         (custom-theme-save): New commands.
4690         (custom-new-theme-mode-map): Bind C-x C-s.
4691         (custom-new-theme-mode): Use custom--initialize-widget-variables.
4692         (customize-create-theme): New optional arg THEME.
4693         (custom-theme-revert): Use it.
4694         (custom-theme-visit-theme): Remove dead code.
4695         (custom-theme-merge-theme): Use custom-available-themes.
4696         (custom-theme-write): Make interactive.
4697         (custom-theme-write): Use custom-theme-name-valid-p.
4698         (describe-theme-1, custom-theme-choose-revert)
4699         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
4700         New funs.
4701         (custom-theme-allow-multiple-selections): New option.
4702         (custom-theme-choose-mode): New major mode.
4704         * custom.el (custom-theme-set-variables): Remove dead code.
4705         Obey custom--inhibit-theme-enable.
4706         (custom--inhibit-theme-enable): New var.
4707         (provide-theme): Obey it.
4708         (load-theme): Replace load with manual read/eval, in order to
4709         check for correctness.  Use custom-theme-name-valid-p.
4710         (custom-theme-name-valid-p): New function.
4711         (custom-available-themes): Use it.
4713         * cus-edit.el (custom--initialize-widget-variables): New function.
4714         (Custom-mode): Use it.
4716         * cus-face.el (custom-theme-set-faces): Remove dead code.
4717         Obey custom--inhibit-theme-enable.
4719         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
4721 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
4723         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
4725 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
4727         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
4728         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
4729         (mac-right-option-modifier): New alias for ns-right-option-modifier.
4731         * cus-start.el (all): ns-right-alternate-modifier is new.
4733 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4735         * emacs-lisp/lisp.el (lisp-completion-at-point):
4736         Use emacs-lisp-mode-syntax-table for the whole function.
4738 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
4740         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
4741         instead of font-lock-mode before adding keywords.
4742         Remove hi-lock-mode off code.  Remove inhibit hack.
4743         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
4744         non-nil; removed hook inhibit hack.
4746 2010-10-12  Glenn Morris  <rgm@gnu.org>
4748         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
4749         (load-path-shadows-find): ... to this.
4750         (list-load-path-shadows): Update for above change.
4752         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
4754 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4756         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
4757         Fix comment for declare-function.
4759 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
4761         * custom.el (custom-fix-face-spec): New function; code moved from
4762         custom-face-edit-fix-value.
4763         (custom-push-theme): Use it when checking if a face has been
4764         changed outside customize.
4765         (custom-available-themes): New function.
4766         (load-theme): Use it.
4768         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
4770         * custom.el (custom-push-theme): Cleanup (use cond).
4771         (disable-theme): Recompute the saved-face property.
4772         (custom-theme-recalc-face): Follow face alias before setting prop.
4774         * image.el (image-checkbox-checked, image-checkbox-unchecked):
4775         New variables, containing checkbox images.
4777         * startup.el (fancy-startup-tail):
4778         * wid-edit.el (checkbox): Use them.
4780 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
4782         * shell.el (shell-mode-map):
4783         * progmodes/modula2.el (m2-mode-map):
4784         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
4785         * play/mpuz.el (mpuz-mode-map):
4786         * play/landmark.el (lm-mode-map):
4787         * play/decipher.el (decipher-mode-map):
4788         * play/5x5.el (5x5-mode-map):
4789         * net/telnet.el (telnet-mode-map):
4790         * net/quickurl.el (quickurl-list-mode-map):
4791         * net/mairix.el (mairix-searches-mode-map):
4792         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
4793         * net/dig.el (dig-mode-map):
4794         * mail/mspools.el (mspools-mode-map):
4795         * hexl.el (hexl-mode-map):
4796         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
4797         (wordstar-C-o-map, wordstar-C-q-map):
4798         * emacs-lisp/edebug.el (edebug-eval-mode-map):
4799         * emacs-lisp/chart.el (chart-map):
4800         * edmacro.el (edmacro-mode-map):
4801         * erc/erc-list.el (erc-list-menu-mode-map):
4802         * array.el (array-mode-map): Declare and define in one step.
4804         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
4806 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
4808         * epa.el (epa-passphrase-callback-function): Display filename
4809         passed as the 3rd arg.
4810         * epa-file.el (epa-file-passphrase-callback-function):
4811         Pass filename to epa-passphrase-callback-function.
4813 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
4815         * cus-edit.el (custom-face-widget-to-spec)
4816         (custom-face-get-current-spec, custom-face-state): New functions.
4817         (custom-face-set, custom-face-mark-to-save)
4818         (custom-face-value-create, custom-face-state-set): Use them.
4820         * cus-theme.el (custom-theme--listed-faces): New var.
4821         (customize-create-theme): Use *Custom Theme* as the buffer name.
4822         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
4823         faces listed in custom-theme--listed-faces.
4824         (custom-theme-revert): New function.
4825         (custom-theme-add-variable, custom-theme-add-face): Insert at the
4826         bottom of the list.
4827         (custom-theme-write): Prompt for theme name if empty.
4828         (custom-theme-write-variables): Use dolist.
4829         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
4831 2010-10-09  Alan Mackenzie  <acm@muc.de>
4833         Enhance fontification of declarators to take account of the
4834         presence/absence of "typedef".
4836         * cc-engine.el (c-forward-type): New &optional param
4837         "brace-block-too".
4838         (c-forward-decl-or-cast-1): cdr of return value now indicates the
4839         presence of either or both of a "struct"-like keyword and "typedef".
4841         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
4842         fontification of declarators which follow a "}".
4843         (c-font-lock-declarations): Fontify declarators according to the
4844         presence/absence of "typedef".
4846         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
4847         for "typedef".
4848         (c-typedef-decl-key): New lang variable built from
4849         c-typedef-decl-kwds.
4851 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4853         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
4854         since that's too annoying.  Move the filter groups commands to
4855         TAB/backtab.
4857         * epa.el (epa-passphrase-callback-function): Say what we're
4858         querying the password for.
4860         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
4861         behaviour, don't bury the ibuffer buffer when visiting other buffers.
4863 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
4865         * cus-edit.el (custom-commands, custom-buffer-create-internal)
4866         (custom-magic-value-create): Pad button tags with spaces.
4867         (custom-face-edit): New variable.
4868         (custom-face-value-create): Determine whether to use the usual
4869         face editor here, instead of using custom-face-selected.
4870         Pass face defaults to custom-face-edit widget.
4871         (custom-face-selected, custom-display-unselected): Delete widgets.
4872         (custom-display-unselected-match): Function removed.
4873         (custom-face-set, custom-face-mark-to-save):
4874         Accept custom-face-edit widgets as the direct widget child.
4876         * wid-edit.el (widget--completing-widget): New var.
4877         (widget-default-complete): Bind it when doing completion.
4878         (widget-string-complete, widget-file-complete): Use it.
4880 2010-10-09  Glenn Morris  <rgm@gnu.org>
4882         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
4883         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
4884         (holiday-hebrew-misc): Small simplifications.
4886         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
4888         * net/browse-url.el: Don't require thingatpt, term, dired,
4889         executable, or w3-auto when compiling.
4890         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
4891         Declare.
4892         (browse-url-text-emacs): Require term.
4894 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
4896         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
4898 2010-10-08  Glenn Morris  <rgm@gnu.org>
4900         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
4902         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
4903         (shadows-compare-text-p): Make it an obsolete alias for...
4904         (load-path-shadows-compare-text): ... new name.
4905         (find-emacs-lisp-shadows): Update for above name change.
4906         (load-path-shadows-same-file-or-nonexistent): New name for the old
4907         shadow-same-file-or-nonexistent.
4909 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
4911         * minibuffer.el (completion--some, completion--do-completion)
4912         (minibuffer-complete-and-exit, minibuffer-completion-help)
4913         (completion-basic-try-completion)
4914         (completion-basic-all-completions)
4915         (completion-pcm--find-all-completions): Use lexical-let to
4916         avoid some false matches in variable completion (Bug#7056)
4918 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
4920         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
4922 2010-10-08  Leo  <sdl.web@gmail.com>
4924         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
4925         return non-nil if the file exists (Bug#7090).
4927 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
4929         * minibuffer.el (completion--replace):
4930         Better preserve markers (bug#7138).
4932 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
4934         * server.el (server-process-filter): Doc fix.
4936 2010-10-08  Drew Adams  <drew.adams@oracle.com>
4938         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
4940 2010-10-08  Glenn Morris  <rgm@gnu.org>
4942         * vc/ediff-wind.el (ediff-setup-control-frame):
4943         * vc/ediff-ptch.el (ediff-default-backup-extension):
4944         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
4945         (ediff-exec-process): Remove system-types emx, windows-95.
4947         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
4949 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
4951         * cus-edit.el (custom-variable, custom-face): Doc fix.
4952         (custom-face-edit): Add value-create attribute.
4953         (custom-face-edit-value-create)
4954         (custom-face-edit-value-visibility-action): New functions.
4955         Hide unused face attributes by default, and add a visibility toggle.
4956         (custom-face-edit-deactivate): Show empty values with shadow face.
4957         (custom-face-selected): Only use this for face specs with default
4958         attributes.
4959         (custom-face-value-create): Cleanup.
4961         * wid-edit.el (widget-checklist-value-create): Use dolist.
4962         (widget-checklist-match-find): Make second arg optional.
4964 2010-10-07  Glenn Morris  <rgm@gnu.org>
4966         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
4967         Prefix things.
4969         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
4970         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
4971         load-path-shadows-mode, update references.
4972         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
4973         Rename variable and button.
4974         (list-load-path-shadows): Update button caller.
4976 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4978         * emacs-lisp/smie.el (smie-bnf-classify): New function.
4979         (smie-bnf-precedence-table): Use it to remember the closers/openers.
4980         (smie-merge-prec2s): Handle those new entries.
4981         (smie-prec2-levels): Only set precedence to nil for actual
4982         openers/closers.
4983         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
4984         that is now unnecessary.
4986 2010-10-07  Miles Bader  <miles@gnu.org>
4988         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
4990 2010-10-07  Glenn Morris  <rgm@gnu.org>
4992         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
4993         (mail-position-on-field): Remove declarations.
4994         (mail-position-on-field): Autoload it.
4995         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
4996         and mail-header-end.  Don't require sendmail.
4998         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
4999         (shadow-mode): New mode.
5000         (shadow-find-file): New button.
5001         (list-load-path-shadows): Use shadow-mode and buttons.
5003         * iimage.el (iimage-version): Remove.
5004         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
5005         Turn into defcustoms.
5006         (iimage-mode-map): Give it a doc string.
5008         * calendar/appt.el (appt-activate): Give a warning rather than an error
5009         if there is no diary-file.
5011 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
5013         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
5014         Use `tramp-handle-find-backup-file-name'.
5016 2010-10-06  Glenn Morris  <rgm@gnu.org>
5018         * font-core.el (font-lock-defaults-alist): Remove variable.
5019         (font-lock-mode): Doc fix.
5020         (font-lock-default-function): Do not consult font-lock-defaults-alist.
5021         * font-lock.el (font-lock-refresh-defaults): Doc fix.
5022         (font-lock-set-defaults): Doc fix.
5023         Do not consult font-lock-defaults-alist.
5025         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
5027         * emacs-lisp/cl.el: No longer provide cl-19.
5029 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
5031         * net/tramp.el (tramp-handle-directory-files-and-attributes)
5032         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
5033         New defuns, taken from tramp-smb.el.
5034         (tramp-coding-system-change-eol-conversion)
5035         (tramp-set-process-query-on-exit-flag): Remove.
5037         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
5038         (tramp-compat-coding-system-change-eol-conversion)
5039         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
5040         from tramp.el.
5042         * net/tramp-gvfs.el:
5043         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
5044         by `tramp-compat-set-process-query-on-exit-flag'.
5046         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
5047         Use `tramp-handle-directory-files-and-attributes',
5048         `tramp-handle-file-exists-p' and
5049         `tramp-handle-file-newer-than-file-p'.
5050         (tramp-imap-handle-file-exists-p)
5051         (tramp-imap-handle-file-executable-p)
5052         (tramp-imap-handle-file-readable-p)
5053         (tramp-imap-handle-directory-files-and-attributes)
5054         (tramp-imap-handle-file-newer-than-file-p): Remove.
5056         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
5057         by `tramp-compat-set-process-query-on-exit-flag' and
5058         `tramp-coding-system-change-eol-conversion' by
5059         `tramp-compat-coding-system-change-eol-conversion'.
5061         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
5062         Use `tramp-handle-directory-files-and-attributes',
5063         `tramp-handle-file-exists-p' and
5064         `tramp-handle-file-newer-than-file-p'.
5065         (tramp-smb-handle-directory-files-and-attributes)
5066         (tramp-smb-handle-file-exists-p)
5067         (tramp-smb-handle-file-newer-than-file-p): Remove.
5068         (tramp-smb-maybe-open-connection):
5069         Replace `tramp-set-process-query-on-exit-flag' by
5070         `tramp-compat-set-process-query-on-exit-flag'.
5072 2010-10-05  Glenn Morris  <rgm@gnu.org>
5074         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
5076 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
5078         Continue reorganization of load dependencies.  (Bug#7156)
5080         * net/tramp.el (tramp-handle-file-local-copy-hook)
5081         (tramp-delete-temp-file-function): Move down.
5082         (tramp-exists-file-name-handler): Move up.
5083         (tramp-register-file-name-handlers): Simplify autoload.
5084         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
5085         (tramp-handle-directory-files, tramp-handle-dired-uncache)
5086         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
5087         (tramp-handle-file-name-completion)
5088         (tramp-handle-file-name-directory)
5089         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
5090         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
5091         (tramp-handle-find-backup-file-name)
5092         (tramp-handle-insert-file-contents, tramp-handle-load)
5093         (tramp-handle-substitute-in-file-name)
5094         (tramp-handle-unhandled-file-name-directory)
5095         (tramp-mode-string-to-int, tramp-local-host-p)
5096         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
5098         * net/tramp-gvfs.el (top):
5099         * net/tramp-smb.el (top): Do not require 'tramp-sh.
5101         * net/tramp-sh.el (all): Move several objects to tramp.el, see
5102         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
5104 2010-10-04  Glenn Morris  <rgm@gnu.org>
5106         * calendar/appt.el (appt-add): Ensure reminders are enabled.
5107         (appt-activate): Give status messages.
5109 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
5111         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
5112         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
5113         `gnutls-negotiate' (formerly `starttls-negotiate').
5114         Remove trivial wrapper `starttls-open-stream'.
5116 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
5118         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
5119         log-outgoing commands.
5120         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
5121         to create a buffer local revert-buffer-function variable.
5122         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
5123         revert-buffer-function lambda.
5125 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
5127         * net/gnutls.el (starttls-negotiate): Use the plist interface to
5128         `gnutls-boot'.  Make TYPE the only required parameter.
5129         Allow TRUSTFILES and KEYFILES to be lists.
5130         (open-ssl-stream): Use it.
5132 2010-10-03  Glenn Morris  <rgm@gnu.org>
5134         * subr.el (directory-sep-char): Remove obsolete variable.
5135         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
5136         it is "necessary".
5138         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
5139         * vc/vc.el (vc-static-header-alist): Doc fix.
5140         * vc/vc-cvs.el (vc-cvs-header):
5141         * vc/vc-rcs.el (vc-rcs-header):
5142         * vc/vc-sccs.el (vc-sccs-header):
5143         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
5144         * obsolete/vc-mcvs.el (vc-mcvs-header):
5145         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
5146         on XEmacs.
5148 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5150         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
5151         Remove obsolete use of binary-overwrite-mode (Bug#7001).
5153 2010-10-03  Glenn Morris  <rgm@gnu.org>
5155         * obsolete/x-menu.el: Remove file, obsolete since 21.1
5157         * textmodes/rst.el (rst-font-lock-keywords-function):
5158         Drop Emacs 20 code.
5160         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
5162         * printing.el: Drop Emacs 20 code.
5164         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
5165         without having used appt.el already).
5167         * subr.el (make-local-hook): Remove function obsolete since 21.1.
5168         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
5169         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
5170         XEmacs.
5171         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
5172         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
5174         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
5175         (charset-width, find-charset-region, chars-in-region, forward-point)
5176         (encode-coding-string, coding-system-p, ccl-execute-on-string)
5177         (define-ccl-program, multibyte-string-p, string-make-multibyte):
5178         Remove compatibility cruft (none of these are used by ps*.el).
5180 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
5182         * subr.el (booleanp): Return t instead of a list (Bug#7086).
5184 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
5186         * server.el (server-process-filter, server-return-error):
5187         Give emacsclient time to shut down after receiving an error string.
5189 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
5191         * files.el (remote-file-name-inhibit-cache): New defcustom.
5193         * time.el (display-time-file-nonempty-p):
5194         Use `remote-file-name-inhibit-cache'.
5196         * net/tramp.el (tramp-completion-reread-directory-timeout):
5197         Fix docstring.
5199         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
5200         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
5201         `remote-file-name-inhibit-cache'.  Check also for an integer
5202         value.  Add/increase counter when `tramp-verbose' >= 10.
5203         (tramp-set-file-property): Add/increase counter when
5204         `tramp-verbose' >= 10.
5206         * net/tramp-cmds.el (tramp-cleanup-all-connections)
5207         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
5208         (tramp-bug): Set tramp-autoload cookie.  Report all interned
5209         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
5210         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
5211         characters only in strings.
5213         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
5214         to backward compatibility.
5216         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
5217         (tramp-handle-file-name-all-completions)
5218         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
5219         (tramp-open-connection-setup-interactive-shell):
5220         Call `tramp-cleanup-connection' directly.
5222 2010-10-02  Glenn Morris  <rgm@gnu.org>
5224         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
5226         * subr.el (char-bytes): Remove obsolete function.
5228         * isearch.el (isearch-return-char): Remove obsolete function.
5230         * mouse.el: No longer provide mldrag.
5231         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
5232         Remove obsolete aliases.
5234         * comint.el (comint-kill-output): Remove obsolete alias.
5236         * composite.el (decompose-composite-char): Remove obsolete function.
5237         * ps-def.el (decompose-composite-char): Remove unused function.
5239         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
5241         * outline.el (outline-visible): Remove obsolete function.
5243         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
5244         * faces.el (internal-find-face, internal-get-face)
5245         (frame-update-faces, frame-update-face-colors)
5246         (x-frob-font-weight, x-frob-font-slant)
5247         (internal-frob-font-weight, internal-frob-font-slant)
5248         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
5249         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
5250         (x-make-font-bold-italic): Remove functions and aliases, obsolete
5251         since Emacs 21.1.
5252         * emulation/viper-util.el (viper-get-face):
5253         * obsolete/lucid.el (find-face, get-face): Use facep.
5254         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
5255         Remove unused functions.
5256         * vc/ediff-util.el (ediff-submit-report): Doc fix.
5258         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
5259         delete tempfile if interrupted during compilation.
5261 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263         * net/tls.el (tls-starttls-switches): Give up on using starttls with
5264         gnutls-cli.
5265         (tls-program): Add --insecure to be consistent with the defaults from
5266         openssl s_client.  Now all three commands are insecure.
5268 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
5270         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
5271         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
5272         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
5274 2010-10-01  Glenn Morris  <rgm@gnu.org>
5276         * obsolete/sc.el: Remove file.
5278         * files.el (temporary-file-directory): On darwin, also try
5279         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
5281 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
5283         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
5284         Let's not break compatibility gratuitously, shall we?
5286 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5288         * net/tls.el (tls-starttls-switches): New variable.
5289         (tls-find-starttls-argument): Use it.
5290         (open-tls-stream): Ditto.
5292         * net/netrc.el (netrc-credentials): Return the value of the "default"
5293         entry.
5294         (netrc-machine): Ditto.
5296 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
5298         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
5300 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
5302         * server.el (server-start): Don't write pid to the authentication file.
5303         (server-create-tty-frame): Don't send pid.
5304         (server-process-filter): Send pid at the start of every connection.
5306 2010-09-30  Glenn Morris  <rgm@gnu.org>
5308         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
5309         (show-all-diary-entries): Remove obsolete function aliases.
5311         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
5312         Remove options, obsolete since 22.1.
5313         (appt-display-format, appt-display-message):
5314         Remove backwards-compatibility code.
5315         (appt-check): No longer check appt-issue-message.
5316         (appt-make-list): No longer autoload it.  Doc fix.  No longer
5317         activate the package.
5319 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5321         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
5322         (starttls-negotiate): Just call boot, and let the handshake be
5323         triggered from the read loop.
5325 2010-09-29  Glenn Morris  <rgm@gnu.org>
5327         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
5328         not displaying the diary.
5329         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
5330         * calendar/appt.el (appt-check): No longer need to kill diary.
5332         * calendar/diary-lib.el (diary-list-entries): Move the
5333         "Preparing..." message entirely here.
5334         (diary-simple-display, diary-fancy-display): Move "Preparing..."
5335         messages to diary-list-entries.
5336         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
5337         diary-display-function.
5339         * calendar/diary-lib.el (diary-include-other-diary-files):
5340         Trap some recursive includes.
5342         * calendar/appt.el (appt-activate): Check diary file.
5344 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5346         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
5347         construction.
5349         * calendar/time-date.el: No need to require cl for Emacs 21.
5351 2010-09-28  Glenn Morris  <rgm@gnu.org>
5353         * calendar/appt.el (appt-check): Minor simplification.
5355 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5357         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
5358         citation prefix.
5360 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
5362         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
5363         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
5365 2010-09-27  Kenichi Handa  <handa@m17n.org>
5367         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
5368         "ustar" format.
5370 2010-09-27  Kenichi Handa  <handa@m17n.org>
5372         * international/mule.el (define-coding-system): Docstring fixed.
5374         * international/mule-diag.el (describe-character-set): Use princ
5375         with proper print-length and print-level instead of insert.
5377 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
5379         * window.el (walk-windows): Doc fix (bug#7105).
5381 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * emacs-lisp/float-sup.el (e): Remove.
5385 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
5387         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
5388         variable.
5389         (starttls-negotiate): Use it.
5391 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5393         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
5394         back.
5396 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5398         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
5400 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
5404         * net/netrc.el (netrc-store-data): New function.
5406 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
5408         * net/gnutls.el: GnuTLS glue code to set up a connection.
5410 2010-09-25  Julien Danjou  <julien@danjou.info>
5412         * notifications.el: Call dbus-register-signal only if it is bound.
5414 2010-09-25  Glenn Morris  <rgm@gnu.org>
5416         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
5417         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
5418         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
5419         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
5420         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
5421         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5422         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
5423         * eshell/esh-util.el, eshell/esh-var.el:
5424         Remove leading `*' from docs of faces and defcustoms.
5426 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
5428         * eshell/em-ls.el (eshell-ls-archive-regexp):
5429         * eshell/esh-util.el (eshell-tar-regexp):
5430         * ibuffer.el (ibuffer-compressed-file-name-regexp):
5431         * info.el (Info-suffix-list):
5432         * international/mule.el (auto-coding-alist):
5433         * woman.el (woman-file-regexp, woman-file-compression-regexp):
5434         * progmodes/etags.el (tags-compression-info-list):
5435         Support xz compression.
5437 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
5439         * files.el (get-free-disk-space): Don't assume the "df" output
5440         columns line up (Bug#6995).
5442 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
5444         * finder.el (finder-unknown-keywords):
5445         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
5446         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
5448 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
5450         * server.el (server-start): Revert part of 2010-08-08 change.  Using
5451         address 127.0.0.1 for local host is now done in Fmake_network_process.
5453 2010-09-24  Glenn Morris  <rgm@gnu.org>
5455         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
5456         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
5457         * textmodes/css-mode.el, textmodes/dns-mode.el:
5458         Move autoloaded auto-mode-alist entries to files.el.
5459         * files.el (auto-mode-alist): Move entries here.
5461 2010-09-23  Glenn Morris  <rgm@gnu.org>
5463         * isearch.el (isearch-lazy-highlight-cleanup)
5464         (isearch-lazy-highlight-initial-delay)
5465         (isearch-lazy-highlight-interval)
5466         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
5467         * net/net-utils.el (ipconfig-program-options):
5468         Move aliases to options before the associated definitions.
5470 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5472         * newcomment.el (comment-normalize-vars): Better test validity of
5473         comment-end-skip.
5475 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5477         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
5478         (float-e): New name for `e'.
5479         (degrees-to-radians, radians-to-degrees):
5480         * calendar/solar.el (solar-longitude):
5481         * calculator.el (calculator-registers, calculator-funcall):
5482         * textmodes/artist.el (artist-spray-random-points):
5483         * play/bubbles.el (bubbles--initialize-images): Use new names.
5485 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
5487         Update to CEDET 1.0's version of EIEIO.
5489         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
5490         New function.
5491         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
5492         (eieio-default-eval-maybe): Eval val instead of unquoting only.
5493         (class-precedence-list): If class is nil, return nil.
5494         (eieio-generic-call): If class of first input arg is nil, don't
5495         look up static methods, and do check for primary methods.
5496         (initialize-instance): See if the default needs to be evaluated
5497         during the constructor.
5498         (eieio-perform-slot-validation-for-default): Don't do the check
5499         for values that will eventually be evaluated.
5500         (eieio-eval-default-p): New function.
5501         (eieio-default-eval-maybe): Use it.
5503 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
5505         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
5506         method-invocation-order.
5507         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
5508         (eieio-class-precedence-dfs): Compute class precedence list using
5509         dfs algorithm.
5510         (eieio-class-precedence-bfs): Compute class precedence list using
5511         bfs algorithm.
5512         (eieio-class-precedence-c3): Compute class precedence list using
5513         c3 algorithm.
5514         (class-precedence-list): New function.
5515         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
5516         (inconsistent-class-hierarchy): New error symbol.
5517         (call-next-method): Stow the replacement argument list for future
5518         call-next-method invocations.
5520 2010-09-23  Glenn Morris  <rgm@gnu.org>
5522         * calendar/appt.el (appt-check): If not displaying the diary,
5523         use (diary 1) to only get the entries we need.
5524         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
5525         that it is in day order.  (Bug#7019)
5527         * calendar/appt.el (appt-check): Rather than showing the diary,
5528         just turn off invisible display, and only if needed.
5530         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
5532 2010-09-23  Glenn Morris  <rgm@gnu.org>
5534         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
5535         (byte-compile-defvar, byte-compile-cl-warn):
5536         Start warnings with lower-case, like the majority.
5538         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
5540         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
5542         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
5543         * files.el (auto-mode-alist): Move ld-script entries here, further down
5544         the list.
5546         * vc/add-log.el: Don't require timezone when compiling.
5547         (timezone-make-date-sortable): Autoload it.
5548         (change-log-sortable-date-at): Don't require timezone.
5549         Use `ignore-errors'.
5551         * comint.el (comint-use-prompt-regexp-instead-of-fields):
5552         Move alias before definition, so it does not need autoloading.
5554         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
5555         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
5556         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
5557         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
5558         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
5559         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
5560         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
5561         * textmodes/tex-mode.el, textmodes/two-column.el:
5562         Remove leading `*' from docs of defcustoms etc.
5564 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
5566         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
5568 2010-09-22  Dan Christensen  <jdc@uwo.ca>
5570         * calendar/time-date.el (date-to-time): Try using parse-time-string
5571         first before using the slower timezone-make-date-arpa-standard.
5573 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5575         * calendar/time-date.el (format-seconds): Comment fix.
5577 2010-09-22  Glenn Morris  <rgm@gnu.org>
5579         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
5580         is not automatically buffer-local.
5582 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5584         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
5585         (smie-indent-comment): Be more careful with comment-start-skip.
5586         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
5587         (smie-indent-functions): Use them.
5589 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
5591         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
5593 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
5595         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
5596         tool-bar-position.  Don't modify frame parameters here.
5597         (menu-bar-options-save): Add tool-bar-position.
5599         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
5601 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5603         * textmodes/reftex-parse.el (reftex-what-macro)
5604         (reftex-context-substring): Let-bind forward-sexp-function to nil
5605         since we don't need/want to treat \begin...\end as a block (bug#7053).
5607         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
5609         * simple.el (blink-matching-open): Use syntax-class.
5611         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
5612         Set invisibility spec for pascal's outline mode.
5613         (pascal-outline-change): Clean up calling convention.
5614         (pascal-show-all, pascal-hide-other-defuns): Update callers.
5616         * progmodes/prolog.el (prolog-smie-forward-token)
5617         (prolog-smie-backward-token): New functions.
5618         (prolog-mode-variables): Use them to parse "!," correctly.
5619         Set up smie-blink-matching for ".".
5621         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
5622         and `end'.
5623         (ispell-region, ispell-process-line): Update users.
5625         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
5626         point-min==1.
5628         * textmodes/ispell.el: Fix commenting convention.
5629         (ispell-parse-output): Simplify, use push.
5630         (ispell-region): Use match-string-no-properties.
5631         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
5632         (ispell-minor-mode): Use define-minor-mode.
5633         (ispell-message): Remove unused var `skip-regexp'.
5634         (ispell-add-per-file-word-list): Use dynamic let-binding.
5635         Try and use the proper comment marker.
5637         * mail/sendmail.el: Fix commenting convention.
5638         (sendmail-send-it): Use line-beginning-position.
5640         * help-fns.el (describe-variable): Add original value, if applicable.
5642 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
5644         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
5646         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
5648 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5650         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
5651         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
5652         (smie-prec2-levels): Use them to better diagnose precedence cycles.
5653         (smie-blink-matching-check): Don't signal a mismatch if car is t.
5654         (smie-blink-matching-open): Rewrite to remove assumptions, so that
5655         something like "." can also be a closer.
5656         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
5657         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
5658         Rename internal functions to use "--".  Update callers.
5660         * frame.el (make-frame-names-alist): Don't list frames on other displays.
5662         * fringe.el (fringe-styles): New var.
5663         (fringe-mode, fringe-query-style): Use it.
5665 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
5667         * progmodes/sql.el: Version 2.8
5668         (sql-login-params): Update widget structure; changes still needed.
5669         (sql-product-alist): Add :list-all and :list-table features for
5670         SQLite, Postgres and MySQL products.
5671         (sql-redirect): Handle default value.
5672         (sql-execute, sql-execute-feature): New functions.
5673         (sql-read-table-name): New function.
5674         (sql-list-all, sql-list-table): New functions.  User API.
5675         (sql-mode-map, sql-interactive-mode-map): Add key definitions
5676         for above functions.
5677         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
5678         for above functions.
5679         (sql-postgres-login-params): Add user and database defaults.
5680         (sql-buffer-live-p): Bug fix.
5681         (sql-product-history): New variable.
5682         (sql-read-product): New function. Use it.
5683         (sql-set-product, sql-product-interactive): Use it.
5684         (sql-connection-history): New variable.
5685         (sql-read-connection): New function.  Use it.
5686         (sql-connect): New function.
5687         (sql-for-each-login): Redesign function interface.
5688         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
5689         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
5690         (sql-comint): Check for program.  Existing live buffer.
5691         (sql-comint-postgres): Add port parameter.
5693 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5695         * emacs-lisp/warnings.el: Fix commenting convention.
5696         (display-warning): Use special mode and make the buffer read-only.
5698 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
5700         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
5701         empty string when it follows a repeated or optional pattern.
5703 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5705         * indent.el (indent-according-to-mode): Apply syntax-propertize.
5706         (indent-region): Use indent-according-to-mode.
5708 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
5710         * fringe.el (fringe-mode): Doc fix.
5712 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5714         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
5715         refreshing the preview buffer.
5717 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5719         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
5720         (latex-syntax-propertize-rules): New consts; replace
5721         tex-font-lock-syntactic-keywords.
5722         (tex-env-mark, latex-env-before-change): New functions.
5723         (latex-electric-env-pair-mode): New minor mode.
5724         (tex-font-lock-verb): Change arguments; do move point.
5725         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
5726         representation as a form of comment.
5727         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
5728         (doctex-syntax-propertize-rules): New const; replaces
5729         doctex-font-lock-syntactic-keywords.
5730         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
5732         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
5733         (fortran-make-syntax-propertize-function): New function; replaces
5734         fortran-font-lock-syntactic-keywords.
5735         (fortran-mode): Use it.
5736         (fortran-line-length): Use it.  Improve interactive spec.
5738         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
5739         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
5740         when adding surrounding \(..\).
5742         * progmodes/js.el (js-mode): Fix last change (bug#7054).
5744 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5746         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
5747         Use with-current-buffer.
5749         * isearch.el (isearch-face): Rename from `isearch'.
5750         (isearch-highlight): Use new name.
5752 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
5754         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
5755         5, for `half' width fringes.  (Bug#6933)
5757 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
5760         (byte-compile-defvar): "foo/bar" does not lack a prefix.
5762         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
5764 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
5766         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
5767         in calculating new frame position.  Add more space between new and
5768         parent on the left (Bug#7048).
5770 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
5772         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
5773         defmacro.
5775 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
5777         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
5779         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
5780         obsolete alias for x-selection-value.
5782         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
5784 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
5786         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
5787         cookie.
5789 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
5791         * net/tramp-compat.el (tramp-compat-with-temp-message)
5792         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
5793         (tramp-compat-process-put): New defuns.
5795         * net/tramp.el (top):
5796         * net/tramp-gvfs.el (top):
5797         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
5799         * net/tramp.el (tramp-progress-reporter-update):
5800         Use `tramp-compat-funcall'.
5802         * net/tramp.el (tramp-process-actions):
5803         * net/tramp-gvfs.el (tramp-handle-vc-registered):
5804         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
5805         (tramp-get-remote-stat, tramp-get-remote-readlink):
5806         Use `tramp-compat-with-temp-message'.
5808         * net/tramp-sh.el (top): Require 'cl.
5809         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
5810         (tramp-open-connection-setup-interactive-shell):
5811         Use `tramp-compat-process-put'.
5813 2010-09-15  Alan Mackenzie  <acm@muc.de>
5815         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
5816         indentation.
5817         (c-forward-<>-arglist-recur): Fix an infinite recursion.
5819 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5821         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
5822         `lexical' for warnings related to lexical scoping.
5823         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
5824         global vars which don't have a prefix and could hence affect lexical
5825         scoping in unrelated files.
5827 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5829         * net/imap.el: Revert back to version
5830         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5831         seem problematic.
5833 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5835         * obsolete/old-whitespace.el (whitespace-unload-function):
5836         Explicitly pass `obarray' to `unintern' to avoid a warning.
5838 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
5841         Add `when' argument.  Update callers.
5843         * subr.el (unintern): Declare the obarray arg mandatory.
5845 2010-09-14  Glenn Morris  <rgm@gnu.org>
5847         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
5848         Doc fixes.
5850         * calendar/diary-lib.el (diary-included-files): New variable.
5851         (diary-list-entries): Maybe initialize diary-included-files.
5852         (diary-include-other-diary-files): Append to diary-included-files.
5853         * calendar/appt.el (appt-update-list): Also check the members of
5854         diary-included-files.  (Bug#6999)
5855         (appt-check): Doc fix.
5857 2010-09-14  David Reitter  <david.reitter@gmail.com>
5859         * simple.el (line-move-visual): Do not truncate goal column to
5860         integer size.  (Bug#7020)
5862 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5864         * repeat.el (repeat): Allow repeating when the last event is a click.
5865         Suggested by Drew Adams (bug#6256).
5867 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
5869         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
5870         Replace setting HGRCPATH to "" by some less invasive --config options.
5872 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5874         * font-lock.el (font-lock-beginning-of-syntax-function):
5875         Mark as obsolete.
5877 2010-09-14  Glenn Morris  <rgm@gnu.org>
5879         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
5880         and tool-bar modes.  (Bug#6211)
5881         (menu-bar-mode): Move setting of standard-value after the
5882         minor-mode definition, otherwise it seems to have no effect.
5884 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
5886         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5887         Fix typo.  (Bug#6976)
5889 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5891         * whitespace.el: Allow cleaning up blanks without blank
5892         visualization (Bug#6651).  Adjust help window for
5893         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
5894         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
5895         (whitespace-style): Add new value 'face.  Adjust docstring.
5896         (whitespace-space, whitespace-hspace, whitespace-tab):
5897         Adjust foreground property face.
5898         (whitespace-line-column): Adjust docstring and type declaration.
5899         (whitespace-style-value-list, whitespace-toggle-option-alist)
5900         (whitespace-help-text): Adjust const initialization.
5901         (whitespace-toggle-options, global-whitespace-toggle-options):
5902         Adjust docstring.
5903         (whitespace-display-window, whitespace-interactive-char)
5904         (whitespace-style-face-p, whitespace-color-on): Adjust code.
5905         (whitespace-help-scroll): New fun.
5907 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5909         * calendar/time-date.el (format-seconds): Comment fix.
5911 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
5913         * progmodes/sql.el: Version 2.7.
5914         (sql-buffer-live-p): Improve detection.
5915         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
5916         (sql-set-sqli-buffer): Use it.
5917         (sql-product-interactive): Run `sql-set-sqli-hook'.
5918         (sql-rename-buffer): Code cleanup.
5919         (sql-redirect, sql-redirect-value): New functions.  More to come.
5921 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
5923         Port tramp-related Makefile changes of 2010-09-08T14:42:54Z!michael.albinus@gmx.de, 2010-09-13T15:17:01Z!michael.albinus@gmx.de to Windows.
5924         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
5925         (TRAMP_SRC): New macro.
5926         ($(lisp)/net/tramp-loaddefs.el): New target.
5928 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
5930         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
5932         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
5934         * net/tramp.el (top): Don't show loading message.  Require just
5935         'tramp-compat, everything else is required there.
5936         Use `ignore-errors' where appropriate.
5937         (tramp-inline-compress-start-size, tramp-copy-size-limit)
5938         (tramp-terminal-type, tramp-end-of-output)
5939         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
5940         (tramp-completion-function-alist-ssh)
5941         (tramp-completion-function-alist-telnet)
5942         (tramp-completion-function-alist-su)
5943         (tramp-completion-function-alist-putty, tramp-remote-path)
5944         (tramp-remote-process-environment, tramp-sh-extra-args)
5945         (tramp-actions-before-shell, tramp-uudecode)
5946         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
5947         (tramp-perl-file-attributes)
5948         (tramp-perl-directory-files-and-attributes)
5949         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
5950         (tramp-perl-encode, tramp-perl-decode)
5951         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
5952         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
5953         (tramp-handle-make-symbolic-link, tramp-handle-load)
5954         (tramp-handle-file-name-as-directory)
5955         (tramp-handle-file-name-directory)
5956         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5957         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
5958         (tramp-do-file-attributes-with-ls)
5959         (tramp-do-file-attributes-with-perl)
5960         (tramp-do-file-attributes-with-stat)
5961         (tramp-handle-set-visited-file-modtime)
5962         (tramp-handle-verify-visited-file-modtime)
5963         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
5964         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
5965         (tramp-handle-file-selinux-context)
5966         (tramp-handle-set-file-selinux-context)
5967         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
5968         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
5969         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
5970         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
5971         (tramp-handle-file-ownership-preserved-p)
5972         (tramp-handle-directory-file-name, tramp-handle-directory-files)
5973         (tramp-handle-directory-files-and-attributes)
5974         (tramp-do-directory-files-and-attributes-with-perl)
5975         (tramp-do-directory-files-and-attributes-with-stat)
5976         (tramp-handle-file-name-all-completions)
5977         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
5978         (tramp-handle-copy-file, tramp-handle-copy-directory)
5979         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
5980         (tramp-do-copy-or-rename-file-via-buffer)
5981         (tramp-do-copy-or-rename-file-directly)
5982         (tramp-do-copy-or-rename-file-out-of-band)
5983         (tramp-handle-make-directory, tramp-handle-delete-directory)
5984         (tramp-handle-delete-file)
5985         (tramp-handle-dired-recursive-delete-directory)
5986         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
5987         (tramp-handle-insert-directory)
5988         (tramp-handle-unhandled-file-name-directory)
5989         (tramp-handle-expand-file-name)
5990         (tramp-handle-substitute-in-file-name)
5991         (tramp-handle-executable-find, tramp-process-sentinel)
5992         (tramp-handle-start-file-process, tramp-handle-process-file)
5993         (tramp-handle-call-process-region, tramp-handle-shell-command)
5994         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
5995         (tramp-handle-insert-file-contents)
5996         (tramp-handle-insert-file-contents-literally)
5997         (tramp-handle-find-backup-file-name)
5998         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
5999         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
6000         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
6001         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
6002         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
6003         (tramp-find-file-exists-command, tramp-open-shell)
6004         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
6005         (tramp-open-connection-setup-interactive-shell)
6006         (tramp-local-coding-commands, tramp-remote-coding-commands)
6007         (tramp-find-inline-encoding, tramp-call-local-coding-command)
6008         (tramp-inline-compress-commands, tramp-find-inline-compress)
6009         (tramp-compute-multi-hops, tramp-maybe-open-connection)
6010         (tramp-send-command, tramp-wait-for-output)
6011         (tramp-send-command-and-check, tramp-barf-unless-okay)
6012         (tramp-send-command-and-read, tramp-mode-string-to-int)
6013         (tramp-convert-file-attributes, tramp-check-cached-permissions)
6014         (tramp-file-mode-from-int, tramp-file-mode-permissions)
6015         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
6016         (tramp-method-out-of-band-p, tramp-local-host-p)
6017         (tramp-get-remote-path, tramp-get-remote-tmpdir)
6018         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
6019         (tramp-get-test-command, tramp-get-test-nt-command)
6020         (tramp-get-file-exists-command, tramp-get-remote-ln)
6021         (tramp-get-remote-perl, tramp-get-remote-stat)
6022         (tramp-get-remote-readlink, tramp-get-remote-trash)
6023         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
6024         (tramp-get-local-uid, tramp-get-local-gid)
6025         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
6026         tramp-sh.el.
6027         (tramp-methods, tramp-default-method-alist)
6028         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
6029         Move initialization to tramp-sh.el.
6030         (tramp-temp-name-prefix): Make it a defconst.
6031         (tramp-dissect-file-name): Don't check anymore for multi-hop
6032         methods.
6033         (tramp-debug-outline-regexp): Add a docstring.
6034         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
6035         (tramp-get-debug-buffer): Use it.
6037         * net/tramp-cache.el (top): Set tramp-autoload cookie for
6038         initialization forms.
6039         (tramp-set-connection-property): Don't protect `tramp-message'
6040         call, it isn't necessary any longer.
6041         (tramp-dump-connection-properties): Use `ignore-errors'.
6043         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
6044         'password-cache and 'auth-source.
6046         * net/tramp-gvfs.el (top):
6047         * net/tramp-smb.el (top): Require 'tramp-sh.
6049         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
6051         * net/tramp-sh.el: New file, derived from tramp.el.
6052         (top): Initialize `tramp-methods', `tramp-default-method-alist',
6053         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
6054         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
6055         Use `ignore-errors' where appropriate.
6056         (tramp-sh-file-name-handler-alist): Rename from
6057         `tramp-file-name-handler-alist'.
6058         (tramp-send-command-and-check): Return t or nil.  Remove all
6059         `zerop' checks, where called.
6060         (tramp-handle-set-file-modes)
6061         (tramp-do-copy-or-rename-file-directly)
6062         (tramp-handle-delete-directory, tramp-handle-delete-file)
6063         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
6064         (tramp-sh-file-name-handler, tramp-send-command-and-check)
6065         (tramp-get-remote-ln): Set tramp-autoload cookie.
6067         * net/tramp-fish.el: Remove file.
6069 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
6071         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
6072         buffer-file-name to avoid file-locking.  (Bug#7026)
6074 2010-09-13  Julien Danjou  <julien@danjou.info>
6076         * notifications.el (notifications-notify): Add support for
6077         image-path and sound-name.
6078         (notifications-specification-version): Add this variable.
6080 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6082         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
6084 2010-09-12  Leo  <sdl.web@gmail.com>
6086         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
6087         (rcirc-completion-start): New variables.
6088         (rcirc-nick-completions): Rename to rcirc-completions.
6089         (rcirc-nick-completion-start-offset): Delete.
6090         (rcirc-completion-at-point): New function for constructing
6091         completion data for both nicks and irc commands.  Add to
6092         completion-at-point-functions in rcirc mode.
6093         (rcirc-complete): Rename from rcirc-nick-complete; use
6094         rcirc-completion-at-point.
6095         (defun-rcirc-command): Update rcirc-client-commands.
6097 2010-09-11  Glenn Morris  <rgm@gnu.org>
6099         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
6100         atomically, to avoid parallel build errors.  (Bug#4196)
6102 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
6104         * progmodes/sql.el: Version 2.6
6105         (sql-dialect): Synonym for "sql-product".
6106         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
6107         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
6108         Set "sql-buffer" to buffer name not buffer object so multiple sql
6109         interactive buffers work properly.  Reverts misguided changes in
6110         earlier work.
6111         (sql-comint): Make sure different buffer name is used if "*SQL*"
6112         buffer is for a different product.
6113         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
6114         login param.
6115         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6116         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6117         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
6118         Accept new buffer name or prompt for one.
6119         (sql-port): Default to zero.
6120         (sql-comint-mysql): Handle "sql-port" as a numeric.
6121         (sql-port-history): Delete unused variable.
6122         (sql-get-login): Default "sql-port" to a number.
6123         (sql-product-alist): Correct Postgres prompt and terminator regexp.
6124         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
6125         "sqlite3" executables.
6126         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
6127         (sql-buffer-live-p): New function.
6128         (sql-mode-menu, sql-send-string): Use it.
6129         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
6130         syntax pattern.
6131         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
6132         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
6134 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136         * net/netrc.el (netrc-credentials): New convenience function.
6138 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6140         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
6141         to replace texinfo-font-lock-syntactic-keywords.
6142         (texinfo-mode): Use it.
6144         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
6145         Use syntax-propertize-function.
6147         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
6148         replace sgml-font-lock-syntactic-keywords.
6149         (sgml-mode): Use it.
6151         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
6152         since we don't use it.
6154         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
6156         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
6157         if available.
6158         (vhdl-fontify-buffer): Adjust.
6160         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
6161         replace tcl-font-lock-syntactic-keywords.
6162         (tcl-mode): Use it.
6164         * progmodes/simula.el (simula-syntax-propertize-function): New var to
6165         replace simula-font-lock-syntactic-keywords.
6166         (simula-mode): Use it.
6168         * progmodes/sh-script.el (sh-st-symbol): Remove.
6169         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
6170         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
6171         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
6172         (sh-font-lock-paren): Set syntax-multiline.
6173         (sh-font-lock-syntactic-keywords): Remove.
6174         (sh-syntax-propertize-function): New function to replace it.
6175         (sh-mode): Use it.
6177         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
6178         Define while compiling.
6179         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
6180         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
6181         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
6182         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
6183         (ruby-here-doc-end-syntax): Only define when
6184         syntax-propertize is not available.
6185         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
6186         New functions.
6187         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
6188         (electric-indent-chars): Silence bytecompiler.
6189         (ruby-mode): Use prog-mode, syntax-propertize-function, and
6190         electric-indent-chars.
6192         * progmodes/python.el (python-syntax-propertize-function): New var to
6193         replace python-font-lock-syntactic-keywords.
6194         (python-mode): Use it.
6195         (python-quote-syntax): Simplify and adjust to new use.
6197         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
6198         replace perl-font-lock-syntactic-keywords.
6199         (perl-syntax-propertize-special-constructs): New fun to replace
6200         perl-font-lock-special-syntactic-constructs.
6201         (perl-font-lock-syntactic-face-function): New fun.
6202         (perl-mode): Use it.
6204         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
6205         to replace octave-font-lock-close-quotes.
6206         (octave-syntax-propertize-function): New function to replace
6207         octave-font-lock-syntactic-keywords.
6208         (octave-mode): Use it.
6210         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
6211         replaces mixal-font-lock-syntactic-keywords.
6212         (mixal-mode): Use it.
6214         * progmodes/make-mode.el (makefile-syntax-propertize-function):
6215         New var; replaces makefile-font-lock-syntactic-keywords.
6216         (makefile-mode): Use it.
6217         (makefile-imake-mode): Adjust.
6219         * progmodes/js.el (js--regexp-literal): Define while compiling.
6220         (js-syntax-propertize-function): New var; replaces
6221         js-font-lock-syntactic-keywords.
6222         (js-mode): Use it.
6224         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
6225         replaces gdb-script-font-lock-syntactic-keywords.
6226         (gdb-script-mode): Use it.
6228         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
6229         (fortran--font-lock-syntactic-keywords): New var.
6230         (fortran-line-length): Update syntax-propertize-function and
6231         fortran--font-lock-syntactic-keywords.
6233         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
6235         * progmodes/cfengine.el (cfengine-mode):
6236         Use syntax-propertize-function.
6237         (cfengine-font-lock-syntactic-keywords): Remove.
6239         * progmodes/autoconf.el (autoconf-mode):
6240         Use syntax-propertize-function.
6241         (autoconf-font-lock-syntactic-keywords): Remove.
6243         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
6244         (ada-after-change-function, ada-initialize-syntax-table-properties)
6245         (ada-handle-syntax-table-properties): Only define when
6246         syntax-propertize is not available.
6247         (ada-mode): Use syntax-propertize-function.
6249         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
6250         (font-lock-fontify-syntactic-keywords-region): Move handling of
6251         font-lock-syntactically-fontified to...
6252         (font-lock-default-fontify-region): ...here.
6253         Let syntax-propertize-function take precedence.
6254         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
6256         * emacs-lisp/syntax.el (syntax-propertize-function)
6257         (syntax-propertize-chunk-size, syntax-propertize--done)
6258         (syntax-propertize-extend-region-functions): New vars.
6259         (syntax-propertize-wholelines, syntax-propertize-multiline)
6260         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
6261         (syntax-propertize): New functions.
6262         (syntax-propertize-rules): New macro.
6263         (syntax-ppss-flush-cache): Set syntax-propertize--done.
6264         (syntax-ppss): Call syntax-propertize.
6266         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
6268 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
6270         * textmodes/ispell.el (ispell-init-process): Improve comments.
6271         XEmacs compatibility changes regarding (add-hook) 'local option
6272         and (set-process-query-on-exit-flag).
6274 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
6276         * net/tramp-cache.el (tramp-parse-connection-properties):
6277         Set tramp-autoload cookie.
6279 2010-09-09  Glenn Morris  <rgm@gnu.org>
6281         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
6282         (imagemagick-register-types): Doc fix.
6284 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6286         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
6288         * progmodes/js.el (require): Require is already "eval-and-compile".
6289         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
6290         (js--re-search-backward): Use js--re-search-forward.
6292         * progmodes/fortran.el (fortran-line-length): Don't recompute
6293         syntactic keywords redundantly a second time.
6295         * progmodes/ada-mode.el: Replace "(set '" with setq.
6296         (ada-mode): Simplify.
6297         (ada-create-case-exception, ada-adjust-case-interactive)
6298         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
6299         (ada-search-ignore-string-comment, ada-move-to-start)
6300         (ada-move-to-end): Use with-syntax-table.
6302         * font-lock.el (save-buffer-state): Remove `varlist' arg.
6303         (font-lock-unfontify-region, font-lock-default-fontify-region):
6304         Update usage correspondingly.
6305         (font-lock-fontify-syntactic-keywords-region):
6306         Set parse-sexp-lookup-properties buffer-locally here.
6307         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
6309         * simple.el (blink-matching-open): Don't burp if we can't find a match.
6311 2010-09-08  Glenn Morris  <rgm@gnu.org>
6313         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
6314         Error if not compiled with -DBYTE_CODE_METER.
6316         * emacs-lisp/bytecomp.el (byte-recompile-directory):
6317         Ignore dir-locals-file.
6319 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6322         Not a const.
6323         (compilation-error-regexp-alist-alist): Rule out ": " in file names
6324         for the `gnu' messages.
6325         (compilation-set-skip-threshold): New command.
6326         (compilation-start): Use \' rather than $.
6327         (compilation-forget-errors): Use clrhash.
6329 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
6331         * textmodes/ispell.el (ispell-valid-dictionary-list):
6332         Simplify logic.
6334 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
6336         Migrate to Tramp 2.2.  Rearrange load dependencies.
6337         (Bug#1529, Bug#5448, Bug#5705)
6339         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
6340         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
6341         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
6343         * net/tramp.el (top): Remove all other tramp-* loads except
6344         tramp-compat.el.  Remove all changes to tramp-unload-hook for
6345         other tramp-* packages.  Rearrange defun order.  Change calls of
6346         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
6347         `tramp-compat-octal-to-decimal' to new function names.
6348         (tramp-terminal-type, tramp-initial-end-of-output)
6349         (tramp-methods, tramp-foreign-file-name-handler-alist)
6350         (tramp-tramp-file-p, tramp-completion-mode-p)
6351         (tramp-send-command-and-check, tramp-get-remote-path)
6352         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
6353         (tramp-shell-quote-argument): Set tramp-autoload cookie.
6354         (with-file-property, with-connection-property): Move to
6355         tramp-cache.el.
6356         (tramp-local-call-process, tramp-decimal-to-octal)
6357         (tramp-octal-to-decimal): Move to tramp-compat.el.
6358         (tramp-handle-shell-command): Do not require 'shell.
6359         (tramp-compute-multi-hops): No special handling for tramp-gw-*
6360         symbols.
6361         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
6363         * net/tramp-cache.el (top): Require 'tramp.  Add to
6364         `tramp-unload-hook'.
6365         (tramp-cache-data, tramp-get-file-property)
6366         (tramp-set-file-property, tramp-flush-file-property)
6367         (tramp-flush-directory-property, tramp-get-connection-property)
6368         (tramp-set-connection-property, tramp-flush-connection-property)
6369         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
6370         cookie.
6371         (with-file-property, with-connection-property): New defuns, moved
6372         from tramp.el.
6373         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
6374         macro.
6376         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
6377         (tramp-version): Set tramp-autoload cookie.
6379         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
6380         changes to tramp-unload-hook for other tramp-* packages.  Add to
6381         `tramp-unload-hook'.
6382         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
6383         (tramp-compat-call-process): New defuns, moved from tramp.el.
6385         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
6386         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6387         Add to `tramp-unload-hook'.  Change call of
6388         `tramp-compat-decimal-to-octal' to new function name.
6389         (tramp-fish-method): Make it a defconst.
6390         (tramp-fish-file-name-p): Make it a defsubst.
6391         (tramp-fish-method, tramp-fish-file-name-handler)
6392         (tramp-fish-file-name-p): Set tramp-autoload cookie.
6394         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
6395         `tramp-foreign-file-name-handler-alist'.  Add to
6396         `tramp-unload-hook'.
6397         (tramp-ftp-method): Make it a defconst.
6398         (tramp-ftp-file-name-p): Make it a defsubst.
6399         (tramp-ftp-method, tramp-ftp-file-name-handler)
6400         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
6402         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
6403         `tramp-foreign-file-name-handler-alist'.  Add to
6404         `tramp-unload-hook'.  Change checks, whether package can be
6405         loaded.
6406         (tramp-gvfs-file-name-p): Make it a defsubst.
6407         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
6408         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
6409         (tramp-gvfs-handle-file-directory-p): New defun.
6410         (tramp-gvfs-file-name-handler-alist): Use it.
6412         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
6413         `tramp-foreign-file-name-handler-alist'.  Add to
6414         `tramp-unload-hook'.
6415         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
6416         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
6417         defconst.
6418         (tramp-gw-tunnel-method, tramp-gw-socks-method)
6419         (tramp-gw-open-connection): Set tramp-autoload cookie.
6421         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
6422         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6423         Add to `tramp-unload-hook'.  Change checks, whether package can be
6424         loaded.
6425         (tramp-imap-file-name-p): Make it a defsubst.
6426         (tramp-imap-method, tramp-imaps-method)
6427         (tramp-imap-file-name-handler)
6428         (tramp-imap-file-name-p): Set tramp-autoload cookie.
6430         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
6431         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.
6432         Add to `tramp-unload-hook'.  Change checks, whether package can be
6433         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
6434         function name.
6435         (tramp-smb-tunnel-method): Make it a defconst.
6436         (tramp-smb-file-name-p): Make it a defsubst.
6437         (tramp-smb-method, tramp-smb-file-name-handler)
6438         (tramp-smb-file-name-p): Set tramp-autoload cookie.
6440         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
6441         (tramp-uuencode-region): Set tramp-autoload cookie.
6443         * net/trampver.el (top) Add to `tramp-unload-hook'.
6444         (tramp-version, tramp-bug-report-address): Set tramp-autoload
6445         cookie.  Update release number.
6447 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
6449         * textmodes/ispell.el (ispell-start-process): Make sure original
6450         arg list is properly initialized (Bug#6993, Bug#6994).
6452 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6454         * files.el (directory-abbrev-alist): Use \` as default regexp.
6456         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
6457         chars like - or ] (bug#6984).
6458         (rx-any-condense-range): Explode 2-char ranges.
6460 2010-09-06  Glenn Morris  <rgm@gnu.org>
6462         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
6464 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6466         * textmodes/bibtex.el:
6467         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
6469 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6471         * net/imap.el (imap-message-map): Remove optional buffer parameter,
6472         since no callers use it.
6473         (imap-message-get): Ditto.
6474         (imap-message-put): Ditto.
6475         (imap-mailbox-map): Ditto.
6476         (imap-mailbox-put): Ditto.
6477         (imap-mailbox-get): Ditto.
6478         (imap-mailbox-get): Revert last change for this function.
6480 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6482         * net/imap.el (imap-fetch-safe): Remove function, and alter all
6483         callers to use `imap-fetch' instead.  According to the comments, this
6484         should be safe, since all other IMAP clients use the 1:* syntax.
6485         (imap-enable-exchange-bug-workaround): Remove.
6486         (imap-debug): Remove -- doesn't seem very useful.
6488 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6490         * net/imap.el (imap-log): New convenience function used throughout
6491         instead of repeating the same code all over the place.
6493 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
6495         * mouse.el (mouse-save-then-kill): Save region to kill-ring
6496         when mouse-drag-copy-region is non-nil (Bug#6956).
6498 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
6500         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
6501         Improve regexps (Bug#6987).
6502         (dired-sort-toggle): Search more robustly for -t flag.
6504         * files.el (get-free-disk-space): Search more robustly for
6505         "available" column.  Suggested by Ehud Karni
6506         <ehud@unix.mvs.co.il>.
6508 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
6510         * international/uni-bidi.el:
6511         * international/uni-category.el:
6512         * international/uni-combining.el:
6513         * international/uni-decimal.el:
6514         * international/uni-mirrored.el:
6515         * international/uni-name.el: Regenerate.
6517 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6519         * electric.el (electric-indent-post-self-insert-function):
6520         Don't reindent with a sloppy indentation function.
6522         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
6523         border case in change-log-mode.
6525 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
6527         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6528         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
6529         Recognize leading tab in gcc-include regexp.  Ignore names with
6530         leading "from" or "in" in gnu regexp (Bug#6937).
6532 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6534         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
6535         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
6536         (ispell-start-process): Avoid setq and simplify logic.
6537         (ispell-init-process): Setup kill-buffer-hook locally when needed.
6538         (kill-buffer-hook): Don't use it globally with code that uses
6539         expand-file-name since that may call kill-buffer via
6540         code_conversion_restore.
6542 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
6544         * emacs-lisp/package.el (package-directory-list): Only call
6545         file-name-nondirectory on a string.
6547 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
6549         * emacs-lisp/package.el (package--download-one-archive):
6550         Ensure that archive-contents is valid before saving it.
6551         (package-activate-1, package-mark-obsolete, define-package)
6552         (package-compute-transaction, package-list-maybe-add): Use push.
6554 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6556         Use SMIE's blink-paren for octave-mode.
6557         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
6558         Backslashes do not escape single-quotes, single-quotes do.
6559         (octave-block-else-regexp, octave-block-end-regexp)
6560         (octave-block-match-alist): Remove.
6561         (octave-smie-bnf-table): New var, with old content.
6562         (octave-smie-op-levels): Use it.
6563         (octave-smie-closer-alist): New var.
6564         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
6565         (octave-blink-matching-block-open): Remove.
6566         (octave-reindent-then-newline-and-indent, octave-electric-semi)
6567         (octave-electric-space): Let self-insert-command run expand-abbrev and
6568         blink parens.
6570         * electric.el (electricity): New group.
6571         (electric-indent-chars): New var.
6572         (electric-indent-post-self-insert-function): New fun.
6573         (electric-indent-mode): New minor mode.
6574         (electric-pair-skip-self): New custom.
6575         (electric-pair-post-self-insert-function): New function.
6576         (electric-pair-mode): New minor mode.
6578         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
6579         calcAlg-blink-matching-open.
6580         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
6581         (calc-do-alg-entry): Only touch the part of the keymap that varies.
6582         Use the new blink-matching-check-function.
6584         Provide blink-matching support to SMIE.
6585         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
6586         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
6587         (smie-blink-matching-check, smie-blink-matching-open): New functions.
6589         * simple.el (newline): Fix last change to properly remove itself from
6590         the hook.
6592 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6594         * simple.el (newline): Eliminate optimization.
6595         Use post-self-insert-hook to set hard-newline and things before
6596         running post-self-insert-hook.
6597         (blink-matching-check-mismatch): New function.
6598         (blink-matching-check-function): New variable.
6599         (blink-matching-open): Use them.
6600         Skip back forward over prefix chars skipped by forward-sexp.
6601         Don't check if the parens are backslash escaped.
6602         (blink-paren-post-self-insert-function): Check backslash escaping here.
6604 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
6606         * emacs-lisp/package.el (package-menu-mode-map):
6607         Change package-menu-revert bindings to revert-buffer.
6608         (package-menu-mode): Set revert-buffer-function.
6609         (package-menu-revert): Doc fix.
6611 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
6613         * textmodes/ispell.el (ispell-init-process): Use "~/" as
6614         `default-directory' unless using Ispell per-directory personal
6615         dictionaries and not in a mini-buffer under XEmacs.
6616         (kill-buffer-hook): Do not kill ispell process on exit when
6617         `ispell-process-directory' is "~/".  (Bug#6143)
6619 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
6621         * simple.el (kill-new): Call interprogram-cut-function with only
6622         one argument.
6624         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
6625         Remove cut buffer from error message.
6627         * term/x-win.el (x-select-text):
6628         * term/pc-win.el (x-selection-value):
6629         * term/ns-win.el (x-selection-value):
6630         * eshell/em-term.el:
6631         * w32-fns.el (x-get-selection-value):
6632         * mouse-sel.el (mouse-sel-set-selection-function):
6633         * frame.el (display-selections-p): Remove cut-buffer in documentation.
6635         * term/x-win.el: Update documentation for x-last-selected-text-*.
6636         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
6637         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
6638         (x-select-text): Remove argument PUSH, update documentation.
6639         Remove cut-buffer code.
6640         (x-selection-value-internal): Was previously x-selection-value.
6641         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6642         Update documentation, remove cut-buffer code.
6643         Call x-selection-value-internal.
6644         (x-clipboard-yank): Call x-selection-value-internal.
6645         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
6647         * term/pc-win.el (x-last-selected-text):
6648         x-cut-buffer-or-selection-value renamed to x-selection-value
6649         (x-select-text): Remove argument PUSH, update documentation.
6651         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
6652         x-cut-buffer-or-selection-value renamed to x-selection-value
6653         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
6654         (x-select-text): Remove argument PUSH, update documentation.
6656         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
6658         * w32-fns.el (x-last-selected-text):
6659         x-cut-buffer-or-selection-value renamed to x-selection-value.
6660         (x-cut-buffer-max): Remove.
6661         (x-select-text): Remove argument PUSH, update documentation.
6663         * simple.el (interprogram-cut-function): Remove mention of PUSH.
6665         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
6667         * mouse-sel.el (mouse-sel-get-selection-function):
6668         x-cut-buffer-or-selection-value renamed to x-selection-value.
6669         (x-select-text): Remove optional push.
6671 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6673         * simple.el (blink-paren-function): Move from C to here.
6674         (blink-paren-post-self-insert-function): New function.
6675         (post-self-insert-hook): Use it.
6677         * emacs-lisp/pcase.el (pcase-split-memq):
6678         Fix overenthusiastic optimisation.
6679         (pcase-u1): Handle the case of a lambda pred.
6681 2010-08-31  Kenichi Handa  <handa@m17n.org>
6683         * international/mule-cmds.el (standard-display-european-internal):
6684         Setup standard-display-table for 8-bit characters by storing 8-bit
6685         characters in the element vector.
6687         * disp-table.el (standard-display-8bit):
6688         Setup standard-display-table for 8-bit characters by storing 8-bit
6689         characters in the element vector.
6690         (standard-display-european): Likewise.
6692 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
6694         * textmodes/nroff-mode.el (nroff-view): New command.
6695         (nroff-mode-map): Bind it to C-c C-c.
6697 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
6699         * emacs-lisp/smie.el (smie-down-list): New command.
6701         Remove old indentation and navigation code on octave-mode.
6702         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
6703         smie-down-list rather than add a binding for octave-down-block.
6704         (octave-mark-block, octave-blink-matching-block-open):
6705         Rely on forward-sexp-function.
6706         (octave-fill-paragraph): Don't narrow, so you can use
6707         indent-according-to-mode.
6708         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
6709         (octave-in-block-p, octave-re-search-forward-kw)
6710         (octave-re-search-backward-kw, octave-indent-calculate)
6711         (octave-end-as-array-index-p, octave-block-end-offset)
6712         (octave-scan-blocks, octave-forward-block, octave-backward-block)
6713         (octave-down-block, octave-backward-up-block, octave-up-block)
6714         (octave-before-magic-comment-p, octave-indent-line): Remove.
6716 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
6718         * emacs-lisp/package.el (package--read-archive-file): Just use
6719         `read', to avoid copying an additional string.
6720         (package-menu-mode): Set header-line-format here.
6721         (package-menu-refresh, package-menu-revert): Signal an error if
6722         not in the Package Menu.
6723         (package-menu-package-list): New var.
6724         (package--generate-package-list): Operate on the current buffer;
6725         don't assume that it is *Packages*, since the user may rename it.
6726         Allow persistent package listings and sort keys using
6727         package-menu-package-list and package-menu-package-sort-key.
6728         (package-menu--version-predicate): Fix version calculation.
6729         (package-menu-sort-by-column): Don't select the window.
6730         (package--list-packages): Create the *Packages* buffer.
6731         Set package-menu-package-list-key.
6732         (list-packages): Sorting by status is now the default.
6733         (package-buffer-info): Use match-string-no-properties.
6734         (define-package): Add a &rest argument for future proofing, but
6735         don't use it yet.
6736         (package-install-from-buffer, package-install-buffer-internal):
6737         Merge into a single function, package-install-from-buffer.
6738         (package-install-file): Change caller.
6740         * finder.el: Load finder-inf using `require'.
6741         (finder-list-matches): Sorting by status is now the default.
6742         (finder-compile-keywords): Simpify printing.
6744 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6746         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
6747         (octave-mode-map): Remove special bindings for forward/backward-block
6748         and octave-backward-up-block.  Use smie-close-block.
6749         (octave-continuation-marker-regexp): New var.
6750         (octave-continuation-regexp): Use it.
6751         (octave-operator-table, octave-smie-op-levels)
6752         (octave-operator-regexp, octave-smie-indent-rules): New vars.
6753         (octave-smie-backward-token, octave-smie-forward-token): New funs.
6754         (octave-mode): Use SMIE.
6755         (octave-close-block): Delete.
6757 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
6759         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
6760         CLIPBOARD, not in PRIMARY.  (Bug#6944)
6762 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6764         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
6765         a list of parents.
6766         (smie-indent-column): Allow indirection through variables.
6768         * composite.el (save-buffer-state): Delete, unused.
6769         * font-lock.el (save-buffer-state): Use with-silent-modifications.
6770         (font-lock-default-fontify-region): Use with-syntax-table.
6771         * jit-lock.el (with-buffer-unmodified): Remove.
6772         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
6774         Use `declare' in defmacros.
6775         * window.el (save-selected-window):
6776         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
6777         * progmodes/python.el (def-python-skeleton):
6778         * net/dbus.el (dbus-ignore-errors):
6779         * jka-cmpr-hook.el (with-auto-compression-mode):
6780         * international/mule.el (with-category-table):
6781         * emacs-lisp/timer.el (with-timeout):
6782         * emacs-lisp/lisp-mnt.el (lm-with-file):
6783         * emacs-lisp/eieio.el (with-slots):
6784         * emacs-lisp/easymenu.el (easy-menu-define):
6785         * emacs-lisp/debug.el (debugger-env-macro):
6786         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
6787         (Multiple-value-call, Multiple-value-prog1):
6788         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
6789         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
6790         edebug rule to definition.
6791         * emacs-lisp/lisp-mode.el (save-selected-window)
6792         (with-current-buffer, combine-after-change-calls)
6793         (with-output-to-string, with-temp-file, with-temp-buffer)
6794         (with-temp-message, with-syntax-table, read-if, eval-after-load)
6795         (dolist, dotimes, when, unless):
6796         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
6798 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
6800         * finder.el: Require `package'.
6801         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
6802         (finder-package-info): Var deleted.
6803         (finder-keywords-hash, finder--builtins-alist): New vars.
6804         (finder-compile-keywords): Compute package--builtins and
6805         finder-keywords-hash instead of finder-keywords-hash, respecting
6806         the "Package" header.
6807         (finder-unknown-keywords, finder-list-matches):
6808         Use finder-keywords-hash and package--list-packages.
6809         (finder-mode): Don't set font-lock-defaults.
6810         (finder-exit): We don't use "*Finder-package*" and "*Finder
6811         Category*" buffers anymore.
6813         * emacs-lisp/package.el (package--builtins-base): Var deleted.
6814         (package--builtins): Set default value to nil.
6815         (package-initialize): Load precomputed value of package--builtins
6816         from finder-inf.el.
6817         (package-alist, package-compute-transaction)
6818         (package-download-transaction): Improve docstring.
6819         (package-read-all-archive-contents): Do not change
6820         package--builtins here.
6821         (list-packages): Make package-list-packages an alias for this.
6822         Sort by status by default.
6823         (package--list-packages): Add optional PACKAGES arg.
6824         (describe-package-1): Use font-lock-face property.  For built-in
6825         packages, insert file commentary.
6826         (package--generate-package-list): Rename from
6827         package-list-packages-internal; all callers changed.  Add optional
6828         PACKAGES arg.  Add alphabetical sort fallbacks.
6829         (package-menu--version-predicate, package-menu--status-predicate)
6830         (package-menu--description-predicate)
6831         (package-menu--name-predicate): New functions.
6833         * info.el (Info-finder-find-node): Search package-alist instead of
6834         finder-package-info.
6836 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
6838         * subr.el (version-regexp-alist): Don't use "a" and "b" for
6839         "alpha" and "beta".
6840         (version-to-list): Handle versions like "10.3d".
6842 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
6845         (macroexp-accumulate): Use `declare'.
6847 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6849         * whitespace.el (whitespace-style): Adjust type declaration.
6851 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
6853         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
6854         empty argument to gvfs-copy.
6856 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6858         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
6859         handle new TRASH arg of `delete-file'.
6861 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
6863         * net/tramp.el (tramp-handle-insert-directory): Don't use
6864         `forward-word', its default syntax could be changed.
6866 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6867             Michael Albinus  <michael.albinus@gmx.de>
6869         Implement compression for inline methods.
6871         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6872         (tramp-copy-size-limit): Allow also nil.
6873         (tramp-inline-compress-commands): New defconst.
6874         (tramp-find-inline-compress, tramp-get-inline-compress)
6875         (tramp-get-inline-coding): New defuns.
6876         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6877         replaced by `tramp-get-inline-coding'.
6878         (tramp-handle-file-local-copy, tramp-handle-write-region)
6879         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6881 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
6883         Detect ssh 'ControlMaster' argument automatically in some cases.
6885         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6886         (tramp-default-method): Use it.
6888 2010-08-26  Karel Klíč  <kklic@redhat.com>
6890         * net/tramp.el (tramp-file-name-for-operation):
6891         Add file-selinux-context.
6893 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
6895         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
6897 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
6899         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
6900         (Bug#6907).
6902 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
6904         * progmodes/js.el: Make indentation more customizable (Bug#6914).
6905         (js-paren-indent-offset, js-square-indent-offset)
6906         (js-curly-indent-offset): New options.
6907         (js--proper-indentation): Use them.
6909 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
6911         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
6912         instead of inspecting font-lock properties (Bug#6916).
6914 2010-08-26  David Reitter  <david.reitter@gmail.com>
6916         * server.el (server-visit-files): Run pre-command-hook and
6917         post-command-hook for each buffer while it is current (Bug#6910).
6918         (server-execute): Do not run hooks here.
6920 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
6922         Sync with Tramp 2.1.19.
6924         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6925         (tramp-reporter-dump-variable, tramp-load-report-modules)
6926         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
6927         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
6929         * net/tramp-compat.el (top): Do not autoload
6930         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
6931         only when `start-file-process' is not bound.
6932         (byte-compile-not-obsolete-vars): Define if not bound.
6933         (tramp-compat-funcall): New defmacro.
6934         (tramp-compat-line-beginning-position)
6935         (tramp-compat-line-end-position)
6936         (tramp-compat-temporary-file-directory)
6937         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6938         (tramp-compat-copy-file, tramp-compat-copy-directory)
6939         (tramp-compat-delete-file, tramp-compat-delete-directory)
6940         (tramp-compat-number-sequence, tramp-compat-process-running-p):
6941         Use it.
6942         (tramp-advice-file-expand-wildcards): Do not use
6943         `tramp-handle-file-remote-p'.
6944         (tramp-compat-make-temp-file): Simplify fallback implementation.
6945         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6946         (tramp-compat-copy-tree): Remove function.
6947         (tramp-compat-delete-file): New defun.
6948         (tramp-compat-delete-directory): Provide implementation for older
6949         Emacsen.
6950         (tramp-compat-file-attributes): Handle only
6951         `wrong-number-of-arguments' error.
6953         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6954         Add PRESERVE_SELINUX_CONTEXT.
6955         (tramp-fish-handle-delete-file): Add TRASH arg.
6956         (tramp-fish-handle-directory-files-and-attributes):
6957         Do not use `tramp-fish-handle-file-attributes.
6958         (tramp-fish-handle-file-local-copy)
6959         (tramp-fish-handle-insert-file-contents)
6960         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
6962         * net/tramp-gvfs.el (top): Require url-util.
6963         (tramp-gvfs-mount-point): Remove.
6964         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
6965         and `set-file-selinux-context'.
6966         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
6967         (tramp-gvfs-handle-file-selinux-context)
6968         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6969         (with-tramp-dbus-call-method): Format trace message.
6970         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6971         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
6972         Implement backup call, when operation on local files fails.
6973         Use progress reporter.  Flush properties of changed files.
6974         (tramp-gvfs-handle-delete-file): Add TRASH arg.
6975         Use `tramp-compat-delete-file'.
6976         (tramp-gvfs-handle-expand-file-name): Expand "~/".
6977         (tramp-gvfs-handle-make-directory): Make more traces.
6978         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
6979         (tramp-gvfs-url-file-name): Hexify file name in url.
6980         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
6981         into account for the resulting file name.
6982         (tramp-gvfs-handler-askquestion): Preserve current message, in
6983         order to let progress reporter continue afterwards.  (Bug#6257)
6984         Return dummy mountpoint, when the answer is "no".
6985         See `tramp-gvfs-maybe-open-connection'.
6986         (tramp-gvfs-handler-mounted-unmounted)
6987         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
6988         attribute "default_location".  Set "prefix" property.
6989         Handle default-location.
6990         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
6991         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
6992         exists.  Raise an error, if not (due to a corresponding answer
6993         "no" in interactive questions, for example).
6994         Use `tramp-compat-funcall'.
6996         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6997         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6998         (tramp-imap-do-copy-or-rename-file)
6999         (tramp-imap-handle-insert-file-contents)
7000         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
7001         (tramp-imap-handle-delete-file): Add TRASH arg.
7003         * net/tramp-smb.el (tramp-smb-handle-copy-file):
7004         Add PRESERVE-SELINUX-CONTEXT.
7005         (tramp-smb-handle-copy-file)
7006         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
7007         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
7008         Use `with-progress-reporter'.
7009         (tramp-smb-handle-delete-file): Add TRASH arg.
7011         * net/tramp.el (tramp-methods): Move hostname to the end in all
7012         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
7013         appropriate.
7014         (tramp-verbose): Describe verbose level 9.
7015         (tramp-completion-function-alist)
7016         (tramp-file-name-regexp, tramp-chunksize)
7017         (tramp-local-coding-commands, tramp-remote-coding-commands)
7018         (with-connection-property, tramp-completion-mode-p)
7019         (tramp-action-process-alive, tramp-action-out-of-band)
7020         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
7021         (tramp-exists-file-name-handler): Fix docstring.
7022         (tramp-remote-process-environment): Use `format' instead of
7023         `concat'.  Protect version string by apostroph.
7024         (tramp-shell-prompt-pattern): Do not use a shy group in case of
7025         XEmacs.
7026         (tramp-file-name-regexp-unified)
7027         (tramp-completion-file-name-regexp-unified): On W32 systems, do
7028         not regard the volume letter as remote filename.  (Bug#5447)
7029         (tramp-perl-file-attributes)
7030         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
7031         (tramp-vc-registered-read-file-names): Read input as
7032         here-document, otherwise the command could exceed maximum length
7033         of command line.
7034         (tramp-file-name-handler-alist): Add `file-selinux-context' and
7035         `set-file-selinux-context'.
7036         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
7037         backtrace functions.
7038         (tramp-error-with-buffer): Don't show the connection buffer when
7039         we are in completion mode.
7040         (tramp-progress-reporter-update, tramp-remote-selinux-p)
7041         (tramp-handle-file-selinux-context)
7042         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
7043         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
7044         New defuns.
7045         (with-progress-reporter): New defmacro.
7046         (tramp-debug-outline-regexp): New defconst.
7047         (top, tramp-rfn-eshadow-setup-minibuffer)
7048         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
7049         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
7050         (tramp-completion-mode-p, tramp-check-for-regexp)
7051         (tramp-open-connection-setup-interactive-shell)
7052         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
7053         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
7054         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
7055         Use `tramp-compat-funcall'.
7056         (tramp-handle-make-symbolic-link): Flush file properties.
7057         (tramp-handle-load, tramp-handle-file-local-copy)
7058         (tramp-handle-insert-file-contents, tramp-handle-write-region)
7059         (tramp-handle-vc-registered, tramp-maybe-send-script)
7060         (tramp-find-shell): Use `with-progress-reporter'.
7061         (tramp-do-file-attributes-with-stat): Add space in format string,
7062         in order to work around a bug in pdksh.  Reported by Gilles Pion
7063         <gpion@lfdj.com>.
7064         (tramp-handle-verify-visited-file-modtime): Do not send a command
7065         when the connection is not established.
7066         (tramp-handle-set-file-times): Simplify the check for utc.
7067         (tramp-handle-directory-files-and-attributes)
7068         (tramp-get-remote-path): Use `copy-tree'.
7069         (tramp-completion-handle-file-name-all-completions): Ensure, that
7070         non remote files are still checked.  Oops.
7071         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
7072         Handle PRESERVE-SELINUX-CONTEXT.
7073         (tramp-do-copy-or-rename-file): Add progress reporter.
7074         (tramp-do-copy-or-rename-file-directly): Do not use
7075         `tramp-handle-file-remote-p'.
7076         (tramp-do-copy-or-rename-file-out-of-band):
7077         Use `tramp-compat-delete-directory'.
7078         (tramp-do-copy-or-rename-file-out-of-band)
7079         (tramp-compute-multi-hops, tramp-maybe-open-connection):
7080         Use `format-spec-make'.
7081         (tramp-handle-delete-file): Add TRASH arg.
7082         (tramp-handle-dired-uncache): Flush directory cache, not only file
7083         cache.
7084         (tramp-handle-expand-file-name)
7085         (tramp-completion-handle-file-name-all-completions)
7086         (tramp-completion-handle-file-name-completion):
7087         Use `tramp-connectable-p'.
7088         (tramp-handle-start-file-process): Set connection property "vec".
7089         Use it, in order to invalidate file caches.  Check only for
7090         `remote-tty' process property.
7091         Implement tty setting.  (Bug#4604, Bug#6360)
7092         (tramp-file-name-for-operation): Add `call-process-region' and
7093         `set-file-selinux-context'.
7094         (tramp-find-foreign-file-name-handler)
7095         (tramp-advice-make-auto-save-file-name)
7096         (tramp-set-auto-save-file-modes): Remove superfluous check for
7097         `stringp'.  This is done inside `tramp-tramp-file-p'.
7098         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
7099         operations when we are in completion mode.  This gives the user
7100         the chance to correct the file name in the minibuffer.
7101         (tramp-completion-mode-p): Use `non-essential'.
7102         (tramp-handle-file-name-all-completions): Backward/ XEmacs
7103         compatibility: Use `completion-ignore-case' if
7104         `read-file-name-completion-ignore-case' does not exist.
7105         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
7106         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
7107         `tramp-open-shell'.
7108         (tramp-action-password): Hide password prompt before next run.
7109         (tramp-process-actions): Widen connection buffer for the trace.
7110         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7111         process property.  Trace stty settings if `tramp-verbose' >= 9.
7112         Apply workaround for IRIX64 bug.  Move argument of last
7113         `tramp-send-command' where it belongs to.
7114         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
7115         front of `login-args'.
7116         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
7117         on "/dev/null" instead of "/".
7118         (tramp-get-ls-command-with-dired): Make test for "--dired"
7119         stronger.
7120         (tramp-set-auto-save-file-modes): Adapt version check.
7121         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
7122         (tramp-handle-process-file): Call the program in a subshell, in
7123         order to preserve working directory.
7124         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
7125         `tramp-remote-sh' from `tramp-methods'.
7126         (tramp-get-ls-command): Make test for "--color=never" stronger.
7127         (tramp-check-for-regexp): Use (forward-line 1).
7129         * net/trampver.el: Update release number.
7131 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
7133         * help.el (help-map): Bind `C-h P' to describe-package.
7135         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
7137         * emacs-lisp/package.el (package-refresh-contents): Catch errors
7138         when downloading archives.
7139         (describe-package-1): Add package commentary.
7140         (package-install-button-action): New function.
7141         (package-menu-mode-map): Bind ? to package-menu-describe-package.
7142         (package-menu-view-commentary): Function removed.
7143         (package-list-packages-internal): Hide the `package' package too.
7145 2010-08-25  Kenichi Handa  <handa@m17n.org>
7147         * language/misc-lang.el ("Arabic"): New language environment.
7148         Setup composition-function-table for Arabic characters.
7150         * international/fontset.el (setup-default-fontset): Fix typo for
7151         arabic OTF spec (fini->fina).
7153 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
7155         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
7156         on all frames.
7158 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7160         * whitespace.el: Allow cleaning up blanks without blank
7161         visualization (Bug#6651).  Adjust help window for
7162         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
7163         instead of whitespace-line-column (from EmacsWiki).  New version
7164         13.1.
7165         (whitespace-style): Add new value 'face.  Adjust docstring.
7166         (whitespace-space, whitespace-hspace, whitespace-tab):
7167         Adjust foreground property face.
7168         (whitespace-line-column): Adjust docstring and type declaration.
7169         (whitespace-style-value-list, whitespace-toggle-option-alist)
7170         (whitespace-help-text): Adjust const initialization.
7171         (whitespace-toggle-options, global-whitespace-toggle-options):
7172         Adjust docstring.
7173         (whitespace-display-window, whitespace-interactive-char)
7174         (whitespace-style-face-p, whitespace-color-on): Adjust code.
7175         (whitespace-help-scroll): New fun.
7177 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
7179         * emacs-lisp/package.el (list-packages): Alias for
7180         package-list-packages.
7182 2010-08-24  Kevin Ryde  <user42@zip.com.au>
7184         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
7185         (Bug#5651).
7187         * progmodes/ruby-mode.el (ruby): Add defgroup.
7189 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
7191         * progmodes/python.el: Add Ipython support (Bug#5390).
7192         (python-shell-prompt-alist)
7193         (python-shell-continuation-prompt-alist): New options.
7194         (python--set-prompt-regexp): New function.
7195         (inferior-python-mode, run-python, python-shell):
7196         Require ansi-color.  Use python--set-prompt-regexp to set the comint
7197         prompt based on the Python interpreter.
7198         (python--prompt-regexp): New var.
7199         (python-check-comint-prompt)
7200         (python-comint-output-filter-function): Use it.
7201         (run-python): Use a pipe (Bug#5694).
7203 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
7205         * progmodes/python.el (python-send-region): Send a different
7206         Python command if Ipython is in use.
7207         (python-check-version): Use a Python command to find the version.
7209 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
7211         * mouse.el (mouse-yank-primary): Avoid setting primary when
7212         deactivating the mark (Bug#6872).
7214 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
7216         * progmodes/python.el (python-block-pairs): Allow use of "finally"
7217         with "else" (Bug#3991).
7219 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
7221         * net/dbus.el: Accept UNIX domain sockets as bus address.
7222         (top): Don't initialize `dbus-registered-objects-table' anymore,
7223         this is done in dbusbind,c.
7224         (dbus-check-event): Adapt test for bus.
7225         (dbus-return-values-table, dbus-unregister-service)
7226         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
7227         Adapt doc string.
7229 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
7231         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
7233 2010-08-22  Juri Linkov  <juri@jurta.org>
7235         * simple.el (read-extended-command): New function with the logic
7236         for `completing-read' moved to Elisp from `execute-extended-command'.
7237         Use `function-called-at-point' in `minibuffer-default-add-function'
7238         to get a command name for M-n (bug#5364, bug#5214).
7240 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
7242         * startup.el (command-line-1): Issue warning for ignored arguments
7243         --unibyte, etc (Bug#6886).
7245 2010-08-22  Leo  <sdl.web@gmail.com>
7247         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7248         (ignore, bright, dim, keyword): Split list of nicknames before
7249         passing to rcirc-add-or-remove (Bug#6894).
7251 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
7253         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7255 2010-08-22  Leo  <sdl.web@gmail.com>
7257         Fix buffer-list rename&refresh after killing a buffer in ido.
7258         * ido.el: Revert Óscar's.
7259         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
7260         Remember the buffers at head, rather than their name.
7261         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
7263 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
7264             Stefan Monnier  <monnier@iro.umontreal.ca>
7266         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
7267         extra backslash added to each line (bug#6890).
7269 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7271         * subr.el (read-key): Don't echo keystrokes (bug#6883).
7273 2010-08-22  Glenn Morris  <rgm@gnu.org>
7275         * menu-bar.el (menu-bar-games-menu): Add landmark.
7277 2010-08-22  Glenn Morris  <rgm@gnu.org>
7279         * align.el (align-regexp): Make group and spacing arguments
7280         use the interactive defaults when non-interactive.  (Bug#6698)
7282         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
7283         expansion, so as not to need sendmail.
7284         (mail-text-start): Remove declaration.
7285         (rmail-retry-failure): Require sendmail.
7287 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
7289         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
7291 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
7293         * progmodes/flymake.el (flymake-start-syntax-check-process):
7294         Use `start-file-process' in order to let it run also on remote hosts.
7296 2010-08-22  Kenichi Handa  <handa@m17n.org>
7298         * files.el: Add `word-wrap' as safe local variable.
7300 2010-08-22  Glenn Morris  <rgm@gnu.org>
7302         * woman.el (woman-translate): Case matters.  (Bug#6849)
7304 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
7306         * simple.el (kill-region): Doc fix (Bug#6787).
7308 2010-08-22  Glenn Morris  <rgm@gnu.org>
7310         * calendar/diary-lib.el (diary-header-line-format):
7311         Fit it to the window, not the frame.
7313 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
7315         * subr.el (ignore-errors): Add debug declaration.
7317 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
7319         * whitespace.el (whitespace-color-off): Remove post-command-hook
7320         locally.
7322 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7324         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
7326 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
7328         * cus-edit.el (custom-group-value-create): Add extra newline
7329         before end line (Bug#6876).
7331 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
7333         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
7334         when extending it.  Before killing on the second click, check if
7335         the buffer is the correct one.  Doc fix.
7336         (mouse-secondary-save-then-kill): Allow usage without first
7337         calling mouse-start-secondary, by defaulting to point.  Don't save
7338         an empty secondary selection.  Doc fix.
7340 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7342         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
7343         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
7344         New version 13.0.
7345         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
7346         Adjust initialization.
7347         (whitespace-bob-marker, whitespace-eob-marker)
7348         (whitespace-buffer-changed): New vars.
7349         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
7350         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
7351         (whitespace-post-command-hook, whitespace-display-char-on):
7352         Adjust code.
7353         (whitespace-looking-back, whitespace-buffer-changed): New funs.
7354         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
7356 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7358         * files.el (locate-file-completion-table): Only list the .el and .elc
7359         extensions if there's no other choice (bug#5955).
7361         * facemenu.el (facemenu-self-insert-data): New var.
7362         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
7363         New functions.
7364         (facemenu-add-face): Use them.
7366         * simple.el (blink-matching-open): Obey forward-sexp-function.
7368 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7370         * simple.el (prog-mode-map): New var.
7371         (prog-indent-sexp): New command.
7373         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
7375         * progmodes/prolog.el (smie): Require.
7377         * emacs-lisp/smie.el (smie-default-backward-token)
7378         (smie-default-forward-token): Strip properties.
7379         (smie-next-sexp): Be more careful with associative operators.
7380         (smie-forward-sexp-command): Generalize.
7381         (smie-backward-sexp-command): Simplify.
7382         (smie-closer-alist): New var.
7383         (smie-close-block): New command.
7384         (smie-indent-debug-log): New var.
7385         (smie-indent-offset-rule): Add a few more cases.
7386         (smie-indent-column): New function.
7387         (smie-indent-after-keyword): Use it.
7388         (smie-indent-keyword): Use it.
7389         Fix up the opener code's point position.
7390         (smie-indent-comment): Only applies at BOL.
7391         (smie-indent-debug): New command.
7393         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
7394         declarations that are useful before running the macro.
7396 2010-08-18  Joakim Verona  <joakim@verona.se>
7398         * image.el (imagemagick-types-inhibit): New variable.
7399         (imagemagick-register-types): New function.
7400         * image-mode.el (image-transform-properties): New function.
7401         (image-transform-set-scale, image-transform-fit-to-height)
7402         (image-transform-set-rotation, image-transform-set-resize)
7403         (image-transform-fit-to-width, image-transform-fit-to-height):
7404         New functions.
7405         (image-toggle-display-image): Support image transforms.
7407 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7409         * image.el (create-animated-image): Don't add heuristic mask to image
7410         (Bug#6839).
7412 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
7414         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
7415         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
7417 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7419         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
7421         Font-lock '...' strings, plus various simplifications and fixes.
7422         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
7423         (octave-font-lock-close-quotes): New function.
7424         (octave-font-lock-syntactic-keywords): New var.
7425         (octave-mode): Use it.  Set beginning-of-defun-function.
7426         (octave-mode-map): Don't override the <foo>-defun commands.
7427         (octave-mode-menu): Pass it directly to easy-menu-define;
7428         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
7429         (octave-block-match-alist): Fix up last change so that
7430         octave-close-block uses the more specific keyword.
7431         (info-lookup-mode): Silence byte-compiler.
7432         (octave-beginning-of-defun): Not interactive any more.
7433         Optimize slightly.
7434         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
7435         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
7436         (octave-completion-at-point-function): Make sure point is within
7437         beg..end.
7438         (octave-reindent-then-newline-and-indent):
7439         Use reindent-then-newline-and-indent.
7440         (octave-add-octave-menu): Remove.
7442 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
7444         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
7445         (report-emacs-bug-can-use-xdg-email): New functions.
7446         (report-emacs-bug): Set can-xdg-email to result of
7447         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
7448         \C-cm to report-emacs-bug-insert-to-mailer and add help text
7449         about it.
7451         * net/browse-url.el (browse-url-default-browser): Add cond
7452         for browse-url-xdg-open.
7453         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
7455 2010-08-17  Glenn Morris  <rgm@gnu.org>
7457         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
7458         (c-fontify-recorded-types-and-refs): Define for compiler.
7459         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
7460         before use.
7462         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
7463         Fix format call.
7465 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
7467         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
7468         properties.
7469         (tramp-handle-process-file): Call the program in a subshell, in
7470         order to preserve working directory.
7471         (tramp-action-password): Hide password prompt before next run.
7472         (tramp-process-actions): Widen connection buffer for the trace.
7474 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
7476         * net/rcirc.el (rcirc-log-process-buffers): New option.
7477         (rcirc-print): Use it.
7478         (rcirc-generate-log-filename): New function.
7479         (rcirc-log-filename-function): Change default to
7480         rcirc-generate-log-filename (Bug#6828).
7482 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
7484         * simple.el (deactivate-mark): If select-active-regions is `only',
7485         only set selection for temporarily active regions.
7487         * cus-start.el: Change defcustom for select-active-regions.
7489 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
7491         * mouse.el (mouse--drag-set-mark-and-point): New function.
7492         (mouse-drag-track): Use LOCATION arg to push-mark.
7493         Use mouse--drag-set-mark-and-point to take click-count into
7494         consideration when updating point and mark (Bug#6840).
7496 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
7498         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7499         Give the Ruby rule a lower priority than Gnu (Bug#6778).
7501 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
7503         * font-lock.el (lisp-font-lock-keywords-2):
7504         Add combine-after-change-calls, condition-case-no-debug,
7505         with-demoted-errors, and with-silent-modifications (Bug#6025).
7507 2010-08-14  Kevin Ryde  <user42@zip.com.au>
7509         * emacs-lisp/copyright.el (copyright-update-year)
7510         (copyright-update): Temporary switch-to-buffer to ensure the
7511         buffer change being queried is visible (Bug#5394).
7513 2010-08-14  Tom Tromey  <tromey@redhat.com>
7515         * progmodes/etags.el (tags-file-name): Mark safe if stringp
7516         (Bug#6733).
7518 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
7520         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
7521         MS-DOS.  (Bug#6689)
7523 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
7525         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
7526         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7527         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7528         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
7529         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
7530         Call menu-bar-set-tool-bar-position.
7532 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7534         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
7535         comment style (bug#6834).
7536         * progmodes/scheme.el (scheme-mode-syntax-table):
7537         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
7538         "b" flag in "' 14b" syntax.
7540         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
7541         for (un)commenting the region and performing completion.
7542         (octave-mode-menu): Use standard commands for help and completion.
7543         (octave-mode-syntax-table): Support %{..%} comments (sort of).
7544         (octave-mode): Use define-derived-mode.
7545         Set completion-at-point-functions and don't set columns.
7546         Don't disable adaptive-fill-regexp.
7547         (octave-describe-major-mode, octave-comment-region)
7548         (octave-uncomment-region, octave-comment-indent)
7549         (octave-indent-for-comment): Remove.
7550         (octave-indent-calculate): Rename from calculate-octave-indent.
7551         (octave-indent-line, octave-fill-paragraph): Update caller.
7552         (octave-initialize-completions): No need to make an alist.
7553         (octave-completion-at-point-function): New function.
7554         (octave-complete-symbol): Use it.
7555         (octave-insert-defun): Use define-skeleton.
7557         * progmodes/octave-mod.el (octave-mode): Set comment-add.
7558         (octave-mode-map): Use comment-dwim (bug#6829).
7560 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
7562         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
7563         indentation of inserted comment.
7565 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
7567         * faces.el (region): Add type gtk that uses gtk colors.
7569         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
7570         Handle theme-name change.
7572 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
7574         * progmodes/sql.el: Version 2.5
7575         (sql-product-alist): Add :prompt-cont-regexp property for several
7576         database products.
7577         (sql-prompt-cont-regexp): New variable.
7578         (sql-output-newline-count, sql-output-by-send):
7579         New variables.  Record number of newlines in input text.
7580         (sql-send-string): Handle multiple filters and count newlines.
7581         (sql-send-magic-terminator): Count terminator newline.
7582         (sql-interactive-remove-continuation-prompt): Filters output to
7583         remove continuation prompts; one for each newline.
7584         (sql-interactive-mode): Set up new variables, prompt regexp and
7585         output filter.
7586         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
7587         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
7589 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7591         * emacs-lisp/pcase.el: New file.
7593 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
7595         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
7596         as here-document, otherwise the command could exceed maximum
7597         length of command line.
7598         (tramp-handle-vc-registered): Call script accordingly.
7599         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
7601 2010-08-10  Kenichi Handa  <handa@m17n.org>
7603         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
7604         composable pattern.
7606 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
7608         * emacs-lisp/package.el (package-version-split)
7609         (package--version-first-nonzero, package-version-compare):
7610         Functions removed.
7611         (package-directory-list, package-load-all-descriptors)
7612         (package--built-in, package-activate, define-package)
7613         (package-installed-p, package-compute-transaction)
7614         (package-read-all-archive-contents)
7615         (package--add-to-archive-contents, package-buffer-info)
7616         (package-tar-file-info, package-list-packages-internal):
7617         Use version-to-list and version-list-*.
7619         * emacs-lisp/package-x.el (package-upload-buffer-internal):
7620         Use version-to-list.
7621         (package-upload-buffer-internal): Use version-list-<=.
7623 2010-08-09  Kenichi Handa  <handa@m17n.org>
7625         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
7626         composable pattern.
7628 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
7630         * tutorial.el (tutorial--default-keys): C-d is now bound to
7631         delete-forward-char (Bug#6826).
7633         * mouse.el (mouse-drag-track): Remove accidentally-removed check
7634         for `double' value of mouse-1-click-follows-link (Bug#6807).
7636 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
7638         * replace.el (replace-highlight): Bind isearch-forward and
7639         isearch-error, ensuring that highlighting is updated if the user
7640         switches the search direction (Bug#6808).
7642         * isearch.el (isearch-lazy-highlight-forward): New var.
7643         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
7644         (isearch-lazy-highlight-update): Use it.
7646 2010-08-08  Kenichi Handa  <handa@m17n.org>
7648         * international/mule.el (define-charset): Store NAME as :base property.
7649         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
7650         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
7651         current priority.  Force using the designation of the specific
7652         charset by adding `charset' text property.  Improve the whole algorithm.
7654 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7656         * emulation/pc-select.el (pc-selection-mode-hook)
7657         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
7658         (pc-selection-mode): Fix typos in docstrings.
7660 2010-08-08  Kenichi Handa  <handa@m17n.org>
7662         * language/cyrillic.el: Don't add "microsoft-cp1251" to
7663         ctext-non-standard-encodings-alist here.
7665         * international/mule.el (ctext-non-standard-encodings-alist):
7666         Add "koi8-r" and "microsoft-cp1251".
7667         (ctext-standard-encodings): New variable.
7668         (ctext-non-standard-encodings-table): List only elements for
7669         non-standard encodings.
7670         (ctext-pre-write-conversion): Adjust for the above change.
7671         Check ctext-standard-encodings.
7673         * international/mule-conf.el (compound-text): Doc fix.
7674         (ctext-no-compositions): Doc fix.
7675         (compound-text-with-extensions): Doc fix.
7677 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7679         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
7681 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7683         * progmodes/which-func.el (which-func-format): Split help-echo text
7684         into lines, like other mode-line tooltips.
7686         * server.el (server-start): When using TCP sockets, force IPv4
7687         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
7689 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7691         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
7693 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7695         * term.el (term-delimiter-argument-list): Reflow docstring.
7696         (term-read-input-ring, term-write-input-ring, term-send-input)
7697         (term-bol, term-erase-in-display, serial-supported-or-barf):
7698         Fix typos in docstrings.
7700 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7702         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
7704 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7706         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
7708 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
7710         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
7711         Fix typo in docstring (bug#6747).
7713 2010-08-08  Leo  <sdl.web@gmail.com>
7715         * eshell/esh-io.el (eshell-get-target): Better detection of
7716         read-only file (Bug#6762).
7718 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
7720         * align.el (align-default-spacing): Doc fix.
7721         (align-region-heuristic, align-regexp): Fix typos in docstrings.
7723 2010-08-08  Stephen Peters  <speters@itasoftware.com>
7725         * calendar/icalendar.el
7726         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
7727         (icalendar--get-weekday-numbers): New.
7728         (icalendar--convert-recurring-to-diary): Handle multiple byday
7729         values in weekly rules.  (Bug#6766)
7731 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
7733         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
7734         (icalendar--create-uid, icalendar-export-region)
7735         (icalendar--parse-summary-and-rest): Code formatting.
7737 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
7739         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
7740         to italicize headers.
7741         (calc-highlight-selections-with-faces): New variable.
7742         (calc-selected-face, calc-nonselected-face): New faces.
7744         * calc/calccomp.el (math-comp-highlight-string): Use
7745         `calc-highlight-selections-with-faces' to determine how to highlight
7746         sub-formulas.
7748         * calc/calc-sel.el (calc-show-selections): Change message to when
7749         using faces to highlight selections.
7751 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
7753         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
7754         Add SQLite 3 keywords, functions and datatypes.
7755         (sql-interactive-mode): Remove `comint-process-echoes' set to t
7756         (Bug#6686).
7758 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
7760         * simple.el (select-active-regions): Move to keyboard.c.
7761         (deactivate-mark): Used saved-region-selection.
7762         (select-active-region): Function removed.
7763         (activate-mark, set-mark, push-mark-command)
7764         (handle-shift-selection): Don't call it.
7765         (keyboard-quit): Avoid adding the region to the window selection.
7767         * mouse.el (mouse-drag-track): Remove hacks to deal with old
7768         select-active-regions implementation.
7769         (mouse-yank-at-click): Doc fix.
7771         * cus-start.el: Add custom declaration for select-active-regions.
7773 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
7775         * simple.el (delete-forward-char): Doc fix.
7777         * tutorial.el (help-with-tutorial): Hack safe file-local variables
7778         after reading the tutorial.
7780 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
7782         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph):
7783         Fix for the case that a C style comment has its delimiters alone on
7784         their respective lines.
7786 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
7788         * net/tramp.el (tramp-handle-start-file-process): Set connection
7789         property "vec".
7790         (tramp-process-sentinel): Use it for flushing the cache.
7791         We cannot do it via the process buffer, the buffer could be deleted
7792         already when running the sentinel.
7794 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
7796         * comint.el (comint-mode): Make directory tracking functions
7797         functional on remote files.  (Bug#6764)
7799 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
7801         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
7803 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
7805         * emacs-lisp/find-gc.el (find-gc-source-files):
7806         Rename unexec.c => unexcoff.c.
7808         * emacs-lisp/authors.el (authors-fixed-entries):
7809         Rename unexec.c => unexcoff.c.
7811 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
7813         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
7814         cache, not only file cache.
7815         (tramp-process-sentinel): New defun.
7816         (tramp-handle-start-file-process): Use it, in order to invalidate
7817         file caches.
7819 2010-08-03  Leo  <sdl.web@gmail.com>
7821         * server.el (server-start): Simplify loop.
7823 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7825         * frame.el (screen-height, screen-width, set-screen-width)
7826         (set-screen-height): Remove ancient compatibility aliases.
7828         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
7829         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
7831         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
7832         that change current buffer.
7834 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7836         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
7837         beginning of the string.  Use `string-match-p'.  (Bug#6765)
7839 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
7841         * cus-start.el (x-gtk-use-system-tooltips): New variable.
7843 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
7845         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
7846         (package--builtins): Tweak descriptions.
7847         (package-print-package): Upcase descriptions if necessary.
7848         Show all built-in packages in font-lock-builtin-face.
7849         (package-list-packages-internal): Omit "emacs" package.
7850         Show status of built-in packages as "built-in".
7852 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
7854         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
7855         before killing to preserve the primary selection (Bug#6701).
7857         * term/x-win.el (x-select-text): Doc fix.
7859 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
7861         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
7862         (objc-font-lock-extra-types):
7863         * progmodes/cc-mode.el (c-basic-common-init):
7864         * progmodes/cc-langs.el (c-make-mode-syntax-table)
7865         (c++-make-template-syntax-table)
7866         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
7867         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
7868         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
7869         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
7870         * progmodes/cc-fonts.el (c-make-inverse-face)
7871         (c-basic-matchers-after):
7872         * progmodes/cc-engine.el (c-forward-keyword-clause)
7873         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
7874         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
7875         (c-guess-continued-construct, c-guess-basic-syntax):
7876         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
7877         The above functions were modified or created.
7879 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
7881         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
7883 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
7885         * files.el (bidi-paragraph-direction): Define safe local values.
7887         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
7888         language-info-alist.  Remove outdated FIXME in a comment.
7890 2010-07-31  Alan Mackenzie  <acm@muc.de>
7892         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
7893         Auto-fill broken in C/C++ modes.
7895 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
7897         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
7898         (menu-bar-showhide-tool-bar-menu-customize-disable)
7899         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
7900         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
7901         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
7902         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
7903         make a menu for Options => toolbar that can move it.
7905 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
7907         * emacs-lisp/package-x.el (package--make-rss-entry):
7908         (package-maint-add-news-item, package--update-news)
7909         (package-upload-buffer-internal): New arg ARCHIVE-URL.
7911         * emacs-lisp/package.el (package-archive-url): Rename from
7912         package-archive-id.
7913         (package-install): Doc fix.
7914         (package-download-single, package-download-tar, package-install)
7915         (package-menu-view-commentary): Callers changed.
7917 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
7919         * net/tramp.el (tramp-handle-start-file-process): Check only for
7920         `remote-tty' process property.
7921         (tramp-open-shell): Don't check for tty.
7922         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
7923         process property.
7925         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
7926         host.
7928 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
7930         * emacs-lisp/package.el (package-load-list, package-archives)
7931         (package-archive-contents, package-user-dir)
7932         (package-directory-list, package--builtins, package-alist)
7933         (package-activated-list, package-obsolete-alist): Mark as risky.
7935 2010-07-28  Phil Hagelberg  <phil@evri.com>
7937         Add support for non-default package repositories.
7938         * emacs-lisp/package.el (package-archive-base): Var deleted.
7939         (package-archives): New variable.
7940         (package-archive-contents): Doc fix.
7941         (package-load-descriptor): Do nothing if descriptor file is missing.
7942         (package--write-file-no-coding): New function.
7943         (package-unpack-single): Use it.
7944         (package-archive-id): New function.
7945         (package-download-single, package-download-tar)
7946         (package-menu-view-commentary): Use it.
7947         (package-installed-p): Make second argument optional.
7948         (package-read-all-archive-contents): New function.
7949         (package-initialize): Use it.
7950         (package-read-archive-contents): Add ARCHIVE argument.
7951         (package--add-to-archive-contents): New function.
7952         (package-install): Don't call package-read-archive-contents.
7953         (package--download-one-archive): Store archive file in a
7954         subdirectory of package-user-dir.
7955         (package-menu-execute): Remove spurious line movement.
7957 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
7959         * cus-start.el (tool-bar-style): Add text-image-horiz.
7961 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7963         * progmodes/gud.el (gud-common-init): Check for remoteness of
7964         `file', and not of `default-directory'.
7966 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
7968         * net/tramp.el (tramp-methods): Move hostname to the end in all
7969         ssh `tramp-login-args'.
7970         (tramp-verbose): Describe verbose level 9.
7971         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
7972         (tramp-open-connection-setup-interactive-shell): Trace stty
7973         settings if `tramp-verbose' >= 9.
7974         (tramp-handle-start-file-process): Implement tty setting.
7975         (Bug#4604, Bug#6360)
7977         * net/tramp-cmds.el (tramp-bug): Recommend setting of
7978         `tramp-verbose' to 9.
7980 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
7982         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
7983         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
7984         Remove references to package `lisp-re' (bug#4369).
7986 2010-07-27  Tom Tromey  <tromey@redhat.com>
7988         * progmodes/js.el (js-mode):
7989         * progmodes/make-mode.el (makefile-mode):
7990         * progmodes/simula.el (simula-mode):
7991         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
7993 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
7995         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
7997         * time.el (display-time-day-and-date): Remove spurious * in docstring.
7998         (display-time-world-buffer-name, display-time-world-mode-map):
7999         Fix typos in docstrings.
8001 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
8003         * image-mode.el (image-display-size): New function.
8004         (image-forward-hscroll, image-next-line, image-eol, image-eob)
8005         (image-mode-fit-frame): Use it (Bug#6639).
8007 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
8009         * dired.el (dired-buffers-for-dir): Handle list values of
8010         dired-directory (Bug#6636).
8012 2010-07-26  Sam Steingold  <sds@gnu.org>
8014         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
8015         Do not call `x-get-selection' the second time, reuse the value.
8017 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
8019         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
8020         which consist of control chars only.  Suggested by Richard Stallman.
8022 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
8024         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
8025         exists before passing an error to find-file-not-found-functions
8026         (bug#6723).
8028 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
8030         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
8031         Remove leading nil element, adjust values.
8032         (tetris-shapes, tetris-shape-scores):
8033         Change representation of shapes and remove some redundancy.
8034         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
8035         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
8036         Adjust for working with new representation of shapes.
8037         (tetris-shape-rotations): New function.
8038         (tetris-move-bottom, tetris-move-left, tetris-move-right)
8039         (tetris-rotate-prev, tetris-rotate-next):
8040         Adjust for working with the new version of tetris-test-shape.
8042 2010-07-23  Markus Triska  <markus.triska@gmx.at>
8044         * progmodes/ps-mode.el: Use comint (bug#5954).
8045         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
8046         (ps-mode-other-newline): Simplify.
8047         (ps-run-mode): Derive from comint-mode instead of
8048         fundamental-mode, yielding input history etc.
8049         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
8050         (ps-run-send-string): Adapt for comint-mode.
8051         (ps-run-newline): Remove now unneeded function.
8053 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8055         * net/tramp.el (tramp-methods): Move hostname to the end in all
8056         plink `tramp-login-args'.
8058 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8060         * net/tramp.el (tramp-open-shell): New defun.
8061         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
8062         Use it.
8064 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
8066         * net/tramp.el (tramp-file-name-regexp-unified)
8067         (tramp-completion-file-name-regexp-unified): On W32 systems, do
8068         not regard the volume letter as remote filename.  (Bug#5447)
8070 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
8072         * custom.el (custom-declare-variable): Give a clearer error message
8073         when the docstring is missing (bug#6476).
8075 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
8077         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
8078         (sql-login-params): New widget definition.
8079         (sql-oracle-login-params, sql-mysql-login-params)
8080         (sql-solid-login-params, sql-sybase-login-params)
8081         (sql-informix-login-params, sql-ingres-login-params)
8082         (sql-ms-login-params, sql-postgres-login-params)
8083         (sql-interbase-login-params, sql-db2-login-params)
8084         (sql-linter-login-params): Use it.
8085         (sql-sqlite-login-params): Use it; Define "database" parameter as
8086         a file name.
8087         (sql-sqlite-program): Change to "sqlite3".
8088         (sql-comint-sqlite): Make sure database name is complete.
8089         (sql-for-each-login): New function.
8090         (sql-connect, sql-save-connection): Use it.
8091         (sql-get-login-ext): New function.
8092         (sql-get-login): Use it.
8093         (sql-make-alternate-buffer-name): Handle :file parameters.
8095 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
8097         * dired.el (dired-no-confirm): Document value t and fix defcustom to
8098         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
8100 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8102         * dired.el (dired-mode-map): Use command remapping (bug#6632).
8104 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
8106         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
8108 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
8110         * net/tramp.el (tramp-get-ls-command)
8111         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
8112         instead of "/".
8114 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
8116         * progmodes/sql.el: Version 2.3.
8117         (sql-connection-alist): Change keys from symbols to strings;
8118         enhanced the widget definition.
8119         (sql-mode-menu): Add submenu to select connections.
8120         (sql-interactive-mode-menu): Add "Save Connection" item.
8121         (sql-add-product): Fix menu item.
8122         (sql-get-product-feature): Improved error handling.
8123         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
8124         (sql-make-alternate-buffer-name): Simplified.
8125         (sql-product-interactive): Handle missing product.
8126         (sql-connect): Support string keys, minor improvements.
8127         (sql-save-connection): New function.
8128         (sql-connection-menu-filter): New function.
8130 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
8132         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
8133         (tramp-open-connection-setup-interactive-shell):
8134         Apply workaround for IRIX64 bug.  Move argument of last
8135         `tramp-send-command' where it belongs to.
8137 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
8139         * net/tramp.el (tramp-perl-file-attributes)
8140         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
8141         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
8142         front of `login-args'.
8144 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
8146         * time.el (display-time-world-mode): Define with `define-derived-mode'.
8147         Set `show-trailing-whitespace' to nil.
8148         (display-time-world-display): Simplify.
8150 2010-07-18  Alan Mackenzie  <acm@muc.de>
8152         Enhance `c-file-style' in file/directory local variables.
8153         * progmodes/cc-mode.el (c-count-cfss): New function.
8154         (c-before-hack-hook): Call `c-set-style' differently according to
8155         whether c-file-style was set in file or directory local
8156         variables.
8158 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
8160         * progmodes/sql.el: Version 2.2.
8161         (sql-product, sql-user, sql-database, sql-server, sql-port):
8162         Use defcustom :safe keyword rather than putting safe-local-variable
8163         property.
8164         (sql-password): Use defcustom :risky keyword rather than putting
8165         risky-local-variable property.
8166         (sql-oracle-login-params, sql-sqlite-login-params)
8167         (sql-solid-login-params, sql-sybase-login-params)
8168         (sql-informix-login-params, sql-ingres-login-params)
8169         (sql-ms-login-params, sql-postgres-login-params)
8170         (sql-interbase-login-params, sql-db2-login-params)
8171         (sql-linter-login-params): Add `port' option.
8172         (sql-get-product-feature): Add NO-INDIRECT parameter.
8173         (sql-comint-oracle, sql-comint-sybase)
8174         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
8175         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
8176         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
8177         (sql-comint-linter): Rename sql-connect-* functions to
8178         sql-comint-*.
8179         (sql-product-alist, sql-mode-menu): Rename as above and
8180         :sqli-connect-func to :sqli-comint-func.
8181         (sql-connection): New variable.
8182         (sql-interactive-mode): Set it.
8183         (sql-connection-alist): New variable.
8184         (sql-connect): New function.
8185         (sql--alt-buffer-part, sql--alt-if-not-empty)
8186         (sql-make-alternate-buffer-name): Improved alternative buffer name.
8188 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8190         * image-mode.el (image-bookmark-make-record): Do not set context
8191         in an image (Bug#6650).
8193 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
8195         * simple.el (select-active-region): New function.
8196         (push-mark-command, set-mark, activate-mark)
8197         (handle-shift-selection): Use it.
8198         (deactivate-mark): Don't check for size of region.
8200         * mouse.el (mouse-drag-track): Use select-active-region.
8202 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
8204         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
8205         "--dired" stronger.
8207 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
8209         * term/x-win.el (x-select-enable-primary): Change default to nil.
8210         (x-select-enable-clipboard): Add :version keyword.
8212         * mouse.el (mouse-drag-copy-region):
8213         * simple.el (select-active-regions): Likewise.
8215 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
8217         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
8218         (vc-coding-system-for-diff): Use it to decide whether to inherit
8219         from the file the EOL format for reading the diffs of that file.
8220         (Bug#4451)
8222 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
8224         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
8225         unibyte, so compressed attachments are not compressed again.
8227 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
8229         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
8230         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
8231         (tramp-find-shell): Simplify setting connection property.
8232         (tramp-get-ls-command): Make test for "--color=never" stronger.
8234 2010-07-15  Simon South  <ssouth@member.fsf.org>
8236         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
8237         blocks within record declarations (i.e. variant parts) correctly.
8239 2010-07-15  Simon South  <ssouth@member.fsf.org>
8241         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
8242         over literal tokens when parsing so newlines aren't "absorbed" by
8243         single-line comments.  Corrects the indentation of case blocks
8244         that have a comment on the first line.
8246 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
8248         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
8249         by Drew Adams (Bug#5504).
8251 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
8253         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
8254         now that Unicode is used (Bug#6594).
8256 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
8258         * term/x-win.el (x-select-enable-clipboard): Default to t.
8259         (x-initialize-window-system): Don't overwrite Paste menu item.
8261         * simple.el (select-active-regions): Default to t.
8262         (push-mark-command): Don't overwrite primary with empty string.
8264         * mouse.el: Bind mouse-2 to mouse-yank-primary.
8265         (mouse-drag-copy-region): Default to nil.
8267         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
8268         Cut/Copy/Paste menu bar items.
8270 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8272         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8273         Patch applied by Karl Fogel.
8275         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
8276         and `bookmark-current-buffer' if they have been already set in
8277         another buffer (e.g gnus-art).
8279 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8280             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8282         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
8284         * bookmark.el (bookmark-make-record-default): Allow unneeded
8285         information to be omitted from the record.
8287         Adjust declarations and calls:
8289         * info.el (bookmark-make-record-default): Adjust declaration.
8290         (Info-bookmark-make-record): Adjust call.
8292         * woman.el (bookmark-make-record-default): Adjust declaration.
8293         (woman-bookmark-make-record): Adjust call.
8295         * man.el (bookmark-make-record-default): Adjust declaration.
8296         (Man-bookmark-make-record): Adjust call.
8298         * image-mode.el (bookmark-make-record-default): Adjust declaration.
8300         * doc-view.el (bookmark-make-record-default): Adjust declaration.
8302 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8304         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
8305         This is also from Thierry Volpiatto's patch in bug #6444.  However,
8306         because it was extraneous to the functional change in that patch,
8307         and causes a re-indendation, I am committing it separately.
8309 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8311         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
8312         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
8313         Patch applied by Karl Fogel (Bug#6444).
8315 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
8317         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
8319 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
8321         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
8322         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
8323         (ns-alternatives-map): Change S-tab binding to backtab
8324         (bug#6616).
8326         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
8327         under ns.
8329 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
8331         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
8332         (Bug#5806)
8334         * language/tv-util.el (tai-viet-re): Remove format.
8336 2010-07-12  Kenichi Handa  <handa@m17n.org>
8338         * language/hebrew.el: Remove no-byte-compile declaration.
8339         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
8340         composition-function-table for 3-character looking back.
8341         (hebrew-font-get-precomposed): New function.
8342         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
8344 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
8346         * mouse.el (mouse-drag-track): Handle select-active-regions
8347         (Bug#6612).
8349 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
8351         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
8352         empty argument to gvfs-copy.
8354 2010-07-10  Glenn Morris  <rgm@gnu.org>
8356         * calendar/calendar.el (calendar-week-end-day): New function.
8357         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
8358         Respect calendar-week-start-day.  (Bug#6606)
8359         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
8360         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
8361         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
8362         respect calendar-week-start-day.
8364 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
8366         * simple.el (use-region-p): Doc fix (Bug#6607).
8368 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
8370         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8371         Add regexps for cucumber and ruby.
8373 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
8375         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
8376         (epa-file-insert-file-contents): Hack to prevent
8377         find-file from opening empty buffer when decryption failed
8378         (bug#6568).
8380 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
8382         * textmodes/ispell.el (ispell-alternate-dictionary):
8383         Use file-readable-p.
8384         Return nil if no word-list is found at default locations.
8385         (ispell-complete-word-dict): Default to nil.
8386         (ispell-command-loop): Use 'word-list' when using lookup-words.
8387         (lookup-words): Use ispell-complete-word-dict or
8388         ispell-alternate-dictionary.  Check for word-list availability
8389         and handle errors if needed with better messages (Bug#6539).
8390         (ispell-complete-word): Use ispell-complete-word-dict or
8391         ispell-alternate-dictionary.
8393 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
8395         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
8396         builtins (BufferError, BytesWarning, WindowsError; callables
8397         bin, bytearray, bytes, format, memoryview, next, print; __package__).
8399 2010-07-07  Glenn Morris  <rgm@gnu.org>
8401         * play/zone.el (top-level): Do not require timer, tabify, or cl.
8402         (zone-shift-left): Ignore intangibility, and any errors from
8403         forward-char.
8404         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
8405         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
8406         deleting, and copying text properties.
8407         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
8408         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
8409         to point-max is hard.
8410         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
8411         (zone-fill-out-screen): Ignore intangibility.
8413 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
8415         * menu-bar.el (menu-bar-mode):
8416         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
8417         if it has been set.
8419         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
8420         word/line selection (Bug#6565).
8422 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
8424         * net/dbus.el (dbus-send-signal): Declare function.
8426 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
8428         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
8429         (dbus-register-property): New optional argument EMITS-SIGNAL.
8430         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
8432 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
8434         * mouse.el (mouse-drag-overlay): Variable deleted.
8435         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
8436         (mouse--remap-link-click-p): New function.
8437         (mouse-drag-track): Handle dragging by using temporary Transient
8438         Mark mode, instead of a special overlay.
8439         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
8440         mouse-show-mark.
8442         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
8443         deleted.
8445 2010-07-02  Juri Linkov  <juri@jurta.org>
8447         * autoinsert.el (auto-insert-alist): Fix readability
8448         by using dotted pair notation for lambda.
8450 2010-07-02  Juri Linkov  <juri@jurta.org>
8452         * faces.el (read-face-name): Rename arg `string-describing-default'
8453         to `default'.  Doc fix.  Display the default value in quotes
8454         in the prompt.  With empty input, return the `default' arg,
8455         unless the default value is a string (in which case return nil).
8456         (describe-face): Replace the string `default' arg of `read-face-name'
8457         with the symbol `default'.
8459 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
8461         * emulation/viper-cmd.el (viper-delete-backward-char)
8462         (viper-del-backward-char-in-insert)
8463         (viper-del-backward-char-in-replace, viper-change)
8464         (viper-backward-indent): Replace delete-backward-char with
8465         delete-char (Bug#6552).
8467 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
8469         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
8471 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
8473         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
8474         argument passed to frame-creation-function (Bug#5378).
8476         * faces.el (x-handle-named-frame-geometry)
8477         (x-handle-reverse-video, x-create-frame-with-faces)
8478         (face-set-after-frame-default, tty-create-frame-with-faces):
8479         Don't separately consult default-frame-alist.  It is now passed as the
8480         PARAMETER argument.
8482 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
8484         * startup.el (command-line): Don't call tool-bar-setup in a
8485         tty-only build.
8487 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
8489         * ruler-mode.el (ruler--save-header-line-format): New fun.
8490         (ruler-mode): Use it as a setter function, so as not to overwrite
8491         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
8493 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
8495         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
8496         (vc-root-diff, vc-print-root-log, vc-log-incoming)
8497         (vc-log-outgoing): Use it.
8498         (vc-diff-internal): Set diff-vc-backend.
8500         * vc/diff-mode.el (diff-vc-backend): New var.
8502 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
8504         * dynamic-setting.el (font-setting-change-default-font):
8505         Remove call to message.
8507 2010-06-28  Kenichi Handa  <handa@m17n.org>
8509         * international/quail.el (quail-insert-kbd-layout): Fix the
8510         showing of untranslated characters.
8512 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
8514         * simple.el (delete-active-region): New option.
8515         (delete-backward-char): Implement in Lisp.
8516         (delete-forward-char): New command.
8518         * mouse.el (mouse-region-delete-keys): Deleted.
8519         (mouse-show-mark): Simplify.
8521         * bindings.el (global-map): Bind delete and DEL, the former to
8522         delete-forward-char.
8524 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
8526         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
8527         (ruby-mode): Bind indent-line-function (Bug#5119).
8529 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
8531         * startup.el (command-line): Recognize "0" X resource value.
8533 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
8535         * startup.el (command-line): Use X resources to set the value of
8536         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
8538         * menu-bar.el (menu-bar-mode):
8539         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
8540         Set init-value to t.
8542         * frame.el (frame-notice-user-settings): Don't change
8543         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
8544         vice versa (Bug#2249).
8546 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
8548         * w32-fns.el (w32-convert-standard-filename): Doc fix.
8550 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
8552         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
8553         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
8555         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
8556         default directories are expanded (Bug#6143).
8558 2010-06-24  Juri Linkov  <juri@jurta.org>
8560         * minibuffer.el (completions-format): Change default from nil to
8561         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
8563 2010-06-24  Juri Linkov  <juri@jurta.org>
8565         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
8566         buffer-locally to lambda that re-runs the vc diff command.
8567         (Bug#6447)
8569 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
8571         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
8572         echo area is in use (Bug#3412).
8574 2010-06-22  Glenn Morris  <rgm@gnu.org>
8576         * textmodes/texinfmt.el (texinfo-format-region)
8577         (texinfo-raise-lower-sections, texinfo-format-separate-node)
8578         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
8579         (texinfo-format-option, texinfo-noindent):
8580         Use line-beginning-position and line-end-position.
8582         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
8583         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
8584         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
8585         utf-8 characters.
8587 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
8589         * play/zone.el (zone-fall-through-ws): Fix next-line ->
8590         forward-line fallout.
8592 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
8594         * mouse.el (mouse-appearance-menu): Add docstring.
8596         * help.el (describe-key): Print up-event using key-description.
8598 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
8600         * net/zeroconf.el (zeroconf-resolve-service)
8601         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
8602         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
8604 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
8606         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
8608 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
8610         Avoid displaying files with a nil state in vc-dir.
8611         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
8612         cases that cause insertion.
8613         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
8614         with a nil state.
8616 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
8618         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
8620 2010-06-29  Leo  <sdl.web@gmail.com>
8622         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
8624 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
8626         * generic-x.el (bat-generic-mode): Fix regexp for command line
8627         switches (Bug#5719).
8629 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
8631         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
8632         of nconc to avoid pure storage error (Bug#6239).
8634 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
8636         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
8637         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
8638         bindings of bookmark-automatically-show-annotations (Bug#6515).
8640 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
8642         * arc-mode.el (archive-zip-extract): Don't quote the file name on
8643         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
8645 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8647         * comint.el (make-comint, make-comint-in-buffer): Mention return
8648         value in the docstrings.  (Bug#6498)
8650 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
8652         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
8653         since it is not present when using some non-default switches.
8655 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
8657         * simple.el (compose-mail): Fix doc string to refer to
8658         `compose-mail-user-agent-warnings', instead of to the
8659         nonexistent `compose-mail-check-user-agent'.
8661 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
8663         Fix an indentation bug:
8665         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
8666         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
8667         of existing values.
8669         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
8670         (c-clear->-pair-props-if-match-before): now return t when they've
8671         cleared properties, nil otherwise.
8672         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
8673         by taking account of the existing value.
8675         * progmodes/cc-defs.el
8676         (c-clear-char-property-with-value-function): Fix this to clear the
8677         property rather than overwriting it with nil.
8679 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
8681         * emacs-lisp/package.el (package-print-package): Add link to
8682         package description via describe-package.
8683         (describe-package-1): List package requirements.  Add button to
8684         perform installation.
8685         (package-menu-describe-package): New command.
8687         * help-mode.el (help-package): New button type.
8689 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
8691         * emacs-lisp/package.el: Move package-list-packages binding to
8692         menu-bar.el.
8693         (describe-package, describe-package-1, package--dir): New funs.
8694         (package-activate-1): Use package--dir.
8696         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
8698         * help-mode.el (help-package-def): New button type.
8700         * menu-bar.el: Move package-list-packages binding here from
8701         package.el.
8703 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
8705         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
8707 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8709         * emacs-lisp/edebug.el (edebug-read-list):
8710         Phase out old-style backquotes.
8712 2010-06-17  Juri Linkov  <juri@jurta.org>
8714         * help-mode.el (help-mode): Set buffer-local variable
8715         revert-buffer-function to help-mode-revert-buffer.
8716         (help-mode-revert-buffer): New function.
8718         * info.el (Info-revert-find-node): Check for major-mode Info-mode
8719         before popping to "*info*" (like in other Info functions).
8720         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
8721         old-history-forward.  Pop to old-buffer-name or "*info*" to
8722         recreate the killed buffer.  Set Info-history-forward from
8723         old-history-forward.
8724         (Info-breadcrumbs-depth): Add :group and :version.
8726 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
8728         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
8730 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
8732         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
8733         for languages like Portuguese with pt_{BR,PT} and no plain pt.
8735 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
8737         * emacs-lisp/package.el (package-menu-mode-map):
8738         Move initialization into declaration.
8740         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
8742 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
8744         * emacs-lisp/package.el (package-archive-base): Point to
8745         elpa.gnu.org.
8746         (package-enable, package-load-list): New defcustoms.
8747         (package-user-dir, package-directory-list): Turn into defcustoms.
8748         Don't include package-user-dir in package-directory-list.
8749         (package--builtins-base): Don't include Emacs as a "package".
8750         (package-subdirectory-regexp): New var.
8751         (package-load-all-descriptors, package-compute-transaction)
8752         (package-download-transaction): Obey package-load-list.
8753         (package-activate-1): Rename from package-do-activate.
8754         (package-list-packages-internal): Check package-load-list.
8755         (package-load-descriptor, package-generate-autoloads)
8756         (package-unpack, package-unpack-single)
8757         (package--read-archive-file, package-delete):
8758         Use expand-file-name.
8760         * emacs-lisp/package-x.el: New file.  Package uploading
8761         functionality split out from package.el.
8763         * startup.el (command-line): Load packages after reading init file.
8765 2010-06-17  Tom Tromey  <tromey@redhat.com>
8767         * emacs-lisp/package.el: New file.
8769 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8771         Fix vc-annotate for renamed files when using Git.
8772         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
8773         ls-files.  Doe not pass the object as a file name to cat-file, it
8774         is not a file name.
8775         (vc-git-annotate-command): Pass the file name using -- to avoid
8776         ambiguity with the revision.
8777         (vc-git-previous-revision): Pass a relative file name.
8779 2010-06-22  Glenn Morris  <rgm@gnu.org>
8781         * progmodes/js.el (js-mode-map): Use standard capitalization and
8782         ellipses for menu entries.
8784         * wid-edit.el (widget-complete): Doc fix.
8786 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
8788         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
8790 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
8792         Fix annotating other revisions for renamed files in vc-annotate.
8793         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
8794         VC backend.  Use it when non-nil.
8795         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
8796         (Bug#6487).
8798         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
8799         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
8800         Do not pass the file name to the 'previous-revision call when we
8801         don't want a file diff.  (Bug#6489)
8803 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8805         Fix finding revisions for renamed files in vc-annotate.
8806         * vc/vc.el (vc-find-revision): Add an optional argument for
8807         the VC backend.  Use it when non-nil.
8808         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
8809         backend to vc-find-revision.  (Bug#6487)
8811 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
8813         Fix reading file names in Git annotate buffers.
8814         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
8815         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
8817 2010-06-20  Alan Mackenzie  <acm@muc.de>
8819         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
8820         in file local variables, set it first.
8822 2010-06-19  Glenn Morris  <rgm@gnu.org>
8824         * descr-text.el (describe-char-unicode-data): Insert separating
8825         space when needed.  (Bug#6422)
8827         * progmodes/idlwave.el (idlwave-action-and-binding):
8828         Fix typo in 2009-12-03 change.  (Bug#6450)
8830 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8832         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
8833         handling for `lambda' (misunderstanding).
8835 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
8837         * calc/calc-poly.el (math-accum-factors): Make sure that
8838         constants aren't distributed after they are factored out.
8840 2010-06-16  Juri Linkov  <juri@jurta.org>
8842         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
8843         `list-colors-print'.  (Bug#6332)
8845         * subr.el (read-quoted-char): Fix up last change (bug#6290).
8847 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
8850         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
8852         * font-lock.el (font-lock-major-mode): Rename from
8853         font-lock-mode-major-mode to distinguish it from
8854         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
8855         (font-lock-set-defaults):
8856         * font-core.el (font-lock-default-function): Adjust users.
8857         (font-lock-mode): Don't set it at all.
8859 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8861         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
8863 2010-06-16  Glenn Morris  <rgm@gnu.org>
8865         * calendar/appt.el (appt-time-msg-list): Doc fix.
8866         (appt-check): Let-bind appt-warn-time.
8867         (appt-add): Make the 3rd argument optional.
8868         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
8869         Only add WARNTIME to the output list if non-nil.
8871 2010-06-16  Ivan Kanis  <apple@kanis.eu>
8873         * calendar/appt.el (appt-check): Let the 3rd element of
8874         appt-time-msg-list specify the warning time.
8875         (appt-add): Add new argument with the warning time.  (Bug#5176)
8877 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
8879         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
8880         older than version 1.6.  (Bug#6361)
8882 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
8884         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
8885         used by cl-do-arglist.  (Bug#6408)
8887 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
8889         * textmodes/ispell.el (ispell-dictionary-base-alist):
8890         Fix portuguese casechars/not-casechars for missing 'çÇ'.
8891         Suggested by Rolando Pereira (bug#6434).
8893 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
8895         * facemenu.el (list-colors-sort): Doc fix.
8897 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>
8899         * progmodes/sql.el (sql-connect-mysql): Fix typo.
8901 2010-06-14  Juri Linkov  <juri@jurta.org>
8903         Add sort option `list-colors-sort'.  (Bug#6332)
8904         * facemenu.el (color-rgb-to-hsv): New function.
8905         (list-colors-sort): New defcustom.
8906         (list-colors-sort-key): New function.
8907         (list-colors-display): Doc fix.  Sort list according to the option
8908         `list-colors-sort'.
8909         (list-colors-print): Add HSV values to `help-echo' property of
8910         RGB strings.
8912 2010-06-14  Juri Linkov  <juri@jurta.org>
8914         * compare-w.el: Move to the "vc" subdirectory.
8916 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8918         * image-mode.el (image-mode-map): Remap left-char and right-char.
8920         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
8922 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
8924         * term/common-win.el (x-colors): Add all the color names defined
8925         in rgb.txt (Bug#6332).
8927         * facemenu.el (list-colors-print): Don't print extra names if it
8928         will overflow the window width.
8930         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
8931         change (Bug#6343).
8933 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
8935         * files.el (make-directory): Doc fix (bug#6396).
8937 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
8939         * net/tramp.el (tramp-remote-process-environment): Protect version
8940         string by apostroph.
8941         (tramp-shell-prompt-pattern): Do not use a shy group in case of
8942         XEmacs.
8943         (tramp-file-name-for-operation): Add `call-process-region'.
8944         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
8946         * net/tramp-compat.el (top): Do not autoload
8947         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
8948         only when `start-file-process' is not bound.
8949         (tramp-advice-file-expand-wildcards): Do not use
8950         `tramp-handle-file-remote-p'.
8951         (tramp-compat-make-temp-file): Handle the case, that
8952         `make-temp-file' has no third argument EXTENSION.
8954 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
8956         * makefile.w32-in (WINS_BASIC): Include new directory vc.
8958         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
8960 2010-06-11  Juri Linkov  <juri@jurta.org>
8962         * finder.el (finder-known-keywords): Add keyword "vc"
8963         for version control.
8965         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
8966         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
8967         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
8968         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
8970 2010-06-11  Juri Linkov  <juri@jurta.org>
8972         Move version control related files to the "vc" subdirectory.
8973         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
8974         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
8975         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
8976         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
8977         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
8978         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
8979         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
8980         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
8981         Move files to the "vc" subdirectory.
8983 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
8985         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
8986         (Bug#6367).
8988 2010-06-11  Stephen Eglen  <stephen@gnu.org>
8990         * shell.el: Bind `shell-resync-dirs' to M-RET.
8992 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
8994         * notifications.el: Move file from lisp/net, because it is
8995         supposed to talk locally to the user.
8997 2010-06-10  Julien Danjou  <julien@danjou.info>
8999         * net/notifications.el (notifications-on-action-signal)
9000         (notifications-on-closed-signal): Pass notification id as first
9001         argument to the callback functions.  Add docstrings.
9002         (notifications-notify): Fix docstring.
9004 2010-06-10  Glenn Morris  <rgm@gnu.org>
9006         * emacs-lisp/authors.el (authors-ignored-files)
9007         (authors-valid-file-names): Add some files.
9009 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9011         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
9012         merge conflict, giving preference to the emacs-23 version of the code.
9014 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9016         * emacs-lisp/advice.el (ad-compile-function):
9017         Define warning-suppress-types before we let-bind it (bug#6275).
9019         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
9020         declare it, make it buffer-local and permanent-local (bug#6324).
9021         (vc-resynch-window): Adjust name.
9022         * vc-hooks.el (vc-find-file-hook): Adjust name.
9024 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
9026         * net/notifications.el (notifications-notify): Fix docstring.
9028 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
9030         Update to Unicode 6.0.0 beta.
9031         * international/charprop.el: Update copyright.
9032         * international/mule-cmds.el (ucs-names): Update character ranges.
9033         * international/uni-bidi.el:
9034         * international/uni-category.el:
9035         * international/uni-combining.el:
9036         * international/uni-comment.el:
9037         * international/uni-decimal.el:
9038         * international/uni-decomposition.el:
9039         * international/uni-digit.el:
9040         * international/uni-lowercase.el:
9041         * international/uni-mirrored.el:
9042         * international/uni-name.el:
9043         * international/uni-numeric.el:
9044         * international/uni-old-name.el:
9045         * international/uni-titlecase.el:
9046         * international/uni-uppercase.el: Regenerate.
9048 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
9050         * emacs-lisp/smie.el (comment-string-strip): Declare function.
9051         (smie-precs-precedence-table): Fix typo in docstring.
9053         * vc-mtn.el (log-edit-extract-headers): Declare function.
9055         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
9057         * net/notifications.el (dbus-register-signal): Declare function.
9058         (notifications-notify): Fix typos and reflow docstring.
9060 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
9062         Improve VC create/retrieve tag/branch.
9063         * vc.el (vc-create-tag): Do not read the directory name for VCs
9064         with repository revision granularity.  Adjust the tag/branch
9065         prompt.  Reset VC properties.
9066         (vc-retrieve-tag): Do not read the directory name for VCs
9067         with repository revision granularity.  Reset VC properties.
9069 2010-06-09  Julien Danjou  <julien@danjou.info>
9071         * net/notifications.el: New file.
9073 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
9075         Add optional support for resetting VC properties.
9076         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
9077         call vc-file-clearprops when true.
9078         (vc-resynch-buffer): Add new optional argument, pass it down.
9079         (vc-resynch-buffers-in-directory): Likewise.
9081         Improve support for special markup in the VC commit message.
9082         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
9083         * vc-hg.el (vc-hg-checkin): Add support for Date:.
9084         * vc-git.el (vc-git-checkin):
9085         * vc-bzr.el (vc-bzr-checkin): Likewise.
9087 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9089         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
9090         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
9092 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
9094         * iimage.el: Remove images as soon as the underlying text is modified.
9095         (iimage-modification-hook): New function.
9096         (iimage-mode-buffer): Use it.
9098 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9100         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
9101         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
9102         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
9103         (smie-indent-keyword): Add handling of open-paren keywords.
9104         (smie-indent-comment-continue): Don't assume comment-continue.
9106 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
9108         * window.el (pop-to-buffer): Remove the conditional that
9109         compares new-window and old-window, so it will reselect
9110         the selected window unconditionally.
9111         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
9113 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9115         * emacs-lisp/smie.el (smie-indent-offset-after)
9116         (smie-indent-forward-token, smie-indent-backward-token): New functions.
9117         (smie-indent-after-keyword): Use them.
9118         (smie-indent-fixindent): Only applies to the indentation of the BOL.
9119         (smie-indent-keyword): Tweak the black magic.
9120         (smie-indent-comment-continue): Strip comment-continue before use.
9121         (smie-indent-functions): Indent comments before keywords.
9123 2010-06-06  Juri Linkov  <juri@jurta.org>
9125         * isearch.el (isearch-lazy-highlight-search): Fix looping
9126         by checking for empty match.  This syncs this loop with the
9127         similar loop in `isearch-search'.  (Bug#6362)
9129 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
9131         * net/dbus.el (dbus-register-method): Declare function.
9132         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
9133         (dbus-introspect): Doc fix.
9134         (dbus-event-bus-name, dbus-introspect-get-interface)
9135         (dbus-introspect-get-argument): Reflow docstrings.
9137 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
9139         vc-log-incoming/vc-log-outgoing fixes for Git.
9140         * vc-git.el (vc-git-log-view-mode): Fix font lock for
9141         incoming/outgoing logs.
9142         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
9143         instead of vc-git-compute-remote.
9144         (vc-git-compute-remote): Remove.
9146 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
9148         * term/common-win.el (x-colors): Add "dark green" and "dark
9149         turquoise" (Bug#6332).
9151 2010-06-04  Juri Linkov  <juri@jurta.org>
9153         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
9154         Instead of setting `replace' to t and replacing the same string
9155         with itself, don't do certain actions when
9156         kill-do-not-save-duplicates is non-nil and string is equal to car
9157         of kill-ring: don't call menu-bar-update-yank-menu, don't push
9158         interprogram-paste strings to kill-ring, and don't push the input
9159         argument `string' to kill-ring.
9160         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
9162 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
9164         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
9166 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
9168         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
9169         (tramp-gvfs-handler-mounted-unmounted)
9170         (tramp-gvfs-connection-mounted-p): Handle default-location.
9172         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
9173         move files to trash.
9175 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
9177         * international/mule-cmds.el (nonascii-insert-offset)
9178         (nonascii-translation-table): Add obsolescence information.
9180         * international/mule.el (make-translation-table-from-vector): Doc fix.
9182 2010-06-03  Glenn Morris  <rgm@gnu.org>
9184         * desktop.el (desktop-clear-preserve-buffers):
9185         Add "*Warnings*" buffer.  (Bug#6336)
9187 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
9189         vc-log-incoming/vc-log-outgoing improvements for Git.
9190         * vc-git.el (vc-git-log-outgoing): Use the same format as the
9191         short log.
9192         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
9194         Add bindings for vc-log-incoming and vc-log-outgoing.
9195         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
9196         and vc-log-outgoing.
9197         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
9198         and vc-log-outgoing.
9200 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
9202         * net/rcirc.el (rcirc-sort-nicknames): Remove.
9203         (rcirc-handler-366): Always sort nicknames.
9205 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
9207         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
9209 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
9211         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
9213 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9215         * net/rcirc.el (rcirc-sort-nicknames): Change default.
9216         (rcirc-sort-nicknames-join): Avoid setq.
9218 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
9220         * net/rcirc.el (rcirc-sort-nicknames): New custom.
9221         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
9222         (rcirc-handler-366): Use them.
9224 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9226         Split smie-indent-calculate into more manageable chunks.
9227         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
9228         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
9229         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
9230         (smie-indent-exps): Extract from smie-indent-calculate.
9231         (smie-indent-functions): New var.
9232         (smie-indent-functions): Use them.
9234 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9236         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
9237         (smie-indent-calculate): Simplify and cleanup.
9239 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
9241         * net/tramp-gvfs.el (top): Require url-util.
9242         (tramp-gvfs-mount-point): Remove.
9243         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
9244         New defuns.
9245         (with-tramp-dbus-call-method): Format trace message.
9246         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
9247         Implement backup call, when operation on local files fails.
9248         Use progress reporter.  Flush properties of changed files.
9249         (tramp-gvfs-handle-make-directory): Make more traces.
9250         (tramp-gvfs-url-file-name): Hexify file name in url.
9251         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
9252         into account for the resulting file name.
9253         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
9254         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
9255         (tramp-gvfs-handler-mounted-unmounted)
9256         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
9257         attribute "default_location".  Set "prefix" property.
9258         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
9259         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
9260         exists.  Raise an error, if not (due to a corresponding answer
9261         "no" in interactive questions, for example).
9263 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
9265         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
9267 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
9269         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
9270         right-*.  (Bug#6265)
9272 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
9274         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
9275         * vc-git.el (vc-git-compute-remote): New function.
9276         (vc-git-log-outgoing): Use it instead of hard coding a value.
9277         (vc-git-log-incoming): New function.
9279         Improve state updating for VC tag commands.
9280         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
9281         to update the state of all buffers in the directory.
9283         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
9285 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9287         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
9288         `file-directory-p' to the filename part rather than to the whole text.
9290 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9292         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
9294 2010-05-31  Drew Adams  <drew.adams@oracle.com>
9296         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
9298 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
9300         * subr.el (momentary-string-display): Just use read-event to read
9301         the exit event (Bug#6238).
9303 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
9305         * international/mule.el (define-coding-system): Doc fix (bug#6313).
9307 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
9309         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
9310         Suggested by Eli Zaretskii <eliz@gnu.org>.
9312 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9314         * minibuffer.el (completion-file-name-table): Don't return a boundary
9315         past the end of `string' (bug#6299).
9316         (completion--file-name-table): Delegate to completion-file-name-table
9317         for the `boundaries' case.
9319 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
9321         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
9322         movement commands.
9324         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
9325         `path-separator', but maintain compatibility with Emacs 20.2.
9327 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
9329         * server.el (server-process-filter): Receive parent-id argument
9330         from emacsclient.
9331         (server-create-window-system-frame): New arg.  Pass parent-id as
9332         frame parameter.
9334 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
9336         Bidi-sensitive word movement with arrow keys.
9337         * subr.el (right-arrow-command, left-arrow-command): Move to
9338         bindings.el.
9340         * bindings.el (right-char, left-char): Move from subr.el and
9341         rename from right-arrow-command and left-arrow-command.
9342         (right-word, left-word): New functions.
9343         (global-map) <right>: Bind to right-char.
9344         (global-map) <left>: Bind to left-char.
9345         (global-map) <C-right>: Bind to right-word.
9346         (global-map) <C-left>: Bind to left-word.
9348         * ls-lisp.el (ls-lisp-classify-file): New function.
9349         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
9350         (ls-lisp-classify): Call ls-lisp-classify-file.
9351         (insert-directory): Remove blanks from switches.
9353 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
9355         * ansi-color.el: Delete unused escape sequences (Bug#6085).
9356         (ansi-color-drop-regexp): New constant.
9357         (ansi-color-apply, ansi-color-filter-region)
9358         (ansi-color-apply-on-region): Delete unrecognized control sequences.
9359         (ansi-color-apply): Build string list before calling concat.
9361 2010-05-28  Juri Linkov  <juri@jurta.org>
9363         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
9364         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
9365         (Bug#5270)
9367 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
9369         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
9370         to ignored backtrace functions.
9371         (with-progress-reporter): Expand docstring.
9372         (tramp-handle-delete-file): Implement TRASH argument.
9373         (tramp-get-remote-trash): New defun.
9375 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
9377         * net/tramp-compat.el (tramp-compat-delete-file):
9378         Use `symbol-value' for backward compatibility.
9380         * net/tramp.el (tramp-handle-make-symbolic-link)
9381         (tramp-handle-load)
9382         (tramp-do-copy-or-rename-file-via-buffer)
9383         (tramp-do-copy-or-rename-file-directly)
9384         (tramp-do-copy-or-rename-file-out-of-band)
9385         (tramp-handle-process-file, tramp-handle-call-process-region)
9386         (tramp-handle-shell-command, tramp-handle-file-local-copy)
9387         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9388         (tramp-delete-temp-file-function): Use `delete-file' instead
9389         of `tramp-compat-delete-file'.
9391         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9392         (tramp-fish-handle-make-symbolic-link)
9393         (tramp-fish-handle-process-file): Use `delete-file' instead
9394         of `tramp-compat-delete-file'.
9396         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
9397         Use `delete-file' instead of `tramp-compat-delete-file'.
9399         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9400         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
9401         `tramp-compat-delete-file'.
9403         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file):
9404         Use `delete-file' instead of `tramp-compat-delete-file'.
9406         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9407         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9408         (tramp-smb-handle-write-region): Use `delete-file' instead of
9409         `tramp-compat-delete-file'.
9410         (tramp-smb-handle-delete-directory): Use 'trash as arg.
9412 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
9414         * dired.el (dired-delete-file): New arg TRASH.
9415         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
9416         (dired-do-flagged-delete, dired-do-delete): Use trash.
9418         * speedbar.el (speedbar-item-delete): Allow trashing.
9420         * files.el (delete-directory): New arg TRASH.
9422         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
9423         (ange-ftp-rename-remote-to-remote)
9424         (ange-ftp-rename-local-to-remote)
9425         (ange-ftp-rename-remote-to-local, ange-ftp-load)
9426         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
9427         `delete-file'.
9428         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
9429         allow trashing.
9431         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
9432         handle new TRASH arg of `delete-file'.
9434         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
9435         (tramp-handle-make-symbolic-link, tramp-handle-load)
9436         (tramp-do-copy-or-rename-file-via-buffer)
9437         (tramp-do-copy-or-rename-file-directly)
9438         (tramp-do-copy-or-rename-file-out-of-band)
9439         (tramp-handle-process-file, tramp-handle-call-process-region)
9440         (tramp-handle-shell-command, tramp-handle-file-local-copy)
9441         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9442         (tramp-delete-temp-file-function): Use null TRASH arg in
9443         tramp-compat-delete-file call.
9445         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
9446         (tramp-fish-handle-delete-file)
9447         (tramp-fish-handle-make-symbolic-link)
9448         (tramp-fish-handle-process-file): Use null TRASH arg in
9449         `tramp-compat-delete-file' call.
9451         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
9452         arg in `tramp-compat-delete-file' call.
9454         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
9455         (tramp-gvfs-handle-write-region): Use null TRASH arg in
9456         `tramp-compat-delete-file' call.
9458         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
9459         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
9460         `tramp-compat-delete-file' call.
9462         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9463         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9464         (tramp-smb-handle-write-region): Use null TRASH arg in
9465         tramp-compat-delete-file call.
9466         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
9467         (tramp-smb-handle-delete-file): Rename arg.
9469         * diff.el (diff-sentinel):
9470         * epg.el (epg--make-temp-file, epg-decrypt-string)
9471         (epg-verify-string, epg-sign-string, epg-encrypt-string):
9472         * jka-compr.el (jka-compr-partial-uncompress)
9473         (jka-compr-call-process, jka-compr-write-region):
9474         * server.el (server-sentinel): Remove optional arg from
9475         delete-file, reverting 2010-05-03 change.
9477 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
9479         * progmodes/verilog-mode.el (verilog-type-font-keywords):
9480         Use font-lock-constant-face, not obsolete font-lock-reference-face.
9482 2010-05-27  Kenichi Handa  <handa@m17n.org>
9484         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
9485         element of GSTRING is nil.
9487 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9489         * emacs-lisp/smie.el (smie-forward-token-function)
9490         (smie-backward-token-function): New vars.
9491         (smie-backward-sexp, smie-forward-sexp)
9492         (smie-indent-hanging-p, smie-indent-calculate): Use them.
9493         (smie-default-backward-token): Rename from smie-backward-token and
9494         skip comments.
9495         (smie-default-forward-token): Rename from smie-forward-token and
9496         skip comments.
9497         (smie-next-sexp): Handle nil results from next-token.
9498         (smie-indent-calculate): Add a new case for special `fixindent' comments.
9500 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
9502         * progmodes/verilog-mode.el (verilog-type-font-keywords):
9503         Use font-lock-constant-face, not obsolete font-lock-reference-face.
9505 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
9507         * htmlfontify.el (hfy-face-resolve-face): New function.
9508         (hfy-face-to-style): Use it (Bug#6279).
9510 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9512         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
9513         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
9515 2010-05-26  Glenn Morris  <rgm@gnu.org>
9517         * emulation/edt.el (edt-load-keys): Use locate-library.
9519 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
9521         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
9522         (log-edit-changelog-entries): Doc fix.
9523         (log-edit-changelog-insert-entries): Args changed.
9524         Rename relative filenames in ChangeLog entries.  Delete tabs.
9525         (log-edit-insert-changelog-entries): Reorganize return value of
9526         `log-edit-changelog-entries' to pass filenames to
9527         log-edit-changelog-insert-entries.
9529 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9531         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
9532         `image-dired-dired-insert-marked-thumbs' to
9533         `image-dired-dired-toggle-marked-thumbs'.
9535         * image-dired.el: Require cl when compiling.
9536         (image-dired-dired-toggle-marked-thumbs): Rename from
9537         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
9538         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
9539         to 'no-dir.  Skip files whose names don't match
9540         `image-file-name-regexp'.  When file has a thumbnail overlay,
9541         delete it.  (Bug#5270)
9543 2010-05-25  Juri Linkov  <juri@jurta.org>
9545         * image-mode.el (image-mode): Add image-after-revert-hook to
9546         after-revert-hook.
9547         (image-after-revert-hook): New function.  (Bug#5669)
9549 2010-05-25  Juri Linkov  <juri@jurta.org>
9551         * image.el (image-animated-p): When delay between animated images
9552         is 0, set it to 10 (0.1 sec).  (Bug#6258)
9554 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
9556         * net/tramp.el (tramp-handle-insert-directory): Don't use
9557         `forward-word', its default syntax could be changed.
9559 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
9561         * net/tramp.el (tramp-progress-reporter-update): New defun.
9562         (with-progress-reporter): Use it.
9563         (tramp-process-actions):
9564         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion):
9565         Preserve current message, in order to let progress reporter continue
9566         afterwards.  (Bug#6257)
9568 2010-05-25  Glenn Morris  <rgm@gnu.org>
9570         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
9571         Add :version.
9573 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
9575         * net/rcirc.el (rcirc-default-user-name): Change to "user".
9576         (rcirc-default-full-name): Change to "unknown".
9577         (rcirc-user-name-history): Add variable.
9579 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
9580             Jonathan Rockway  <jon@jrock.us>
9582         * net/rcirc.el (rcirc-server-alist): Add :pass.
9583         (rcirc): When prompting for connection parameters, also prompt for
9584         username and password.
9585         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
9586         value to server when connecting.
9588 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9590         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
9591         (smie-merge-prec2s): Pass the tables as separate args.
9592         (smie-bnf-precedence-table): Adjust call accordingly.
9593         (smie-prec2-levels): Set levels at the end.
9595         Replace Lisp calls to delete-backward-char by delete-char.
9596         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
9597         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
9598         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
9599         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
9600         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
9601         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
9602         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
9603         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
9604         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
9605         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
9606         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
9607         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
9608         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
9609         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
9610         delete-backward-char by calls to delete-char.
9612 2010-05-25  Kenichi Handa  <handa@m17n.org>
9614         * language/hebrew.el (hebrew-shape-gstring): New function.
9615         Register it in composition-function-table for all Hebrew combining
9616         characters.
9618 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9620         * epa.el (epa--select-keys): Don't explicitly delete the window since
9621         that can fail (e.g. sole window in frame).  Use dedication instead.
9623 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
9625         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
9627 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
9629         * image.el (image-refresh): Define as an alias for image-flush.
9631         * image-mode.el (image-toggle-display-image): Caller changed.
9633 2010-05-21  Juri Linkov  <juri@jurta.org>
9635         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
9636         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
9637         whitespace, call wildcard-to-regexp on substrings and concat them
9638         with "\\|".  (Bug#6114)
9640 2010-05-21  Alan Mackenzie  <acm@muc.de>
9642         * progmodes/cc-engine.el (c-parse-state-get-strategy):
9643         Replace parameter `here' with `here-' and `here-plus', which sandwich
9644         any pertinent CPP construct.
9645         (c-remove-stale-state-cache-backwards): Fix a bug which happens
9646         when doing (c-parse-state) in a CPP construct: Exclude any "new"
9647         CPP construct from taking part in the scanning.
9649 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
9651         * net/tramp.el (tramp-do-copy-or-rename-file)
9652         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
9653         Tune `with-progress-reporter' messages.
9654         (tramp-handle-vc-registered):
9655         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
9656         (tramp-fish-handle-insert-file-contents)
9657         (tramp-fish-maybe-open-connection):
9658         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
9659         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
9660         (tramp-imap-handle-insert-file-contents)
9661         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
9663 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
9665         * add-log.el (change-log-font-lock-keywords):
9666         Highlight all authors in multi-author entries.
9668         * smerge-mode.el (smerge-refine-ignore-whitespace)
9669         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
9670         Fix typos in docstrings.
9671         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
9673 2010-05-21  Glenn Morris  <rgm@gnu.org>
9675         * progmodes/fortran.el (fortran-mode):
9676         * progmodes/f90.el (f90-mode): Derive from prog-mode.
9678         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
9679         having a relative path in src/Makefile.in.
9681 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9683         * help-mode.el (help-make-xrefs): For Info node links turn
9684         newlines into spaces.  Link node names with newlines are matched
9685         by help-xref-info-regexp and buttonized, this change ensures they
9686         can be followed successfully with RET.  (Bug#6206)
9688 2010-05-20  Juri Linkov  <juri@jurta.org>
9690         * locate.el (locate): Use pop-to-buffer instead of
9691         switch-to-buffer-other-window.  (Bug#6204)
9693 2010-05-20  Juri Linkov  <juri@jurta.org>
9695         * replace.el (replace-highlight): Fix lazy-highlighting
9696         for `M-s w str M-% str RET'.
9698 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
9700         * isearch.el (isearch-yank-word-or-char): Pull next subword
9701         when `subword-mode' is activated.  (Bug#6220)
9703 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
9705         * isearch.el (isearch-update-post-hook): New hook.
9706         (isearch-update): Use the new hook.  (Bug#6225)
9708 2010-05-20  Juri Linkov  <juri@jurta.org>
9710         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
9711         [f1], [help], and (char-to-string help-char) instead of "\C-h".
9712         (Bug#6222)
9714 2010-05-20  Juri Linkov  <juri@jurta.org>
9716         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
9717         (Bug#6223)
9719 2010-05-20  Juri Linkov  <juri@jurta.org>
9721         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
9722         FILE-NAME to read from the minibuffer when called interactively
9723         with prefix argument instead of using buffer-file-name.
9724         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
9726         * dired.el: Update autoloads.
9728 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
9730         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
9731         nxml-finish-element, for consistency with SGML mode.
9733         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
9734         octave-close-block.
9736 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
9738         * composite.el: Require cl when compiling.
9739         (reference-point-alist, compose-gstring-for-graphic)
9740         (compose-gstring-for-terminal): Fix typos in docstrings.
9742 2010-05-19  Juri Linkov  <juri@jurta.org>
9744         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
9745         set-window-parameter.
9747 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9749         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
9750         where appropriate.
9751         (tramp-maybe-open-connection): Use it.
9753 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
9755         * simple.el (move-end-of-line): Make sure we are at line beginning
9756         before backing up to end of previous line.
9758 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
9760         * password-cache.el (password-cache-remove): Fix docstring.
9762         * net/secrets.el: Autoload the widget functions.
9763         (secrets-search-items, secrets-create-item)
9764         (secrets-get-attributes, secrets-expand-item): Attributes will be
9765         stored on the password database without leading ":", as all other
9766         clients do as well.
9767         (secrets-mode): Fix docstring.
9768         (secrets-show-secrets): Provide it as autoloaded command only when
9769         D-Bus support is available.  Check existence of Secret Service API.
9771 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9773         * indent.el (indent-region): Deactivate region (bug#6200).
9775 2010-05-19  Glenn Morris  <rgm@gnu.org>
9777         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
9779 2010-05-19  Kenichi Handa  <handa@m17n.org>
9781         * composite.el: Register compose-gstring-for-graphic in
9782         composition-function-table only for combining characters (Mn, Mc, Me).
9784 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
9786         * calc/calc-trail.el (calc-trail-isearch-forward)
9787         (calc-trail-isearch-backward): Ensure that the new window
9788         point is set correctly.
9790 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9792         * subr.el (read-quoted-char): Resolve modifiers after key
9793         remapping (bug#6212).
9795 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
9797         Add visualization code for secrets.
9798         * net/secrets.el (secrets-mode): New major mode.
9799         (secrets-show-secrets, secrets-show-collections)
9800         (secrets-expand-collection, secrets-expand-item)
9801         (secrets-tree-widget-after-toggle-function)
9802         (secrets-tree-widget-show-password): New defuns.
9804 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9806         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
9807         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
9808         handled in smie-next-sexp.
9809         (smie-indent-calculate): Provide a starting indentation (so the
9810         recursion is well-founded ;-).
9812         Fix handling of non-associative equal levels.
9813         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
9814         when it's not needed.
9815         (smie-op-left, smie-op-right): New functions.
9816         (smie-next-sexp): New function, extracted from smie-backward-sexp.
9817         Better handle equal levels to distinguish the associative case from
9818         the "multi-keyword construct" case.
9819         (smie-backward-sexp, smie-forward-sexp): Use it.
9821 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
9823         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
9825         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
9826         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
9828 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9830         Provide a simple generic indentation engine and use it for Prolog.
9831         * emacs-lisp/smie.el: New file.
9832         * progmodes/prolog.el (prolog-smie-op-levels)
9833         (prolog-smie-indent-rules): New var.
9834         (prolog-mode-variables): Use them to configure SMIE.
9835         (prolog-indent-line, prolog-indent-level): Remove.
9837 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
9839         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
9840         order before computing the averages.
9842 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
9844         * calc/calc-vec.el (calc-histogram):
9845         (calcFunc-histogram): Allow vectors as inputs.
9846         (math-vector-avg): New function.
9848         * calc/calc-ext.el (math-group-float): Have the number of digits
9849         being grouped depend on the radix (Bug#6189).
9851 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
9853         * version.el (emacs-copyright, emacs-version): Don't define here,
9854         now that emacs.c defines it.
9856 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
9858         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
9859         "Describe Language Environment" menu item.
9861         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
9863         Bidi-sensitive movement with arrow keys.
9864         * subr.el (right-arrow-command, left-arrow-command): New functions.
9866         * bindings.el (global-map): Bind them to right and left arrow keys.
9868         Don't override standard definition of convert-standard-filename.
9869         * files.el (convert-standard-filename):
9870         Call w32-convert-standard-filename and dos-convert-standard-filename on
9871         the corresponding systems.
9873         * w32-fns.el (w32-convert-standard-filename): Rename from
9874         convert-standard-filename.  Doc fix.
9876         * dos-fns.el (dos-convert-standard-filename): Doc fix.
9877         (convert-standard-filename): Don't defalias.
9878         (register-name-alist, make-register, register-value)
9879         (set-register-value, intdos): Obsolete aliases for the
9880         corresponding dos-* functions and variables.
9881         (dos-intdos): Add a doc string.
9883 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
9885         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
9886         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
9887         (math-compose-tex-func):
9888         * calc/calccomp.el (math-compose-expr):
9889         * calc/calc-ext.el (math-format-flat-expr-fancy):
9890         * calc/calc-store.el (calc-read-var-name):
9891         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
9893         * calc/calc.el (var-π, var-φ, var-γ): New variables.
9894         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
9895         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
9896         (math-standard-units): Add units.
9898 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9900         * progmodes/asm-mode.el (asm-mode):
9901         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
9903         * pcomplete.el (pcomplete-completions-at-point): New function,
9904         extracted from pcomplete-std-complete.
9905         (pcomplete-std-complete): Use it.
9907 2010-05-15  Glenn Morris  <rgm@gnu.org>
9909         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
9910         Remove references to CVS, RCS and Old directories.
9912 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
9914         * calc/calc-bin.el (math-format-twos-complement): Group digits when
9915         appropriate.
9917 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9919         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
9920         (sh-mode-syntax-table): Give it a default value instead.
9921         (sh-header-marker): Make buffer-local.
9922         (sh-mode): Move make-local-variable to the corresponding setq.
9923         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
9924         Use complete-with-action.
9926         * simple.el (prog-mode): New (abstract) major mode.
9927         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
9928         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
9930 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
9932         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
9933         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
9934         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
9935         (sql-make-alternate-buffer-name, sql-placeholders-filter)
9936         (sql-escape-newlines-filter, sql-input-sender)
9937         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
9939 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
9941         Add TeX open-block and close-block keybindings to SGML, and vice versa.
9943         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
9944         latex-open-block and C-c / to latex-close-block.
9946         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
9947         and C-c C-e to sgml-close-tag.
9949 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
9951         * net/tramp.el (with-progress-reporter): Create reporter object
9952         only when the message would be displayed.  Handle nested calls.
9953         (tramp-handle-load, tramp-handle-file-local-copy)
9954         (tramp-handle-insert-file-contents, tramp-handle-write-region)
9955         (tramp-maybe-send-script, tramp-find-shell):
9956         Use `with-progress-reporter'.
9957         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
9958         Fix message text.
9960         * net/tramp-smb.el (tramp-smb-handle-copy-file)
9961         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
9962         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
9963         Use `with-progress-reporter'.
9965 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
9967         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
9968         process everytime when spellchecking from the minibuffer (bug#6143).
9970 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9972         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
9974         * dos-fns.el: Add "dos-" prefix for namespace control.
9975         (convert-standard-filename): Define as alias for
9976         dos-convert-standard-filename but only if applicable.
9978 2010-05-12  Alan Mackenzie  <acm@muc.de>
9980         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
9981         Push the mark at the start of these functions when appropriate.
9983 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9985         * minibuffer.el (completion-cycle-threshold): New custom var.
9986         (completion--do-completion): Use it.
9987         (minibuffer-complete): Use cycling if appropriate.
9989 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
9991         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
9992         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
9994 2010-05-11  Juri Linkov  <juri@jurta.org>
9996         * scroll-all.el (scroll-all-check-to-scroll):
9997         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
9999 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10001         * iimage.el (iimage-mode-map): Move initialization into declaration.
10002         (iimage-mode-buffer): Use with-silent-modifications.
10003         Simplify calling convention.  Adjust callers.
10004         (iimage-mode): Don't run hook redundantly.
10006         * minibuffer.el (completion-pcm--pattern->regex):
10007         Fix last change (bug#6160).
10009 2010-05-10  Juri Linkov  <juri@jurta.org>
10011         Remove nodes visited during Isearch from the Info history.
10012         * info.el (Info-isearch-initial-history)
10013         (Info-isearch-initial-history-list): New variables.
10014         (Info-isearch-start): Record initial values of
10015         Info-isearch-initial-history and Info-isearch-initial-history-list.
10016         Add Info-isearch-end to isearch-mode-end-hook.
10017         (Info-isearch-end): New function.
10019 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
10021         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
10022         format string, in order to work around a bug in pdksh.
10023         Reported by Gilles Pion <gpion@lfdj.com>.
10024         (tramp-handle-verify-visited-file-modtime): Do not send a command
10025         when the connection is not established.
10026         (tramp-handle-set-file-times): Simplify the check for utc.
10028 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
10030         Fix use of `filter-buffer-substring' (rework previous change).
10031         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
10032         (cua-repeat-replace-region):
10033         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
10034         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10035         (cua-cut-region-to-global-mark): Use it.
10037 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
10039         * progmodes/sql.el: Version 2.1.
10040         (sql-product-alist): Redesign structure of product info.
10041         (sql-product, sql-user, sql-server, sql-database): Safe variables.
10042         (sql-port, sql-port-history): New variables.
10043         (sql-interactive-product): New variable.
10044         (sql-send-terminator): New variable.
10045         (sql-imenu-generic-expression): Add "Types" imenu entry.
10046         (sql-oracle-login-params, sql-sqlite-login-params)
10047         (sql-mysql-login-params, sql-solid-login-params)
10048         (sql-sybase-login-params, sql-informix-login-params)
10049         (sql-ingres-login-params, sql-ms-login-params)
10050         (sql-postgres-login-params, sql-interbase-login-params)
10051         (sql-db2-login-params, sql-linter-login-params)
10052         (sql-oracle-scan-on): New variables.
10053         (sql-mode-map): Add C-c C-i to start interactive mode.
10054         (sql-mode-menu): Update existing menu entries.
10055         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
10056         (sql-mode-oracle-font-lock-keywords)
10057         (sql-mode-postgres-font-lock-keywords)
10058         (sql-mode-ms-font-lock-keywords)
10059         (sql-mode-sybase-font-lock-keywords)
10060         (sql-mode-informix-font-lock-keywords)
10061         (sql-mode-interbase-font-lock-keywords)
10062         (sql-mode-ingres-font-lock-keywords)
10063         (sql-mode-solid-font-lock-keywords)
10064         (sql-mode-mysql-font-lock-keywords)
10065         (sql-mode-sqlite-font-lock-keywords)
10066         (sql-mode-db2-font-lock-keywords)
10067         (sql-mode-linter-font-lock-keywords): Update initialization to
10068         reduce run-time complexity.
10069         (sql-add-product, sql-del-product): New functions.
10070         (sql-set-product-feature, sql-get-product-feature): New functions.
10071         (sql-product-font-lock): Update product API.
10072         (sql-add-product-keywords): New function.
10073         (sql-highlight-product): Update product API.
10074         (sql-help-list-products): New function.
10075         (sql-help): Dynamically lists free and non-free products.
10076         (sql-get-login): Correct bug in handling history and added
10077         prompt for port.
10078         (sql-copy-column): Copy without properties.
10079         (sqli-input-sender): Apply filters to SQLi input.
10080         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
10081         Implement as a filter.
10082         (sql-escape-newlines-filter): Implement as a filter.
10083         (sql-remove-tabs-filter): New function.
10084         (sql-send-magic-terminator): New function.
10085         (sql-send-string): Implement magic terminator.
10086         (sql-send-region): Use `sql-send-string'.
10087         (sql-interactive-mode): Use product API.
10088         (sql-product-interactive): Use product API.
10089         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10090         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10091         (sql-db2, sql-linter): Use `sql-product-interactive'.
10092         (sql-connect): New function.
10093         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10094         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10095         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
10096         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10097         Use `sql-connect'.
10099 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10101         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
10102         New custom variable.
10103         (completion-pcm--string->pattern): Use it.
10104         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
10105         Make it handle any symbol as `any'.
10106         (completion-pcm--merge-completions): Extract common suffix for the new
10107         `prefix' symbol as well.
10108         (completion-substring--all-completions): Use the new `prefix' symbol.
10110 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
10112         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
10113         not bound.
10114         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
10115         (tramp-compat-funcall): New defmacro.
10116         (tramp-compat-line-beginning-position)
10117         (tramp-compat-line-end-position)
10118         (tramp-compat-temporary-file-directory)
10119         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
10120         (tramp-compat-copy-file, tramp-compat-copy-directory)
10121         (tramp-compat-delete-file, tramp-compat-delete-directory)
10122         (tramp-compat-number-sequence, tramp-compat-process-running-p)
10123         * net/tramp.el (top, with-progress-reporter)
10124         (tramp-rfn-eshadow-setup-minibuffer)
10125         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
10126         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
10127         (tramp-completion-mode-p, tramp-check-for-regexp)
10128         (tramp-open-connection-setup-interactive-shell)
10129         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
10130         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
10131         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
10132         * net/tramp-cmds.el (tramp-cleanup-all-connections)
10133         (tramp-reporter-dump-variable, tramp-load-report-modules)
10134         (tramp-append-tramp-buffers)
10135         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
10137         * net/tramp-imap.el (top): Autoload `epg-make-context'.
10139 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10141         * progmodes/compile.el (compilation-buffer-modtime): Rename from
10142         buffer-modtime.  Adjust users.
10144 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
10146         * international/mule.el (auto-coding-alist): Only purecopy
10147         car of each item, not the whole list (Bug#6083).
10149 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
10151         * progmodes/js.el (js-mode): Make paragraph variables local before
10152         calling c-setup-paragraph-variables (Bug#6071).
10154 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
10156         * composite.el (compose-region, reference-point-alist): Fix typos
10157         in the doc strings.
10159 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
10161         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
10162         gnuplot's "set" command.
10164 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
10166         * abbrev.el (last-abbrev-text): Doc fix.
10167         (abbrev-prefix-mark): Don't escape parenthesis.
10169 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
10171         * composite.el (find-composition): Doc fix.
10173 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
10175         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
10176         (sql-oracle-program, sql-sqlite-options)
10177         (sql-query-placeholders-and-send): Doc fixes.
10178         (sql-set-product, sql-interactive-mode): Reflow docstrings.
10179         (sql-imenu-generic-expression, sql-buffer)
10180         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
10181         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
10182         (sql-mode-sybase-font-lock-keywords)
10183         (sql-mode-informix-font-lock-keywords)
10184         (sql-mode-interbase-font-lock-keywords)
10185         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
10186         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
10187         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
10188         (sql-product-feature, sql-highlight-product)
10189         (comint-line-beginning-position, sql-rename-buffer)
10190         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
10191         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
10192         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
10193         Fix typos in docstrings.
10195 2010-05-08  Juri Linkov  <juri@jurta.org>
10197         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
10198         property instead of `invisible' and `after-string' (bug#5998).
10200 2010-05-08  Juri Linkov  <juri@jurta.org>
10202         * image-mode.el (image-mode-as-text): Fix typo in docstring.
10204 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
10206         * filecache.el (file-cache-add-directory-list)
10207         (file-cache-add-directory-recursively): Fix typos in docstrings.
10209 2010-05-08  Kenichi Handa  <handa@m17n.org>
10211         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
10212         (gujarati-composable-pattern): Fix typo.
10214 2010-05-08  Kenichi Handa  <handa@m17n.org>
10216         * language/indian.el (oriya-composable-pattern)
10217         (tamil-composable-pattern, malayalam-composable-pattern):
10218         Add two-part vowels to "v" (vowel sign).
10220 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
10222         * files.el (copy-directory): Handle symlinks (Bug#5982).
10224 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
10226         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
10227         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
10228         (Bug#5846).
10230 2010-05-08  Glenn Morris  <rgm@gnu.org>
10232         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
10234         * minibuffer.el (completion-at-point): Doc fix.
10236 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10238         * electric.el (Electric-command-loop): Minor tweak.
10240         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
10241         better with dedicated windows.
10243 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
10245         * Version 23.2 released.
10247 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10248             Stefan Monnier  <monnier@iro.umontreal.ca>
10250         Highlight vendor specific properties.
10251         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
10252         (css-proprietary-property): New face.
10253         (css-font-lock-keywords): Use them.
10255 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
10257         * cus-start.el (all): Add native condition for tool-bar-* symbols.
10259 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10261         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
10262         * files.el (auto-mode-alist): Remove redundant entries.
10264         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
10265         * simple.el (auto-save-mode): Move from files.el.
10266         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
10268 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
10270         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
10272 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10274         * mail/binhex.el (binhex-decode-region-internal)
10275         * mail/uudecode.el (uudecode-decode-region-internal)
10276         * net/dns.el (dns-read-string-name, dns-write, dns-read)
10277         (dns-read-type, dns-query)
10278         * pgg-parse.el (pgg-parse-armor)
10279         * pgg.el (pgg-verify-region)
10280         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
10281         XEmacs.
10283         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
10285 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
10287         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
10289         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
10290         * emulation/cua-base.el (cua-repeat-replace-region):
10291         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10292         (cua-cut-region-to-global-mark):
10293         Remove text properties with `set-text-properties'.
10295 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
10297         * net/tramp.el (top, with-progress-reporter):
10298         Use `symbol-function' inside `funcall'.
10300         * net/tramp-compat.el (tramp-compat-file-attributes)
10301         (tramp-compat-delete-file, tramp-compat-delete-directory):
10302         Handle only `wrong-number-of-arguments' error.
10304         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
10305         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
10306         inside `funcall'.
10308 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10310         * minibuffer.el (completion--sreverse, completion--common-suffix):
10311         New functions.
10312         (completion-pcm--merge-completions): Extract common suffix when safe.
10314         * emacs-lisp/easy-mmode.el (define-minor-mode):
10315         Make :variable more flexible.
10316         * files.el (auto-save-mode): Use it to define using define-minor-mode.
10318 2010-05-05  Juri Linkov  <juri@jurta.org>
10320         Add `slow' and `history' tags to the desktop data.
10322         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
10323         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
10324         (Info-finder-find-node): Require `finder.el' to be able
10325         to restore node from the desktop.
10326         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
10327         data `Info-history' and `slow' tag in the assoc list.
10328         (Info-restore-desktop-buffer): Don't restore nodes with the
10329         `slow' tag.  Restore `Info-history'.
10331 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
10333         Add FORCE argument to `delete-file'.
10335         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
10336         forcing to delete the temporary file.
10337         (ange-ftp-delete-file): Add FORCE arg.
10338         (ange-ftp-rename-remote-to-remote)
10339         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
10340         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
10341         Force file deletion.
10343         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
10345         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
10346         (tramp-handle-make-symbolic-link, tramp-handle-load)
10347         (tramp-do-copy-or-rename-file-via-buffer)
10348         (tramp-do-copy-or-rename-file-directly)
10349         (tramp-do-copy-or-rename-file-out-of-band)
10350         (tramp-handle-process-file, tramp-handle-call-process-region)
10351         (tramp-handle-shell-command, tramp-handle-file-local-copy)
10352         (tramp-handle-insert-file-contents, tramp-handle-write-region)
10353         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
10355         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
10356         (tramp-fish-handle-make-symbolic-link)
10357         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
10359         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
10360         Use `tramp-compat-delete-file'.
10362         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
10363         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
10365         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
10366         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
10368         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
10369         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
10370         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
10371         Use `tramp-compat-delete-file'.
10373 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10375         Minor cleanups.
10376         * subr.el (add-minor-mode): Use push.
10377         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
10378         * emulation/edt.el (edt-select-mode): Simplify.
10380         Use define-minor-mode in more cases.
10381         * term/tvi970.el (tvi970-set-keypad-mode):
10382         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
10383         (normal-erase-is-backspace-mode):
10384         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
10385         (set-scroll-bar-mode-1): (Re)move to its sole caller.
10386         (get-scroll-bar-mode): New function.
10387         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
10389         Use define-minor-mode for less obvious cases.
10390         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
10391         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
10392         * international/iso-ascii.el (iso-ascii-mode):
10393         * frame.el (auto-raise-mode, auto-lower-mode):
10394         * composite.el (global-auto-composition-mode): Use define-minor-mode.
10396 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
10398         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
10399         in order to see error messages for failed logins.
10401 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
10403         * diff.el (diff-sentinel):
10405         * epg.el (epg--make-temp-file, epg-decrypt-string)
10406         (epg-verify-string, epg-sign-string, epg-encrypt-string):
10408         * jka-compr.el (jka-compr-partial-uncompress)
10409         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
10411         * server.el (server-sentinel): Use delete-file's new FORCE arg
10412         (Bug#6070).
10414 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         Use define-minor-mode where applicable.
10417         * view.el (view-mode):
10418         * type-break.el (type-break-query-mode)
10419         (type-break-mode-line-message-mode):
10420         * textmodes/reftex.el (reftex-mode):
10421         * term/vt100.el (vt100-wide-mode):
10422         * tar-mode.el (tar-subfile-mode):
10423         * savehist.el (savehist-mode):
10424         * ibuf-ext.el (ibuffer-auto-mode):
10425         * composite.el (auto-composition-mode):
10426         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
10427         Use define-minor-mode.
10428         (vhdl-mode): Use static mode-line format.
10429         (vhdl-mode-line-update): Delete.
10430         (vhdl-create-mode-menu, vhdl-activate-customizations)
10431         (vhdl-hs-minor-mode): Don't bother calling it.
10433 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10435         * simple.el (with-wrapper-hook): Move.
10436         (buffer-substring-filters): Mark obsolete.
10437         (filter-buffer-substring-functions): New variable.
10438         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
10440 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
10441             Michael Albinus  <michael.albinus@gmx.de>
10443         Implement compression for inline methods.
10445         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
10446         (tramp-copy-size-limit): Allow also nil.
10447         (tramp-inline-compress-commands): New defconst.
10448         (tramp-find-inline-compress, tramp-get-inline-compress)
10449         (tramp-get-inline-coding): New defuns.
10450         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
10451         replaced by `tramp-get-inline-coding'.
10452         (tramp-handle-file-local-copy, tramp-handle-write-region)
10453         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
10455 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10457         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
10458         Remove unused functions.
10460         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
10461         Set find-tag-default-function as a variable rather than a property.
10463         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
10464         * progmodes/etags.el (tags-completion-at-point-function):
10465         Remove left over interactive spec.  Add autoloading stub.
10466         (complete-tag): Use tags-completion-at-point-function.
10468 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
10470         * minibuffer.el (tags-completion-at-point-function): Fix return value.
10472 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
10474         * ido.el (ido-init-completion-maps): Remove C-v binding.
10475         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
10477 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
10479         * minibuffer.el (tags-completion-at-point-function): New function.
10480         (completion-at-point-functions): Use it.
10482         * progmodes/etags.el (complete-tag): Revert last change.
10484 2010-04-29  Alan Mackenzie  <acm@muc.de>
10486         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
10487         off-by-one error (in end of macro position).
10489 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
10492         firefox is absent.  Don't autoload.
10493         (browse-url-galeon-program): Don't autoload.
10495 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
10497         * bindings.el (complete-symbol): Move into minibuffer.el.
10499         * minibuffer.el (complete-tag): Move from etags.el.  If tags
10500         completion cannot be performed, return nil instead of signalling
10501         an error.
10502         (completion-at-point): Make it an alias for complete-symbol.
10503         (complete-symbol): Move from bindings.el, and replace with the
10504         body of completion-at-point.
10506         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
10508 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
10510         * net/tramp.el (tramp-remote-selinux-p): New defun.
10511         (tramp-handle-file-selinux-context)
10512         (tramp-handle-set-file-selinux-context): Use it.
10514 2010-04-28  Sam Steingold  <sds@gnu.org>
10516         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10517         `safe-local-variable' if the value is a string or a symbol with
10518         the property `bug-reference-url-format'.
10520 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
10522         * progmodes/bug-reference.el (bug-reference-url-format):
10523         Revert 2010-04-27 change due to security risk.
10525 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10527         Make it possible to locally disable a globally enabled mode.
10528         * simple.el (fundamental-mode): Run fundamental-mode-hook.
10529         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
10530         rather than kill-all-local-variables so it runs fundamental-mode-hook.
10531         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10532         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
10533         that subsequent hooks get a chance to disable it.
10535 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10537         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
10538         Avoid re-enabling a minor mode after the user turned the minor mode
10539         off if MODE-enable-in-buffers is run twice (typically once from
10540         fundamental-mode's after-change-major-mode-hook and a second time from
10541         run-mode-hook's own after-change-major-mode-hook).
10543         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
10545 2010-04-27  Sam Steingold  <sds@gnu.org>
10547         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
10548         `safe-local-variable' if the value is a string or a function, as
10549         documented and implemented on 2010-04-02.
10551 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
10553         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
10554         when method is 'kill.
10556 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
10558         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
10559         condition in default directory check.
10560         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
10561         Kill ispell process when killing its associated buffer.
10563 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
10565         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
10566         but we aren't using it.
10568 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
10570         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
10571         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
10573 2010-04-24  Glenn Morris  <rgm@gnu.org>
10575         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
10576         Ignore VCS-ignore files, and deleted nextstep preferences files.
10577         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
10578         (authors-ambiguous-files): New list.
10579         (authors-valid-file-names): Add some deleted files.
10580         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
10581         (authors-disambiguate-file-name): New function.  (Bug#5501)
10582         (authors-canonical-file-name): Doc fix.
10583         Don't warn about obsolete files.
10584         (authors-canonical-file-name, authors-scan-el):
10585         Use authors-disambiguate-file-name.
10587         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10588         Add autoload cookies.
10589         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
10590         (generated-autoload-file): Set file-local value to "htmlfontify.el".
10591         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
10592         They have definitions / compiler macros in cl.el.
10593         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
10594         Replace manual autoloads with generated ones.
10595         (htmlfontify-unload-rgb-file): Remove autoload.
10596         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
10598 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10600         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
10601         (byte-compile-setq-default): Optimize for the
10602         single-var case and don't call byte-compile-form in this case to avoid
10603         inf-loop with byte-compile-set-default.
10605         * progmodes/compile.el (compilation-start): Abbreviate default directory.
10607 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
10609         Implement SELINUX backends.
10611         * net/tramp.el (tramp-file-name-handler-alist):
10612         Add `file-selinux-context' and `set-file-selinux-context'.
10613         (tramp-handle-file-selinux-context)
10614         (tramp-handle-set-file-selinux-context): New defuns.
10615         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
10616         Handle PRESERVE-SELINUX-CONTEXT.
10618         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
10619         Add `file-selinux-context' and `set-file-selinux-context'.
10620         (tramp-gvfs-handle-file-selinux-context)
10621         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
10622         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
10624         * net/ange-ftp.el (ange-ftp-copy-file):
10625         * net/tramp-fish.el (tramp-fish-handle-copy-file):
10626         * net/tramp-imap.el (tramp-imap-handle-copy-file):
10627         * net/tramp-smb.el (tramp-smb-handle-copy-file):
10628         Add PRESERVE-SELINUX-CONTEXT.
10630 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
10632         Synchronize with Tramp repository.
10634         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
10635         (tramp-action-process-alive, tramp-action-out-of-band)
10636         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
10637         (tramp-exists-file-name-handler): Fix docstring.
10638         (with-progress-reporter): New defmacro.
10639         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
10640         (tramp-maybe-open-connection): Use it.
10642 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
10644         Detect ssh 'ControlMaster' argument automatically in some cases.
10646         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
10647         (tramp-default-method): Use it.
10649 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
10651         * net/tramp.el (tramp-handle-copy-file): Add new optional
10652         parameter `preserve-selinux-context'.
10653         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
10655 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
10657         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
10658         Ensure, that non remote files are still checked.  Oops.
10660 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
10662         Fix Bug#5840.
10664         * icomplete.el (icomplete-completions): Use `non-essential'.
10666         * net/tramp.el (tramp-connectable-p): New defun.
10667         (tramp-handle-expand-file-name)
10668         (tramp-completion-handle-file-name-all-completions)
10669         (tramp-completion-handle-file-name-completion): Use it.
10671 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
10675 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
10677         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
10679         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
10681         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
10682         is present.
10684         * info.el (info-tool-bar-map): Add labels.
10686         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
10688         * cus-edit.el (custom-commands): Add labels for tool bar.
10689         (custom-buffer-create-internal, Custom-mode): Adjust for
10690         labels in custom-commands.
10692         * dynamic-setting.el: Renamed from font-setting.el.
10694 2010-04-21  John Wiegley  <jwiegley@gmail.com>
10696         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
10697         toggles the use of virtual buffers.
10698         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
10699         (ido-toggle-virtual-buffers): New function.
10701 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
10703         Use `define-derived-mode'; fix window selection; doc fixes.
10704         * play/tetris.el (tetris, tetris-update-speed-function)
10705         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
10706         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
10707         (tetris-rotate-next, tetris-end-game, tetris-start-game)
10708         (tetris-pause-game): Fix typos in docstrings.
10709         (tetris-mode-map, tetris-null-map):
10710         Move initialization into declaration.
10711         (tetris-mode): Define with `define-derived-mode';
10712         set show-trailing-whitespace to nil.
10713         (tetris): Prefer window already displaying the "*Tetris*" buffer.
10715 2010-04-21  Karel Klíč  <kklic@redhat.com>
10717         * files.el (backup-buffer): Handle SELinux context, and return it
10718         if a backup was made by renaming.
10719         (backup-buffer-copy): Set SELinux context to the target file.
10720         (basic-save-buffer): Set SELinux context of the newly written file.
10721         (basic-save-buffer-1): Now it also returns any SELinux context.
10722         (basic-save-buffer-2): Set SELinux context of the newly created file,
10723         and return it.
10724         * net/tramp.el (tramp-file-name-for-operation):
10725         Add file-selinux-context.
10727 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10729         Make the log-edit comments use RFC822 format throughout.
10731         * vc.el (vc-checkin, vc-modify-change-comment):
10732         Adjust to new vc-start/finish-logentry.
10733         (vc-find-conflicted-file): New command.
10734         (vc-transfer-file): Adjust to new vc-checkin.
10735         (vc-next-action): Improve scoping.
10737         * vc-hg.el (vc-hg-log-edit-mode): Remove.
10738         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
10740         * vc-git.el (vc-git-log-edit-mode): Remove.
10741         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
10742         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
10744         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
10745         (vc-start-logentry): Remove argument `extra'.
10746         (vc-finish-logentry): Remove extra args.
10748         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
10749         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
10750         (vc-bzr-conflicted-files): New function.
10752         * log-edit.el (log-edit-extra-flags)
10753         (log-edit-before-checkin-process): Remove.
10754         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
10755         (log-edit-headers-alist): New var.
10756         (log-edit-header-contents-regexp): New const.
10757         (log-edit-match-to-eoh): New function.
10758         (log-edit-font-lock-keywords): Use them.
10759         (log-edit): Insert a "Summary:" header as default.
10760         (log-edit-mode): Mark font-lock rules as case-insensitive.
10761         (log-edit-done): Cleanup headers.
10762         (log-view-process-buffer): Remove.
10763         (log-edit-extract-headers): New function to replace it.
10765 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
10767         * subr.el (default-direction-reversed): Remove obsolescence info.
10769 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
10772         windows/frames.
10774         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
10775         I.e. include text after point in the completion region.
10776         Also, return nil when we're not after/in a symbol.
10778         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
10779         default enable-multibyte-characters.
10781 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10783         * international/mule.el: Help the user choose a valid coding-system.
10784         (read-buffer-file-coding-system): New function.
10785         (set-buffer-file-coding-system): Use it.  Prompt the user if the
10786         coding-system cannot encode all the chars.
10788         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
10789         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
10790         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
10791         Don't use *vc-bzr-shelve*.
10793 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
10795         Fix the version number for added files.
10796         * vc-hg.el (vc-hg-working-revision): Check if the file is
10797         registered after hg parent fails (Bug#5961).
10799 2010-04-19  Glenn Morris  <rgm@gnu.org>
10801         * htmlfontify.el (htmlfontify-buffer)
10802         (htmlfontify-copy-and-link-dir): Autoload entry points.
10804 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
10806         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
10807         name relative to the project root (Bug#5960).
10809 2010-04-19  Glenn Morris  <rgm@gnu.org>
10811         * vc-git.el (vc-git-print-log): Doc fix.
10813 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
10815         * ido.el (ido-file-internal): Fix 2009-12-02 change.
10817 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
10819         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
10820         default settings (Bug#5928).
10822 2010-04-19  Glenn Morris  <rgm@gnu.org>
10824         * progmodes/fortran.el (fortran-match-and-skip-declaration):
10825         New function.
10826         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
10828 2010-04-19  Kenichi Handa  <handa@m17n.org>
10830         * language/indian.el (malayalam-composable-pattern): Fix previous
10831         change (add U+0D4D "SIGN VIRAMA").
10832         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
10833         (tamil-composable-pattern): Fix typo in the regexp.
10834         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
10835         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
10836         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
10838 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
10840         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
10841         paragraph-separate (Bug#5821).
10843 2010-04-19  Juri Linkov  <juri@jurta.org>
10845         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
10847         * info.el (Info-find-node-2): Comment out code that skips
10848         breadcrumbs line.
10849         (Info-mouse-follow-link): New command.
10850         (Info-link-keymap): New keymap.
10851         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
10852         Return a string with links instead of inserting breadcrumbs
10853         to the Info buffer.
10854         (Info-fontify-node): Comment out code that inserts breadcrumbs.
10855         Instead of putting the `invisible' text property over the Info
10856         header, make an overlay over the Info header with the `invisible'
10857         property and `after-string' set to the string returned by
10858         `Info-breadcrumbs'.
10860 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
10862         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
10863         Reported by monkey@sandpframing.com.
10865 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10867         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
10868         (tmm-get-keymap): Add key-binding shortcuts now that they're not
10869         available in the "keyseq cache" any more.
10871         * custom.el (defcustom): Add edebug spec.
10873 2010-04-18  Juri Linkov  <juri@jurta.org>
10875         Test for special mode-class in view-buffer instead of view-file (bug#5513).
10877         * view.el (view-file, view-buffer): Move test for special mode-class
10878         from view-file to view-buffer.
10880         * tar-mode.el (tar-extract): Turn if's into one cond
10881         like in arc-mode.el.
10883 2010-04-18  Juri Linkov  <juri@jurta.org>
10885         Add 7z archive format support (bug#5475).
10887         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
10888         (archive-7z-extract): New defcustom.
10889         (archive-find-type): Add magic string for 7z.
10890         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
10891         If `stderr-file' is non-nil, use `(t stderr-file)' for the
10892         `buffer' arg of `call-process'.
10893         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
10894         call the function `archive-7z-extract' with the variable
10895         `archive-7z-extract' let-bound to `archive-zip-extract'.
10896         (archive-7z-summarize, archive-7z-extract): New functions.
10898         * international/mule.el (auto-coding-alist):
10899         * files.el (auto-mode-alist): Add 7z file extension.
10901 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10903         * loadup.el: Setup hash-cons for pure data.
10905         Fix duplicate entries in cedet's loaddefs.el files.
10906         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
10907         Should make most file-local generated-autoload-file unnecessary.
10908         (print-readably): Silence warnings.
10909         (autoload-find-destination): Take load-name as an arg to make sure
10910         it's the same as the one that will be in the file.
10911         (autoload-generate-file-autoloads): Adjust to above changes.
10912         Try to make the dataflow a bit simpler.
10914         * cvs-status.el (cvs-refontify): Remove unused.
10916 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
10918         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
10920         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
10921         twos-complement mode.
10923 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
10925         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
10926         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
10927         (calc-inverse): Add "Option" to message, as appropriate.
10928         (calc-hyperbolic): Add "Option" to message, as appropriate.
10929         (calc-option, calc-is-option): New functions.
10931         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
10932         (calc-option-prefix-help): New function.
10934         * calc/calc-misc.el (calc-help): Add "Option" entry.
10936         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
10937         (calc-option-flag): New variable.
10938         (calc-do): Set `calc-option-flag to nil.
10939         (calc-set-mode-line): Add "Opt " as appropriate.
10941 2010-04-16  Juri Linkov  <juri@jurta.org>
10943         Move scrolling commands from simple.el to window.el
10944         because their primitives are implemented in window.c.
10946         * simple.el (scroll-error-top-bottom)
10947         (scroll-up-command, scroll-down-command, scroll-up-line)
10948         (scroll-down-line, scroll-other-window-down)
10949         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10950         * window.el (scroll-error-top-bottom)
10951         (scroll-up-command, scroll-down-command, scroll-up-line)
10952         (scroll-down-line, scroll-other-window-down)
10953         (beginning-of-buffer-other-window, end-of-buffer-other-window):
10954         Move from simple.el to window.el because their primitives are
10955         implemented in window.c.
10957 2010-04-16  Juri Linkov  <juri@jurta.org>
10959         * isearch.el (isearch-lookup-scroll-key): Check both
10960         `isearch-scroll' and `scroll-command' properties.
10961         (scroll-up, scroll-down): Remove `isearch-scroll' property.
10963         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
10965         * simple.el (scroll-up-command, scroll-down-command)
10966         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
10968 2010-04-15  Juri Linkov  <juri@jurta.org>
10970         * simple.el (scroll-up-command, scroll-down-command)
10971         (scroll-up-line, scroll-down-line): Put `scroll-command'
10972         property on the these symbols.  Remove them from
10973         `scroll-preserve-screen-position-commands'.
10975         * mwheel.el (mwheel-scroll): Put `scroll-command' and
10976         `isearch-scroll' properties on the `mwheel-scroll' symbol.
10977         Remove it from `scroll-preserve-screen-position-commands'.
10979         * isearch.el (isearch-allow-scroll): Doc fix.
10981 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
10983         * net/tramp.el (tramp-error-with-buffer): Don't show the
10984         connection buffer when we are in completion mode.
10985         (tramp-file-name-handler): Catch the error for some operations
10986         when we are in completion mode.  This gives the user the chance to
10987         correct the file name in the minibuffer.
10989 2010-04-15  Glenn Morris  <rgm@gnu.org>
10991         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
10993 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
10995         Simplify by using `define-derived-mode'.
10996         * info.el (Info-mode):
10997         * calendar/todo-mode.el (todo-mode):
10998         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
10999         (gomoku-mode-map): Move initialization into declaration.
11001 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
11003         Fix Bug#5840.
11004         * ido.el (ido-file-name-all-completions-1):
11005         * minibuffer.el (minibuffer-completion-help):
11006         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
11008 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11010         * simple.el (non-essential): New var.
11012         Add a new field `location' to bookmarks for non-file bookmarks.
11013         * bookmark.el (bookmark-location): Use the new field, if present.
11014         (bookmark-insert-location): Undo last change, not needed any more.
11015         * man.el (Man-bookmark-make-record):
11016         * woman.el (woman-bookmark-make-record): Add `location' field.
11018 2010-04-14  Juri Linkov  <juri@jurta.org>
11020         * simple.el (scroll-error-top-bottom): New defcustom.
11021         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
11023         * emulation/pc-select.el (pc-select-override-scroll-error):
11024         Obsolete in favor of `scroll-error-top-bottom'.
11026 2010-04-14  Juri Linkov  <juri@jurta.org>
11028         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
11029         `scroll-up-command' and `M-v' to `scroll-down-command'.
11031         * emulation/cua-rect.el (cua--init-rectangles):
11032         * forms.el (forms--change-commands):
11033         * image-mode.el (image-mode-map):
11034         Remap scroll-down-command and scroll-up-command
11035         in addition to scroll-down and scroll-up.
11037 2010-04-14  Juri Linkov  <juri@jurta.org>
11039         * mwheel.el (scroll-preserve-screen-position-commands):
11040         Add mwheel-scroll to this list of commands.
11042         * simple.el (scroll-preserve-screen-position-commands):
11043         Add scroll-up-command, scroll-down-command, scroll-up-line,
11044         scroll-down-line to this list of commands.
11046 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11048         * obsolete/complete.el: Move from lisp/complete.el.
11050         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
11052         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
11053         to the minor mode function now turns the mode ON unconditionally.
11055 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * vc-dir.el (vc-dir-kill-line): New command.
11058         (vc-dir-mode-map): Bind it to C-k.
11060         * bookmark.el (bookmark-insert-location): Handle a nil filename.
11062         * woman.el: Add bookmark declarations to silence the compiler.
11063         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
11064         step to compatibility between man and woman bookmarks.
11065         Adjust for Man-default-bookmark-title renaming.
11066         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
11068         * man.el: Add bookmark declarations to silence the compiler.
11069         (Man-name-local-regexp): Make it match NAME as well.
11070         (Man-getpage-in-background): Return the buffer.
11071         (Man-notify-when-ready): Use `case'.
11072         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
11073         Don't hardcode "NAME".  Simplify.
11074         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
11075         Rename from Man-bookmark-make-record.
11076         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
11077         we have the actual man-args.  Use Man-getpage-in-background rather
11078         than `man' since the arg is already processed.  Let bookmark.el do the
11079         window handling.  Only wait for the relevant process.
11080         Don't forget to autoload.
11082         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
11084 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
11086         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
11087         New functions.
11088         (woman-mode): Setup bookmark support.
11090         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
11091         (man-bookmark-jump): New functions.
11092         (Man-mode): Setup bookmark support.
11094 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
11096         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
11097         recognize ssh-keygen prompt (Bug#2817).
11099 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
11101         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
11103 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
11105         Synchronize with Tramp repository.
11107         * net/tramp.el (tramp-completion-function-alist)
11108         (tramp-file-name-regexp, tramp-chunksize)
11109         (tramp-local-coding-commands, tramp-remote-coding-commands):
11110         Fix docstring.
11111         (tramp-remote-process-environment): Use `format' instead of `concat'.
11112         (tramp-handle-directory-files-and-attributes)
11113         (tramp-get-remote-path): Use `copy-tree'.
11114         (tramp-handle-file-name-all-completions): Backward/ XEmacs
11115         compatibility: Use `completion-ignore-case' if
11116         `read-file-name-completion-ignore-case' does not exist.
11117         (tramp-do-copy-or-rename-file-directly): Do not use
11118         `tramp-handle-file-remote-p'.
11119         (tramp-do-copy-or-rename-file-out-of-band):
11120         Use `tramp-compat-delete-directory'.
11121         (tramp-do-copy-or-rename-file-out-of-band)
11122         (tramp-compute-multi-hops, tramp-maybe-open-connection):
11123         Use `format-spec-make'.
11124         (tramp-find-foreign-file-name-handler)
11125         (tramp-advice-make-auto-save-file-name)
11126         (tramp-set-auto-save-file-modes): Remove superfluous check for
11127         `stringp'.  This is done inside `tramp-tramp-file-p'.
11128         (tramp-debug-outline-regexp): New defconst.
11129         (tramp-get-debug-buffer): Use it.
11130         (tramp-check-for-regexp): Use (forward-line 1).
11131         (tramp-set-auto-save-file-modes): Adapt version check.
11133         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
11134         Wrap call of `featurep' for 2nd argument.
11135         (tramp-compat-make-temp-file): Simplify fallback implementation.
11136         (tramp-compat-copy-tree): Remove function.
11137         (tramp-compat-delete-directory): Provide implementation for older
11138         Emacsen.
11140         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
11141         Do not use `tramp-fish-handle-file-attributes.
11143         * net/trampver.el: Update release number.
11145 2010-04-10  Glenn Morris  <rgm@gnu.org>
11147         * progmodes/compile.el (compilation-save-buffers-predicate):
11148         Add missing :version tag.
11150 2010-04-09  Sam Steingold  <sds@gnu.org>
11152         * progmodes/compile.el (compilation-save-buffers-predicate):
11153         Remove the "autoload" cookie.
11155         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
11156         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
11157         and `bug-reference-prog-mode' can be used in hooks directly.
11159 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
11161         Add --author support to git commit.
11162         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
11163         (vc-git-log-edit-mode): New minor mode.
11164         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
11165         New declarations.
11167 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
11169         * vc-hooks.el, vc-git.el: Improve documentation comments.
11171 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11173         Fix some of the problems in defsubst* (bug#5728).
11174         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
11175         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
11177 2010-04-07  Sam Steingold  <sds@gnu.org>
11179         * progmodes/compile.el (compilation-save-buffers-predicate):
11180         New custom variable.
11181         (compile, recompile): Pass it to `save-some-buffers'.
11183 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
11185         * wid-edit.el (widget-choose): Move cursor to the second line of
11186         the buffer (Bug#5695).
11188 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
11190         Add new VC methods: vc-log-incoming and vc-log-outgoing.
11191         * vc.el (vc-print-log-setup-buttons): New function split out from
11192         vc-print-log-internal.
11193         (vc-log-internal-common): New function, a parametrized version of
11194         vc-print-log-internal.
11195         (vc-print-log-internal): Just call vc-log-internal-common with the
11196         right arguments.
11197         (vc-incoming-outgoing-internal):
11198         (vc-log-incoming, vc-log-outgoing): New functions.
11199         (vc-log-view-type): New permanent local variable.
11201         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
11203         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
11204         of the dynamic bound vc-short-log.
11205         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
11207         * vc-git.el (vc-git-log-outgoing): New function.
11208         (vc-git-log-view-mode): Use vc-log-view-type instead
11209         of the dynamic bound vc-short-log.
11211         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
11212         of the dynamic bound vc-short-log.  Highlight the tag.
11213         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
11214         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
11215         (vc-hg-incoming-mode): Remove.
11216         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
11218 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
11220         Fix default-directory for vc-root-diff.
11221         * vc.el (vc-root-diff): Bind default-directory to the root
11222         directory for the diff command.
11224 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
11226         * progmodes/verilog-mode.el (verilog-forward-sexp):
11227         (verilog-calc-1): Support "disable fork" and "fork wait" multi
11228         word keywords, suggested by Steve Pearlmutter.
11229         (verilog-pretty-declarations): Support lineup of declarations in
11230         port lists.
11231         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
11232         fix bug for /* / comments.
11233         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
11234         Speed up and simplfy as this is never called with a bound.
11235         (verilog-pretty-declarations): Enhance to line up declarations
11236         inside a parameter list, suggested by Alan Morgan.
11237         (verilog-pretty-expr): Tune assignment regular expression match
11238         string for corner cases; also use markers instead of character
11239         number as indent changes the later.
11241 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
11243         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
11244         as missing keyword.
11245         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
11246         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
11247         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
11248         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
11249         Tennant.
11250         (verilog-keywords):
11251         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
11252         1800-2009 keywords, including "global.".
11254 2010-04-06  John Wiegley  <jwiegley@gmail.com>
11256         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
11257         appearing in buffer list (if a live buffer name matched a recentf
11258         file basename).  Should use uniquify to offer a real solution.
11260 2010-04-06  John Wiegley  <jwiegley@gmail.com>
11262         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
11263         comment to code, and add a :version tag.
11264         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
11266 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
11268         Enable recentf-mode if using virtual buffers.
11269         * ido.el (recentf-list): Declare for byte-compiler.
11270         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
11271         (ido-make-buffer-list): Simplify.
11272         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
11274 2010-04-05  Juri Linkov  <juri@jurta.org>
11276         Scrolling commands which scroll a line instead of full screen.
11277         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11279         * simple.el (scroll-up-line, scroll-down-line): New commands.
11280         Put property isearch-scroll=t on them.
11282         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
11283         Remove commands.
11285 2010-04-05  Juri Linkov  <juri@jurta.org>
11287         Scrolling commands which do not signal errors at top/bottom.
11288         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
11290         * simple.el (scroll-up-command, scroll-down-command): New commands.
11291         Put property isearch-scroll=t on them.
11293         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
11294         `scroll-down-command' and [next] from `scroll-up' to
11295         `scroll-up-command'.
11297         * emulation/cua-base.el: Put property CUA=move on
11298         `scroll-up-command' and `scroll-down-command'.
11299         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
11300         and `scroll-down-command' to `cua-scroll-down'.
11302 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
11304         * help.el (describe-mode): Return nil.
11306 2010-04-04  John Wiegley  <jwiegley@gmail.com>
11308         * ido.el (ido-use-virtual-buffers): New variable to indicate
11309         whether "virtual buffer" support is enabled for IDO.
11310         (ido-virtual): Face used to indicate virtual buffers in the list.
11311         (ido-buffer-internal): If a buffer is chosen, and no such buffer
11312         exists, but a virtual buffer of that name does (which would be why
11313         it was in the list), recreate the buffer by reopening the file.
11314         (ido-make-buffer-list): If virtual buffers are being used, call
11315         `ido-add-virtual-buffers-to-list' before the make list hook.
11316         (ido-virtual-buffers): New variable which contains a copy of the
11317         current contents of the `recentf-list', albeit pared down for the
11318         sake of speed, and with proper faces applied.
11319         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
11320         create a list of "virtual buffers" to present to the user in
11321         addition to the currently open set.  Note that this logic could
11322         get rather slow if that list is too large.  With the default
11323         `recentf-max-saved-items' of 200, there is little speed penalty.
11325 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11327         * font-lock.el: Require CL when compiling.
11328         (font-lock-turn-on-thing-lock): Use `case'.
11330 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
11332         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
11333         Zaretskii.
11335 2010-04-02  Juri Linkov  <juri@jurta.org>
11337         * ehelp.el (electric-help-orig-major-mode):
11338         New buffer-local variable.
11339         (electric-help-mode): Set it to original major-mode.  Doc fix.
11340         (with-electric-help): Use `electric-help-orig-major-mode' instead
11341         of (default-value 'major-mode).  Doc fix.
11342         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
11344 2010-04-02  Sam Steingold  <sds@gnu.org>
11346         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
11347         `vc-hg-command' with a list of flags.
11349         * progmodes/bug-reference.el (bug-reference-bug-regexp):
11350         Also accept "patch" and "RFE".
11351         (bug-reference-fontify): `bug-reference-url-format' can also be a
11352         function to be able to handle the bug kind.
11353         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
11355 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
11357         * tmm.el (tmm-get-keymap): Check with symbolp before passing
11358         value to fboundp, it may not be a symbol.
11360 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
11362         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
11364 2010-03-31  Juri Linkov  <juri@jurta.org>
11366         * simple.el (next-line, previous-line): Re-throw a signal
11367         with `signal' instead of using `ding'.
11368         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
11370 2010-03-31  Juri Linkov  <juri@jurta.org>
11372         * simple.el (keyboard-escape-quit): Raise deselecting the active
11373         region higher than exiting the minibuffer.
11374         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
11376 2010-03-31  Juri Linkov  <juri@jurta.org>
11378         * image.el (image-animated-p): Use `image-metadata' instead of
11379         `image-extension-data'.  Get GIF extenstion data from metadata
11380         property `extension-data'.
11382 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11384         * simple.el (append-to-buffer): Simplify.
11386 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
11388         * textmodes/artist.el (artist-mode): Fix typo in docstring.
11389         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
11391 2010-03-31  Kenichi Handa  <handa@m17n.org>
11393         * language/sinhala.el (composition-function-table): Fix regexp for
11394         the new Unicode specification.
11396         * language/indian.el (devanagari-composable-pattern)
11397         (tamil-composable-pattern, kannada-composable-pattern)
11398         (malayalam-composable-pattern): Adjust for the new Unicode
11399         specification.
11400         (bengali-composable-pattern, gurmukhi-composable-pattern)
11401         (gujarati-composable-pattern, oriya-composable-pattern)
11402         (telugu-composable-pattern): New variables to cope with the new
11403         Unicode specification.  Use them in composition-function-table.
11405 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11407         Make tmm-menubar work for the Buffers menu again (bug#5726).
11408         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
11409         vectors rather than cons cells, as used in menu-bar-update-buffers.
11411 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
11413         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
11414         (js-insert-and-indent): Revert 2009-08-15 change, restoring
11415         electric punctuation for "{}();,:" (Bug#5586).
11417         * mail/sendmail.el (mail-default-directory): Doc fix.
11419 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
11421         * mail/sendmail.el (mail-default-directory): Doc fix.
11423 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
11425         * subr.el (version-regexp-alist, version-to-list)
11426         (version-list-<, version-list-=, version-list-<=)
11427         (version-list-not-zero, version<, version<=, version=): Doc fix.
11428         (Bug#5744).
11430 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
11432         * vc.el (vc-root-diff): Doc fix.
11434 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
11436         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
11438         * simple.el (append-to-buffer): Fix last change.
11440 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
11442         * simple.el (append-to-buffer): Ensure that point is preserved if
11443         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
11444         (Bug#5749)
11446 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
11448         * files.el (auto-mode-case-fold): Change default to t.
11450 2010-03-30  Juri Linkov  <juri@jurta.org>
11452         * dired-x.el (dired-omit-mode): Doc fix.
11454 2010-03-30  Juri Linkov  <juri@jurta.org>
11456         * replace.el (occur-accumulate-lines): Move occur-engine related
11457         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
11458         to be located after `occur-engine'.
11460 2010-03-30  Juri Linkov  <juri@jurta.org>
11462         Make occur handle multi-line matches cleanly with context.
11463         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
11465         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
11466         (occur-engine): Add local variables `ret', `prev-after-lines',
11467         `prev-lines'.  Use more arguments for `occur-context-lines'.
11468         Set first elem of its returned list to `data', and the second elem
11469         to `prev-after-lines'.  Don't print the separator line.
11470         In the end, print remaining context after-lines.
11471         (occur-context-lines): Add new arguments `begpt', `endpt',
11472         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
11473         after-lines of the previous match with before-lines of the
11474         current match and not overlap them.  Return a list with two
11475         values: the output line and the list of context after-lines.
11477 2010-03-30  Juri Linkov  <juri@jurta.org>
11479         * replace.el (occur-accumulate-lines): Fix a bug where the first
11480         context line at the beginning of the buffer was missing.
11482 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
11484         * files.el: Make bidi-display-reordering safe variable for boolean
11485         values.
11487 2010-03-29  Phil Hagelberg  <phil@evri.com>
11488             Chong Yidong  <cyd@stupidchicken.com>
11490         * subr.el: Extend progress reporters to perform "spinning".
11491         (progress-reporter-update, progress-reporter-do-update):
11492         Handle non-numeric value arguments.
11493         (progress-reporter--pulse-characters): New var.
11495 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
11497         * progmodes/compile.el (compilation-start): Fix regexp detection
11498         of initial cd command (Bug#5771).
11500 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
11502         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
11504 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
11506         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
11507         * progmodes/gdb-mi.el: Restore.
11508         * progmodes/gdb-ui.el: Remove.
11509         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
11511 2010-03-25  Glenn Morris  <rgm@gnu.org>
11513         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
11514         all dired buffers, even tramp ones.  (Bug#5755)
11516 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11518         Add "union tags" in mpc.el.
11519         * mpc.el: Remove backward compatibility code.
11520         (mpc-browser-tags): Change default.
11521         (mpc--find-memoize-union-tags): New var.
11522         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
11523         (mpc-cmd-find): Handle the case where the playlist does not exist.
11524         Handle union-tags.
11525         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
11526         (mpc-cmd-add): Use mpc-cmd-flush.
11527         (mpc-tagbrowser-tag-name): New fun.
11528         (mpc-tagbrowser-buf): Use it.
11529         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
11531 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11533         Misc cleanup.
11534         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
11535         Use replace-regexp-in-string.
11536         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
11537         (makefile-imake-mode-syntax-table): Move init into defvar.
11538         (makefile-mode): Use define-derived-mode.
11540         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
11541         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
11542         not be present any more.
11544 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11546         * faces.el (set-face-attribute): Fix typo in docstring.
11547         (face-valid-attribute-values): Reflow docstring.
11549 2010-03-24  Glenn Morris  <rgm@gnu.org>
11551         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11553 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
11555         * indent.el (indent-for-tab-command): Doc fix.
11557 2010-03-24  Alan Mackenzie  <acm@muc.de>
11559         * progmodes/cc-engine.el (c-remove-stale-state-cache):
11560         Fix off-by-one error.  Fixes bug #5747.
11562 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11564         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
11565         (image-dired-read-comment): Doc fix.
11567         * json.el (json-object-type, json-array-type, json-key-type)
11568         (json-false, json-null, json-read-number):
11569         * minibuffer.el (completion-in-region-functions):
11570         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
11571         (cal-tex-cursor-week):
11572         * emacs-lisp/trace.el (trace-function):
11573         * eshell/em-basic.el (eshell/printnl):
11574         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
11575         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
11576         * obsolete/levents.el (allocate-event, event-key, event-object)
11577         (event-point, event-process, event-timestamp, event-to-character)
11578         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
11579         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
11580         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
11581         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
11582         (reftex-highlight-selection): Fix typos in docstrings.
11584 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
11586         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
11588 2010-03-24  Glenn Morris  <rgm@gnu.org>
11590         * mail/rmail.el (rmail-highlight-face): Restore option deleted
11591         2008-02-13 without comment; mark it obsolete.
11592         (rmail-highlight-headers): Use rmail-highlight-face once more.
11594 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
11596         * woman.el (woman2-process-escapes): Only consume the newline if
11597         the filler character is on a line by itself (Bug#5729).
11599 2010-03-24  Kenichi Handa  <handa@m17n.org>
11601         * language/indian.el (devanagari-composable-pattern): Add more
11602         consonants.
11604 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
11606         * net/trampver.el: Update release number.
11608 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
11610         * net/tramp.el (tramp-find-executable):
11611         Use `tramp-get-connection-buffer'.  Make the regexp for checking
11612         output of "wc -l" more robust.
11613         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
11614         (tramp-open-connection-setup-interactive-shell): Remove workaround
11615         for OpenSolaris bug, it is not needed anymore.
11617 2010-03-24  Glenn Morris  <rgm@gnu.org>
11619         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
11621 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
11623         * files.el (auto-mode-alist): Accept more verilog file patterns.
11625 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11627         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
11629 2010-03-24  Glenn Morris  <rgm@gnu.org>
11631         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
11632         log-edit-before-checkin-process.
11634         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
11636         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
11638         * vc-dispatcher.el (vc-start-logentry): Doc fix.
11639         (log-view-process-buffer, log-edit-extra-flags): Declare.
11641         * log-edit.el (log-edit-before-checkin-process): Doc fix.
11643 2010-03-23  Sam Steingold  <sds@gnu.org>
11645         Fix bug#5620: recalculate all markers on compilation buffer
11646         modifications, not on file modifications.
11647         * progmodes/compile.el (compilation-buffer-modtime): New buffer-local
11648         variable: the buffer modification time, for buffers not associated with
11649         files.
11650         (compilation-mode): Create it.
11651         (compilation-filter): Update it.
11652         (compilation-next-error-function): Use it instead of
11653         `visited-file-modtime' for timestamp.
11655 2010-03-23  Juri Linkov  <juri@jurta.org>
11657         Implement Occur multi-line matches.
11658         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
11660         * replace.el (occur): Doc fix.
11661         (occur-engine): Set `begpt' to the beginning of the first line.
11662         Set `endpt' to the end of the last match line.  At first, count
11663         line numbers between `origpt' and `begpt'.  Split out code from
11664         `out-line' variable to new let-bindings `match-prefix' and
11665         `match-str'.  In `out-line' add non-numeric prefix to all
11666         non-first lines of multi-line matches.  Finally, count lines
11667         between `begpt' and `endpt' and add to `lines'.
11669 2010-03-23  Juri Linkov  <juri@jurta.org>
11671         * replace.el (occur-accumulate-lines, occur-engine):
11672         Use `occur-engine-line' instead of duplicate code.
11673         (occur-engine-line): New function created from duplicate code
11674         in `occur-accumulate-lines' and `occur-engine'.
11676         * replace.el (occur-engine-line): Add optional arg `keep-props'.
11677         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
11679 2010-03-23  Juri Linkov  <juri@jurta.org>
11681         * finder.el: Remove TODO tasks.
11683         * info.el (Info-finder-find-node): Add node "all"
11684         with all package info.  Handle a list of multiple keywords
11685         separated by comma.
11686         (info-finder): In interactive use with a prefix argument,
11687         use `completing-read-multiple' to read a list of keywords
11688         separated by comma.
11690 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11692         Add a new completion style `substring'.
11693         * minibuffer.el (completion-basic--pattern): New function.
11694         (completion-basic-try-completion, completion-basic-all-completions):
11695         Use it.
11696         (completion-substring--all-completions)
11697         (completion-substring-try-completion)
11698         (completion-substring-all-completions): New functions.
11699         (completion-styles-alist): New style `substring'.
11701 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11703         Get rid of .elc files after removal of the corresponding .el.
11704         * Makefile.in (compile-clean): New target.
11705         (compile-main): Use it.
11707 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
11709         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
11710         don't do make there.  When compiling with separate object dir, there
11711         is no Makefile there.
11713 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11715         Get rid of the ELCFILES abomination, again.
11716         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
11717         (all, compile): Don't call compile-last.
11718         (compile-main): Build the "elcfiles" list dynamically.
11719         (compile-targets): New (internal) target.
11721 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
11723         * Makefile.in (top_srcdir): Define.
11724         (abs_top_builddir): Define.
11725         (srcdir): Don't append `/..'.
11726         (EMACS): Use ${abs_top_builddir}.
11727         (all, compile, compile-always, compile-last): Don't set emacswd.
11728         (update-subdirs, update-authors): Use $(top_srcdir) instead of
11729         $(srcdir).
11730         (lisp): Use $(srcdir) instead of @srcdir@.
11732 2010-03-21  Juri Linkov  <juri@jurta.org>
11734         Fix message of multi-line occur regexps and multi-buffer header lines.
11735         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
11737         * replace.el (occur-1): Don't display regexp if it is longer
11738         than window-width.  Use `query-replace-descr' to display regexp.
11739         (occur-engine): Don't display regexp in the buffer header for
11740         multi-buffer occur.  Display a separate header line with total
11741         match count and regexp for multi-buffer occur.
11742         Use `query-replace-descr' to display regexp.
11744 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
11746         * net/secrets.el: Fix parenthesis.
11747         (secrets-enabled): Fix parenthesis.
11749 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11751         Use more relative file and directory names.
11752         * Makefile.in (EMACS): Arrange for it to work when we chdir.
11753         (setwins, setwins_almost, setwins_for_subdirs):
11754         Don't `cd'; output relative names.
11755         (all, compile, compile-always, compile-last): Set emacswd.
11756         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
11757         Just cd to the lisp source dir so we can use relative file names.
11759         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
11761 2010-03-20  Glenn Morris  <rgm@gnu.org>
11763         * textmodes/rst.el: Use faces for font-lock customization, and make the
11764         old -face variables obsolete.
11765         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
11766         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
11767         (rst-block-face, rst-external-face, rst-definition-face)
11768         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
11769         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
11770         Make obsolete.
11771         (rst-font-lock-keywords-function): Update for above changes.
11773 2010-03-20  Juri Linkov  <juri@jurta.org>
11775         * s-region.el:
11776         * obsolete/s-region.el: Move to obsolete.
11778 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
11780         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
11782 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11784         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
11786 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
11788         Add special markup processing for commit logs.
11789         * log-edit.el (log-edit-extra-flags): New variable.
11790         (log-edit): Add new argument MODE.  Use that mode when non-nil
11791         instead of the log-view-mode.
11792         (log-view-process-buffer): New function.
11794         * vc.el: Document that the checkin method takes optional
11795         arguments.  Document new backend specific method: log-view-mode.
11796         (vc-default-log-edit-mode): New function.
11797         (vc-checkin): Use a backend specific log-view-mode.
11798         Pass extra arguments to the checkin method.
11799         (vc-modify-change-comment): Pass a dummy extra argument.
11801         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
11802         log-edit.
11803         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
11804         (vc-finish-logentry): Process the log buffer before passing it
11805         down.  Pass log-edit-extra-flags.
11807         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
11808         command.
11809         (log-edit-extra-flags, log-edit-before-checkin-process):
11810         New declarations.
11812         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
11813         command.
11814         (log-edit-extra-flags, log-edit-before-checkin-process):
11815         New declarations.
11816         (vc-hg-log-edit-mode): New derived mode.
11818         * vc-arch.el (vc-arch-checkin):
11819         * vc-cvs.el (vc-cvs-checkin):
11820         * vc-git.el (vc-git-checkin):
11821         * vc-mtn.el (vc-mtn-checkin):
11822         * vc-rcs.el (vc-rcs-checkin):
11823         * vc-sccs.el (vc-sccs-checkin):
11824         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
11826 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11828         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
11829         parent typo).
11831 2010-03-19  Glenn Morris  <rgm@gnu.org>
11833         * password-cache.el (password-cache, password-cache-expiry): Autoload.
11835 2010-03-18  Glenn Morris  <rgm@gnu.org>
11837         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
11839         * replace.el (query-replace-history): Give it a doc string.
11840         (map-query-replace-regexp): Use query-replace-from-history-variable
11841         and query-replace-to-history-variable.
11843         * mail/hashcash.el (declare-function): Remove duplicate definition.
11845         * mail/emacsbug.el (report-emacs-bug-pretest-address):
11846         Make it an obsolete alias for report-emacs-bug-address.
11847         (message-strip-special-text-properties): Declare.
11848         (report-emacs-bug): Remove test for a pretest bug address.
11849         Combine message-mode-specific code.
11851         * mail/supercite.el: Don't require sendmail.
11852         (mh-in-header-p): Declare rather than using with-no-warnings.
11853         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
11854         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
11856         * calendar/cal-french.el: Convert to utf-8.
11858         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
11859         Emacs scripts.
11861 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
11863         * net/secrets.el (secrets-enabled): New variable.  Use it instead
11864         of a subfeature.
11866 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
11868         * net/secrets.el (top): Register the D-Bus signals only when the
11869         service "org.freedesktop.secrets" can be pinged.
11870         Provide subfeature `enabled'.
11872 2010-03-14  Juri Linkov  <juri@jurta.org>
11874         Add finder unknown keywords.
11876         * finder.el (finder-unknown-keywords): New function.
11878         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
11879         to create a Finder node with unknown keywords.
11881 2010-03-14  Juri Linkov  <juri@jurta.org>
11883         * finder.el (finder-compile-keywords): Replace `princ' with
11884         `prin1' on a list of symbols interned from keyword strings.
11886         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
11887         a comma, then split keywords using a comma and optional whitespace.
11888         Otherwise, split by whitespace.
11890         * complete.el:
11891         * face-remap.el:
11892         * log-view.el:
11893         * net/hmac-def.el:
11894         * net/hmac-md5.el:
11895         * net/netrc.el:
11896         * progmodes/mixal-mode.el: Fix keywords.
11898 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
11900         * Makefile.in (ELCFILES): Add net/secrets.elc.
11902         * net/secrets.el: New file.
11904 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11906         * facemenu.el (list-colors-display, list-colors-print): New arg
11907         callback.  Use it to allow selecting colors.
11909         * wid-edit.el (widget-image-insert): Insert image prop even if the
11910         current display is non-graphic.
11911         (widget-field-value-set): New fun.
11912         (editable-field): Use it.
11913         (widget-field-value-get): Clean up unused var.
11914         (widget-color-value-create, widget-color--choose-action):
11915         New funs.  Allow using list-colors-display to choose color.
11917 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11919         * cus-edit.el: Resort topmost custom groups.
11920         (custom-buffer-sort-alphabetically): Default to t.
11921         (customize-apropos): Use apropos-parse-pattern.
11922         (custom-search-field): New var.
11923         (custom-buffer-create-internal): Add custom-apropos search field.
11924         (custom-add-parent-links): Don't display parent doc.
11925         (custom-group-value-create): Don't sort top-level custom group.
11926         (custom-magic-value-create): Show visibility button before option name.
11928         (custom-variable-state): New fun, from custom-variable-state-set.
11929         (custom-variable-state-set): Use it.
11930         (custom-group-value-create): Hide options with standard values
11931         using the :hidden-states property.  Use progress reporter.
11933         (custom-show): Simplify.
11934         (custom-visibility): Disable images by default.
11935         (custom-variable): New property :hidden-states.
11936         (custom-variable-value-create): Enable images for
11937         custom-visibility widgets.  Use :hidden-states property to
11938         determine initial visibility.
11940         * wid-edit.el (widget-image-find): Give images center ascent.
11941         (visibility): Add :on-image and :off-image properties.
11942         (widget-visibility-value-create): Use them.
11944 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
11946         * cus-edit.el (processes): Remove from development group.
11947         (oop, hypermedia): Delete group.
11948         (comm): Promote to top-level group.
11950         * net/browse-url.el (browse-url):
11951         * net/xesam.el (xesam):
11952         * net/tramp.el (tramp):
11953         * net/goto-addr.el (goto-address):
11954         * net/ange-ftp.el (ange-ftp): Put in comm group.
11956         * view.el (view): Remove from editing group.
11958         * uniquify.el (uniquify): Put in files group.
11960         * net/browse-url.el (browse-url):
11961         * ps-print.el (postscript): Put in external group.
11963         * cus-edit.el (outlines):
11964         * textmodes/text-mode.el (text-mode-hook):
11965         * textmodes/table.el (table):
11966         * textmodes/picture.el (picture):
11967         * outline.el (outlines): Put in wp group.
11969         * nxml/nxml-mode.el (nxml): Remove from wp group.
11971         * net/tramp-imap.el (tramp-imap): Put in tramp group.
11973         * mail/metamail.el (metamail): Remove from hypermedia group.
11975         * cus-edit.el (abbrev):
11976         * whitespace.el (whitespace):
11977         * vcursor.el (vcursor):
11978         * reveal.el (reveal):
11979         * hl-line.el (hl-line): Put in convenience group.
11981         * epg-config.el (epg): Put in data group.
11983         * emulation/pc-select.el (pc-select): Put in emulations group.
11985         * calculator.el (calculator): Put in applications group.
11987 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
11989         Add .dir-locals.el support for file-less buffers.
11990         * files.el (hack-local-variables): Split out code to apply local
11991         variable settings ...
11992         (hack-local-variables-apply): ... here.  New function.
11993         (hack-dir-local-variables): Use the default directory for when the
11994         buffer does not have an associated file.
11995         (hack-dir-local-variables-non-file-buffer): New function.
11996         * diff-mode.el (diff-mode):
11997         * vc-annotate.el (vc-annotate-mode):
11998         * vc-dir.el (vc-dir-mode):
11999         * log-edit.el (log-edit-mode):
12000         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
12002 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
12004         Add support for shelving snapshots and for showing shelves.
12005         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
12006         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
12007         New functions.
12008         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
12009         (vc-bzr-extra-menu-map): Map them.
12011 2010-03-11  Glenn Morris  <rgm@gnu.org>
12013         * cus-edit.el (customize-changed-options-previous-release):
12014         Bump to 23.1.
12016         * image.el (image-animate-max-time): Fix :version tag.
12018 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
12020         * Branch for 23.2.
12022 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12024         * vc-git.el (vc-git-revision-table): Include remote branches.
12026 2010-03-10  Kim F. Storm  <storm@cua.dk>
12028         Animated image API.
12029         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
12031         * image.el (image-animate-max-time): New defcustom.
12032         (image-animated-types): New defconst.
12033         (create-animated-image, image-animate-timer)
12034         (image-animate-start, image-animate-stop, image-animate-timeout)
12035         (image-animated-p): New functions.
12037         * image-mode.el (image-toggle-display-image):
12038         Replace `create-image' with `create-animated-image'.
12040 2010-03-09  Miles Bader  <miles@gnu.org>
12042         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
12043         instead of "format:"; this ensures that the output is
12044         newline-terminated.
12046 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
12048         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
12049         that all errors are caught, and that the return value is always a
12050         list (Bug#5692).
12052 2010-03-08  Kenichi Handa  <handa@m17n.org>
12054         * language/misc-lang.el (windows-1256): New coding system.
12055         (cp1256): New alias of windows-1256 (bug#5690).
12057 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
12059         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
12060         call to rfc822-bad-address.  (Bug#5692)
12062 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
12064         * vc-git.el (vc-git-annotate-extract-revision-at-line):
12065         Use vc-git-root as default directory for revision path (Bug#5657).
12067 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
12069         * calculator.el (calculator): Don't bind split-window-keep-point
12070         (Bug#5674).
12072 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12074         * vc-git.el: Re-flow to fit into 80 columns.
12075         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
12076         Remove spurious `quote' element in each case alternative.
12077         (vc-git-show-log-entry): Use prog1.
12078         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
12080 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12082         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
12084 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
12086         * macros.el (insert-kbd-macro): Look up keyboard macro using the
12087         definition, not the name (Bug#5481).
12089 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
12091         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
12092         argument with a local variable.  (Bug#5670)
12094 2010-03-02  Juri Linkov  <juri@jurta.org>
12096         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
12098 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
12100         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
12101         error when FILENAME and NEWNAME are existing remote directories.
12103         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
12104         parameter DIR-FLAG.
12106 2010-03-02  Glenn Morris  <rgm@gnu.org>
12108         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
12109         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
12111 2010-03-01  Kenichi Handa  <handa@m17n.org>
12113         * language/burmese.el (burmese-composable-pattern): Rename from
12114         myanmar-composable-pattern.
12116         * international/characters.el (script-list):
12117         * international/fontset.el (script-representative-chars):
12118         Change myanmar to burmese.
12119         (otf-script-alist): Likewise.
12120         (setup-default-fontset): Likewise.  Re-fix :otf spec.
12122 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12124         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
12126 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
12128         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
12130 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
12132         * net/tramp.el (tramp-handle-write-region): START can be a string.
12133         Take care in the checks.  Reported by Dan Davison
12134         <davison@stats.ox.ac.uk>.
12136 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
12138         * net/dbus.el (dbus-introspect, dbus-get-property)
12139         (dbus-set-property, dbus-get-all-properties):
12140         Use `dbus-call-method' when noninteractive.  (Bug#5645)
12142 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
12144         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
12145         * emacs-lisp/elint.el (elint-add-required-env):
12146         * calendar/icalendar.el (icalendar--add-diary-entry):
12147         * calc/calcalg2.el (math-tracing-integral):
12148         * files.el (recover-session-finish): Use with-current-buffer
12149         instead of save-excursion.
12151 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12153         Fix in-buffer completion when after-change-functions modify the buffer.
12154         * minibuffer.el (completion--replace): New function.
12155         (completion--do-completion): Use it and use relative movement.
12157 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
12159         * international/fontset.el (setup-default-fontset): Fix :otf spec.
12161 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
12163         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
12164         Allow the characters _<> in the stack entry (Bug#5653).
12166 2010-02-26  Kenichi Handa  <handa@m17n.org>
12168         * language/burmese.el: Fix entries in composition-function-table.
12169         (myanmar-composable-pattern): New variable.
12171         * international/fontset.el (setup-default-fontset): Add an entry
12172         for myanmar.
12174         * international/characters.el (script-list): Add Myanmar
12175         Extended-A.
12177 2010-02-26  Glenn Morris  <rgm@gnu.org>
12179         * custom.el (custom-initialize-delay): Doc fix.
12181         * mail/sendmail.el (send-mail-function): Autoload the call
12182         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
12184 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
12186         * files.el (hack-local-variables-filter): For eval forms, also
12187         check safe-local-variable-p (Bug#5636).
12189 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
12191         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
12192         setting the modes by `ignore-errors'.  It might fail, for example
12193         if the file is not owned by the user but the group.
12194         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
12196 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
12198         * files.el (directory-listing-before-filename-regexp):
12199         Use stricter matching for iso-style dates, to avoid false matches with
12200         date-like filenames (Bug#5597).
12202         * htmlfontify.el (htmlfontify): Doc fix.
12204         * eshell/eshell.el (eshell): Doc fix.
12206         * startup.el (fancy-about-screen): In mode-line, apply
12207         mode-line-buffer-id face only to the buffer name (Bug#5613).
12209 2010-02-20  Kevin Ryde  <user42@zip.com.au>
12211         * progmodes/compile.el (compilation-error-regexp-alist-alist):
12212         In `watcom' anchor regexp to start of line, to avoid slowness
12213         (Bug#5599).
12215 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
12217         * subr.el (remove-yank-excluded-properties): Explain in a comment
12218         why `category' property is removed.
12220 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
12222         * isearch.el (isearch-update-post-hook, isearch-update):
12223         Revert 2010-02-17 change.
12225 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
12227         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
12228         (icalendar--convert-weekly-to-ical)
12229         (icalendar--convert-yearly-to-ical)
12230         (icalendar--convert-block-to-ical)
12231         (icalendar--convert-cyclic-to-ical)
12232         (icalendar--convert-anniversary-to-ical): Take care of time
12233         specifications where hour has 1-digit only (Bug#5549).
12235 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
12237         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
12238         of disassemble output in GDB 7.1.
12240 2010-02-19  Glenn Morris  <rgm@gnu.org>
12242         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
12243         property.  (Bug#5593)
12245 2010-02-18  Sam Steingold  <sds@gnu.org>
12247         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
12249 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12251         Use abbreviated file names in bookmarks (bug#5591).
12252         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
12253         calls to expand-file-name.
12254         (bookmark-relocate): Use abbreviated file names in bookmarks.
12255         (bookmark-load): Use abbreviated file names in messages.
12257 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
12259         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
12260         expand "." and "..".  Reported by Thierry Volpiatto
12261         <thierry.volpiatto@gmail.com>.
12263 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
12265         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
12266         permissions of the temporary file to "0600".  In case the remote
12267         file has no read permissions for the owner, there might be
12268         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
12270 22010-02-18  Glenn Morris  <rgm@gnu.org>
12272         * emacs-lisp/authors.el (authors-renamed-files-alist):
12273         Add entries for INSTALL.CVS.
12275 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
12277         * vc-bzr.el: Fix typo in Known Bugs section.
12279         * isearch.el (isearch-update-post-hook): New hook.
12280         (isearch-update): Use the new hook.
12282 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
12284         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
12285         Fix errors in copying directories.
12286         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
12287         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
12288         (tramp-handle-delete-file)
12289         (tramp-handle-dired-recursive-delete-directory)
12290         (tramp-handle-write-region): Flush also the cache for the upper
12291         directory.
12293 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
12295         * simple.el (save-interprogram-paste-before-kill): Doc fix.
12297         * cus-edit.el (hardware): Doc fix.
12299         * man.el (man): Add to external custom group.
12301         * delim-col.el (columns): Move to wp custom group.
12303         * doc-view.el (doc-view): Add to data custom group.
12305         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
12307         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
12308         by ispell-parse-output (Bug#5575).
12310 2010-02-16  Kenichi Handa  <handa@m17n.org>
12312         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
12313         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
12314         (skkdic-convert): Use `euc-japan' coding system for writing.
12316 2010-02-16  Glenn Morris  <rgm@gnu.org>
12318         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
12319         tex-main-file before using it.  (Bug#5562)
12321 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12323         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
12324         warnings, since it is annoying for the user to see them each time he
12325         runs the code.
12327 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
12329         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
12330         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
12331         instead of PROC for caching "first-password-request".  Otherwise,
12332         new processes would not profit from passwords already entered.
12334         * net/tramp-cache.el (tramp-dump-connection-properties):
12335         Don't save "first-password-request" property.
12337 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
12339         * outline.el (outline-head-from-level):
12340         * simple.el (with-wrapper-hook):
12341         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
12342         (elint-defun, elint-buffer-env, elint-top-form-logged)
12343         (elint-unbound-variable):
12344         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
12345         Fix typos in docstrings.
12347 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
12349         * files.el (insert-directory): When WILDCARD-REGEXP and
12350         FULL-DIRECTORY-P are nil, insert the file entry instead of the
12351         whole directory.  (Bug#5551)
12353         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
12354         dired's alignment sanity.  (Bug#5516)
12356 2010-02-14  Juri Linkov  <juri@jurta.org>
12358         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
12359         Remove remaining ^H with their preceding chars.  (Bug#5566)
12361 2010-02-13  Glenn Morris  <rgm@gnu.org>
12363         * simple.el (transpose-subr): Give it a doc-string.
12365         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
12366         Doc fixes.
12368 2010-02-12  Juri Linkov  <juri@jurta.org>
12370         * arc-mode.el (archive-unique-fname): Make directories for nested
12371         archives.  (Bug#5540)
12373 2010-02-12  Juri Linkov  <juri@jurta.org>
12375         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
12377 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12379         * subr.el (copy-overlay): Handle deleted overlays.
12381         * man.el (Man-completion-table): Don't signal an error if we can't run
12382         manual-program (bug#4056).
12384 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
12386         * textmodes/artist.el (artist-mt): Fix typos in docstring.
12388 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
12390         * info.el (Info-bookmark-jump): Simplify.
12392         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
12393         (bookmark-default-handler): Accept new bookmark field `buffer'.
12395 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
12397         * iswitchb.el (iswitchb-completions): Revert last change.
12399 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
12401         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
12402         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
12403         This prevents file names like "~/" being listed literally.
12405 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
12407         * term/xterm.el (xterm-maybe-set-dark-background-mode):
12408         Remove dead code.  (Bug#5546)
12410 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
12412         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
12413         correctly (Bug#5548).
12415 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
12417         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
12418         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
12420 2010-02-08  Kenichi Handa  <handa@m17n.org>
12422         * international/mule-util.el (with-coding-priority): Add autoload
12423         cookie for putting `lisp-indent-function'.
12425 2010-02-07  Glenn Morris  <rgm@gnu.org>
12427         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
12428         Move F2003 named interfaces from keywords-2 to keywords-1, and
12429         use function-name-face rather than constant-face.
12430         Simplify "abstract interface" regexp.
12432 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
12434         * eshell/esh-util.el (eshell-file-attributes): New optional arg
12435         ID-FORMAT.  Pass it to `file-attributes'.
12437         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
12439 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
12441         * faces.el (set-face-attribute): Allow calling
12442         internal-set-lisp-face-attribute with 'unspecified family and
12443         foundry argument (Bug#5536).
12445 2010-02-07  Glenn Morris  <rgm@gnu.org>
12447         * progmodes/f90.el (f90-font-lock-keywords-2)
12448         (f90-looking-at-type-like, f90-looking-at-program-block-end):
12449         Handle F2003 named interfaces.
12451 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
12453         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
12454         beg and end before calling c-get-state-before-change-functions.
12456 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
12458         * vc-bzr.el (vc-bzr-dir-extra-headers):
12459         Disable the pending merges header.
12461 2010-02-05  Juri Linkov  <juri@jurta.org>
12463         * doc-view.el (doc-view-mode):
12464         * image-mode.el (image-mode): Put property mode-class=special.
12465         (Bug#4896)
12467 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
12469         * vc-svn.el (vc-svn-revision-table): New function.
12471 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
12473         * net/ange-ftp.el (ange-ftp-insert-directory):
12474         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12475         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12476         Handle also directories.  (Bug#5478)
12478 2010-02-05  Glenn Morris  <rgm@gnu.org>
12480         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
12482 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
12484         * startup.el (command-line-1): Convert options beginning with a
12485         single dash as well (Bug#5519).
12487 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12489         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
12490         * minibuffer.el (completion-initials-expand): Only check the presence
12491         of delims *within* the boundaries, since otherwise the / delim is
12492         always found for files.
12494         Fix up various corner case problems.
12495         * doc-view.el (doc-view-last-page-number): New function.
12496         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
12497         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
12498         (doc-view-kill-proc): Avoid inf-loop in freak cases.
12499         (doc-view-reconvert-doc): Use the new recursive delete-directory.
12500         (doc-view-convert-current-doc): Don't create the resolution.el file
12501         here any more.
12502         (doc-view-pdf/ps->png): Do it here instead.
12503         (doc-view-already-converted-p): Check that resolution.el is present.
12504         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
12505         windows that are not yet showing images.
12507 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
12509         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
12510         `dired-uncache' for every elemnt which is an absolute file name.
12512         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
12513         directory, handle its directory component.
12514         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
12515         function is called permanently and creates noise, otherwise.
12517         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
12518         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
12519         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
12521 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
12523         * macros.el (apply-macro-to-region-lines):
12524         Minor simplification.  (Bug#5485)
12526 2010-02-04  Glenn Morris  <rgm@gnu.org>
12528         * mail/rmail.el (rmail-show-message-1): Handle malformed
12529         quoted-printable text.  (Bug#5441)
12531         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
12533         * simple.el (visual-line-mode): Capitalize lighter.
12535 2010-02-03  John Wiegley  <jwiegley@gmail.com>
12537         * iswitchb.el (iswitchb-completions): Add bookmark files to the
12538         list of files considered for "virtual buffer" completions.
12540 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
12542         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
12543         also in case of (and (not full) (not wildcard)).  This is needed
12544         when dired is called with a list of files, which are not in
12545         `default-directory'.  (Bug#5478)
12547 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12549         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
12551 2010-02-02  Juri Linkov  <juri@jurta.org>
12553         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
12554         from unidiff to allow function-line after @@.
12556 2010-02-02  Juri Linkov  <juri@jurta.org>
12558         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
12559         '(RCS SCCS) with inverted condition.
12561 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
12563         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
12564         messages.
12566 2010-02-01  Juri Linkov  <juri@jurta.org>
12568         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
12569         compare with "pkunzip" and "pkzip" instead of only "pkzip".
12570         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
12571         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
12573 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12575         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
12576         (doc-view-revert-buffer): New command.
12577         (doc-view-mode-map): Use it.
12579 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
12581         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
12582         pending merge is detected.
12584 2010-01-31  Juri Linkov  <juri@jurta.org>
12586         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
12587         beginning of interactive spec like all other grep commands do.
12588         Put "all" in front of "gz".  (Bug#5260)
12590 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
12592         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
12594 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
12596         * dirtrack.el (dirtrack): Warn instead of signalling error if the
12597         regexp is incorrect (Bug#5476).
12599 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
12601         * net/tramp.el (tramp-handle-insert-directory): Handle also
12602         symlinks, when FILENAME is not in `default-directory'.
12604 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
12606         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
12607         FILE is not in `default-directory'.  (Bug#5478)
12609         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
12610         of SWITCHES.  Handle the case, FILENAME is not in
12611         `default-directory'.  (Bug#5478)
12612         (tramp-register-file-name-handlers): Add safe-magic property.
12614 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
12616         * arc-mode.el (archive-zip-extract): Quote the argument passed to
12617         unzip (Bug#5475).
12619 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
12621         * progmodes/flymake.el (flymake-allowed-file-name-masks)
12622         (flymake-master-make-header-init): Add other C++ filename masks.
12623         (flymake-find-possible-master-files)
12624         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
12626 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
12628         Fix some busybox annoyances.
12630         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
12631         not responding." string.
12632         (tramp-open-connection-setup-interactive-shell): Dump stty
12633         settings.  Enable "neveropen" arg for all `tramp-send-command'
12634         calls.  Handle "=" in variable values properly.
12635         (tramp-find-inline-encoding): Raise an error, when no encoding is
12636         found.
12637         (tramp-wait-for-output): Check, whether PROC buffer is available.
12638         Remove spurious " ^H" sequences, sent by busybox.
12639         (tramp-get-ls-command): Suppress coloring, if possible.
12641 2010-01-28  Glenn Morris  <rgm@gnu.org>
12643         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
12645         * log-edit.el (log-edit-strip-single-file-name): Add missing
12646         :safe, :group, and :version tags.
12648 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
12650         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
12651         buffers.  (Bug#5477)
12653 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
12655         * files.el (delete-directory): Handle moving to trash without
12656         first doing recursion (Bug#5436).
12658 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
12660         * vc-hooks.el (vc-path): Mark as obsolete.
12662 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
12664         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
12665         names too.
12667         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
12668         for the short log.
12669         (vc-bzr-log-view-mode): Adjust regexp for the above change.
12671 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
12673         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
12675         * vc-bzr.el (vc-bzr-revision-table): New function.
12677 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>
12679         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
12680         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
12682 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12684         Remove support for adding --signoff on commit.
12685         Future support will use an incompatible generic mechanism.
12686         * vc-git.el (vc-git-add-signoff): Remove variable.
12687         (vc-git-toggle-signoff): Remove function.
12688         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
12690         * term/xterm.el (xterm-maybe-set-dark-background-mode):
12691         Rename from xterm-set-background-mode.  Return t if the background mode
12692         was set.
12693         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
12694         earlier, call it again in case the background mode has changed.
12696 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
12698         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
12699         (Bug#3541).
12701 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
12703         * emacs-lisp/assoc.el (aelement): Doc fix.
12704         (aput, adelete, amake): Use lexical-let (Bug#5450).
12706 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
12708         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
12709         is the same as subprogram call, not declaration.  (Bug#5435).
12711 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
12713         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
12714         (tramp-smb-maybe-open-connection): Use it.
12716 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
12718         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
12720 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12722         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
12723         just because we see "encoding: 8bit".
12724         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
12726 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
12728         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
12730 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
12732         * jka-compr.el (jka-compr-load): If load-file is not in
12733         load-history, try its file-truename version.  (bug#5447)
12735 2010-01-21  Alan Mackenzie  <acm@muc.de>
12737         Fix a situation where deletion of a cpp construct throws an error.
12738         * progmodes/cc-engine.el (c-invalidate-state-cache):
12739         Before invoking c-with-all-but-one-cpps-commented-out, check that the
12740         special cpp construct is still in the buffer.
12741         (c-parse-state): Record the special cpp with markers, not numbers.
12743 2010-01-21  Kenichi Handa  <handa@m17n.org>
12745         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
12746         process last-command-event, as it is now decoded first (Bug#5380).
12748 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
12750         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
12752 2010-01-20  Glenn Morris  <rgm@gnu.org>
12754         * indent.el (tab-always-indent): Fix custom-type.
12756 2010-01-19  Alan Mackenzie  <acm@muc.de>
12758         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
12759         buffer throws "args out of range".
12760         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
12761         playing the role of delimiter.
12763 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
12765         * progmodes/ada-mode.el: Fix bug#5400.
12766         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
12767         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
12768         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
12769         Improve comments in "is" portion.  Handle null procedure declaration.
12770         (ada-move-to-end): Improve doc string.
12772 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
12774         * ido.el (ido-cur-list): Initialize to nil.
12775         Remove obsolete information from commentary.
12776         (ido-choice-list): Initialize to nil.
12777         (ido-get-bufname): Reject minibuffers.
12778         (ido-make-buffer-list): If "default" is a nonexistent
12779         buffer, ignore it, as per the function's comment.
12780         (ido-kill-buffer-internal): New function.
12781         (ido-kill-buffer-at-head): Use it.
12782         (ido-visit-buffer): Likewise.
12784 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
12786         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
12788 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
12790         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
12791         Fix typos in chart titles.
12793         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
12794         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
12795         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
12796         (describe-class, eieio-describe-generic, describe-generic):
12797         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
12798         (eieio-speedbar-expand):
12799         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12800         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
12801         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
12802         (viper-del-backward-char-in-replace, viper-backward-indent)
12803         (viper-brac-function, viper-register-to-point, viper-submit-report):
12804         * net/tramp.el (tramp-remote-coding-commands):
12805         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
12806         Fix typos in docstrings.
12808 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
12810         * mail/sendmail.el (mail-yank-original): Set the mark if the
12811         specified function for yanking does not do it.
12813 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
12815         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
12817         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
12818         resyncing a directory.
12820 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
12822         * progmodes/ada-mode.el: Fix bug#1920.
12823         (ada-ident-re): Delete ., allow multibyte characters.
12824         (ada-goto-label-re): New; matches goto labels.
12825         (ada-block-label-re): New; matches block labels.
12826         (ada-label-re): New; matches both.
12827         (ada-named-block-re): Deleted; callers changed to use
12828         `ada-block-label-re' instead.
12829         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
12830         Use `ada-block-label-re'.
12831         (ada-indent-on-previous-lines): Improve handling of goto labels.
12832         (ada-get-indent-block-start): Special-case block label.
12833         (ada-get-indent-label): Split into `ada-indent-block-label' and
12834         `ada-indent-goto-label'.
12835         (ada-goto-stmt-start, ada-goto-next-non-ws):
12836         Optionally ignore goto labels.
12837         (ada-goto-next-word): Simplify.
12838         (ada-indent-newline-indent-conditional): Insert newline before
12839         trying to fix indentation; doc fix.
12841 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
12843         * calc/calc.el (calc-command-flags): Give it an initial value.
12845 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
12847         * files.el (minibuffer-with-setup-hook):
12848         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
12849         (artist-key-draw-continously, artist-key-do-continously-continously)
12850         (artist-key-set-point-continously, artist-mouse-draw-continously):
12851         Fix typos in docstrings.
12853 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
12855         * nxml/nxml-mode.el (nxml-extend-after-change-region):
12856         Never return t (Bug#3898).
12858 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
12860         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
12861         can parse the output of the external commands (Bug#5279).
12863 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
12865         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
12867 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
12869         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
12871         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
12873         * startup.el (command-line): Remove unused --icon-type arg.
12874         Handle --display arg, passing it to command-line-1 (Bug#5392).
12876 2010-01-16  Mario Lang  <mlang@delysid.org>
12878         * emacs-lisp/chart.el (chart-translate-namezone):
12879         * textmodes/artist.el (artist-compute-popup-menu-table):
12880         Remove duplicated words in doc-strings.
12882 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
12884         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
12885         to mairix-search to suppress threading (Bug#5342).
12887 2010-01-15  Kenichi Handa  <handa@m17n.org>
12889         * international/mule-cmds.el (canonicalize-coding-system-name):
12890         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
12892 2010-01-15  Glenn Morris  <rgm@gnu.org>
12894         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
12896         * wid-edit.el (widget-keymap): Doc fix.
12898         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
12899         former seems to be more widely accepted by various svn versions.
12901 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12903         * find-cmd.el (find-constituents):
12904         * vc-arch.el (vc-arch-root):
12905         * window.el (window-body-height, pop-up-frames):
12906         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
12907         * progmodes/ada-stmt.el (ada-if):
12908         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
12909         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
12910         (ispell-encoding8-command, ispell-aspell-supports-utf8)
12911         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
12913         * progmodes/flymake.el (flymake-post-syntax-check):
12914         Fix typo in error message.
12916 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12918         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
12919         which is always a string.  (Bug#5313)
12921 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
12923         * progmodes/ada-xref.el (ada-default-prj-properties):
12924         Simplify previous change.
12926 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12928         * progmodes/ada-xref.el (ada-default-prj-properties):
12929         Default ada_project_path to $ADA_PROJECT_PATH.
12931 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12933         * progmodes/ada-mode.el (ada-create-keymap):
12934         Override `narrow-to-defun' with `ada-narrow-to-defun'.
12936 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12938         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
12939         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
12940         (ada-get-current-indent, ada-imenu-generic-expression)
12941         (ada-which-function): Check for it.
12943 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
12945         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
12946         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
12948 2010-01-14  Glenn Morris  <rgm@gnu.org>
12950         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
12952 2010-01-14  Kenichi Handa  <handa@m17n.org>
12954         * composite.el (auto-composition-mode): Make it a buffer local
12955         variable (permanent-local).
12956         (auto-composition-function): Set the default value to
12957         auto-compose-chars.
12958         (auto-composition-mode): Make it a simple function, not a minor mode.
12959         (global-auto-composition-mode): Likewise.
12960         (turn-on-auto-composition-if-enabled): Delete it.
12962 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
12964         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
12966 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
12968         * files.el (copy-directory): Compute target for recursive
12969         directories with identical names.  (Bug#5343)
12971 2010-01-12  Glenn Morris  <rgm@gnu.org>
12973         * mail/emacsbug.el (report-emacs-bug-pretest-address):
12974         Set it to bug-gnu-emacs rather than emacs-pretest-bug.
12976 2010-01-11  Sam Steingold  <sds@gnu.org>
12978         * imenu.el (imenu-default-create-index-function): Detect infinite
12979         loops caused by imenu-prev-index-position-function.
12981 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
12983         * htmlfontify.el (htmlfontify-load-rgb-file)
12984         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
12985         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
12986         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
12987         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
12988         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
12989         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
12990         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
12991         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
12992         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
12993         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
12994         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
12995         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
12996         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
12997         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
12998         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
12999         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
13000         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
13001         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
13002         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
13003         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
13004         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
13005         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
13006         backslash-quoting from parentheses, etc.
13008 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
13010         * progmodes/js.el: Autoload javascript-mode alias.
13012 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
13014         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
13015         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
13016         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
13017         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
13018         Fix typos in docstrings.
13019         (ffap-url-regexp): Doc fix.
13020         (ffap-at-mouse): Fix typo in message.
13022 2010-01-11  Glenn Morris  <rgm@gnu.org>
13024         * version.el (emacs-copyright): Set copyright year to 2010.
13026 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13028         * format.el (format-annotate-function): Only set
13029         write-region-post-annotation-function after running to-fn so as not to
13030         affect nested write-region calls (bug#5273).
13032 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
13034         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
13035         wisent/python.el.
13037 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
13039         * man.el (Man-goto-section): Signal error if the section is not
13040         found (Bug#5317).
13042 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
13044         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
13045         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
13047 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
13049         * progmodes/compile.el: Don't treat compile-command as safe if
13050         compilation-read-command might be nil (Bug#4218).
13052 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
13054         * startup.el (command-line-1): Use orig-argi to check for ignored X and
13055         NS options.
13057 2010-01-08  Kenichi Handa  <handa@m17n.org>
13059         * international/fontset.el (build-default-fontset-data):
13060         Exclude characters in scripts kana, hangul, han, or cjk-misc.
13062 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
13064         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
13065         to `create-file-buffer' as it expects, not just a buffer name.
13066         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
13067         to help uniquify.  (Bug#3224)
13069 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
13071         * font-setting.el (font-setting-change-default-font): Use user-spec
13072         instead of name.
13074 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
13076         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
13078 2010-01-05  Tom Tromey  <tromey@redhat.com>
13080         * progmodes/python.el (python-font-lock-keywords):
13081         Handle qualified decorators (Bug#881).
13083 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
13085         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
13086         in a lightweight checkout.
13088 2010-01-05  Kenichi Handa  <handa@m17n.org>
13090         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
13092 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
13094         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
13096 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
13098         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
13099         checkouts.  (Bug#618)
13100         (vc-bzr-log-view-mode): Also highlight the author.
13101         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
13102         (vc-bzr-shelve-menu-map):
13103         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
13104         (vc-bzr-shelve-apply): Make prompt more explicit.
13106 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
13108         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
13109         They are valid characters in URL paths (rfc3986), and at least
13110         Firefox does not understand the encoded version (Bug#3166).
13112 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
13114         * progmodes/octave-mod.el (octave-end-keywords)
13115         (octave-block-begin-or-end-regexp, octave-block-match-alist):
13116         Add "end" keyword (Bug#3061).
13117         (octave-end-as-array-index-p): New function.
13118         (calculate-octave-indent): Use it.
13120 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13122         * bookmark.el: Consistently put the text property on the bookmark name.
13123         (bookmark-bmenu-marks-width): Bump back to 2, to include
13124         annotation marks.
13125         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
13126         property on the bookmark name, instead of not putting it at all.
13127         (bookmark-bmenu-list): Fix where we put the text property.
13129 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13131         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
13132         for showing buffer modified state (as added in the previous change).
13134 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13136         * bookmark.el: Show modified state of bookmark buffer more accurately.
13137         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
13138         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
13139         (with-buffer-modified-unmodified): New macro.
13140         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13141         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
13142         Use new macro to preserve the buffer modified state.
13144 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13146         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
13147         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
13148         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
13149         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
13150         (bookmark-bmenu-rename, bookmark-bmenu-locate)
13151         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
13152         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
13154 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
13156         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
13157         Make the lines in the generated doc string shorter.  (Bug#4668)
13159 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
13161         * net/rcirc.el: Add follow-link binding (Bug#4738).
13163 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
13165         * Makefile.in (bzr-update): Rename from cvs-update.
13166         (cvs-update): New target for backward compatibility.
13168         * makefile.w32-in (bzr-update): Rename from cvs-update.
13169         (cvs-update): New target for backward compatibility.
13171 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13173         * bookmark.el: Remove gratuitous gratitude.
13175 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13177         * bookmark.el (bookmark-bmenu-any-marks): New function.
13178         (bookmark-bmenu-save): Clear buffer modification if no marks.
13180 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13182         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
13183         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
13184         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
13185         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
13187         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
13188         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
13189         To: emacs-devel {_AT_} gnu.org
13190         Subject: bookmark.el bug report
13191         Date: Mon, 28 Dec 2009 14:19:16 +0800
13192         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
13194 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
13196         * bookmark.el: Improvements suggested by Drew Adams:
13197         (bookmark-bmenu-ensure-position): New name for
13198         `bookmark-bmenu-check-position'.  Just ensure the position,
13199         don't return any meaningful value.
13200         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
13201         New constants.
13203 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
13205         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
13206         (bookmark-yank-point, bookmark-bmenu-check-position):
13207         Fix typos in docstrings.
13208         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
13209         (bookmark-name-from-full-record, bookmark-get-position)
13210         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
13211         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
13212         Remove useless quoting of parenthesis, etc. in docstrings.
13214         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
13215         (ediff-append-custom-diff): Fix typo in error message.
13216         (ediff-meta-mark-equal-files): Fix typos in messages.
13218         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
13220         * net/imap-hash.el (imap-hash-make): Doc fix.
13221         (imap-hash-test): Fix typo in error message; reflow docstring.
13222         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
13223         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
13224         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
13225         Fix typos in docstrings.
13226         (imap-hash-open-connection): Fix typo in error message.
13228         * play/gomoku.el (gomoku): Fix typos in docstring.
13230         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
13231         (gdb-jsonify-buffer): Fix typos in docstring.
13232         (gdb-goto-breakpoint): Fix typo in error message.
13233         ("Display Other Windows"): Fix typo in help message.
13234         (gdb-speedbar-expand-node): Fix typo in question.
13236         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
13237         (idlwave-html-system-help-location, idlwave-html-help-location)
13238         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
13239         (idlwave-help-browser-generic-args, idlwave-help-directory)
13240         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
13241         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
13242         (idlwave-online-help, idlwave-help-html-link)
13243         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
13244         Fix typos in docstrings.
13245         (idlwave-help-with-source, idlwave-help-find-routine-definition):
13246         Reflow docstrings.
13247         (idlwave-help-assistant-start): Fix typo in error message.
13249         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
13250         (octave-electric-space): Fix typos in docstrings.
13252 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
13254         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
13256 2010-01-01  Juri Linkov  <juri@jurta.org>
13258         * comint.el (comint-input-ring-size): Make it a defcustom and
13259         increase the default to 500 (Bug#5148).
13261 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
13263         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
13264         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
13265         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
13267 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
13269         Show working revision correctly for mercurial.
13270         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
13271         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
13273 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
13275         Declare some functions for the byte-compiler.
13276         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
13277         (speedbar-timer-fn, speedbar-change-expand-button-char)
13278         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
13280 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
13282         This changeset reverts GDB Graphical Interface to use annotations.
13283         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
13285 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
13287         Make vc-dir work on subdirectories of the bzr root.
13288         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.
13289         Return file names relative to it.
13290         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
13291         relative directory to vc-bzr-after-dir-status.
13293 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
13295         * font-lock.el (font-lock-refresh-defaults): New function, which
13296         can be used to let font-lock react to external changes in
13297         variables like font-lock-defaults and keywords.
13298         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
13300 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
13302         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
13304         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
13306 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
13308         Supersede color.diff settings in git log (bug#5211).
13310         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
13311         escape chars in its output when the user has color.diff set to `always'.
13312         This fix works on git 1.4.2 and newer (released on 2006-08-13).
13314 2009-12-26  Kevin Ryde  <user42@zip.com.au>
13316         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
13317         node.  Keep previous "Index" name to work with past coreutils too.
13319         * man.el (man): Revise docstring a bit to show -a and -l as
13320         examples.  Add -k description since support for it has otherwise
13321         been a secret.  (Further to bug#3717.)
13322         (Man-bgproc-sentinel): When "-k foo" produces no output show error
13323         "no matches" rather than "Can't find manpage", as the latter reads
13324         like -k was interpreted as a page name, which is not so.  (Bug#5431)
13326 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
13328         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
13329         switches.  Check also for //SUBDIRED// line.
13331 2009-12-25  Kenichi Handa  <handa@m17n.org>
13333         * language/indian.el (devanagari-composable-pattern): Fix to
13334         handle ZWNJ and ZWJ.  Use it in composition-function-table for
13335         Devanagari.
13336         (malayalam-composable-pattern): Fix previous change.
13338 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13340         * ps-print.el (ps-face-attributes): It was not returning the
13341         attribute face for faces specified as string.  Reported by harven
13342         <harven@free.fr>.  (Bug#5254)
13343         (ps-print-version): New version 7.3.5.
13345 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
13347         * calendar/icalendar.el (icalendar--convert-tz-offset):
13348         Fix timezone names.
13349         (icalendar--convert-tz-offset): Fix the "last-day-problem".
13350         (icalendar--add-diary-entry): Remove the trailing blank that
13351         diary-make-entry inserts.
13353 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
13355         Make `file-expand-wildcards' work for remote files.
13357         * files.el (file-expand-wildcards): In case of remote files, check
13358         only local file name part for wildcards.  Provide feature 'files
13359         and subfeature 'remote-wildcards.  (Bug#5198)
13361         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
13362         if there is already an established connection.
13363         (tramp-advice-file-expand-wildcards): Remove it.
13365         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
13366         (tramp-advice-file-expand-wildcards): Move from tramp.el.
13367         Activate advice for older GNU Emacs versions.  (Bug#5237)
13369 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
13371         Some doc fixes (more needed).
13373         * find-cmd.el (find-constituents): Reflow docstring.
13374         (find-cmd, find-prune, find-command): Fix typos in docstrings.
13375         (find-generic): Doc fix.
13377 2009-12-17  Juri Linkov  <juri@jurta.org>
13379         Fix regression from 23.1 to allow multiple modes in Local Variables.
13381         * files.el (hack-local-variables-filter): While ignoring duplicates,
13382         don't take `mode' into account.
13383         (hack-local-variables-filter, hack-dir-local-variables):
13384         Don't remove duplicate `mode' from local-variables-alist (like `eval').
13386 2009-12-17  Juri Linkov  <juri@jurta.org>
13388         Make `dired-diff' safer.  (Bug#5225)
13390         * dired-aux.el (dired-diff): Signal an error when `file' equals to
13391         `current' or when `file' is a directory of the `current' file.
13393 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
13395         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
13396         unconditionally preloaded files.
13398 2009-12-16  Juri Linkov  <juri@jurta.org>
13400         Revert to old 23.1 logic of using the file at the mark as default.
13401         * dired-aux.el (dired-diff): Use the file at the mark as default
13402         if it's not the same as the current file, and the target dir is
13403         the current dir or the mark is active.  Add the current file
13404         as the arg of `dired-dwim-target-defaults'.  Use the default file
13405         in the prompt.  (Bug#5225)
13407 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
13409         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
13410         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
13411         (tramp-check-for-regexp): Check also, when an echoing shell stops
13412         to echo sent commands.
13414 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
13416         * Makefile.in: Revert last change (Bug#5191).
13418 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
13420         * vc-hg.el (vc-hg-print-log): Fix argument order.
13421         (vc-hg-working-revision): Make sure the command is executed in a
13422         known environment so that we can parse the output.  (Bug#4417)
13424 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
13426         * progmodes/python.el (python-symbol-completions): Remove text
13427         properties from symbol string before calling python-send-receive.
13429 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
13431         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
13432         when there are values for both file and line.  (Bug#5060)
13434 2009-12-14  Juri Linkov  <juri@jurta.org>
13436         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
13437         whitespace after the file name of the first line of unified format,
13438         because git-diff doesn't output whitespace and file modification time
13439         after the file name.
13441 2009-12-14  David Kastrup  <dak@gnu.org>
13443         * info.el (Info-hide-cookies-node): Before hiding a cookie,
13444         check if it already has the `display' property added by
13445         `Info-display-images-node', and not put the `invisible' property
13446         in this case.
13448 2009-12-13  Glenn Morris  <rgm@gnu.org>
13450         * mail/emacsbug.el (message-sort-headers): Define for compiler.
13451         (report-emacs-bug): In message-mode, sort manually before storing
13452         original report text.  (Bug#5178)
13453         Remove superfluous save-excursion.
13455 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
13457         * net/dbus.el (dbus-property-handler): Filter lambda forms out
13458         when responding to "GetAll" properties.
13460 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
13462         * simple.el (compose-mail): Remove mail-setup-with-from from
13463         customization checks.
13465 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
13467         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
13468         RAR archives created on Unix systems.
13470 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13472         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
13473         the varalias that was accidentally removed by the 2009-11-19 change
13474         (bug#5186).
13476 2009-12-12  Kenichi Handa  <handa@m17n.org>
13478         * language/indian.el (indian-compose-regexp): New function.
13479         (malayalam-composable-pattern): Fix the pattern.
13480         (composition-function-table): Set malayalam-composable-pattern for
13481         Malayalam characters.
13483 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
13485         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
13486         rather than down-mouse-1, based on follow-link conventions.
13488         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
13489         are compiled.
13491 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
13493         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
13494         (verilog-vmm-statement-re, verilog-ovm-statement-re)
13495         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
13496         (verilog-leap-to-head, verilog-backward-token):
13497         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
13499 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
13501         * progmodes/verilog-mode.el (verilog-auto-lineup)
13502         (verilog-nameable-item-re): Cleanup user-visible spelling and
13503         documentation errors.  One reported by Gary Delp.
13504         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
13505         (verilog-read-decls): Fix AUTOWIRE with types declared in a
13506         package, bug195.  Reported by Pierre-David Pfister.
13508 2009-12-11  Glenn Morris  <rgm@gnu.org>
13510         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
13512         * mail/emacsbug.el: No longer require sendmail.
13513         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
13514         (report-emacs-bug-orig-text): Doc fix.
13515         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
13516         New local variables, to adapt to different mail-user-agents.
13517         (report-emacs-bug): Fix test for a gnu.org address.
13518         Use overlays for emphasis, since font-lock defeats 'face property.
13519         Pretest bugs also end up at the newsgroup these days.
13520         Stop message-mode stripping text properties.
13521         Set and use the new buffer-local variables.
13522         (report-emacs-bug-hook): Add doc-string.
13523         Remove some unnecessary save-excursions and simplify.
13524         Use the appropriate hook and send-command.
13526         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
13527         capitalization of some menu entries.
13529 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13531         * whitespace.el (whitespace-display-char-on):
13532         Ensure `buffer-display-table' is unique when two or more windows are
13533         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
13534         New version 12.1.
13536 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
13538         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
13539         characters in the Attribute field.
13541 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
13543         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
13545 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13547         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
13548         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
13549         Disregard autoload-excludes.
13550         (update-directory-autoloads): Obey autoload-excludes here instead.
13551         But don't store its contents in no-autoloads and remove entries that
13552         refer to excludes files.
13554 2009-12-10  Glenn Morris  <rgm@gnu.org>
13556         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
13557         (expand-mail-aliases): Define for compiler.
13559         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
13560         Define for compiler.
13562         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
13563         appropriate for the mail-user-agent in use.
13565 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
13567         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
13569 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
13571         Fix short log parsing and fontification.
13572         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
13573         Fix fontification for the [merge] label.
13575 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
13577         Drop some properties to avoid surprises (bug#5002).
13578         * htmlfontify.el (hfy-ignored-properties): New defcustom.
13579         (hfy-fontify-buffer): Use it.
13581 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13583         Minor cleanup.
13584         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
13585         Adjust all callers.
13586         (ffap-locate-file): Remove unused arg `dir-ok' and make other
13587         args compulsory.  Adjust callers.
13588         (ffap-gopher-at-point): Remove unused var `name'.
13590         Get rid of the ELCFILES abomination.
13591         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
13592         (compile-elcfiles): New phony target.
13593         (compile-main): Compute ELCFILES dynamically.
13594         (compile-clean): New target to remove left-over elc files.
13595         (compile, all): Use it.
13597 2009-12-09  Kenichi Handa  <handa@etlken>
13599         * international/mule-diag.el: Require help-mode instead of help-fns.
13601 2009-12-09  Kenichi Handa  <handa@m17n.org>
13603         * international/mule-cmds.el (ucs-names): Supply sufficiently
13604         fine ranges instead of pre-calculating accurate ranges.
13605         Iterate with bigger gc-cons-threshold.
13607 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
13609         Add support for stashing a snapshot of the current tree.
13610         * vc-git.el (vc-git-stash-snapshot): New function.
13611         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
13613 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
13615         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
13616         instead of `(beginning|end)-of-line'.
13618 2009-12-08  Glenn Morris  <rgm@gnu.org>
13620         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
13622         * Makefile.in (ELCFILES): Regenerate.
13624 2009-12-07  Juri Linkov  <juri@jurta.org>
13626         Don't lazy-highlight the comint output in history Isearch mode.
13628         * comint.el (comint-history-isearch-search): Instead of
13629         `comint-line-beginning-position', use `comint-after-pmark-p'
13630         to check if point if before the process mark, and go to
13631         `process-mark' in this case.
13633 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13635         * textmodes/tex-mode.el (latex-complete)
13636         (latex-indent-or-complete): Remove.
13637         (latex-mode): Set completion-at-point-functions instead.
13639         Provide a standard completion command and hook it into TAB.
13640         * minibuffer.el (completion-at-point-functions): New var.
13641         (completion-at-point): New command.
13642         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
13643         * progmodes/python.el (python-mode-map): Use completion-at-point.
13644         (python-completion-at-point): Rename from python-partial-symbol and
13645         adjust for use in completion-at-point-functions.
13646         (python-mode): Setup completion-at-point for Python completion.
13647         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
13648         extracted from lisp-complete-symbol.
13649         (lisp-complete-symbol): Use it.
13650         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
13651         setup completion-at-point for Elisp completion.
13652         (emacs-lisp-mode-map, lisp-interaction-mode-map):
13653         Use completion-at-point.
13654         * ielm.el (ielm-map): Use completion-at-point.
13655         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
13656         * progmodes/sym-comp.el: Move to...
13657         * obsolete/sym-comp.el: Move from progmodes.
13659 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
13661         Prevent save-buffer in Rmail buffers from using the coding-system
13662         of the current message, and from clobbering the encoding mnemonics
13663         in the mode line (Bug#4623).
13665         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
13666         flag, too.
13667         (rmail-message-encoding): New variable.
13668         (rmail-write-region-annotate): Record the encoding of the current
13669         message in rmail-message-encoding.
13670         (rmail-after-save-hook): New function, restores the encoding of
13671         the current message after the message collection is saved.
13673 2009-12-07  Juri Linkov  <juri@jurta.org>
13675         * progmodes/grep.el (grep-read-files): Use `completing-read'
13676         instead of `read-string'.  Set its `collection' arg to
13677         `read-file-name-internal'.  (Bug#4301)
13679 2009-12-07  Juri Linkov  <juri@jurta.org>
13681         Correctly restore original Isearch point.  (Bug#4994)
13683         * isearch.el (isearch-mode): Move `isearch-push-state' after
13684         `(run-hooks 'isearch-mode-hook)'.
13685         (isearch-cancel): When `isearch-push-state-function' is defined,
13686         let-bind `isearch-cmds' to the first state (the last element of
13687         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
13688         function and restores the original point).  Otherwise, move point
13689         to `isearch-opoint'.
13691 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13693         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
13694         chars that don't have names, so the table can be built much faster at
13695         run-time.
13697 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
13699         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
13700         change.  Suggested by David Kastrup.
13702         * simple.el (compose-mail): Check for incompatibilities and warn.
13703         (compose-mail-user-agent-warnings): New option.
13705 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13707         Support showing a single log entry from vc-annotate.
13708         * vc.el (print-log): Add a new argument: START-REVISION.
13709         (vc-print-log-internal): Add a new optional argument and
13710         pass it to the backend.
13711         (vc-print-log, vc-print-root-log): Adjust callers.
13712         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
13713         buffer already displays the requested log entry, use it.
13714         Otherwise display only the log entry in question.
13715         * vc-svn.el (vc-svn-print-log):
13716         * vc-mtn.el (vc-mtn-print-log):
13717         * vc-hg.el (vc-hg-state):
13718         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
13719         (vc-git-show-log-entry): Return t on success.
13720         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
13721         (vc-bzr-show-log-entry): Return t on success.
13722         * vc-rcs.el (vc-rcs-print-log):
13723         * vc-sccs.el (vc-sccs-print-log):
13724         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
13726 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13728         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
13729         Add menus to the meta mode.  (Bug#5043)
13731 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
13733         * ediff-init.el (ediff-event-key): Use event-to-character instead of
13734         event-key.
13736         * ediff.el (ediff-buffers-internal): Add unwind-protect.
13738 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
13740         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
13741         Berbain <raphael.berbain@gmail.com>.
13743         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
13744         characters.
13745         (tramp-initial-end-of-output): New defconst.
13746         (tramp-methods, tramp-find-shell)
13747         (tramp-open-connection-setup-interactive-shell)
13748         (tramp-maybe-open-connection): Use it.
13749         (tramp-shell-prompt-pattern, tramp-wait-for-output):
13750         Handle existence of `#' and `$'.
13752         * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13753         Use `tramp-initial-end-of-output'.
13755 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
13757         Get the background mode from the terminal for xterm, and set
13758         faces accordingly.
13759         * term/xterm.el (xterm-set-background-mode): New function.
13760         (terminal-init-xterm): Use it in case xterm supports background
13761         color queries.  Recompute faces after getting the background
13762         color.
13764 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
13766         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
13767         number comment back on its own line, for easier parsing.
13769 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13771         Make it work for non-file buffers (bug#5102).
13772         * doc-view.el (doc-view-current-cache-dir):
13773         Use doc-view-buffer-file-name rather than buffer-file-name.
13774         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
13776 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
13778         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
13779         author field is too short.
13781 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
13783         * vc-git.el (vc-git-print-log): Handle a limit argument.
13784         Display the short log in graph form and with labels.
13785         (vc-git-log-view-mode): Handle labels.
13787         Make vc-revert change VC state from 'added to 'unregistered.
13788         * vc-git.el (vc-git-revert): Call git reset first.
13790 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
13792         * net/newst-backend.el, net/newst-plainview.el:
13793         * net/newst-reader.el, net/newst-ticker.el:
13794         * net/newst-treeview.el, net/newsticker.el:
13795         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
13797 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
13799         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
13801         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
13802         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
13803         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13804         Update annotation regexp.
13806         * simple.el (beginning-of-visual-line): Constrain to field
13807         boundaries (Bug#5106).
13809 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
13811         * xml.el (xml-substitute-numeric-entities):
13812         Move newsticker--decode-numeric-entities in newst-backend.el to
13813         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
13814         * net/newst-backend.el (newsticker--parse-generic-feed)
13815         (newsticker--parse-generic-items)
13816         (newsticker--decode-numeric-entities):
13817         Move newsticker--decode-numeric-entities in newst-backend.el to
13818         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
13820 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
13822         * progmodes/js.el (js--js-not): Add null to the list of values.
13824 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
13826         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
13828 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13830         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
13831         delimiter if it is at the end of the current line.
13832         (bibtex-generate-url-list): Fix docstring.
13834 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13836         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
13837         minibuffer's content with itself.
13838         Fold the confirm-after-completion case into the `confirm' case.
13839         (completion-pcm-word-delimiters): Add : and / to the delimiters.
13841 2009-12-06  Kevin Ryde  <user42@zip.com.au>
13843         * ffap.el (ffap-rfc-path): Make this a defcustom since
13844         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
13846         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
13847         manuals, similar to existing setup for help-mode.  (Bug#3913.)
13849 2009-12-05  Juri Linkov  <juri@jurta.org>
13851         Save and restore dired buffer's point positions too.  (Bug#4880)
13853         * dired.el (dired-save-positions): Return in the first element
13854         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
13855         Doc fix.
13856         (dired-restore-positions): First restore buffer's position.
13857         While restoring window's positions, check if window still displays
13858         the original buffer.
13860 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
13862         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
13863         if possible.
13865         * shell.el (shell): Require ansi-color (Bug#5113).
13867         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
13869         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
13871 2009-12-05  Alan Mackenzie  <acm@muc.de>
13873         * progmodes/cc-mode.el (c-before-hack-hook)
13874         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
13875         `c-file-style' to work again.  This reversion restores the current
13876         software to its state in Emacs 23.1.  (Bug#4146)
13878 2009-12-05  Kevin Ryde  <user42@zip.com.au>
13880         * textmodes/sgml-mode.el (sgml-lexical-context):
13881         Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
13883 2009-12-05  Juri Linkov  <juri@jurta.org>
13885         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
13886         for virtual nodes.  (Bug#4147)
13887         (Info-find-node-2): Set `Info-current-node-virtual' to nil
13888         when moving from a virtual node.
13889         (Info-mode-menu): Add `Info-virtual-index' to the menu.
13890         (Info-mode): Add `Info-virtual-index' to the docstring.
13892 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13894         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
13895         track of the buffer position of the end of a BibTeX entry as this
13896         position may change during reformatting.
13897         (bibtex-format-entry): Remove whitespace before processing
13898         numerical fields so that we recognize the latter properly.
13899         (bibtex-reformat): Do not use push which changes the global value
13900         of bibtex-entry-format.
13901         (bibtex-field-braces-alist, bibtex-field-strings-alist)
13902         (bibtex-field-re-init): Replace only space characters by regexp
13903         for whitespace.
13904         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
13905         (bibtex-initialize): Also update bibtex-strings.
13906         (bibtex-kill-field): Preserve white space at end of entry.
13907         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
13908         Update bibtex-reference-keys.
13910 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13912         * minibuffer.el (completion-pcm--merge-try): Also consider placing
13913         point after a star, if that's the only place where modifications can
13914         make progress.
13916 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
13918         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
13919         in docstrings.
13921 2009-12-04  Juri Linkov  <juri@jurta.org>
13923         * proced.el (proced): Call `(proced-update t)' to update process
13924         information instead of only running proced-post-display-hook.
13925         (proced-send-signal): Add a leading space to the buffer name
13926         " *Marked Processes*" to make this buffer ephemeral.
13928 2009-12-04  Juri Linkov  <juri@jurta.org>
13930         * dired.el (dired-auto-revert-buffer): New defcustom.
13931         (dired-internal-noselect): Use it.
13933 2009-12-04  Juri Linkov  <juri@jurta.org>
13935         Change roles of modes and functions in image-mode.el (Bug#5062).
13937         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
13938         in `auto-mode-alist'.
13939         (image-mode-previous-major-mode): New variable.
13940         (image-minor-mode-map): Rename from `image-mode-text-map'.
13941         (image-mode): Move graceful error-handling code from
13942         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
13943         (image-minor-mode): Remove all image-handling code.
13944         Replace `image-mode-text-map' with `image-minor-mode-map'.
13945         Check for `image-type' in mode-line format string.
13946         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
13947         (image-mode-as-text): New function with most code from
13948         `image-mode-maybe'.
13949         (image-toggle-display-text): Move code that removes image
13950         properties from `image-toggle-display' to here.
13951         (image-toggle-display-image): New function with code that adds
13952         image properties copied from `image-toggle-display'.
13953         (image-toggle-display): Remove most code with leaving only code
13954         that toggles between `image-mode-as-text' and `image-mode'.
13956 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
13958         * net/newst-treeview.el
13959         (newsticker--treeview-list-highlight-start): Restored call to
13960         save-excursion: Selected item was stuck.
13961         (newsticker--treeview-list-select): New.
13962         (newsticker--treeview-item-show-text)
13963         (newsticker--treeview-item-show)
13964         (newsticker--treeview-item-update): Use new
13965         newsticker-treeview-item-mode.
13966         (newsticker-treeview-update): Keep current item.
13967         (newsticker-treeview-next-new-or-immortal-item): Doc change.
13968         (newsticker--treeview-first-feed): Doc change.
13969         (newsticker-treeview-list-menu)
13970         (newsticker-treeview-item-menu): Add menu entries.
13971         (newsticker-treeview-item-mode): New.
13973         * net/newst-backend.el (newsticker-customize): Delete other
13974         windows.
13976 2009-12-04  Sam Steingold  <sds@gnu.org>
13978         * log-view.el (log-view-mode-map): "q" calls quit-window,
13979         like in all the other non-self-insert buffers.
13981 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
13983         Minor cleanup.
13984         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
13985         key decoding rather than do it manually via last-input-event +
13986         ascii-character.
13987         (term-exec): Use delete-and-extract-region.
13988         (term-handle-ansi-terminal-messages): Remove unused var `end'.
13989         (term-process-pager): Remove unused var `i'.
13990         (term-dynamic-simple-complete): Make obsolete.
13991         (serial-update-config-menu): Remove unused vars `y' and `str'.
13992         (term-update-mode-line): Remove unused var `temp'.
13994 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
13996         Limit the number of log entries displayed by default.
13997         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
13998         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
13999         using a prefix argument.
14001 2009-12-03  Glenn Morris  <rgm@gnu.org>
14003         * progmodes/idlwave.el (class): Restore still useful declaration.
14005 2009-12-03  Alan Mackenzie  <acm@muc.de>
14007         Enhance `c-parse-state' to run efficiently in "brace deserts".
14009         * progmodes/cc-mode.el (c-basic-common-init):
14010         Call c-state-cache-init.
14011         (c-neutralize-syntax-in-and-mark-CPP): Rename from
14012         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
14013         placing `category' properties value 'c-cpp-delimiter at its boundaries.
14015         * progmodes/cc-langs.el (c-before-font-lock-function):
14016         c-extend-and-neutralize-syntax-in-CPP has been renamed
14017         c-neutralize-syntax-in-and-mark-CPP.
14019         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
14020         with `category' properties now, not `syntax-table' ones.
14022         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
14023         enhanced (but slower) version of c-end-of-macro that won't land
14024         inside a literal or on another awkward character.
14025         (c-state-cache-too-far, c-state-cache-start)
14026         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
14027         (c-state-nonlit-pos-cache-limit, c-state-point-min)
14028         (c-state-point-min-lit-type, c-state-point-min-lit-start)
14029         (c-state-min-scan-pos, c-state-brace-pair-desert)
14030         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
14031         buffer local variables.
14032         (c-state-literal-at, c-state-lit-beg)
14033         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
14034         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
14035         (c-state-cache-top-paren, c-state-cache-after-top-paren)
14036         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
14037         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
14038         (c-renarrow-state-cache)
14039         (c-append-lower-brace-pair-to-state-cache)
14040         (c-state-push-any-brace-pair, c-append-to-state-cache)
14041         (c-remove-stale-state-cache)
14042         (c-remove-stale-state-cache-backwards, c-state-cache-init)
14043         (c-invalidate-state-cache-1, c-parse-state-1)
14044         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
14045         (c-parse-state): Enhance and refactor.
14046         (c-debug-parse-state): Amend to deal with all the new variables.
14048         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
14049         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
14050         modify to use category text properties rather than syntax-table ones.
14051         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
14052         to switch off/on the syntactic paren property of C++ template
14053         delimiters using the category property.
14054         (c-with-<->-as-parens-suppressed): Macro to invoke code with
14055         template delims suppressed.
14056         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
14057         New constant/macros which apply category properties to the start
14058         and end of preprocessor constructs.
14059         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
14060         "comment out" the syntactic value of characters in preprocessor
14061         constructs.
14062         (c-with-cpps-commented-out)
14063         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
14064         with characters in all or all but one preprocessor constructs
14065         "commented out".
14067 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14069         * proced.el (proced-filter-alist): Use regexp-quote.
14071 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
14073         Cleanup.
14074         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
14075         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
14076         arguments.  Expand `default-directory'.
14078         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
14079         the benefit of returning an expanded localname.
14080         (tramp-tramp-file-p): Handle the case NAME is not a string.
14082 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
14084         Add support for bzr shelve/unshelve.
14085         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
14086         (vc-bzr-extra-menu-map): New variables.
14087         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
14088         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
14089         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
14090         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
14091         (vc-bzr-dir-extra-headers): Display shelves.
14093         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
14095 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14097         * textmodes/bibtex.el (bibtex-complete-internal):
14098         Use completion-in-region.
14099         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
14101 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
14103         Support applying stashes.  Improve UI.
14104         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
14105         (vc-git-stash-apply, vc-git-stash-pop)
14106         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
14107         (vc-git-stash-menu): New functions.
14108         (vc-git-stash-menu-map): New variable.
14109         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
14111 2009-12-03  Glenn Morris  <rgm@gnu.org>
14113         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
14114         (vc-print-log-internal): Fix previous change.
14115         (vc-revert): Correct pluralization.
14117 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14119         * progmodes/make-mode.el (makefile-special-targets-list): No need for
14120         it to be an alist any more.
14121         (makefile-complete): Use completion-in-region.
14123         * progmodes/octave-mod.el (octave-complete-symbol):
14124         Use completion-in-region.
14126         Misc cleanup.
14127         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
14128         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
14129         (idlwave-complete-class): Don't quote lambda.
14130         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
14131         (idlwave-mode-map): Move initialization into declaration.
14132         (idlwave-action-and-binding): Use backquotes.
14133         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
14134         Simplify.
14135         (idlwave-is-pointer-dereference): Remove unused var `pos'.
14136         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
14137         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
14138         `parts', and `all-parts'.
14139         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
14140         (idlwave-convert-xml-system-routine-info): Remove unused string
14141         `version-string'.
14142         (idlwave-display-user-catalog-widget): Use dolist.
14143         (idlwave-scanning-lib): Declare dynamically-scoped var.
14144         (idlwave-scan-library-catalogs): Remove unused var `flags'.
14145         (completion-highlight-first-word-only): Declare to silence bytecomp.
14146         (idlwave-popup-select): Tighten scope of `resp'.
14147         (idlwave-find-struct-tag): Remove unused var `beg'.
14148         (idlwave-after-load-rinfo-hook): Declare.
14149         (idlwave-sintern-class-info): Remove unused var `taglist'.
14150         (idlwave-find-class-definition): Remove unused var `list'.
14151         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
14152         (idlwave-what-module-find-class): Remove unused var `classes'.
14154 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
14156         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
14158 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14160         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
14161         buffers visited.  Remove redundant current-buffer-saving.
14163 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14165         Use completion-in-buffer and remove uses of dynamic scoping.
14166         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
14167         (pascal-buffer-to-use, pascal-flag): Don't declare.
14168         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
14169         (pascal-get-completion-decl, pascal-keyword-completion):
14170         Add `pascal-str' argument, save-excursion,
14171         return the found completions, and don't filter with pascal-pred.
14172         (pascal-completion-cache): New var.
14173         (pascal-completion): Don't switch buffer any more (it was never
14174         necessary).  Don't save-excursion any more (it's done by the called
14175         subroutines).  Use a cache to avoid redundant computations.
14176         Use complete-with-action rather than pascal-completion-response and
14177         let it apply the predicate as well.
14178         (pascal-complete-word): Use completion-in-buffer when
14179         pascal-toggle-completions is nil.
14180         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
14181         not used any more.
14182         (pascal-comp-defun): Don't change buffer any more.
14183         Use complete-with-action rather than pascal-completion-response and
14184         let it apply the predicate as well.
14185         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
14186         when neded.
14188 2009-12-02  Kenichi Handa  <handa@m17n.org>
14190         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
14191         shape for all Indic scripts.
14193 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14195         Use completion-in-buffer.
14196         * wid-edit.el (widget-field-text-end): New function.
14197         (widget-field-value-get): Use it.
14198         (widget-string-complete, widget-file-complete)
14199         (widget-color-complete): Use it and completion-in-region.
14200         (widget-complete): Don't narrow the buffer.
14202 2009-12-02  Glenn Morris  <rgm@gnu.org>
14204         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
14205         (rmail-select-summary): Use rmail-pop-to-buffer.
14206         * mail/rmailsum.el: Replace all pop-to-buffer calls with
14207         rmail-pop-to-buffer, to prevent horizontal splits.
14209         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
14210         save-excursion with save-current-buffer.
14211         Widen before searching.  (Bug#5093)
14212         (diary-list-sexp-entries): Remove superfluous save-excursion.
14214 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
14216         * woman.el (woman-make-bufname): Handle man-pages with "." in the
14217         name.  (Bug#5038)
14219 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14221         * ido.el (ido-file-internal): Handle filenames at point that do
14222         not have a directory part.  (Bug#5049)
14224 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
14226         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
14227         (mpc-songs-jump-to, mpc-resume): Doc fixes.
14229 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
14231         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
14232         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
14233         any more.
14235 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14237         * comint.el (comint-insert-input): Ignore clicks to the right of
14238         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
14240         * vc.el (vc-print-log-internal): Don't wait for the process to
14241         terminate before setting up the major mode.
14243         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
14244         in case.
14246         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
14247         the last element.
14249         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
14251 2009-12-01  Glenn Morris  <rgm@gnu.org>
14253         * window.el (window--display-buffer-2): Fix previous changes.
14255 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
14257         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
14259 2009-12-01  Glenn Morris  <rgm@gnu.org>
14261         * Makefile.in (ELCFILES): Add mpc.elc.
14263 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14265         * mpc.el: New file.
14267 2009-12-01  Glenn Morris  <rgm@gnu.org>
14269         * window.el (window-to-use): Define for compiler.
14271         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
14272         consistent with others (no final period).
14274         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
14275         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
14277 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
14279         Make vc-print-log buttons work.
14280         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
14282 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
14284         * savehist.el (savehist-autosave-interval): Allow setting to nil
14285         through customize.  (Bug#5056)
14287 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
14289         Fix references to jit-lock properties.
14290         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14291         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
14292         (perl-font-lock-special-syntactic-constructs):
14293         Quote jit-lock-defer-multiline property.
14295 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
14297         * vc-git.el (vc-git-registered): Call vc-git-root only once.
14299 2009-11-30  Juri Linkov  <juri@jurta.org>
14301         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
14302         value `buffer' of `multi-isearch-next-buffer-current-function'.
14303         Use `(current-buffer)' when `buffer' is nil.
14304         (multi-isearch-next-buffer-from-list): Don't fallback to
14305         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
14307 2009-11-30  Juri Linkov  <juri@jurta.org>
14309         * misearch.el (multi-isearch-read-buffers): Move canonicalization
14310         of buffers with `get-buffer' to `multi-isearch-buffers'.
14311         (multi-isearch-buffers, multi-isearch-buffers-regexp):
14312         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
14313         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
14314         FILES with `expand-file-name' converting relative file names
14315         to absolute.  Doc fix.  (Bug#4727)
14317 2009-11-30  Juri Linkov  <juri@jurta.org>
14319         * misearch.el (multi-isearch-read-buffers)
14320         (multi-isearch-read-matching-buffers): New functions.
14321         (multi-isearch-buffers, multi-isearch-buffers-regexp):
14322         Use them in the `interactive' spec.  Doc fix.
14323         (multi-isearch-read-files, multi-isearch-read-matching-files):
14324         New functions.
14325         (multi-isearch-files, multi-isearch-files-regexp):
14326         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
14328 2009-11-30  Juri Linkov  <juri@jurta.org>
14330         * doc-view.el (doc-view-continuous):
14331         Rename from `doc-view-continuous-mode'.
14332         (doc-view-menu): Move "Toggle display" to the top.
14333         Add submenu "Continuous" with radio buttons "Off"/"On"
14334         and "Save as Default".
14335         (doc-view-scroll-up-or-next-page)
14336         (doc-view-scroll-down-or-previous-page)
14337         (doc-view-next-line-or-next-page)
14338         (doc-view-previous-line-or-previous-page):
14339         Rename `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
14341 2009-11-30  Juri Linkov  <juri@jurta.org>
14343         * comint.el (comint-mode-map): Rebind `M-r' from
14344         `comint-previous-matching-input' to
14345         `comint-history-isearch-backward-regexp'.
14346         Unbind `M-s' to allow global key binding `M-s'.
14347         Add menu items for `comint-history-isearch-backward' and
14348         `comint-history-isearch-backward-regexp'.  (Bug#3746)
14350 2009-11-30  Juri Linkov  <juri@jurta.org>
14352         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
14353         For def=recenter, replace `recenter' with `recenter-top-bottom'
14354         that is called with `this-command' and `last-command' let-bound
14355         to `recenter-top-bottom'.  When the last `def' was not `recenter',
14356         set `recenter-last-op' to nil.  (Bug#4981)
14358 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14360         Minor cleanup and simplification.
14361         * filecache.el (file-cache-add-directory)
14362         (file-cache-add-directory-recursively)
14363         (file-cache-add-from-file-cache-buffer)
14364         (file-cache-delete-file-regexp, file-cache-delete-directory)
14365         (file-cache-files-matching-internal, file-cache-display): Use dolist.
14366         (file-cache-temp-minibuffer-message): Delete function.
14367         (file-cache-minibuffer-complete): Use minibuffer-message instead.
14369         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
14370         Don't signal an error when bumping into EOB in tr, s, or y.
14372 2009-11-29  Juri Linkov  <juri@jurta.org>
14374         * startup.el (fancy-about-text): Fix wording of Guided Tour.
14375         (Bug#4960)
14377         * descr-text.el (describe-char-unidata-list): Use lowercase name
14378         for "Unicode name" like in other tags.
14380 2009-11-29  Juri Linkov  <juri@jurta.org>
14382         * ediff-util.el (ediff-minibuffer-with-setup-hook):
14383         New compatibility macro.
14384         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
14386 2009-11-29  Juri Linkov  <juri@jurta.org>
14388         Add defcustom to define the cycling order of `recenter-top-bottom'.
14389         (Bug#4981)
14391         * window.el (recenter-last-op): Doc fix.
14392         (recenter-positions): New defcustom.
14393         (recenter-top-bottom): Rewrite to use `recenter-positions'.
14394         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
14396 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
14398         Improve integration of Tramp and ange-ftp in eshell.
14400         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
14401         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
14402         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
14404         * eshell/esh-util.el (top): Require also Tramp when compiling.
14405         (eshell-directory-files-and-attributes): Check for FTP remote
14406         connection.
14407         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
14408         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
14409         (eshell-file-attributes): Handle ".".  Return `entry'.
14411         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
14412         (ange-ftp-directory-files-and-attributes)
14413         (ange-ftp-real-directory-files-and-attributes): New defuns.
14415         * net/tramp.el (tramp-maybe-open-connection): Open the remote
14416         shell with "exec" when possible.  This prevents trailing prompts
14417         in `start-file-process'.
14419 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14421         Try and remove assumptions about point-min==1.
14422         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
14423         (rng-compute-mode-line-string): Show the validation percentage in
14424         terms of the narrowed text, not the widened text.
14425         (rng-do-some-validation): Don't catch internal errors when debugging.
14426         (rng-first-error): Simplify.
14427         (rng-after-change-function): Remove work around.  AFAIK the bug has
14428         been fixed a while ago.
14430         * image-mode.el (image-minor-mode): Exit more gracefully when the image
14431         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
14433         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
14435         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
14436         `cd' doesn't always do it for us (bug#5067).
14438         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
14439         on 2009-10-25 as part of some other change (bug#5067).
14441 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14443         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
14444         `suspicious'.
14445         (byte-compile-warnings): Use byte-compile-warning-types.
14446         (byte-compile-save-excursion): Warn about use of set-buffer right
14447         after save-excursion.
14449         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
14450         the excursion as well.
14452 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
14454         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
14455         providing a Tramp related implementation of "su" and "sudo".
14456         (eshell-unix-initialize): Add "su" and "sudo".
14458 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
14460         * net/socks.el (socks-send-command): Convert binary request to
14461         unibyte before sending.  This fixes mishandling of some port
14462         numbers such as 129.
14464 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
14466         * help.el (describe-bindings-internal): Remove `interactive'.
14468         * man.el (Man-completion-table): Trim a terminating "(".
14469         Remove the space between name page a section.
14470         Add the command's description on the `help-echo' property.
14471         Remove `process-connection-type' binding since it's unused by
14472         call-process.
14473         Provide completion for the "<section> <name>" format as well.
14474         (Man-default-man-entry): Remove spurious var shadowing the argument.
14476 2009-11-26  Kevin Ryde  <user42@zip.com.au>
14478         * log-view.el: Add "Keywords: tools", since its other keywords
14479         aren't in finder-known-keywords, and following vc.el.
14481         * sha1.el (sha1-string-external): default-directory "/" in case
14482         otherwise non-existent.  process-connection-type pipe for touch of
14483         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
14485 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14487         Misc coding convention cleanups.
14488         * htmlfontify.el (hfy-init-kludge-hook): Rename from
14489         hfy-init-kludge-hooks.
14490         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
14491         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
14492         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
14493         and push.
14494         (hfy-slant, hfy-weight): Use tables rather than code.
14495         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
14496         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
14497         (hfy-face-attr-for-class): Initialize `face-spec' directly.
14498         (hfy-face-to-css): Remove `nconc' with single arg.
14499         (hfy-p-to-face-lennart): Use `or'.
14500         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
14501         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
14502         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
14503         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
14504         (hfy-force-fontification): Use run-hooks.
14506 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
14508         Various minor fixes.
14509         * htmlfontify.el (hfy-default-header): Add toggle_invis since
14510         Javascript belongs in the header, not the body.
14511         (hfy-javascript): Remove.
14512         (hfy-fontify-buffer): Don't insert it any more.
14513         (hfy-face-at): Handle (face0 face1 face2) style face properties.
14514         Fix bug in invis handling when there were no invis props in a chunk.
14516 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14518         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
14520 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
14522         * finder.el (finder-mode-map): Add a menu.
14524 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
14526         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
14527         "unsigned" structs.
14529         (verilog-leap-to-head, verilog-backward-token): Handle "disable
14530         fork" statement better.
14532 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
14534         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
14535         (verilog-delete-auto, verilog-delete-empty-auto-pair)
14536         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
14537         Reported by Clay Douglass.
14539         (verilog-auto-inst, verilog-auto-star-safe)
14540         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
14541         Fix removing "// Interfaces" when saving .* expansions.
14542         Reported by Pierre-David Pfister.
14544 2009-11-26  Glenn Morris  <rgm@gnu.org>
14546         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
14547         the scope.
14549 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
14551         * vc-annotate.el (vc-annotate-revision-previous-to-line):
14552         Really use previous revision.
14554 2009-11-25  Kevin Ryde  <user42@zip.com.au>
14556         * man.el (Man-completion-table): default-directory "/" in case
14557         doesn't otherwise exist.  process-environment COLUMNS=999 so as
14558         not to truncate long names.  process-connection-type pipe to avoid
14559         any chance of hitting the pseudo-tty TIOCGWINSZ.
14560         (man): completion-ignore-case t for friendliness and since man
14561         itself is case-insensitive on the command line.
14562         Further to Bug#3717.
14564         * arc-mode.el: Add "Keywords: files", so the details in its
14565         commentary can be reached from finder-by-keyword.
14566         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
14567         editing mode, but it's comms related and sgml-mode.el has "comm"
14568         on that basis too.
14569         * textmodes/bibtex-style.el: Add "Keywords: tex".
14570         * international/isearch-x.el, international/ja-dic-cnv.el:
14571         * international/ja-dic-utl.el, international/kkc.el:
14572         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
14574 2009-11-25  Juri Linkov  <juri@jurta.org>
14576         * man.el (Man-completion-table): Modify regexp to include
14577         section names to completion strings.  (Bug#3717)
14579 2009-11-25  Juri Linkov  <juri@jurta.org>
14581         Search recursively in gzipped files.  (Bug#4982)
14583         * progmodes/grep.el (grep-highlight-matches): Add new options
14584         `always' and `auto'.  Doc fix.
14585         (grep-process-setup): Check `grep-highlight-matches' for
14586         `auto-detect' to determine the need to compute grep defaults.
14587         Move Windows/DOS specific --colors settings handling
14588         to `grep-compute-defaults'.  Check `grep-highlight-matches'
14589         to get the value of "--color=".
14590         (grep-compute-defaults): Compute `grep-highlight-matches' when it
14591         has the value `auto-detect'.  Move Windows/DOS specific settings
14592         from `grep-process-setup'.
14593         (zrgrep): New command with alias `rzgrep'.
14595 2009-11-25  Juri Linkov  <juri@jurta.org>
14597         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
14598         to nil instead of switching off view-mode.  (Bug#4896)
14600 2009-11-25  Juri Linkov  <juri@jurta.org>
14602         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
14604         * mwheel.el (mwheel-scroll-up-function)
14605         (mwheel-scroll-down-function): New defvars.
14606         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
14607         `scroll-up', and `mwheel-scroll-down-function' instead of
14608         `scroll-down'.
14610         * doc-view.el (doc-view-scroll-up-or-next-page)
14611         (doc-view-scroll-down-or-previous-page): Add optional ARG.
14612         Use this ARG in the call to image-scroll-up/image-scroll-down.
14613         Change `interactive' spec to "P".  Goto next/previous page only
14614         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
14615         SPC/DEL case).  Doc fix.
14616         (doc-view-next-line-or-next-page)
14617         (doc-view-previous-line-or-previous-page): Rename arg to ARG
14618         for consistency.
14619         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
14620         `doc-view-scroll-up-or-next-page', and buffer-local
14621         `mwheel-scroll-down-function' to
14622         `doc-view-scroll-down-or-previous-page'.
14624 2009-11-25  Juri Linkov  <juri@jurta.org>
14626         Provide additional default values (directories at other Dired
14627         windows) via M-n in the minibuffer of some Dired commands.
14629         * dired-aux.el (dired-diff, dired-compare-directories)
14630         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
14631         `minibuffer-default' in `minibuffer-with-setup-hook'.
14632         (dired-dwim-target-directory): Find a window that displays Dired
14633         buffer instead of failing when the next window is not Dired.
14634         Use `get-window-with-predicate' to find for the next Dired window.
14635         (dired-dwim-target-defaults): New function.
14637         * ediff-util.el (ediff-read-file-name):
14638         Use `dired-dwim-target-defaults' to set `minibuffer-default'
14639         in `minibuffer-with-setup-hook'.
14641 2009-11-25  Juri Linkov  <juri@jurta.org>
14643         Provide additional default values (file name at point or at the
14644         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
14646         * minibuffer.el (read-file-name-defaults): New function.
14647         (read-file-name): Reset `minibuffer-default' to nil when
14648         it duplicates initial input `insdef'.
14649         Bind `minibuffer-default-add-function' to lambda that
14650         calls `read-file-name-defaults' in `minibuffer-selected-window'.
14651         (minibuffer-insert-file-name-at-point): New command.
14653         * files.el (file-name-at-point-functions): New defcustom.
14654         (find-file-default): Remove defvar.
14655         (find-file-read-args): Don't use `find-file-default'.
14656         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14657         to `read-file-name'.
14658         (find-file-literally): Use `read-file-name' with
14659         `confirm-nonexistent-file-or-buffer'.
14661         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
14663         * dired.el (dired-read-dir-and-switches):
14664         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
14665         to `read-file-name'.
14666         (dired-file-name-at-point): New function.
14667         (dired-mode): Add hook `dired-file-name-at-point' to
14668         `file-name-at-point-functions'.
14670 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14672         Really make the *Completions* window soft-dedicated (bug#5030).
14673         * window.el (window--display-buffer-2): Add `dedicated' argument.
14674         (display-buffer): Pass it when needed so the dedicated flag is set
14675         after calling set-window-buffer, which would otherwise reset it.
14677 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
14679         * progmodes/meta-mode.el (meta-complete-symbol):
14680         * progmodes/etags.el (complete-tag):
14681         * mail/mailabbrev.el (mail-abbrev-complete-alias):
14682         Use completion-in-region.
14684         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
14685         (dabbrev-completion): Use completion-in-region.
14686         (dabbrev--abbrev-at-point): Simplify regexp.
14688         * abbrev.el (abbrev--before-point): Use word-motion functions
14689         if :regexp is not specified (bug#5031).
14691         * subr.el (string-prefix-p): New function.
14693         * man.el (Man-completion-cache): New var.
14694         (Man-completion-table): Use it.
14696         * vc.el (vc-print-log-internal): Make `limit' optional for better
14697         compatibility (e.g. with vc-annotate.el).
14699 2009-11-24  Kevin Ryde  <user42@zip.com.au>
14701         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
14702         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
14704         * emacs-lisp/elint.el (elint-add-required-env): Better error message
14705         when .el source file not found or other error.
14707 2009-11-24  Markus Triska  <markus.triska@gmx.at>
14709         * linum.el (linum-update-window): Ignore intangible (bug#4996).
14711 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14713         Handle the [back] button properly (bug#4979).
14714         * descr-text.el (describe-text-properties): Add a `buffer' argument.
14715         Use help-setup-xref, help-buffer, and with-help-window.
14716         (describe-char): Add `buffer' argument.
14717         Pass proper command to help-setup-xref.  Don't meddle with
14718         help-xref-stack-item directly.
14719         (describe-text-category): Use with-help-window and help-buffer.
14721         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
14722         for the displayed buffer (bug#4887).
14724         * man.el (Man-completion-table): New function.
14725         (man): Use it.
14727 2009-11-24  David Reitter  <david.reitter@gmail.com>
14729         * vc-git.el (vc-git-registered): Use checkout directory (where
14730         .git is) rather than the file's directory and a relative path spec
14731         to work around a bug in git.
14733 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
14735         Improve handling of processes on remote hosts.
14737         * eshell/esh-util.el (eshell-path-env): New defvar.
14738         (eshell-parse-colon-path): New defun.
14739         (eshell-file-attributes): Use `eshell-parse-colon-path'.
14741         * eshell/esh-ext.el (eshell-search-path):
14742         Use `eshell-parse-colon-path'.
14743         (eshell-remote-command): Remove argument HANDLER.
14744         (eshell-external-command): Check for FTP remote connection.
14746         * eshell/esh-proc.el (eshell-gather-process-output):
14747         Use `file-truename', in order to start also symlinked files.
14748         Apply `start-file-process' instead of `start-process'.
14749         Shorten `command' to the local file name part.
14751         * eshell/em-cmpl.el (eshell-complete-commands-list):
14752         Use `eshell-parse-colon-path'.
14754         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
14756         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
14757         to `eshell-directory-change-hook'.
14759 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
14761         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
14762         because it could be enabled automatically if view-read-only is non-nil.
14764 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
14766         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
14767         made on 2009-11-22.
14769 2009-11-24  Glenn Morris  <rgm@gnu.org>
14771         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
14772         deleted variable bookmark-bmenu-bookmark-column.
14774 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14776         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
14778 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
14780         * net/browse-url.el (browse-url-filename-alist): On Windows, add
14781         two slashes to the "file:" prefix.
14782         (browse-url-file-url): De-munge Cygwin filenames before passing
14783         them to Windows browser.
14784         (browse-url-default-windows-browser): Use call-process.
14786 2009-11-23  Juri Linkov  <juri@jurta.org>
14788         Implement DocView Continuous mode.  (Bug#4896)
14789         * doc-view.el (doc-view-continuous-mode): New defcustom.
14790         (doc-view-mode-map): Bind C-n/<down> to
14791         `doc-view-next-line-or-next-page', C-p/<up> to
14792         `doc-view-previous-line-or-previous-page'.
14793         (doc-view-next-line-or-next-page)
14794         (doc-view-previous-line-or-previous-page): New commands.
14796 2009-11-23  Juri Linkov  <juri@jurta.org>
14798         Implement Isearch in comint input history.  (Bug#3746)
14799         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
14800         `isearch-mode-hook'.
14801         (comint-history-isearch): New defcustom.
14802         (comint-history-isearch-backward)
14803         (comint-history-isearch-backward-regexp): New commands.
14804         (comint-history-isearch-message-overlay): New buffer-local variable.
14805         (comint-history-isearch-setup, comint-history-isearch-end)
14806         (comint-goto-input, comint-history-isearch-search)
14807         (comint-history-isearch-message, comint-history-isearch-wrap)
14808         (comint-history-isearch-push-state)
14809         (comint-history-isearch-pop-state): New functions.
14811 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
14813         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
14814         return.
14815         (tramp-handle-make-symbolic-link)
14816         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
14817         Quote file names.
14818         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
14819         (tramp-handle-process-file): Use it.
14821 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14823         * window.el (move-to-window-line-last-op): Remove.
14824         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
14826 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
14828         Make M-r mirror the new cycling behavior of C-l.
14829         * window.el (move-to-window-line-last-op): New var.
14830         (move-to-window-line-top-bottom): New command.
14831         (global-map): Bind M-r move-to-window-line-top-bottom.
14833 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
14835         * dired-x.el (dired-guess-shell-alist-default):
14836         Support xz format.  (Bug#4953)
14838 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
14840         * emulation/viper-cmd.el: Use viper-last-command-char instead of
14841         last-command-char/last-command-event.
14842         (viper-prefix-arg-value): Do correct conversion of event-char for
14843         XEmacs.
14845         * emulation/viper-util.el, emulation/viper.el:
14846         Use viper-last-command-char instead of
14847         last-command-char/last-command-event.
14849         * ediff-init.el, ediff-mult.el, ediff-util.el:
14850         Replace last-command-char and last-command-event
14851         with (ediff-last-command-char) everywhere.
14853         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
14854         created in fundamental mode.
14856         * ediff.el (ediff-version): Revert the change of interactive-p to
14857         called-interactively-p.
14859 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
14861         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
14862         generation from word-movement command names.
14864 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
14866         * cus-start.el (all): Add native condition for font-use-system-font.
14868 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
14870         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
14871         Correct the patch from 2009-11-18.  (Bug#3910)
14873 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
14875         * progmodes/subword.el: Rename from lisp/subword.el.
14877         * subword.el: Rename to progmodes/subword.el.
14879         * Makefile.in (ELCFILES): Adapt to subword.el move.
14881 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14882             Stefan Monnier  <monnier@iro.umontreal.ca>
14884         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
14885         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
14886         (bookmark-bmenu-show-filenames): Use push.
14887         (bookmark-bmenu-hide-filenames): Use local var instead of
14888         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
14889         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
14890         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
14891         filenames now that the bookmark names are always available.
14893 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14895         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
14896         (bookmark-search-pattern): Move and leave unbound.
14897         (bookmark-bmenu-mode-map): Change binding.
14898         (bookmark-read-search-input): Simplify.
14899         Don't use text-char-description.  Don't error on non-char events.
14900         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
14901         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
14902         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
14903         Use a local var for the timer.
14904         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
14905         (i.e. bookmark-bmenu-search).
14907 2009-11-21  Glenn Morris  <rgm@gnu.org>
14909         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
14911 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
14913         * net/browse-url.el (browse-url-default-windows-browser):
14914         Use cygstart for cygwin.
14916 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
14918         * bookmark.el: Formatting and doc fixes only:
14919         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
14920         (bookmark-bmenu-search): Wrap to fit within 80 columns.
14921         Minor grammar and punctuation fixes in doc string.
14922         (bookmark-read-search-input): Adjust to fit within 80 columns.
14924 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14926         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
14927         (c-backward-into-nomenclature): Adapt to subword renaming.
14929         * subword.el (subword-forward, subword-backward, subword-mark)
14930         (subword-kill, subword-backward-kill, subword-transpose)
14931         (subword-downcase, subword-upcase, subword-capitalize)
14932         (subword-forward-internal, subword-backward-internal):
14933         Rename from forward-subword, backward-subword, mark-subword,
14934         kill-subword, backward-kill-subword, transpose-subwords,
14935         downcase-subword, upcase-subword, capitalize-subword,
14936         forward-subword-internal, backward-subword-internal.
14938 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
14940         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
14941         New options.
14942         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
14943         New vars.
14944         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
14945         (bookmark-bmenu-filter-alist-by-regexp)
14946         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
14947         (bookmark-bmenu-search): New command.
14948         (bookmark-bmenu-mode-map): Bind it.
14950 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
14952         * progmodes/cc-cmds.el: declare-functioned forward-subword and
14953         backward-subword to quit the byte-compiler.
14955         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
14957         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
14959         * progmodes/cc-cmds.el (c-update-modeline)
14960         (c-forward-into-nomenclature, c-backward-into-nomenclature):
14961         Refer to subword.el functions instead of cc-subword.el.
14963         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
14964         subword.el functions instead of cc-subword.el.
14966         * progmodes/cc-subword.el: Rename to subword.el.
14967         * subword.el: Rename from progmodes/cc-subword.el.
14968         (subword-mode-map): Rename from c-subword-mode-map.
14969         (subword-mode): Rename from c-subword-mode.
14970         (global-subword-mode): New global minor mode.
14971         (forward-subword): Rename from c-forward-subword.
14972         (backward-subword): Rename from c-backward-subword.
14973         (mark-subword): Rename from c-mark-subword.
14974         (kill-subword): Rename from c-kill-subword.
14975         (backward-kill-subword): Rename from c-backward-kill-subword.
14976         (transpose-subwords): Rename from c-tranpose-subword.
14977         (downcase-subword): Rename from c-downcase-subword.
14978         (capitalize-subword): Rename from c-capitalize-subword.
14979         (forward-subword-internal): Rename from c-forward-subword-internal.
14980         (backward-subword-internal): Rename from c-backward-subword-internal.
14982 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
14984         * vc.el (vc-deduce-fileset): Allow non-state changing operations
14985         from a dired buffer.
14986         (vc-dired-deduce-fileset): New function.
14987         (vc-root-diff, vc-print-root-log): Use it.
14989         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
14990         nil LIMIT argument to vc-print-log-internal.
14992 2009-11-20  Glenn Morris  <rgm@gnu.org>
14994         * Makefile.in (ELCFILES): Regenerate.
14996 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
14998         * calc/calc.el (calc-set-mode-line):
14999         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15000         (math-format-number): Rename `math-format-complement-signed' to
15001         `math-format-twos-complement'.
15003         * calc/calc-bin.el (math-format-twos-complement): Rename from
15004         math-format-complement-signed.
15005         (calc-radix): Rename `calc-complement-signed-mode' to
15006         `calc-twos-complement-mode'.
15007         (calc-octal-radix, calc-hex-radix): Add an argument for
15008         two's complement.
15010         * calc/calc-embed.el (calc-embedded-mode-vars):
15011         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15013         * calc/calc-ext.el (calc-init-extensions):
15014         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
15015         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
15017         * calc/calc-units.el (math-build-units-table-buffer):
15018         Let `calc-twos-complement-mode' be nil.
15020         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
15021         entries.
15023         * calc/calc-vec.el (calcFunc-vunpack):
15024         * calc/calc-aent.el (calc-do-calc-eval):
15025         * calc/calc-forms.el (math-format-date):
15026         * calc/calc-graph.el (calc-graph-plot):
15027         * calc/calc-math.el (math-use-emacs-fn):
15028         * calc/calccomp.el (math-compose-expr):
15029         Let `calc-twos-complement-mode' be nil.
15031 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15033         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
15034         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
15035         * minibuffer.el (completion-in-region-functions): New hook.
15036         (completion-in-region): New function.
15037         * emacs-lisp/lisp.el (lisp-complete-symbol):
15038         * pcomplete.el (pcomplete-std-complete): Use it.
15040 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15042         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
15043         (latex-complete-alist): New vars.
15044         (latex-string-prefix-p, latex-complete-bibtex-keys)
15045         (latex-complete-envnames, latex-complete-refkeys)
15046         (latex-complete-data): New functions.
15047         (latex-complete, latex-indent-or-complete): New commands.
15049         * window.el (display-buffer-mark-dedicated): New var.
15050         (display-buffer): Obey it.
15051         * minibuffer.el (minibuffer-completion-help): Use it.
15053         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
15055         * filecache.el (file-cache-add-file): Use push and cons.
15056         (file-cache-delete-file-regexp): Use push.
15057         (file-cache-complete): Use completion-in-region.
15059         * simple.el (with-wrapper-hook): Fix thinko.
15061         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
15062         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
15063         Use with-current-buffer and string-to-number.
15064         (hfy-fallback-colour-values): Use assoc-string.
15065         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
15066         (hfy-face-at): Remove unused var `found-face'.
15067         (hfy-compile-stylesheet): Remove unused var `css'.
15068         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
15069         and `orig-buffer'.
15070         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
15071         Use with-current-buffer.
15072         (hfy-text-p): Use expand-file-name and fewer setq.
15074 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
15076         * htmlfontify.el, hfy-cmap.el: New files.
15078 2009-11-19  Juri Linkov  <juri@jurta.org>
15080         * minibuffer.el (completions-format): New defcustom.
15081         (completion--insert-strings): Implement vertical format.
15083         * simple.el (switch-to-completions): Move point to the first
15084         completion when point was at the beginning of the buffer.
15086 2009-11-19  Juri Linkov  <juri@jurta.org>
15088         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
15090         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
15092 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
15094         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
15095         (mail-signature): Change default to t.
15096         (mail-from-style): Deprecate `system-default' value.
15097         (mail-insert-from-field): For default value of mail-from-style,
15098         default to `angles' unless `angles' needs quoting and `parens'
15099         does not.
15100         (mail-citation-prefix-regexp): Use citation regexp from
15101         message-mode.
15103 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
15105         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
15106         Set variables for computing the prompt for reading password.
15108 2009-11-19  Glenn Morris  <rgm@gnu.org>
15110         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
15112         * textmodes/flyspell.el (sgml-lexical-context): Declare.
15114         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
15115         (newsticker-treeview-listwindow-height): Fix custom type.
15117 2009-11-19  Kenichi Handa  <handa@m17n.org>
15119         * descr-text.el (describe-char-padded-string): Compose with TAB
15120         only if there's a font for CH.
15121         (describe-char): Fix the condition for detecting a trivial composition.
15123 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
15125         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
15126         more accurate version of the regexp.  (Bug#3910)
15128 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
15130         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
15132 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
15134         * font-setting.el (font-use-system-font): Declare for byte-compiler.
15135         (font-setting-change-default-font): Fix typo in docstring.
15137 2009-11-18  Alan Mackenzie  <acm@muc.de>
15139         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
15141 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
15143         * font-setting.el (font-use-system-font): Move ...
15145         * cus-start.el (all): ... to here.
15147 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
15149         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
15150         Don't set `ad-return-value' if `ad-do-it' doesn't.
15152         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
15153         modification time.
15155 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
15157         * menu-bar.el: Put "Use system font" in Option-menu.
15158         (menu-bar-options-save): Add font-use-system-font.
15160         * loadup.el: If feature system-font-setting or font-render-setting is
15161         there, load font-setting.
15163         * Makefile.in (ELCFILES): Add font-settings.el.
15164         * font-setting.el: New file.
15166 2009-11-17  Glenn Morris  <rgm@gnu.org>
15168         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
15170         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
15171         Preserve point in the list buffer.  (Bug#4939)
15172         Use point-at-eol.
15173         (newsticker--treeview-list-update-highlight)
15174         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
15176 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
15178         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
15179         Remove.
15181         * calc/calc-ext.el (calc-init-extensions): Remove references to
15182         symclip.
15184         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
15186         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
15187         * calc/calc-help.el (calc-b-prefix-help): Remove references to
15188         `calc-symclip'.
15190 2009-11-16  Kevin Ryde  <user42@zip.com.au>
15192         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
15193         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
15195         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
15196         (lm-keywords-list): Allow comma-only separator like "foo,bar".
15197         Ignore trailing spaces by omit-nulls to split-string (fixing
15198         regression from Emacs 21 due to the incompatible split-string
15199         change).  (Bug #4928.)
15201 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
15203         * vc.el (vc-log-show-limit): Default to 2000.
15204         (vc-print-log-internal): Insert buttons to request more entries
15205         when limiting the output.
15207         * vc-sccs.el (vc-sccs-print-log):
15208         * vc-rcs.el (vc-rcs-print-log):
15209         * vc-cvs.el (vc-cvs-print-log):
15210         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
15211         LIMIT is non-nil.
15213 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
15215         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
15216         error when `tramp-gvfs-dbus-event-vector' is set.
15217         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
15219 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15221         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
15223 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
15225         * net/dbus.el (dbus-unregister-service): New defun.
15226         (dbus-register-property): Register the handlers of
15227         "org.freedesktop.DBus.Properties" for SERVICE.
15228         (dbus-property-handler): Fix docstring.
15230 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
15232         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
15233         Quote doc string reference in defvaralias as it is not in special form.
15234         (byte-compile-output-docform): Doc fix.
15236 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
15238         * calc/calc.el (math-2-word-size, math-half-2-word-size)
15239         (calc-complement-signed-mode): New variables.
15240         (calc-set-mode-line): Add indicator for twos-complements.
15241         (math-format-number): Format twos-complement notation.
15243         * calc/calc-bin.el (calc-word-size): Reset the variables
15244         `math-2-word-size' and `math-half-2-word-size'.
15245         (math-format-complement-signed, math-symclip, calcFunc-symclip)
15246         (calc-symclip): New functions.
15248         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
15250         * calc/calc-embed.el (calc-embedded-mode-vars):
15251         Add `calc-complement-signed-mode' to the list of modes.
15253         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
15254         (calc-b-oper-keys): Add `calc-symclip' to list.
15256         * calc/calc-ext.el (math-read-number-fancy): Read complement
15257         signed numbers.
15258         (calc-init-extensions): Add binding for `calc-symclip'.
15259         Add autoload for `calcFunc-symclip' and `calc-symclip'.
15261         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
15262         `calc-symclip'.
15263         (calc-modes-menu): Add item for twos complement mode.
15265         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
15267 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
15269         * register.el (jump-to-register, insert-register): Handle Semantic
15270         tags.  From commented-out advice in semantic/senator.el.
15272 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
15274         * vc.el (vc-log-show-limit): New variable.
15275         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
15276         when using a prefix argument.
15277         (vc-print-log-internal): Add new argument LIMIT.
15279         * vc-svn.el (vc-svn-print-log):
15280         * vc-mtn.el (vc-mtn-print-log):
15281         * vc-hg.el (vc-hg-print-log):
15282         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
15283         pass it to the log command when set.  Make the BUFFER argument
15284         non-optional.
15286         * vc-sccs.el (vc-sccs-print-log):
15287         * vc-rcs.el (vc-rcs-print-log):
15288         * vc-git.el (vc-git-print-log):
15289         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
15290         ignore it.  Make the BUFFER argument non-optional
15292         * bindings.el (mode-line-buffer-identification): Do not purecopy.
15294 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
15296         * dired.el (dired-mode-map): Move encryption items to "Operate"
15297         menu (Bug#4703).
15299         * strokes.el (strokes-update-window-configuration): Make strokes
15300         buffer current before erasing (Bug#4906).
15302 2009-11-15  Juri Linkov  <juri@jurta.org>
15304         * simple.el (set-mark-default-inactive): Add :type, :group
15305         and :version.  (Bug#4876)
15307 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
15309         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
15310         (archive-unique-fname): ... here.  (Bug#4929)
15312 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15314         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
15315         with a real fix.
15317         * novice.el (disabled-command-function): Add useful args.
15318         Setup the help buffer so that [back] works.
15319         Remove redundant call to help-mode.
15320         (disabled-command-function): Use `case'.
15321         (en/disable-command): New function extracted from enable-command.
15322         (enable-command, disable-command): Use it.
15324 2009-11-14  Glenn Morris  <rgm@gnu.org>
15326         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
15327         constants.  (Bug#4913)
15329         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
15331 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
15333         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
15334         defined in C that have no doc-strings.  (Bug#1063)
15336 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
15338         * cus-edit.el (data, files):
15339         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
15341 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
15343         * simple.el (shell-command): Doc fix (Bug#4891).
15345         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
15347 2009-11-14  Glenn Morris  <rgm@gnu.org>
15349         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
15350         statements for vc-diff, emerge-quit, and rmail-cease-edit.
15351         If they are already loaded, eval-after-load will do the right thing.
15353         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
15354         compiling.
15356         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
15358         * simple.el (x-selection-owner-p): Declare.
15359         (read-mail-command): Use custom radio type rather than choice.
15360         (completion-no-auto-exit): Doc fix.
15362         * custom.el (defgroup):
15363         * epg-config.el (epg): Doc fixes.
15365 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
15367         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
15368         * international/ccl.el (define-ccl-program): Do not purecopy the
15369         docstring, defconst does it anyway.
15371 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15373         * add-log.el (add-change-log-entry): Avoid displaying the changelog
15374         a second time.
15376         * x-dnd.el (x-dnd-maybe-call-test-function):
15377         * window.el (split-window-vertically):
15378         * whitespace.el (whitespace-help-on):
15379         * vc-rcs.el (vc-rcs-consult-headers):
15380         * userlock.el (ask-user-about-lock-help)
15381         (ask-user-about-supersession-help):
15382         * type-break.el (type-break-force-mode-line-update):
15383         * time-stamp.el (time-stamp-conv-warn):
15384         * terminal.el (te-set-output-log, te-more-break, te-filter)
15385         (te-sentinel, terminal-emulator):
15386         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
15387         (term-write-input-ring, term-check-source, term-start-output-log):
15388         (term-display-buffer-line, term-dynamic-list-completions):
15389         (term-ansi-make-term, serial-term):
15390         * subr.el (selective-display):
15391         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
15392         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
15393         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
15394         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
15395         (speedbar-remove-localized-speedbar-support)
15396         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
15397         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
15398         (speedbar-buffers-line-directory):
15399         * simple.el (shell-command-on-region, append-to-buffer)
15400         (prepend-to-buffer):
15401         * shadowfile.el (shadow-save-todo-file):
15402         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
15403         (scroll-bar-maybe-set-window-start):
15404         * sb-image.el (speedbar-image-dump):
15405         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
15406         (load-save-place-alist-from-file):
15407         * ps-samp.el (ps-print-message-from-summary):
15408         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
15409         (ps-background-image, ps-begin-job, ps-do-despool):
15410         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
15411         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
15412         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
15413         (pr-call-process, pr-file-list, pr-interface-save):
15414         * novice.el (disabled-command-function)
15415         (enable-command, disable-command):
15416         * mouse.el (mouse-buffer-menu-alist):
15417         * mouse-copy.el (mouse-kill-preserving-secondary):
15418         * macros.el (kbd-macro-query):
15419         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
15420         * informat.el (batch-info-validate):
15421         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
15422         * hippie-exp.el (try-expand-dabbrev-visible):
15423         * help-mode.el (help-make-xrefs):
15424         * help-fns.el (describe-variable):
15425         * generic-x.el (bat-generic-mode-run-as-comint):
15426         * finder.el (finder-mouse-select):
15427         * find-dired.el (find-dired-sentinel):
15428         * filesets.el (filesets-file-close):
15429         * files.el (list-directory):
15430         * faces.el (list-faces-display, describe-face):
15431         * facemenu.el (list-colors-display):
15432         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
15433         * epg.el (epg--process-filter, epg-cancel):
15434         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
15435         (epa--read-signature-type):
15436         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
15437         (emerge-file-names):
15438         * ehelp.el (electric-helpify):
15439         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
15440         * ediff-vers.el (rcs-ediff-view-revision):
15441         * ediff-util.el (ediff-setup):
15442         * ediff-mult.el (ediff-append-custom-diff):
15443         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
15444         (ediff-wordify):
15445         * echistory.el (Electric-command-history-redo-expression):
15446         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
15447         * disp-table.el (describe-display-table):
15448         * dired.el (dired-find-buffer-nocreate):
15449         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
15450         * dabbrev.el (dabbrev--same-major-mode-p):
15451         * chistory.el (list-command-history):
15452         * apropos.el (apropos-documentation):
15453         * allout.el (allout-obtain-passphrase):
15454         (allout-copy-exposed-to-buffer):
15455         (allout-verify-passphrase): Use with-current-buffer.
15457 2009-11-13  Glenn Morris  <rgm@gnu.org>
15459         * Makefile.in (ELCFILES): Regenerate.
15461 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
15463         * net/dbus.el (dbus-registered-objects-table): Rename from
15464         `dbus-registered-functions-table', because it contains also properties.
15465         (dbus-unregister-object): Unregister also properties.
15466         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
15467         Use a timeout of 500 msec, in order to not block.
15468         (dbus-register-property, dbus-property-handler): New defuns.
15470 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15472         * simple.el (minibuffer-default-add-completions): Drop deprecated
15473         4th arg.
15475 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
15477         * textmodes/artist.el (artist-mouse-choose-operation):
15478         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
15479         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
15480         (artist-compute-up-event-key): New function.
15481         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
15483 2009-11-13  Kenichi Handa  <handa@m17n.org>
15485         * language/japan-util.el: Make sure that the value of jisx0208
15486         property is jisx0208 character.
15488 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
15490         * international/mule.el (auto-coding-regexp-alist): Only purecopy
15491         car or each item, not the whole list.
15493 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15495         * minibuffer.el (minibuffer-completion-help):
15496         Use minibuffer-hide-completions.
15498 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
15500         * dired.el (dired-save-positions, dired-restore-positions): New funs.
15501         (dired-revert): Use them (bug#4880).
15503 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
15505         * tooltip.el (tooltip-frame-parameters): Undo previous change.
15507 2009-11-12  Juri Linkov  <juri@jurta.org>
15509         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
15510         New functions.
15511         (find-file-literally-at-point): Alias of `ffap-literally'.
15513 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
15515         * textmodes/ispell.el (ispell-skip-region-alist):
15516         * textmodes/css-mode.el (auto-mode-alist):
15517         * progmodes/compile.el (auto-mode-alist):
15518         * international/mule.el (ctext-non-standard-encodings-alist)
15519         (ctext-non-standard-encodings-regexp):
15520         * simple.el (shell-command-switch, text-read-only):
15521         * replace.el (occur-mode-map):
15522         * paths.el (rmail-file-name):
15523         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
15524         * find-file.el (ff-special-constructs):
15525         * files.el (file-name-handler-alist):
15526         * composite.el: Purecopy strings.
15528         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
15530 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
15532         * widget.el (define-widget): Purecopy the docstring.
15533         * international/mule-cmds.el (charset): Do not purecopy the
15534         docstring here, define-widget does it.
15536         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
15537         * textmodes/bibtex-style.el (auto-mode-alist):
15538         * progmodes/inf-lisp.el (inferior-lisp-prompt):
15539         * progmodes/compile.el (compile-command):
15540         * language/korea-util.el (default-korean-keyboard):
15541         * international/mule-conf.el (file-coding-system-alist):
15542         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
15543         * tooltip.el (tooltip-frame-parameters):
15544         * newcomment.el (comment-end, comment-padding):
15545         * dired.el (dired-trivial-filenames):
15546         * comint.el (comint-file-name-prefix): Purecopy initial values.
15548 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
15550         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
15551         (tramp-advice-minibuffer-electric-tilde): Unload advices via
15552         `tramp-unload'.
15553         (tramp-advice-make-auto-save-file-name)
15554         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
15555         after removing the advice.
15557 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
15559         * progmodes/grep.el (grep-regexp-alist):
15560         * international/mule-cmds.el (iso-2022-control-alist):
15561         * emacs-lisp/timer.el (timer-duration-words):
15562         * subr.el (version-separator, version-regexp-alist):
15563         * minibuffer.el (completion-styles-alist):
15564         * faces.el (face-attribute-name-alist, list-faces-sample-text):
15565         Change defvars to defconsts.
15567         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
15568         * loadup.el ("international/mule-conf"): Load the byte compiled version.
15569         * international/mule-conf.el: Allow to be byte compiled.
15571         * international/mule.el (define-charset): Purecopy props.
15572         (load-with-code-conversion): Purecopy doc string and file name.
15573         (put-charset-property): Purecopy strings.
15574         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
15576         * international/mule-cmds.el (register-input-method): Purecopy arguments.
15577         (define-char-code-property): Correctly purecopy the table.
15579         * international/ccl.el (define-ccl-program): Purecopy the docstring.
15581         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
15583         * subr.el (add-hook): Purecopy strings.
15584         (eval-after-load): Purecopy load-history-regexp and the form.
15586         * custom.el (custom-declare-group): Purecopy load-file-name.
15588         * subr.el (menu-bar-separator): New defconst.
15589         * net/eudc.el (eudc-tools-menu):
15590         * international/mule-cmds.el (set-coding-system-map)
15591         (mule-menu-keymap):
15592         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
15593         * vc-hooks.el (vc-menu-map):
15594         * replace.el (occur-mode-map):
15595         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
15596         (menu-bar-edit-menu, menu-bar-goto-menu)
15597         (menu-bar-custom-menu, menu-bar-showhide-menu)
15598         (menu-bar-options-menu, menu-bar-tools-menu)
15599         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
15600         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
15601         (menu-bar-help-menu):
15602         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
15603         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
15605         * term/x-win.el (x-gtk-stock-map):
15606         * progmodes/vera-mode.el (auto-mode-alist):
15607         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
15608         (inferior-lisp-program, inferior-lisp-load-command):
15609         * progmodes/hideshow.el (hs-special-modes-alist):
15610         * progmodes/gud.el (same-window-regexps):
15611         * progmodes/grep.el (grep-program, find-program, xargs-program):
15612         * net/telnet.el (same-window-regexps):
15613         * net/rlogin.el (same-window-regexps):
15614         * language/ethiopic.el (font-ccl-encoder-alist):
15615         * vc-sccs.el (vc-sccs-master-templates):
15616         * vc-rcs.el (vc-rcs-master-templates):
15617         * subr.el (cl-assertion-failed):
15618         * simple.el (next-error-overlay-arrow-position):
15619         * lpr.el (lpr-command):
15620         * locate.el (locate-ls-subdir-switches):
15621         * info.el (same-window-regexps, info)
15622         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
15623         * image-mode.el (image-mode, auto-mode-alist):
15624         * hippie-exp.el (hippie-expand-ignore-buffers):
15625         * format.el (format-alist):
15626         * find-dired.el (find-ls-subdir-switches, find-grep-options)
15627         (find-name-arg):
15628         * facemenu.el (facemenu-keybindings):
15629         * dired.el (dired-listing-switches, dired-chown-program):
15630         * diff.el (diff-switches, diff-command):
15631         * cus-edit.el (same-window-regexps):
15632         * bindings.el (mode-line-mule-info)
15633         (mode-line-buffer-identification): Purecopy strings.
15635 2009-11-11  Juri Linkov  <juri@jurta.org>
15637         * simple.el (dired-get-filename) <declare-function>:
15638         Tell the byte-compiler about dired-get-filename.
15639         (shell-command): In Dired mode, get filename from the current line
15640         as the default value.
15642 2009-11-10  Glenn Morris  <rgm@gnu.org>
15644         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
15645         * calendar/holidays.el, progmodes/cperl-mode.el:
15646         Update x-popup-menu declarations.
15648         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
15649         (list-load-path-shadows): Use dolist.
15650         (list-load-path-shadows): Use with-current-buffer.
15652 2009-11-10  Juri Linkov  <juri@jurta.org>
15654         * minibuffer.el (read-file-name): Support a list of default values
15655         in `default-filename'.  Use the first file name where only one
15656         element is required.  Doc fix.
15658 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
15660         * net/dbus.el (dbus-unregister-object): Release service, if no
15661         other method is registered for it.
15663 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
15665         * bookmark.el (bookmark-completing-read): Sort bookmark names if
15666         bookmark-sort-flag is non-nil (Bug#4653).
15668 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
15670         * emulation/cua-base.el: Add CUA property to some CC mode commands
15671         (Bug#4100).
15673 2009-11-08  Kevin Ryde  <user42@zip.com.au>
15675         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
15676         at end of sentence (Bug#4818).
15678 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
15680         * progmodes/compile.el (compilation-error-regexp-alist-alist):
15681         Handle "see declaration of" MSFT statements (Bug#4100).
15683 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
15685         * net/tramp.el (tramp-advice-make-auto-save-file-name)
15686         (tramp-advice-file-expand-wildcards): Unload via
15687         `ad-remove-advice'.
15689         * net/trampver.el: Update release number.
15691 2009-11-08  Kevin Ryde  <user42@zip.com.au>
15693         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
15694         `ad-do-it'.
15696 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
15698         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
15699         in order to keep context in SELinux.
15701 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
15703         * dired-aux.el (dired-query): Place cursor in echo area and allow
15704         C-g.
15706         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
15707         menu item if not on a directory (Bug#4701).
15709 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
15711         Sync with Tramp 2.1.17.
15713         * net/tramp.el (tramp-handle-copy-directory): Don't use
15714         `file-remote-p' (due to compatibility).
15716         * net/tramp-compat.el (tramp-compat-copy-directory)
15717         (tramp-compat-delete-directory): New defuns.
15719         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
15720         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
15721         Use `tramp-compat-delete-directory'.
15723         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
15724         (tramp-smb-handle-delete-directory):
15725         Use `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
15727         * net/trampver.el: Update release number.
15729 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
15731         * tar-mode.el (tar-copy): Call write-region on the right buffer
15732         (Bug#4857).
15734         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
15735         by hand, if necessary (Bug#4878).
15737 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
15739         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
15740         align size column (Bug#4839).
15742         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
15743         statement.
15745 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
15747         * progmodes/ld-script.el (auto-mode-alist):
15748         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
15750         * cus-face.el (custom-declare-face): Purecopy face spec.
15752 2009-11-06  Kenichi Handa  <handa@m17n.org>
15754         * international/uni-bidi.el: Re-generated.
15755         * international/uni-category.el: Re-generated.
15756         * international/uni-combining.el: Re-generated.
15757         * international/uni-mirrored.el: Re-generated.
15759 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
15761         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
15762         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
15763         (tex-start-options, slitex-run-command, latex-run-command)
15764         (tex-run-command, tex-directory):
15765         * textmodes/ispell.el (ispell-html-skip-alists)
15766         (ispell-tex-skip-alists, ispell-tex-skip-alists):
15767         * textmodes/fill.el (adaptive-fill-first-line-regexp):
15768         (adaptive-fill-regexp):
15769         * textmodes/dns-mode.el (auto-mode-alist):
15770         * progmodes/python.el (interpreter-mode-alist):
15771         * progmodes/etags.el (tags-compression-info-list):
15772         * progmodes/etags.el (tags-file-name):
15773         * net/browse-url.el (browse-url-galeon-program)
15774         (browse-url-firefox-program):
15775         * mail/sendmail.el (mail-signature-file)
15776         (mail-citation-prefix-regexp):
15777         * international/mule-conf.el (eight-bit):
15778         * international/latexenc.el (latex-inputenc-coding-alist):
15779         * international/fontset.el (x-pixel-size-width-font-regexp):
15780         * emacs-lisp/warnings.el (warning-type-format):
15781         * emacs-lisp/trace.el (trace-buffer):
15782         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
15783         (emacs-lisp-mode-map):
15784         * calendar/holidays.el (holiday-solar-holidays)
15785         (holiday-bahai-holidays, holiday-islamic-holidays)
15786         (holiday-christian-holidays, holiday-hebrew-holidays)
15787         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
15788         (hebrew-holidays-1, holiday-oriental-holidays)
15789         (holiday-general-holidays):
15790         * x-dnd.el (x-dnd-known-types):
15791         * tool-bar.el (tool-bar):
15792         * startup.el (site-run-file):
15793         * shell.el (shell-dumb-shell-regexp):
15794         * rfn-eshadow.el (file-name-shadow-tty-properties)
15795         (file-name-shadow-properties):
15796         * paths.el (remote-shell-program, news-directory):
15797         * mouse.el ([C-down-mouse-3]):
15798         * menu-bar.el (menu-bar-tools-menu):
15799         * jka-cmpr-hook.el (jka-compr-load-suffixes)
15800         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
15801         (jka-compr-compression-info-list):
15802         * isearch.el (search-whitespace-regexp):
15803         * image-file.el (image-file-name-extensions):
15804         * find-dired.el (find-ls-option):
15805         * files.el (directory-listing-before-filename-regexp)
15806         (directory-free-space-args, insert-directory-program)
15807         (list-directory-brief-switches, magic-fallback-mode-alist)
15808         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
15809         (automount-dir-prefix):
15810         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
15811         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
15812         (face-font-registry-alternatives, face-font-registry-alternatives)
15813         (face-font-family-alternatives):
15814         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
15815         (facemenu-foreground-menu, facemenu-face-menu):
15816         * epa-hook.el (epa-file-name-regexp):
15817         * dnd.el (dnd-protocol-alist):
15818         * textmodes/rst.el (auto-mode-alist):
15819         * button.el (default-button): Purecopy strings.
15821 2009-11-06  Glenn Morris  <rgm@gnu.org>
15823         * Makefile.in (ELCFILES): Update.
15825 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15827         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
15828         * emacs-lisp/levents.el: Move to obsolete/levents.el.
15830         * nxml/xsd-regexp.el (xsdre-gen-categories):
15831         * nxml/xmltok.el (xmltok-parse-entity):
15832         * nxml/rng-parse.el (rng-parse-validate-file):
15833         * nxml/rng-maint.el (rng-format-manual)
15834         (rng-manual-output-force-new-line):
15835         * nxml/rng-loc.el (rng-save-schema-location-1):
15836         * nxml/rng-cmpct.el (rng-c-parse-file):
15837         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
15838         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
15840 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
15842         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
15843         Remove extra save-excursions and make-variable-buffer-local's.
15844         Suggested by Stefan Monnier.
15846         (verilog-getopt-file, verilog-module-inside-filename-p)
15847         (verilog-set-define): Merge GNU 1.35 and repair changes from
15848         switching to using with-current-buffer.
15850         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
15851         being treated as a number and confusing AUTORESET.
15852         Reported by Dan Dever.
15854         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
15855         Add verilog-auto-ignore-concat to fix backward compatibility with
15856         older verilog-modes.  Reported by Dan Katz.
15858         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
15859         containing closing anchors "...$".
15861         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
15862         Reported by Wade Smith.
15864         (verilog-batch-execute-func): Comment on function usage.
15866 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
15868         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
15869         for labels.
15871         (verilog-label-re, verilog-calc-1): Support proper indent of named
15872         asserts.
15874         (verilog-backward-token, verilog-basic-complete-re)
15875         (verilog-beg-of-statement, verilog-indent-re): Support proper
15876         indent of the assert statement at the beginning of a block of text.
15878         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
15879         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
15880         tokens as begins.
15882 2009-11-05  Glenn Morris  <rgm@gnu.org>
15884         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
15885         Emacs 19.  (Bug#1531)
15886         (byte-compile-fix-header): Update for the above change.
15887         Drop test for epoch::version.
15889         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
15890         * cus-dep.el (custom-make-dependencies):
15891         * finder.el (finder-compile-keywords):
15892         Use autoload-rubric's feature argument.
15894         * calendar/diary-lib.el (top-level): Make load behave more like require.
15896         * vc-git.el (vc-git-stash-map): Move definition before use.
15898 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
15900         * custom.el (custom-declare-group): Purecopy standard-value.
15901         (custom-declare-group): Purecopy custom-prefix.
15903         * international/mule.el (load-with-code-conversion):
15904         Call do-after-load-evaluation unconditionally.
15906         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
15908 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15910         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
15912 2009-11-04  Glenn Morris  <rgm@gnu.org>
15914         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
15915         (byte-compile-compatibility): Remove option.
15916         (byte-compile-close-variables, byte-compile-fix-header)
15917         (byte-compile-insert-header, byte-compile-output-docform)
15918         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
15919         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
15920         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
15921         (byte-compile-insert, byte-compile-defun):
15922         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
15923         (byte-defop-compiler19): Remove.
15924         Without byte-compile-compatibility, the 'emacs19-opcode property is not
15925         used by anything.  Replace all calls with byte-defop-compiler.
15927 2009-11-04  Juri Linkov  <juri@jurta.org>
15929         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
15930         (menu-bar-options-menu): Don't quote the `prop' arg of
15931         `menu-bar-make-mm-toggle'.
15933 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
15935         * calendar/calendar.el (cal-loaddefs):
15936         * calendar/diary-lib.el (diary-loaddefs):
15937         * calendar/holidays.el (hol-loaddefs):
15938         * eshell/esh-module.el (esh-groups): Load rather than require.
15940 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15942         * calendar/todo-mode.el (todo-add-category): Don't hardcode
15943         point-min==1.
15944         (todo-top-priorities): Only display-buffer when called interactively.
15945         (todo-item-start): Don't save excursion point.
15946         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
15947         (todo-insert-item-here, todo-file-item, todo-remove-item):
15948         Adjust uses of todo-item-start and todo-item-end.
15950         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
15951         (autoload-rubric): Don't use any more.
15953         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
15954         and only put a prop if it is non-nil.
15956 2009-11-03  Juri Linkov  <juri@jurta.org>
15958         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
15959         (menu-bar-options-menu): Fix list quoting (Bug#4429).
15961         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
15962         and "Menu" to make top-level menu item visually one unit (like
15963         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
15964         multi-word menu items).  Fix :help string for quit-window.
15966 2009-11-03  Glenn Morris  <rgm@gnu.org>
15968         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
15969         (byte-compile-file-form-define-abbrev-table)
15970         (byte-compile-file-form-custom-declare-variable)
15971         (byte-compile-variable-ref, byte-compile-defvar):
15972         Whether or not a warning is enabled should only affect whether we issue
15973         the warning, not whether or not we collect the relevant data.
15974         Eg warnings can be turned on and off throughout the course of a file.
15976         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
15977         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
15979 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15981         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
15982         * play/mpuz.el (mpuz-create-buffer):
15983         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
15984         (lm-print-y,s,noise, lm-print-w0, lm-init):
15985         * play/gomoku.el (gomoku-prompt-for-move):
15986         * play/fortune.el (fortune-in-buffer):
15987         * play/dissociate.el (dissociated-press):
15988         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
15989         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
15990         * mail/supercite.el (sc-eref-show):
15991         * mail/smtpmail.el (smtpmail-send-it):
15992         * mail/rmailsum.el (rmail-summary-next-labeled-message)
15993         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
15994         (rmail-summary-undelete-many, rmail-summary-rmail-update)
15995         (rmail-summary-goto-msg, rmail-summary-expunge)
15996         (rmail-summary-get-new-mail, rmail-summary-search-backward)
15997         (rmail-summary-add-label, rmail-summary-output-menu)
15998         (rmail-summary-output-body):
15999         * mail/rfc822.el (rfc822-addresses):
16000         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
16001         * mail/mailpost.el (post-mail-send-it):
16002         * mail/hashcash.el (hashcash-generate-payment):
16003         * mail/feedmail.el (feedmail-run-the-queue)
16004         (feedmail-queue-send-edit-prompt-help-first)
16005         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
16006         (feedmail-deduce-address-list):
16007         * eshell/esh-ext.el (eshell-remote-command):
16008         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
16009         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
16010         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
16011         (viper-save-string-in-file, viper-valid-marker):
16012         * emulation/viper-keym.el (viper-toggle-key):
16013         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
16014         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
16015         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
16016         * emulation/viper-cmd.el (viper-exec-form-in-vi)
16017         (viper-exec-form-in-emacs, viper-brac-function):
16018         * emulation/viper.el (viper-delocalize-var):
16019         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
16020         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
16021         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
16022         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
16023         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
16024         * emulation/edt.el (edt-electric-helpify):
16025         * emulation/cua-rect.el (cua--rectangle-aux-replace):
16026         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
16027         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
16028         (cua-indent-to-global-mark-column):
16029         * calendar/diary-lib.el (calendar-mark-1):
16030         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
16031         Use with-current-buffer.
16032         * emulation/viper.el (viper-delocalize-var): Use dolist.
16034 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
16036         * comint.el (comint-replace-by-expanded-history-before-point):
16037         Replace !! with the previous input string literally (Bug#1795).
16039 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
16041         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
16042         to be made up of whitespace.
16044 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
16046         * minibuffer.el (read-file-name): Don't use file dialogs for
16047         remote directories (Bug#99).
16049 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
16051         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
16053 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
16055         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
16056         instead of deleting the window or frame.
16058 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
16060         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
16061         Support face colors.
16063         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
16064         New function.  Support face colors (Bug#1168).
16065         (tex-common-initialization): Use it.
16067         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
16068         mode allows it (Bug#1168).
16070 2009-10-31  Juri Linkov  <juri@jurta.org>
16072         * facemenu.el (list-colors-display): Don't mark buffer as
16073         modified (Bug#3948).
16075 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
16077         * international/mule-diag.el (list-character-sets-1):
16078         Minor message fix (Bug#3526).
16080         * progmodes/etags.el (etags-list-tags, etags-tags-apropos):
16081         Fix face property (Bug#4834).
16082         (etags-list-tags, etags-tags-apropos-additional)
16083         (etags-tags-apropos, tags-select-tags-table): Add follow-link
16084         property.
16086         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
16087         items.
16089 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16091         * textmodes/two-column.el (2C-split):
16092         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
16093         * textmodes/tex-mode.el (tex-set-buffer-directory):
16094         * textmodes/spell.el (spell-region, spell-string):
16095         * textmodes/reftex.el (reftex-erase-buffer):
16096         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
16097         * textmodes/reftex-toc.el (reftex-toc-promote-action):
16098         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
16099         (reftex-select-item):
16100         * textmodes/reftex-ref.el (reftex-label-info-update)
16101         (reftex-offer-label-menu):
16102         * textmodes/reftex-index.el (reftex-index-change-entry)
16103         (reftex-index-phrases-info):
16104         * textmodes/reftex-global.el (reftex-create-tags-file)
16105         (reftex-save-all-document-buffers, reftex-ensure-write-access):
16106         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
16107         (reftex-view-crossref-from-bibtex):
16108         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
16109         (reftex-extract-bib-entries-from-thebibliography)
16110         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
16111         * textmodes/refbib.el (r2b-capitalize-title):
16112         (r2b-convert-buffer, r2b-help):
16113         * textmodes/page-ext.el (pages-directory)
16114         (pages-directory-goto-with-mouse):
16115         * textmodes/bibtex.el (bibtex-validate-globally):
16116         * textmodes/bib-mode.el (bib-capitalize-title):
16117         * textmodes/artist.el (artist-clear-buffer, artist-system):
16118         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
16119         (local-set-scheme-interaction-buffer, xscheme-process-filter)
16120         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
16121         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
16122         (xscheme-send-control-g-interrupt, xscheme-start-process)
16123         (xscheme-process-sentinel, xscheme-cd):
16124         * progmodes/verilog-mode.el (verilog-read-always-signals)
16125         (verilog-set-define, verilog-getopt-file)
16126         (verilog-module-inside-filename-p):
16127         * progmodes/sh-script.el:
16128         * progmodes/python.el (python-pdbtrack-get-source-buffer)
16129         (python-pdbtrack-grub-for-buffer, python-execute-file):
16130         * progmodes/octave-inf.el (inferior-octave):
16131         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
16132         (idlwave-shell-compile-helper-routines, idlwave-set-local)
16133         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
16134         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
16135         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
16136         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
16137         (idlwave-shell-filter, idlwave-shell-examine-highlight)
16138         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
16139         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
16140         (idlwave-shell-examine-display, idlwave-shell-run-region)
16141         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
16142         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
16143         * progmodes/idlw-help.el (idlwave-help-get-special-help)
16144         (idlwave-help-get-help-buffer):
16145         * progmodes/gud.el (gud-basic-call, gud-find-class)
16146         (gud-tooltip-activate-mouse-motions-if-enabled):
16147         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
16148         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
16149         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
16150         (ebrowse-tags-next-file):
16151         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
16152         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
16153         (ebnf-eps-finish-and-write):
16154         * progmodes/cpp.el (cpp-edit-save):
16155         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
16156         * progmodes/cc-defs.el (c-emacs-features):
16157         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
16158         (antlr-directory-dependencies):
16159         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
16160         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
16161         (ada-find-any-references, ada-make-filename-from-adaname)
16162         (ada-make-body-gnatstub):
16163         * obsolete/rnews.el (news-list-news-groups):
16164         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
16165         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
16166         * net/rcirc.el (rcirc-debug):
16167         * net/newst-treeview.el (newsticker--treeview-list-add-item)
16168         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
16169         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
16170         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
16171         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
16172         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
16173         (newsticker--treeview-list-clear-highlight)
16174         (newsticker--treeview-list-update-highlight)
16175         (newsticker--treeview-list-highlight-start)
16176         (newsticker--treeview-tree-update-highlight)
16177         (newsticker--treeview-get-selected-item)
16178         (newsticker-treeview-mark-list-items-old)
16179         (newsticker--treeview-set-current-node):
16180         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
16181         * net/newst-backend.el (newsticker--get-news-by-funcall)
16182         (newsticker--get-news-by-wget, newsticker--image-get)
16183         (newsticker--image-sentinel):
16184         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
16185         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
16186         (eudc-ph-close-session):
16187         * net/eudc.el (eudc-save-options):
16188         * language/thai-word.el (thai-update-word-table):
16189         * language/japan-util.el (japanese-string-conversion):
16190         * international/titdic-cnv.el (tsang-quick-converter)
16191         (ziranma-converter, ctlau-converter):
16192         * international/mule-cmds.el (describe-language-environment):
16193         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
16194         (skkdic-convert-postfix, skkdic-convert-prefix):
16195         (skkdic-convert-okuri-nasi, skkdic-convert):
16196         * emacs-lisp/re-builder.el (reb-update-overlays):
16197         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
16198         * emacs-lisp/gulp.el (gulp-send-requests):
16199         * emacs-lisp/find-gc.el (trace-call-tree):
16200         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
16201         (eieio-describe-generic):
16202         * emacs-lisp/eieio-base.el (eieio-persistent-read):
16203         * emacs-lisp/edebug.el (edebug-outside-excursion):
16204         * emacs-lisp/debug.el (debugger-make-xrefs):
16205         * emacs-lisp/cust-print.el (custom-prin1-to-string):
16206         * emacs-lisp/chart.el (chart-new-buffer):
16207         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
16208         Use with-current-buffer.
16209         * textmodes/artist.el (artist-system): Don't call
16210         copy-sequence on a fresh string.
16211         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
16213 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
16215         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
16216         is no item to edit.  (Bug#4820)
16217         (todo-top-priorities): Restore point and restore narrowing in Todo
16218         buffer.  (Bug#4820)
16220 2009-10-31  Glenn Morris  <rgm@gnu.org>
16222         * net/ange-ftp.el (top-level): Don't require dired when compiling.
16223         (comint-last-output-start, comint-last-input-start)
16224         (comint-last-input-end): Don't defvar when compiling.
16225         (ange-ftp-process-file): Use bound-and-true-p.
16227         * pcmpl-rpm.el (top-level): Move provide statement to end.
16228         (pcmpl-rpm): Remove unused custom group.
16230         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
16232         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
16234         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16235         (byte-compile-warnings): Add `constants' as an option.
16236         (byte-compile-callargs-warn, byte-compile-arglist-warn)
16237         (display-call-tree): Update for byte-compile-fdefinition possibly
16238         returning `(macro lambda ...)'.  (Bug#4778)
16239         (byte-compile-variable-ref, byte-compile-setq-default):
16240         Respect `constants' member of byte-compile-warnings.
16242 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16244         * vc-bzr.el (vc-bzr-revision-keywords): New var.
16245         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
16246         to "submit:".
16248 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
16250         * textmodes/ispell.el (ispell-skip-region-alist):
16251         * international/mule-conf.el (eight-bit):
16252         * international/fontset.el (font-encoding-alist):
16253         * startup.el (pure-space-overflow-message):
16254         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
16255         * paths.el (gnus-nntp-service, rmail-spool-directory)
16256         (term-file-prefix):
16257         * files.el (save-some-buffers-action-alist):
16258         * cmuscheme.el (same-window-buffer-names):
16259         * ielm.el (same-window-buffer-names):
16260         * shell.el (same-window-buffer-names):
16261         * mail/sendmail.el (same-window-buffer-names):
16262         * progmodes/inf-lisp.el (same-window-buffer-names):
16263         * bindings.el (mode-line-client)
16264         (mode-line-column-line-number-mode-map):
16265         * language/tibetan.el (tibetan-precomposition-rule-regexp)
16266         (tibetan-precomposed-regexp): Purecopy string arguments.
16268 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16270         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
16271         (calcDigit-nondigit):
16272         * calc/calc-yank.el (calc-copy-to-buffer):
16273         * calc/calc-units.el (calc-invalidate-units-table):
16274         * calc/calc-trail.el (calc-trail-yank):
16275         * calc/calc-store.el (calc-insert-variables):
16276         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
16277         * calc/calc-prog.el (calc-read-parse-table):
16278         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
16279         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
16280         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
16281         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
16282         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
16283         (calc-graph-name, calc-graph-find-command, calc-graph-view)
16284         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
16285         * calc/calc-ext.el (calc-realign):
16286         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
16287         (calc-embedded-finish-edit, calc-embedded-make-info)
16288         (calc-embedded-finish-command, calc-embedded-stack-change):
16289         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
16291         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
16292         shell-dynamic-complete-filename in preference to
16293         comint-dynamic-complete-filename.
16295         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
16296         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
16297         Don't consider whether the display supports colors.
16298         (bookmark-import-new-list): Use dolist.
16299         (bookmark-bmenu-mode-map): Move initialization into declaration.
16300         (bookmark-bmenu-list): Use dolist, simplify.
16301         (bookmark-show-all-annotations): Use save-selected-window and dolist.
16302         (menu-bar-final-items): Use push.
16304 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
16306         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
16307         it works on remote files.
16308         (vc-hg-diff): Don't pass any `--cwd' argument.
16310 2009-10-27  Kevin Ryde  <user42@zip.com.au>
16312         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16313         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
16314         (Further to Bug#3921).
16316 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
16318         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
16319         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
16320         calling `tramp-imap-put-file'.  Add file size to the call.
16321         (tramp-imap-get-file-entries): Compute also user name, file size,
16322         and date.
16323         (tramp-imap-handle-insert-directory): Insert uid and gid.
16324         (tramp-imap-handle-file-attributes): Transform uid and gid
16325         according to `id-format'.
16326         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
16327         size in header X-Size.
16329 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
16331         * simple.el (transpose-subr): Give clearer error when the mark
16332         is not set.  (Bug#4807)
16334 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
16336         * net/tramp.el (tramp-perl-file-truename): New defconst.
16337         Perl code contributed by yary <not.com@gmail.com> (tiny change).
16338         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
16339         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
16340         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
16342         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
16343         Ignore `dired-call-process'.
16344         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
16346 2009-10-26  Julian Scheid  <julians37@gmail.com>
16348         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
16349         (tramp-get-remote-readlink): New defun.
16350         (tramp-handle-file-truename): Use it.
16351         (tramp-handle-file-exists-p): Check file-attributes cache, assume
16352         file exists if cache value present.
16353         (tramp-check-cached-permissions): New defun.
16354         (tramp-handle-file-readable-p): Use it.
16355         (tramp-handle-file-writable-p): Likewise.
16356         (tramp-handle-file-executable-p): Likewise.
16357         (tramp-handle-file-name-all-completions): Try using Perl to get
16358         partial completions.  When perl not available, combine `cd' and
16359         `ls' into single remote operation and use shell expansion to get
16360         partial remote directory contents.  Set `file-exists-p' cache for
16361         directory and any files returned by ls.  Change cache handling to
16362         support partial directory contents.  Use error message emitted by
16363         remote `cd' or Perl code for local tramp-error.
16364         (tramp-do-copy-or-rename-file-directly): Avoid separate
16365         tramp-send-command-and-check call.
16366         (tramp-handle-process-file): Merge three remote ops into one.
16367         Do not flush all caches when `process-file-side-effects' is set.
16368         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
16369         file-attributes shows uid/gid to be set already.
16371 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
16373         * textmodes/tex-mode.el (tex-dvi-view-command)
16374         (tex-show-queue-command, tex-open-quote):
16375         * progmodes/ruby-mode.el (auto-mode-alist)
16376         (interpreter-mode-alist): Purecopy strings.
16378         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
16380         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
16381         string for the hook, keymap and abbrev table.
16383         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
16385         * x-dnd.el (x-dnd-xdnd-to-action):
16386         * startup.el (fancy-startup-text, fancy-about-text): Change to
16387         defconst from defvar.
16389         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
16391         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
16392         Purecopy initialization strings.
16394         * mail/sendmail.el (mail-header-separator)
16395         (mail-personal-alias-file):
16396         * mail/rmail.el (rmail-default-dont-reply-to-names)
16397         (rmail-ignored-headers, rmail-retry-ignored-headers)
16398         (rmail-highlighted-headers, rmail-secondary-file-directory)
16399         (rmail-secondary-file-regexp):
16400         * files.el (null-device, file-name-invalid-regexp)
16401         (locate-dominating-stop-dir-regexp)
16402         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
16403         (interpreter-mode-alist): Use mapcar instead of mapc.
16405         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
16407         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
16408         (completion-ignored-extensions):
16409         (debug-ignored-errors): Purecopy strings.
16411 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16413         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
16414         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
16415         (pcomplete--here): Use push.
16417         * subr.el (all-completions): Declare the 4th arg obsolete.
16419 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
16421         * pcomplete.el (pcomplete-unquote-argument-function): New var.
16422         (pcomplete-unquote-argument): New function.
16423         (pcomplete--common-suffix): Always pay attention to case.
16424         (pcomplete--table-subvert): Quote and unquote the text.
16425         (pcomplete--common-quoted-suffix): New function.
16426         (pcomplete-std-complete): Use it and pcomplete-begin.
16428         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
16429         we're inside a dedicated or minibuffer window.
16431 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
16433         * bookmark.el: Update documentation, especially documentation
16434         of `bookmark-alist' and of the bookmark file format.
16435         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
16437 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
16439         * mail/emacsbug.el (report-emacs-bug): Clarify that the
16440         keybindings apply to the mail buffer (Bug#4003).  Shrink help
16441         window to buffer.
16443         * whitespace.el (whitespace-mode, whitespace-newline-mode)
16444         (global-whitespace-mode, global-whitespace-newline-mode)
16445         (whitespace-toggle-options, global-whitespace-toggle-options):
16446         Doc fix (Bug#3660).
16448         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
16449         of xmltok-start before the end tag was inserted (Bug#2840).
16451         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
16452         patterns that are preceded by an open-paren (Bug#1320).
16454 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
16456         * files.el (delete-directory): Delete symlinks to directories with
16457         delete-file (Bug#4739).
16459 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
16461         * vc.el (vc-backend-for-registration): Rename from
16462         vc-get-backend-for-registration.  Update callers.
16464         * international/mule-cmds.el (set-language-info-alist):
16465         Purecopy lang-env.
16466         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
16467         (charset): Purecopy the name.
16468         (define-char-code-property): Purecopy string arguments.
16470         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16471         Purecopy string arguments.
16473         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
16474         * ediff-hook.el (menu-bar-ediff-menu):
16475         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
16476         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
16478 2009-10-24  Glenn Morris  <rgm@gnu.org>
16480         * comint.el (comint-dynamic-list-completions):
16481         * term.el (term-dynamic-list-completions): Use choose-completion rather
16482         than obsolete alias mouse-choose-completion.
16484         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
16485         file-cache-choose-completion.
16486         (file-cache-choose-completion): Handle an optional event argument.
16487         (file-cache-mouse-choose-completion): Make it an obsolete alias.
16489         * progmodes/octave-mod.el (octave-complete-symbol):
16490         Use choose-completion if mouse-choose-completion is ever removed.
16492         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
16493         use.
16495         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
16496         compiler.
16498         * vc-hooks.el (vc-responsible-backend): Fix declaration.
16500 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16502         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
16503         Ignore `pred' now that we receive one.
16504         Handle test-completion specially.
16506 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
16508         * vc.el (vc-responsible-backend): Throw an error if not backend is
16509         found.  Remove the REGISTER argument.  Move the code dealing with
16510         REGISTER ...
16511         (vc-get-backend-for-registration): ... here.  New function.
16512         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
16513         of vc-responsible-backend, pass the file name instead of the
16514         directory name.
16516 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16518         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
16519         New funs.
16520         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
16521         (pcomplete-comint-setup): Don't modify a global var via
16522         accidental side-effects.
16523         (pcomplete-shell-setup): Adjust call accordingly.
16524         (pcomplete-parse-comint-arguments): Use push.
16526 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
16528         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
16529         Allow uncapitalized info node names (Bug#3921).
16531         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
16532         to the DEBUG file (Bug#3781).
16534 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
16536         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
16537         dictionary entry (Bug#4579).
16539 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
16541         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
16542         from `rfn-eshadow-update-overlay-hook' when unloading.
16543         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
16544         "rsyncc".  Adjust doc string.
16545         (tramp-temp-buffer-file-name): New buffer-local defvar.
16546         (tramp-handle-insert-file-contents, tramp-handle-write-region):
16547         Keep temporary file when indicated by method ("rsync" and
16548         "rsyncc").
16549         (tramp-handle-write-region): Handle APPEND.
16550         (tramp-delete-temp-file-function): New defun.  Added to
16551         `kill-buffer-hook'.
16553 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
16555         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
16557 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
16559         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
16560         (color-name-rgb-alist, tty-standard-colors)
16561         (tty-color-mode-alist): Change to defconst.
16563         * simple.el (mark-inactive): Purecopy message.
16565         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
16566         (global-map, yank-menu):
16567         * textmodes/ispell.el (ispell-menu-map):
16568         * net/eudc.el (eudc-tools-menu):
16569         * international/mule-cmds.el (describe-language-environment-map)
16570         (setup-language-environment-map, set-coding-system-map)
16571         (mule-menu-keymap):
16572         * vc-hooks.el (vc-menu-entry, vc-menu-map):
16573         * replace.el (occur-mode-map):
16574         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
16576 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
16578         * calc/calc.el (math-read-number, math-read-number-simple):
16579         Use `save-match-data'.
16581 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
16584         rather than fiddling with global-map bindings, since it should only
16585         affect per-terminal settings.
16586         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
16588         * minibuffer.el (completion-table-with-terminator): Allow to specify
16589         the terminator-regexp.
16591         * simple.el (switch-to-completions): Look for *Completions* in other
16592         frames as well.
16594         * pcomplete.el: Allow the use of completion-tables.
16595         (pcomplete-std-complete): New command.
16596         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
16597         (pcomplete--here): Use a function for `form' rather than an expression,
16598         so it can be byte-compiled.
16599         (pcomplete-here, pcomplete-here*): Adjust accordingly.
16600         Add edebug declaration.
16601         (pcomplete-show-completions): Remove unused var `curbuf'.
16602         (pcomplete-do-complete, pcomplete-stub):
16603         Don't assume `completions' is a list of strings any more.
16605 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
16607         * find-dired.el (find-name-arg): Fix typo in docstring.
16609 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16611         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
16612         (pcmpl-linux-fs-types): Same, and update to new modules layout.
16614         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
16615         pcomplete-entries.
16617         * comint.el (comint-read-input-ring, comint-write-input-ring)
16618         (comint-substitute-in-file-name)
16619         (comint-dynamic-complete-as-filename)
16620         (comint-dynamic-simple-complete)
16621         (comint-dynamic-list-filename-completions)
16622         (comint-dynamic-list-completions)
16623         (comint-redirect-results-list-from-process): Minor simplifications.
16625 2009-10-21  Kevin Ryde  <user42@zip.com.au>
16627         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
16628         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
16629         the first form.  And insert a blank line after ";;; Code" since
16630         that's usual style.  (Bug#4612)
16632         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
16634 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16636         * minibuffer.el (completion-table-with-terminator): Properly implement
16637         boundaries, in case `terminator' appears in the suffix.
16638         (completion--embedded-envvar-table): Don't return boundaries if
16639         there's no valid completion.  Simplify.
16640         (completion-file-name-table): New completion table extracted from
16641         completion--file-name-table.
16642         (completion--file-name-table): Use it.
16643         (read-file-name-predicate): Declare obsolete.
16644         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
16645         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
16646         completion-file-name-table, and use the `pred' argument.
16647         * files.el (locate-file-completion-table): Use the `pred' arg rather
16648         than read-file-name-predicate.
16649         (abbreviate-file-name): Use \` rather than ^ for BOS.
16651 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
16653         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
16654         vc-responsible-backend to register, it causes problems.
16656 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16658         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
16660 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
16662         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
16663         (tramp-smb-handle-file-attributes): Use it.
16664         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
16665         (tramp-smb-handle-insert-directory): Use `mapc' rather than
16666         `mapcar'.  Use `tramp-smb-get-stat-capability'.
16667         Add `dired-filename' text properties.
16668         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
16669         (tramp-smb-maybe-open-connection): Simplify check for smbclient
16670         version.
16672 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16674         * subr.el (read-key-delay): Reduce to 0.01.
16675         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
16676         (bug#4751).
16678 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16680         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
16682         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
16683         (Info-menu): Remove unused vars `last' and `completions'.
16684         (Info-index-nodes): Remove unused var `node'.
16686         * info.el (Info-complete-menu-item): Use complete-with-action.
16688 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
16690         Make vc-annotate work through copies and renames.
16691         * vc-annotate.el (vc-annotate-extract-revision-at-line):
16692         Return the file name too.
16693         (vc-annotate-revision-at-line)
16694         (vc-annotate-find-revision-at-line)
16695         (vc-annotate-revision-previous-to-line)
16696         (vc-annotate-show-log-revision-at-line): Update to get the file
16697         name from vc-annotate-extract-revision-at-line.
16698         (vc-annotate-show-diff-revision-at-line-internal): Change the
16699         argument to mean whether to show a file diff or not.  Get the file
16700         name from vc-annotate-extract-revision-at-line.
16701         (vc-annotate-show-diff-revision-at-line):
16702         Update vc-annotate-show-diff-revision-at-line call.
16703         (vc-annotate-warp-revision): Add an optional file argument.
16705         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
16706         (vc-git-annotate-extract-revision-at-line): Also return the file
16707         name if found.
16709         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
16710         command.  Remove unused code.
16711         (vc-hg-annotate-re): Update to match --follow output.
16712         (vc-hg-annotate-extract-revision-at-line): Also return the file
16713         name if found.
16715         * vc.el: Update annotate-extract-revision-at-line documentation.
16717 2009-10-18  Kevin Ryde  <user42@zip.com.au>
16719         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
16720         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
16722         * net/browse-url.el (browse-url): Identify alist with "consp and
16723         not functionp" and let all other things go down the `apply' leg,
16724         as suggested by Stefan.  (Further to bug#4531.)
16726 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
16728         * minibuffer.el (read-file-name): Check for repeat before putting
16729         a default argument in file-name-history (Bug#4657).
16731         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
16732         read syntax (Bug#4737).
16734         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
16736 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
16738         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
16739         (html-tag-alist, html-tag-help): Add descriptions for undocumented
16740         entries and make note of obsolete tags.
16742 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16744         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
16746 2009-10-18  Glenn Morris  <rgm@gnu.org>
16748         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
16749         grep, so that binary files (eg international/uni-bidi.el) can match.
16750         Remove test for "UnicodeData" files, since it is hopefully unnecessary
16751         now, and in any case the file header format has changed.
16753 2009-10-17  Glenn Morris  <rgm@gnu.org>
16755         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
16756         (flyspell-get-word, flyspell-large-region)
16757         (flyspell-auto-correct-previous-word): Doc/error message fixes.
16759 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
16761         * Makefile.in (ELCFILES): Add ede/shell.
16763 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
16765         * term/common-win.el (x-colors): Purecopy it.
16767 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16769         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
16770         permissive for when the buffer is empty.
16771         (tar-header-block-tokenize): Decode the username and groupname.
16772         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
16774 2009-10-17  Eric Ludlam  <zappo@gnu.org>
16776         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
16777         contains multibyte characters, choose first applicable coding
16778         system automatically.
16780 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16782         * international/mule-cmds.el (select-safe-coding-system): If the file
16783         has a coding cookie, use it regardless of any other setting (bug#4712).
16785 2009-10-17  Glenn Morris  <rgm@gnu.org>
16787         * foldout.el (foldout-mouse-swallow-events):
16788         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
16790         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
16791         (dired-keep-marker-copy, dired-keep-marker-hardlink)
16792         (dired-keep-marker-symlink, dired-dwim-target)
16793         (dired-copy-preserve-time): Do not autoload these defcustoms.
16795         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
16796         messages from messing up the file coding.  (Bug#4623)
16798 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
16800         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
16801         if no match is found for the current dictionary.  (Bug#4578)
16803         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
16804         optional, since that is how it is documented, and this is often called
16805         with a nil argument.  (Bug#4577)
16806         (flyspell-external-point-words, flyspell-auto-correct-word)
16807         (flyspell-correct-word-before-point, flyspell-word-search-forward)
16808         (flyspell-word-search-backward): Remove nil argument in calls to
16809         flyspell-get-word, since it is not needed now.
16811 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
16813         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
16815 2009-10-16  Glenn Morris  <rgm@gnu.org>
16817         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
16819 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
16821         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
16822         (ange-ftp-file-size): New function.
16823         (ange-ftp-file-attributes): Use it.
16825 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
16827         * net/tramp-smb.el (tramp-smb-version): New defvar.
16828         (tramp-smb-maybe-open-connection): Use it, in order to avoid
16829         repeated checks.
16831 2009-10-16  Glenn Morris  <rgm@gnu.org>
16833         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
16834         Maybe copy some custom properties from old to new name.  (Bug#4706)
16836 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
16838         * subr.el (error, sit-for, start-process-shell-command)
16839         (start-file-process-shell-command): Set the calling convention
16840         after the function definition.
16842 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16844         * subr.el (error, sit-for, start-process-shell-command)
16845         (start-file-process-shell-command): Use the new
16846         set-advertised-calling-convention feature.
16848 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
16850         * international/ucs-normalize.el (ucs-normalize-version):
16851         Change to 1.2.
16852         (check-range): Adjust for Unicode 5.2.
16854 2009-10-15  Juri Linkov  <juri@jurta.org>
16856         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
16857         to the `menu-item' format.
16859 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
16861         * net/tramp.el (tramp-replace-environment-variables): Do not fail
16862         if the environment variable does not exist.
16864         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
16865         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
16866         parameter.
16867         (tramp-smb-handle-add-name-to-file)
16868         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
16869         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
16870         (tramp-smb-handle-file-attributes)
16871         (tramp-smb-do-file-attributes-with-stat)
16872         (tramp-smb-handle-file-local-copy)
16873         (tramp-smb-handle-insert-directory)
16874         (tramp-smb-handle-make-directory)
16875         (tramp-smb-handle-make-directory-internal)
16876         (tramp-smb-handle-make-symbolic-link)
16877         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
16878         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
16879         (tramp-smb-maybe-open-connection): Apply the changed parameters.
16880         (tramp-smb-read-file-entry): Read Disk names in compressed format.
16881         Handle long file names.
16882         (tramp-smb-get-cifs-capabilities): Check, whether the connection
16883         process is running.
16884         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
16885         Read share names with "-g" option.
16887 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
16889         * net/rcirc.el (rcirc-view-log-file): New command.
16890         (rcirc-track-minor-mode-map): Remove C-c ` binding.
16891         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
16892         specified.
16894 2009-10-15  Glenn Morris  <rgm@gnu.org>
16896         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
16897         from the second command-line argument.
16898         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
16899         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
16900         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
16901         w32-batch-update-autoloads.
16902         * emacs-lisp/autoload.el (autoload-make-program): New variable.
16903         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
16905         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
16906         the headers cannot be located.  Simplify, subtracting superflous
16907         save-excursions.
16909 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
16911         Replace completion-base-size by completion-base-position to fix bugs
16912         such as (bug#4699).
16913         * simple.el (completion-base-position): New var.
16914         (completion-base-size): Mark as obsolete.
16915         (choose-completion): Make it work for mouse events as well.
16916         Pass the new base-position to choose-completion-string.
16917         (choose-completion-guess-base-position): New function, extracted from
16918         choose-completion-delete-max-match.
16919         (choose-completion-delete-max-match): Use it.  Make obsolete.
16920         (choose-completion-string): Use the new base-position info.
16921         (completion-root-regexp): Delete.
16922         (completion-setup-function): Preserve completion-base-position.
16923         Eliminate obsolete base-size manipulation.
16924         * minibuffer.el (display-completion-list): Don't mess with base-size.
16925         (minibuffer-completion-help): Set completion-base-position instead.
16926         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
16927         choose-completion.
16928         * textmodes/bibtex.el (bibtex-complete):
16929         * emacs-lisp/crm.el (crm--choose-completion-string):
16930         Adjust to new calling convention.
16931         * complete.el (partial-completion-mode): Use minibufferp to avoid
16932         bumping into incompatible change to choose-completion-string-functions.
16933         * ido.el (ido-choose-completion-string): Make its calling convention
16934         more permissive.
16935         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
16936         base-size manipulation.
16937         (comint-dynamic-list-input-ring): Use dotimes and push.
16938         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
16939         fundamental-mode.  Use `or'.
16941 2009-10-14  Juri Linkov  <juri@jurta.org>
16943         * misearch.el (multi-isearch-next-buffer-from-list)
16944         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
16946 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16948         * Makefile.in (compile-onefile): Load `bytecomp' rather than
16949         `bytecomp.el'.
16951         * minibuffer.el (completion-pcm--merge-completions): Make sure the
16952         string we return is all made up of text from the completions rather
16953         than part from the completions and part from the input (bug#4219).
16955         * ido.el (ido-everywhere): Use define-minor-mode.
16957         * buff-menu.el (list-buffers, ctl-x-map):
16958         Mark the entry points with ;;;###autoload cookies.
16960 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
16962         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
16963         correctly in the detached head case.
16964         (vc-git-print-log): Remove unused binding.
16966         * vc.el (vc-responsible-backend): When a directory is passed for
16967         for registration create a VC repository if no backend is
16968         responsible for the directory argument.
16969         (vc-deduce-fileset): Tell vc-responsible-backend to register.
16971         * vc.el: Move comments about RCS and SCCS ...
16972         * vc-rcs.el:
16973         * vc-sccs.el: ... here, respectively.
16975 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16977         * minibuffer.el (completion--file-name-table): Return nil if there's
16978         no file completion, even if substitute-in-file-name changed
16979         the string (bug#4708).
16981 2009-10-13  Juri Linkov  <juri@jurta.org>
16983         * files-x.el (read-file-local-variable-value): Don't filter out
16984         minor modes from mode name completion (bug#4664).
16986 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16988         * international/mule-cmds.el (ucs-names): Remove exclusion of
16989         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
16991 2009-10-13  Kenichi Handa  <handa@m17n.org>
16993         * international/uni-name.el: Regenerated.
16995 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
16997         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
16998         should be automatically buffer-local, but isn't.)
17000 2009-10-12  Sam Steingold  <sds@gnu.org>
17002         * progmodes/compile.el (compilation-next-error-function): Fix the
17003         timestamps if the buffer has been visited before.
17004         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
17005         non-anchored patterns, like the perl one (bug#3928).
17007 2009-10-12  Glenn Morris  <rgm@gnu.org>
17009         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
17010         Let-bind `size'.
17012 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
17014         * proced.el (proced-unload-function): New function.
17016         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
17017         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
17018         Doc fix.
17020         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
17022 2009-10-11  Juri Linkov  <juri@jurta.org>
17024         * files-x.el (read-file-local-variable-value):
17025         Provide default value only for bound variables (bug#4664).
17027 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
17029         * net/tramp.el (tramp-local-host-p): Function shall return nil for
17030         connection methods like smb.
17032         * net/tramp-cache.el (tramp-flush-connection-property): The hash
17033         can be empty.
17035         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17036         (tramp-smb-file-name-handler-alist): Add handlers for
17037         `add-name-to-file', `make-symbolic-link'.
17038         (tramp-smb-handle-add-name-to-file)
17039         (tramp-smb-do-file-attributes-with-stat)
17040         (tramp-smb-handle-make-symbolic-link)
17041         (tramp-smb-get-cifs-capabilities): New defuns.
17042         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
17043         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
17044         (tramp-smb-handle-file-local-copy)
17045         (tramp-smb-handle-make-directory-internal)
17046         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
17047         The file name syntax depends on cifs capabilities.
17048         (tramp-smb-handle-file-attributes):
17049         Call `tramp-smb-do-file-attributes-with-stat' if possible.
17050         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
17051         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
17053 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
17055         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
17056         (eieio-defclass): Apply deftype handler and setf-method properties
17057         directly.
17058         (eieio-add-new-slot): Avoid union function from cl library.
17059         (eieio--typep): New function.
17060         (eieio-perform-slot-validation): Use it.
17062 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
17064         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
17065         Update documentation to refer to the variables documented in r1.135.
17066         (Bug#4188)
17068 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
17070         * bookmark.el (Info-suffix-list): Remove this unused variable.
17071         (bookmark-current-point): Remove this obsolete variable.
17072         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
17073         Adjust for removal of bookmark-current-point.
17075         (bookmarks-already-loaded, bookmark-current-buffer)
17076         (bookmark-yank-point): Document.  (Bug#4188)
17078 2009-10-10  Glenn Morris  <rgm@gnu.org>
17080         * frame.el (frame-height): Doc fix.
17082         * calendar/calendar.el (calendar-split-width-threshold): New option.
17083         (calendar-basic-setup): Use calendar-split-width-threshold.
17085 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
17087         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
17088         Ideographic Supplement" range (U+1F200..U+1F2FF).
17090 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
17092         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
17093         since the list will have been rebuilt anyway.  (Bug#4349)
17095 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
17097         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
17098         (bookmark-bmenu-execute-deletions): Don't save here, as
17099         bookmark-delete will now do so if necessary.
17100         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
17101         (Bug#4348)
17103 2009-10-09  Glenn Morris  <rgm@gnu.org>
17105         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
17107 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
17109         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
17110         (bookmark-jump-other-window): Just invoke bookmark-jump with new
17111         argument now, so the two function's behaviors will match.  (Bug#3645)
17113 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
17115         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
17116         (tramp-file-name-real-host, tramp-file-name-port):
17117         Apply `save-match-data'.
17119         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
17120         case both directories are remote.
17121         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
17122         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
17124 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
17126         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
17128 2009-10-07  Glenn Morris  <rgm@gnu.org>
17130         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
17131         of concat.
17133 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17135         * files-x.el (read-file-local-variable): Include some
17136         non-user-variables in the completion table (bug#4664).
17138 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
17140         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
17141         message.
17143         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
17144         (tramp-smb-file-name-handler-alist): Add handler for
17145         `copy-directory', `expand-file-name', `set-file-modes'.
17146         (tramp-smb-handle-copy-directory)
17147         (tramp-smb-handle-expand-file-name)
17148         (tramp-smb-handle-set-file-modes): New defuns.
17149         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
17150         (tramp-smb-handle-file-attributes): Simplify check for retrieving
17151         entry.
17152         (tramp-smb-handle-insert-directory): Don't flush the cache.
17153         (tramp-smb-maybe-open-connection): Check for samba client and
17154         server versions.
17156 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
17158         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
17159         to not error out of search for "^lisp=" fails.
17161 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
17163         * makefile.w32-in (WINS_UPDATES): New macro.
17164         (custom-deps, finder-data, autoloads): Use it.
17166 2009-10-07  Glenn Morris  <rgm@gnu.org>
17168         * Makefile.in (autoloads): Revert previous change.
17169         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
17170         the list of preloaded files passed on the command-line, get
17171         it from src/Makefile.
17173         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
17174         show the original buffer rather than a random one.
17176 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
17178         * help.el (describe-no-warranty): Place point in a slightly better
17179         position in the GPLv3 text.
17181 2009-10-06  Sam Steingold  <sds@gnu.org>
17183         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
17184         the comm attribute is present before calling regexp-quote.
17186 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
17188         * play/animate.el (animate-string): For good effect, make sure
17189         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
17191         * play/animate.el (animate-sequence, animate-birthday-present):
17192         * misc.el (butterfly): Don't set `indent-tabs-mode'.
17194 2009-10-06  Glenn Morris  <rgm@gnu.org>
17196         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
17198         * emacs-lisp/autoload.el (autoload-excludes): New variable.
17199         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
17200         (batch-update-autoloads): Process a string value of autoload-excludes,
17201         set during the build process.
17202         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
17204         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
17205         inside with-parsed...  macro so that `v' is defined.
17207         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
17208         * progmodes/fortran.el (fortran-end-of-block)
17209         (fortran-beginning-of-block):
17210         Also push mark in the macro case.
17212         * emerge.el (emerge-show-file-name):
17213         * calc/calc.el (calc-quit):
17214         * calc/calc-misc.el (calc-big-or-small):
17215         * calc/calc-graph.el (calc-graph-view):
17216         * calc/calc-ext.el (calc-reset):
17217         * calendar/calendar.el (calendar-basic-setup):
17218         Use window-full-height-p.
17220         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
17221         header we don't understand, don't insert another.  (Bug#4624)
17222         If changing mime charset, insert the new one in the right place.
17224 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
17226         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
17227         (cal-tex-cursor-month): Correctly increment the end date for diary and
17228         holiday listing.  (Bug#4626)
17230 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17232         * help-fns.el (describe-function-1): Don't burp if the function is not
17233         a symbol.
17235 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
17237         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
17238         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
17239         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
17240         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
17242         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
17243         (eieio-default-superclass): Reflow docstrings.
17244         (this, class-option-assoc, defclass, eieio-class-un-autoload)
17245         (eieio-unbind-method-implementations, defmethod)
17246         (eieio-validate-slot-value, eieio-validate-class-slot-value)
17247         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
17248         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
17249         (eieio-slot-originating-class-p, eieio-slot-name-index)
17250         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
17251         (constructor, initialize-instance, no-next-method, object-print)
17252         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
17253         Fix typos in docstrings.
17254         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
17255         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
17256         (next-method-p): Doc fixes.
17257         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
17258         Fix typos in error messages.
17259         (eieio-defmethod): Fix typo in description of generic method.
17261         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
17262         (eieio-persistent-save-interactive, slot-missing):
17263         Fix typos in docstrings.
17264         (eieio-instance-inheritor-slot-boundp): Doc fix.
17266         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
17267         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
17269         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
17270         (eieio-custom-object-apply-reset):
17271         Fix typos in docstrings and error messages.
17273         * emacs-lisp/eieio-datadebug.el (data-debug-show):
17274         Fix typo in docstring.
17276         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
17277         (eieio-browse-tree): Doc fix.
17278         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
17279         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
17280         Fix typos in docstrings.
17282         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
17283         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
17284         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
17285         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
17286         Reflow docstrings.
17288 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
17290         * vc-hg.el (log-view-vc-backend): Declare for compiler.
17291         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
17292         Set log-view-vc-backend so that diff can work.
17294         * log-view.el (log-view-diff): Use vc-diff-internal instead of
17295         vc-version-diff.
17296         (vc-diff-internal): Autoload this instead of vc-version-diff.
17298 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
17300         * simple.el (eval-expression): Doc fix.
17302         * progmodes/cwarn.el (cwarn-mode): Doc fix.
17304 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
17306         * files.el (directory-files-no-dot-files-regexp): New defconst.
17307         (delete-directory): Use it.
17308         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
17310         * net/tramp.el (tramp-verbose): Fix docstring.
17311         (tramp-methods): Add recursive option to `tramp-copy-args'.
17312         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
17313         "scp1_old", "scp2_old", "rsync", "rsyncc".
17314         (tramp-default-method): Check also for `auth-source-user-or-password'.
17315         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
17316         Add handler for `copy-directory'.
17317         (tramp-handle-copy-directory): New defun.
17318         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
17319         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
17320         Optimize sent command.
17322 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17324         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
17325         window if necessary.
17327         * calendar/calendar.el (calendar-basic-setup): Don't call
17328         switch-to-buffer in a dedicated window.
17330 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
17332         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
17333         don't do anything related to relocating, just return nil.
17334         (bookmark-error-no-filename): New error.
17335         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
17336         bookmark has no file.  Don't even attempt to handle things that
17337         are not files; the whole point of custom handlers is to keep that
17338         knowledge elsewhere anyway.  Tighten some comments.
17339         (bookmark-file-or-variation-thereof): Remove now-unused function.
17340         (bookmark-location): Doc string fix.
17341         (Bug#4250)
17343 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
17345         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
17346         don't use a file dialog, because they usually don't know how to read
17347         a directory target from the user.  (Bug#4230)
17348         Also, make sure the prompt can display directories as well as files.
17350 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
17352         * bookmark.el (bookmark-set, bookmark-buffer-name):
17353         Improve doc strings.  (Bug#1193)
17355 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
17357         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
17358         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
17359         (bookmark-get-annotation, bookmark-set-annotation)
17360         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17361         (bookmark-set-position, bookmark-get-front-context-string)
17362         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17363         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
17364         (bookmark-jump-other-window, bookmark-handle-bookmark)
17365         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
17366         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
17367         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
17368         Improve doc strings to say whether bookmark can be a string or
17369         a record or both, and make other consistency and clarity fixes.
17370         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
17371         (bookmark-default-annotation-text, bookmark-yank-word)
17372         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
17373         (bookmark-import-new-list, bookmark-maybe-rename)
17374         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
17375         (bookmark-bmenu-bookmark): Give these doc strings.
17376         (bookmark-bmenu-check-position): Give this a doc string, but also
17377         add a FIXME comment about how the function may be pointless.
17378         (bookmark-default-handler): Rework doc string and change a
17379         parameter name, to clarify that this takes a bookmark record
17380         not a bookmark name.
17381         (bookmark-set): Change a parameter name to indicate its meaning,
17382         and improve the doc string a bit.
17383         (Bug#4188)
17385 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
17387         * bookmark.el (bookmark-alist): Document the new `handler' element
17388         in the param alist.
17389         (bookmark-make-record-function): Adjust documentation for above.
17390         (Bug#4193)
17392 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
17394         * info.el (Info-bookmark-make-record): Document this function.
17395         (Info-bookmark-jump): Document with a doc string, not just a comment.
17396         (Bug#4203)
17398 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
17400         * files.el (copy-directory): New defun.
17402         * dired-aux.el (dired-copy-file-recursive): Use it.
17404 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
17406         * files-x.el (modify-dir-local-variable)
17407         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
17408         docstrings.
17410         * recentf.el (recentf-unload-function): New function.
17412 2009-10-04  Glenn Morris  <rgm@gnu.org>
17414         * window.el (window-full-height-p): Add doc string.
17416 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
17418         * window.el (window-full-height-p): New function.  (Bug#4543)
17420 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
17422         * vc.el: Remove commented out code.
17423         (vc-derived-from-dir-mode): Remove, unused.
17424         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
17426 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
17428         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
17429         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
17430         there could be recursive loading when `default-directory' is a
17431         remote file name.  (Bug#4614)
17433 2009-10-03  Glenn Morris  <rgm@gnu.org>
17435         * calendar/calendar.el (calendar-basic-setup): Handle the case where
17436         the frame is wide.
17437         (calendar-generate-window): Test for shrinkability rather than width.
17439         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
17440         reusing existing buffers, in case we happen to visit two files with the
17441         same basename.  (Bug#4593)
17443 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
17445         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
17446         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
17447         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
17448         subdirs of cedet as well.
17449         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
17451 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17453         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
17454         Obey advertised-signature-table.
17456         * help-fns.el (help-function-arglist): Don't check
17457         advertised-signature-table.
17458         (describe-function-1): Do it here instead so it also applies to subrs.
17460 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
17462         * simple.el (start-file-process): Say in the doc-string, that file
17463         handlers might not support pty association, if PROGRAM is nil.
17465         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
17466         HOST and USER are strings.  They are nil, when there are
17467         incomplete entries in ~/.netrc, for example.
17468         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
17469         root directory ("device busy" error otherwise).
17471         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
17472         Flush file properties of created directory.
17474 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
17476         * makefile.w32-in (WINS_BASIC): Remove cedet.
17477         (WINS_CEDET): Add cedet.
17478         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
17480 2009-10-02  Kevin Ryde  <user42@zip.com.au>
17482         * net/browse-url.el (browse-url): Pass any symbol in
17483         browse-url-browser-function to `apply', since if you've mistakenly put
17484         an unbound symbol then the error is clearer.  (Bug#4531)
17486 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
17488         * allout.el (allout-init, allout-back-to-current-heading)
17489         (allout-beginning-of-current-entry, allout-ascend-to-depth)
17490         (allout-ascend, allout-up-current-level, allout-end-of-level)
17491         (allout-previous-visible-heading, allout-forward-current-level)
17492         (allout-backward-current-level, allout-show-children):
17493         * apropos.el (apropos-describe-plist):
17494         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
17495         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
17496         * completion.el (add-completion, add-permanent-completion):
17497         * descr-text.el (describe-text-category, describe-char):
17498         * desktop.el (desktop-lazy-abort):
17499         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
17500         * dired.el (dired-build-subdir-alist):
17501         * ediff.el (ediff-version):
17502         * elide-head.el (elide-head, elide-head-show):
17503         * emerge.el (emerge-version):
17504         * env.el (getenv):
17505         * face-remap.el (variable-pitch-mode):
17506         * faces.el (describe-face):
17507         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
17508         (dired-at-point):
17509         * files.el (find-file-existing, auto-save-mode):
17510         * font-lock.el (font-lock-fontify-buffer):
17511         * help-fns.el (describe-function, describe-variable)
17512         (describe-syntax, describe-categories):
17513         * help.el (view-lossage, describe-bindings, describe-key)
17514         (describe-mode):
17515         * hexl.el (hexl-current-address):
17516         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
17517         * info.el (Info-goto-emacs-key-command-node):
17518         * log-edit.el (log-edit-insert-cvs-template)
17519         (log-edit-insert-cvs-rcstemplate):
17520         * menu-bar.el (menu-bar-mode):
17521         * mouse.el (mouse-appearance-menu):
17522         * newcomment.el (comment-indent-new-line):
17523         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
17524         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
17525         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
17526         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
17527         * recentf.el (recentf-mode):
17528         * savehist.el (savehist-mode, savehist-save):
17529         * shadowfile.el (shadow-copy-files):
17530         * simple.el (kill-ring-save, next-line, previous-line)
17531         (normal-erase-is-backspace-mode):
17532         * strokes.el (strokes-update-window-configuration)
17533         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
17534         (strokes-xpm-for-stroke):
17535         * time.el (emacs-uptime, emacs-init-time):
17536         * tutorial.el (tutorial--describe-nonstandard-key)
17537         (tutorial--detailed-help):
17538         * type-break.el (type-break-mode)
17539         (type-break-mode-line-message-mode, type-break-query-mode)
17540         (type-break-guesstimate-keystroke-threshold):
17541         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
17542         * version.el (emacs-version):
17543         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
17544         * winner.el (winner-mode):
17545         * calendar/timeclock.el (timeclock-in, timeclock-out)
17546         (timeclock-status-string, timeclock-change)
17547         (timeclock-workday-remaining-string)
17548         (timeclock-workday-elapsed-string)
17549         (timeclock-when-to-leave-string):
17550         * calendar/todo-mode.el (todo-add-category):
17551         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
17552         * emacs-lisp/autoload.el (update-file-autoloads):
17553         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
17554         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
17555         (checkdoc-message-text, checkdoc-defun):
17556         * emacs-lisp/debug.el (debugger-list-functions):
17557         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17558         * emacs-lisp/eieio-opt.el (eieio-describe-class)
17559         (eieio-describe-generic):
17560         * emacs-lisp/lisp-mnt.el (lm-synopsis):
17561         * emacs-lisp/shadow.el (list-load-path-shadows):
17562         * emulation/cua-base.el (cua-mode):
17563         * emulation/edt.el (edt-set-scroll-margins):
17564         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
17565         (tpu-toggle-regexp, tpu-toggle-search-direction)
17566         (tpu-toggle-rectangle, tpu-toggle-control-keys):
17567         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17568         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
17569         (viper-set-parsing-style-toggling-macro)
17570         (viper-set-emacs-state-searchstyle-macros):
17571         * emulation/viper.el (viper-set-hooks):
17572         * eshell/esh-mode.el (eshell-truncate-buffer):
17573         * international/mule-cmds.el (prefer-coding-system)
17574         (describe-input-method, describe-language-environment):
17575         * international/mule-diag.el (list-character-sets)
17576         (describe-character-set, describe-coding-system)
17577         (describe-fontset, list-fontsets, list-input-methods):
17578         * mail/sendmail.el (mail-signature):
17579         * net/ange-ftp.el (ange-ftp-copy-file):
17580         * net/browse-url.el (browse-url):
17581         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
17582         * net/quickurl.el (quickurl-add-url):
17583         * net/rcirc.el (names, topic):
17584         * net/xesam.el (xesam-mode):
17585         * play/5x5.el (5x5-new-game):
17586         * play/yow.el (apropos-zippy):
17587         * progmodes/ada-mode.el (ada-mode-version):
17588         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
17589         (f90-end-of-block)
17590         (f90-beginning-of-block):
17591         * progmodes/fortran.el (fortran-end-of-block)
17592         (fortran-beginning-of-block):
17593         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
17594         * progmodes/python.el (python-describe-symbol, python-shell):
17595         * term/ns-win.el (ns-print-buffer):
17596         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
17597         * textmodes/flyspell.el (flyspell-mode-on):
17598         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
17599         (pages-directory-for-addresses):
17600         * textmodes/table.el (table-recognize-cell)
17601         (table-query-dimension, table-generate-source)
17602         (table-insert-sequence, table--warn-incompatibility):
17603         * textmodes/tex-mode.el (tex-validate-buffer):
17604         * textmodes/texinfmt.el (texinfmt-version)
17605         (texinfo-format-buffer):
17606         Use `called-interactively-p' instead of `interactive-p'.
17608 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
17610         * image-mode.el (image-toggle-display):
17611         * emacs-lisp/elp.el (elp-instrument-function):
17612         * emacs-lisp/advice.el (ad-make-advised-definition):
17613         * emacs-lisp/easy-mmode.el (define-minor-mode):
17614         * net/browse-url.el (browse-url-maybe-new-window):
17615         * progmodes/sh-script.el (sh-learn-buffer-indent):
17616         Pass new argument 'any to `called-interactively-p'.
17618 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
17620         * international/uni-bidi.el:
17621         * international/uni-category.el:
17622         * international/uni-combining.el:
17623         * international/uni-comment.el:
17624         * international/uni-decimal.el:
17625         * international/uni-decomposition.el:
17626         * international/uni-digit.el:
17627         * international/uni-lowercase.el:
17628         * international/uni-mirrored.el:
17629         * international/uni-name.el:
17630         * international/uni-numeric.el:
17631         * international/uni-old-name.el:
17632         * international/uni-titlecase.el:
17633         * international/uni-uppercase.el:
17634         Regenerate from Unicode 5.2.0 data.
17636 2009-10-01  Glenn Morris  <rgm@gnu.org>
17638         * Makefile.in (ELCFILES): Regenerate.
17640 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17642         * subr.el (interactive-p): Mark obsolete.
17643         (called-interactively-p): Make the optional-ness of `kind' obsolete.
17644         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
17645         advertised-signature-table for subroutines as well.
17647         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
17648         (set-advertised-calling-convention): New function.
17649         (make-obsolete, define-obsolete-function-alias)
17650         (make-obsolete-variable, define-obsolete-variable-alias):
17651         Make the optional-ness of `when' obsolete.
17652         (define-obsolete-face-alias): Make `when' non-optional.
17653         * help-fns.el (help-function-arglist):
17654         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
17655         Use advertised-signature-table.
17657 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
17659         * files.el (delete-directory): New defun.  The original function
17660         in fileio.c has been renamed to `delete-directory-internal'.
17662         * dired.el (dired-delete-file): Call `delete-directory' with
17663         RECURSIVE parameter.
17665         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
17666         parameter RECURSIVE.  Implementation is missing.
17668         * net/tramp.el (tramp-handle-make-directory): Flush upper
17669         directory's file properties.
17670         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
17671         (tramp-handle-dired-recursive-delete-directory): Flush directory
17672         properties after the remove command only.
17674         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
17675         Handle optional parameter RECURSIVE.
17677         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
17678         Handle optional parameter RECURSIVE.
17680         * net/tramp-smb.el (tramp-smb-errors): Add error message for
17681         connection timeout.
17682         (tramp-smb-handle-delete-directory): Handle optional parameter
17683         RECURSIVE.
17685 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17687         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
17688         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
17689         (byte-compile-defmacro): Use backquotes.
17691         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
17693         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
17694         has no associated file.
17695         (vc-resynch-buffer): Use vc-dir-buffers.
17697 2009-10-01  Glenn Morris  <rgm@gnu.org>
17699         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
17700         (chart-file-count):
17701         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
17702         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
17703         * emacs-lisp/eieio-opt.el (eieio-describe-class):
17704         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
17705         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
17706         (eieio-copy-parents-into-subclass, make-instance, class-children)
17707         (eieio-generic-form):
17709         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
17710         match-data.  (Bug#4555).
17712         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
17713         rather than parsing it as a regexp.  This relaxes the layout
17714         requirements and makes errors easier to detect.
17715         (check-declare-verify): Check file is regular.
17716         (check-declare-directory): Doc fix.
17717         * subr.el (declare-function): Doc fix.
17719         * ibuffer.el (ibuffer-format-qualifier):
17720         * isearch.el (hi-lock-regexp-okay):
17721         * calc/calc.el (math-zerop):
17722         * mail/uce.el (rmail-msgbeg, rmail-msgend):
17723         * term/w32-win.el (setup-default-fontset, set-fontset-font):
17724         Remove unused declarations.
17726 2009-09-30  Eric Ludlam  <zappo@gnu.org>
17728         * emacs-lisp/eieio.el (boolean-p): Delete.
17730 2009-09-30  Glenn Morris  <rgm@gnu.org>
17732         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
17734         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
17735         filename is not a string.
17737 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
17739         * files.el (safe-local-eval-forms): Fix typo.
17741 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17743         * vc-hooks.el (vc-dir-buffers): New var.
17744         (vc-state-refresh): New function.
17745         (vc-state): Use it.
17746         (vc-after-save): Always ask the backend to recompute the new state.
17747         Always call vc-dir if necessary, using vc-dir-buffers.
17748         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
17749         Use vc-dir-buffers.
17750         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
17751         (vc-dir-prepare-status-buffer, vc-dir-update)
17752         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
17753         Don't call expand-file-name on default-directory.
17755 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17757         * speedbar.el (speedbar-item-delete):
17758         * calc/calc-prog.el (calc-kbd-if):
17759         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
17761         * epa.el (epa-key-list-mode-map):
17762         * hi-lock.el (hi-lock-menu): Fix typos in menus.
17764         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
17765         (hs-show-hook): Fix typo in docstring.
17767 2009-09-29  Glenn Morris  <rgm@gnu.org>
17769         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
17770         file-name-nondirectory call preventing location of cedet files.
17771         (check-declare-verify): Use literal search rather than re-search.
17772         Add basic defmethod and defclass, and define-overloadable-function.
17774         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17775         Use tramp-compat-file-attributes rather than nonexistent
17776         tramp-compat-handle-file-attributes.
17778         * Makefile.in (lisptagsfiles4): New.
17779         (AUTOGENEL): Add cedet loaddefs files.
17780         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
17781         (update-elclist, compile-always, backup-compiled-files)
17782         (bootstrap-clean): Add yet another directory level.
17783         (update-elclist): Use LC_COLLATE rather than COLLATE.
17784         (ELCFILES): Update, via `make update-elclist'.
17786 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
17788         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
17789         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
17790         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
17792 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
17794         * Makefile.in (lisptagsfiles3): Define.
17795         (TAGS, TAGS-LISP): Use it.
17796         (update-elclist): Add third directory level to look for elc files.
17797         (compile-always): Likewise.
17798         (backup-compiled-files): Likewise.
17799         (bootstrap-clean): Likewise.
17800         (ELCFILES): Update.
17802 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
17804         * Makefile.in (ELCFILES): Add CEDET files.
17806 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
17808         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
17810         * net/tramp.el (top): Require tramp-imap.
17812         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
17813         Use `tramp-compat-handle-file-attributes'.
17815 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17817         * net/tramp-imap.el: New package.
17819 2009-09-28  Eric Ludlam  <zappo@gnu.org>
17821         * emacs-lisp/chart.el:
17822         * emacs-lisp/eieio-base.el:
17823         * emacs-lisp/eieio-comp.el:
17824         * emacs-lisp/eieio-custom.el:
17825         * emacs-lisp/eieio-datadebug.el:
17826         * emacs-lisp/eieio-opt.el:
17827         * emacs-lisp/eieio-speedbar.el:
17828         * emacs-lisp/eieio.el: New files.
17830 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17832         * whitespace.el (whitespace-trailing-regexp)
17833         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
17834         Fix doc string.
17836 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
17838         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
17839         menu.
17841         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
17842         menu-bar-ediff-menu.
17844         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
17845         define-overloadable-function.
17847         * progmodes/autoconf.el: Provide autoconf as well, so that this
17848         file can be `require'd.
17850         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
17852         * emacs-lisp/autoload.el (generated-autoload-feature)
17853         (generated-autoload-load-name): New vars.
17854         (autoload-rubric, autoload-generate-file-autoloads): Use them.
17855         (make-autoload): Recognize define-overloadable-function and
17856         defclass forms (for EIEIO).
17858         * Makefile.in (update-subdirs): Exclude cedet directory.
17860 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
17862         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
17864         * faces.el: Default light-background background for region face to
17865         ns_selection_color under NS.
17867 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
17869         * net/imap-hash.el: New library, see NEWS.
17871         * Makefile.in (ELCFILES): Add imap-hash.el.
17873 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17875         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
17876         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
17877         * help-macro.el (make-help-screen): Avoid using an ambiguous function
17878         definition where the docstring could be taken for the return value.
17880 2009-09-26  Glenn Morris  <rgm@gnu.org>
17882         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
17883         Add option to only show images below a certain size.
17884         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
17885         save-excursion calls.
17887 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
17889         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
17890         subdirectories) and eieio.
17892 2009-09-26  Alan Mackenzie  <acm@muc.de>
17894         * progmodes/cc-engine.el (c-beginning-of-statement-1):
17895         Correct buggy bracketing.  (Bug#4289)
17897         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
17898         character constants (as case labels).  (Bug#4289)
17900 2009-09-25  Juri Linkov  <juri@jurta.org>
17902         * files.el (safe-local-eval-forms): Allow time-stamp in
17903         before-save-hook (Bug#4554).
17905 2009-09-25  Drew Adams  <drew.adams@oracle.com>
17907         * menu-bar.el (list-buffers-directory): Doc fix.
17909 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17911         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
17912         Try and avoid copying twice the same paragraph.
17913         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
17914         Remove save-excursion.
17915         (log-edit-changelog-entry): Do it here instead.
17917 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
17919         * bs.el (bs--get-file-name): Use `list-buffers-directory'
17920         when available, instead of hardcoding mode names.  Doc fix.
17922         * menu-bar.el (list-buffers-directory): Add docstring.
17923         Make automatically buffer-local.
17925         * dired.el (dired-mode):
17926         * files.el (cd-absolute):
17927         * pcvs.el (cvs-temp-buffer):
17928         * pcvs-util.el (cvs-get-buffer-create):
17929         * shell.el (shell-mode):
17930         * vc-dir.el (vc-dir-mode):
17931         Don't make `list-buffers-directory' buffer local.
17933 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
17935         * comint.el (comint-exec, comint-run, make-comint):
17936         Doc fixes (Bug#4542).
17938 2009-09-25  Glenn Morris  <rgm@gnu.org>
17940         * mail/rmailmm.el (rmail-mime): New custom group.
17941         Move all defcustoms in this file into this group.
17942         (rmail-mime-media-type-handlers-alist): Revert previous change.
17943         (rmail-mime-show-images): New option.
17944         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
17945         references to it, since it wasn't actually used for anything.
17946         (rmail-mime-insert-image): New function.
17947         (rmail-mime-image): Use rmail-mime-insert-image.
17948         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
17949         obey the value of `rmail-mime-show-images' option.  Print the size of
17950         attachments.
17952 2009-09-25  David Engster  <deng@randomsample.de>
17954         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
17956 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17958         * whitespace.el: Does not highlight trailing spaces While point is
17959         at end of line.  Does not highligt spaces at beginning of buffer
17960         while point is at beginning of buffer.  Does not highlight spaces
17961         at end of buffer while point is at end of buffer.  (Bug#4177)
17962         New version 12.0.
17963         (whitespace-display-mappings): Adjust initialization.
17964         (whitespace-point, whitespace-font-lock-refontify): New vars.
17965         (whitespace-color-on, whitespace-color-off): Adjust code.
17966         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
17967         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
17968         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
17970 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
17972         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
17974         * textmodes/sgml-mode.el: Remove xml-mode alias.
17976         * files.el (auto-mode-alist, conf-mode-maybe)
17977         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
17979 2009-09-24  Alan Mackenzie  <acm@muc.de>
17981         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
17982         c-forward-conditionals, but it doesn't move point and doesn't set
17983         the mark.
17984         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
17985         (c-down-conditional-with-else, c-backward-conditional)
17986         (c-forward-conditional): Refactor to use c-scan-conditionals.
17988 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
17990         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
17991         (help-default-arg-highlight): Remove.
17992         (help-highlight-arg): New function.
17993         (help-do-arg-highlight): Use it.
17994         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
17996 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
17998         * term.el (term-set-scroll-region, term-handle-ansi-escape):
17999         Undo last change, which didn't fix the problem and introduced others.
18001 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
18003         * progmodes/gdb-mi.el: Don't require speedbar.
18004         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
18006 2009-09-24  Glenn Morris  <rgm@gnu.org>
18008         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
18010         * term/ns-win.el (ns-reg-to-script): Define for compiler.
18012         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
18013         there is no newline after the final mime boundary.  (Bug#4539)
18014         Move markers on insertion so that any buttons inserted don't end up in
18015         the next part of a multipart message.
18016         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
18017         (rmail-mime-bulk-handler): Optionally handle images.
18018         (rmail-mime-image): New button action.
18019         (rmail-mime-image-handler): New function.
18020         (rmail-mime-mode): New mode.
18021         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
18023 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18025         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
18026         than just dropping elements from it (bug#4504).
18028         * term.el (term-set-scroll-region): Don't move cursor any more.
18029         (term-handle-ansi-escape): Call term-goto here instead.
18030         Suggested by Ivan Kanis <apple@kanis.eu>.
18032         * term.el: Require CL.
18033         (term-ansi-reset): New function.
18034         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
18035         (term-handle-colors-array): Simplify.
18037 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
18039         * allout.el (allout-overlay-interior-modification-handler)
18040         (allout-obtain-passphrase):
18041         * epa-file.el (epa-file-write-region):
18042         * ps-print.el (ps-begin-job):
18043         * vc-hooks.el (vc-toggle-read-only):
18044         * vc-rcs.el (vc-rcs-rollback):
18045         * vc-sccs.el (vc-sccs-rollback):
18046         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
18047         (vc-version-diff, vc-revert, vc-rollback):
18048         * wdired.el (wdired-check-kill-buffer):
18049         * emacs-lisp/authors.el (authors):
18050         * net/socks.el (socks-open-connection):
18051         * net/zeroconf.el (zeroconf-service-add-hook):
18052         * obsolete/vc-mcvs.el (vc-mcvs-register):
18053         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
18054         (gdb-select-frame):
18055         * progmodes/grep.el (lgrep, rgrep):
18056         * progmodes/idlw-help.el (idlwave-help-check-locations)
18057         (idlwave-help-html-link, idlwave-help-assistant-open-link):
18058         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
18059         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
18060         (reftex-toc-rename-label): Fix typos in error messages.
18062         * dired-aux.el (dired-do-shell-command): Reflow docstring.
18063         (dired-copy-how-to-fn): Doc fix.
18064         (dired-files-attributes, dired-read-shell-command):
18065         Fix typos in docstrings.
18067         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
18068         (dired-x-find-file-other-window): Reflow docstrings.
18069         (dired-omit-marker-char, dired-read-shell-command)
18070         (dired-x-submit-report): Fix typos in docstrings.
18072         * shell.el (shell-mode-hook):
18073         * view.el (View-scroll-line-forward):
18074         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
18075         Fix typos in docstrings.
18077         * net/dig.el (dig-invoke): Fix typo in docstring.
18078         (query-dig): Reflow docstring.
18080         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
18081         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
18082         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
18083         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
18084         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
18085         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
18086         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
18087         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
18088         (idlwave-completion-map, idlwave-current-indent)
18089         (idlwave-custom-ampersand-surround, idlwave-customize)
18090         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
18091         (idlwave-define-abbrev, idlwave-determine-class-special)
18092         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
18093         (idlwave-end-block-reg, idlwave-end-of-statement)
18094         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
18095         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
18096         (idlwave-explicit-class-listed, idlwave-file-header)
18097         (idlwave-fill-paragraph, idlwave-find-class-definition)
18098         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
18099         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
18100         (idlwave-in-quote, idlwave-indent-action-table)
18101         (idlwave-indent-expand-table, idlwave-indent-line)
18102         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
18103         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
18104         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
18105         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
18106         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
18107         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
18108         (idlwave-outlawed-buffers, idlwave-popup-select)
18109         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
18110         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
18111         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
18112         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
18113         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
18114         (idlwave-statement-type, idlwave-struct-skip)
18115         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
18116         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
18117         (idlwave-what-module-find-class): Fix typos in docstrings.
18118         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
18119         (idlwave-calculate-cont-indent, idlwave-expand-equal)
18120         (idlwave-find-module, idlwave-find-structure-definition)
18121         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
18122         (idlwave-list-load-path-shadows, idlwave-next-statement)
18123         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
18124         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
18125         (idlwave-template): Reflow docstrings.
18127         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
18128         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
18129         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
18130         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
18131         (idlwave-shell-display-line, idlwave-shell-display-wframe)
18132         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
18133         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
18134         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
18135         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
18136         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
18137         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
18138         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
18139         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
18140         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
18141         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
18142         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
18143         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
18144         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
18145         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
18146         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
18147         Fix typos in docstrings.
18148         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
18149         (idlwave-shell-hide-output, idlwave-shell-mode)
18150         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
18151         Reflow docstrings.
18153         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
18155 2009-09-24  Ivan Kanis  <apple@kanis.eu>
18157         * term.el (term-bold-attribute): New var.
18158         (term-handle-colors-array): Use it.
18160 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
18162         * progmodes/gdb-mi.el (gdb-version): New variable.
18163         (gdb-non-stop-handler): Set gdb-version.
18164         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
18165         Condition "--thread" option on gdb-version.
18166         (gdb-invalidate-threads): Remove unused argument.
18168 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18170         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
18171         to looking-back to avoid ridiculous slow down in large files (bug#4511).
18173 2009-09-23  Glenn Morris  <rgm@gnu.org>
18175         * mail/rmail.el (rmail-reply): Don't try to add a References header when
18176         replying to mail without References or Message-Id.  (Bug#4525)
18178 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
18180         * term/ns-win.el (ns-reg-to-script): New variable.
18182 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
18184         * epg.el (epg-wait-for-status): Preserve existing 'error results.
18186 2009-09-22  Sam Steingold  <sds@gnu.org>
18188         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
18189         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
18190         to 1 because hg returns status 1 when nothing is found.
18191         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
18193 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18195         * textmodes/fill.el: Convert to utf-8 encoding.
18196         (fill-french-nobreak-p): Remove redundant » and « inherited from our
18197         pre-Unicode days.
18199         * add-log.el (change-log-fill-forward-paragraph): New function.
18200         (change-log-mode): Use it so fill-region DTRT.
18201         Set fill-indent-according-to-mode here rather than in
18202         change-log-fill-paragraph.
18203         (change-log-fill-paragraph): Remove.
18205 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
18207         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
18208         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
18210 2009-09-22  Glenn Morris  <rgm@gnu.org>
18212         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
18213         the scroll-bar scroll the calendar window rather than the buffer.
18215         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
18216         commands that move point (as opposed to scrolling).
18218         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
18220         * emacs-lisp/elint.el (elint): New custom group.
18221         (elint-log-buffer): Make it a defcustom.
18222         (elint-scan-preloaded, elint-ignored-warnings)
18223         (elint-directory-skip-re): New options.
18224         (elint-builtin-variables): Doc fix.
18225         (elint-preloaded-env): New variable.
18226         (elint-unknown-builtin-args): Add an entry for encode-time.
18227         (elint-extra-errors): Make it a variable rather than a constant.
18228         (elint-preloaded-skip-re): New constant.
18229         (elint-directory): Skip files matching elint-directory-skip-re.
18230         (elint-features): New variable, local to linted buffers.
18231         (elint-update-env): Initialize elint-features.  Possibly add
18232         elint-preloaded-env to the buffer's environment.
18233         (elint-get-top-forms): Bind elint-current-pos, for log messages.
18234         Skip quoted forms.
18235         (elint-init-form): New function, extracted from elint-init-env.
18236         Make non-list forms a warning rather than an error.
18237         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
18238         easy-menu-define, put that adds an error-condition, and provide.
18239         When requiring cl, also require cl-macs.  Really require cl, to handle
18240         some cl macros.  Store required libraries in the list elint-features,
18241         so as not to re-load them.  Treat cc-require like require.
18242         (elint-init-env): Call elint-init-form to do the work.
18243         Handle eval-and-compile and such like.
18244         (elint-add-required-env): Do not clear messages.
18245         (elint-special-forms): Add handlers for function, defalias, if, when,
18246         unless, and, or.
18247         (elint-form): Add optional argument to ignore elint-special-forms,
18248         useful to prevent recursive calls from handlers.  Doc fix.
18249         Respect elint-ignored-warnings.
18250         (elint-form): Respect elint-ignored-warnings.
18251         (elint-bound-variable, elint-bound-function): New variables.
18252         (elint-unbound-variable): Respect elint-bound-variable.
18253         (elint-get-args): Respect elint-bound-function.
18254         (elint-check-cond-form): Add some simple handling for (f)boundp and
18255         featurep tests.
18256         (elint-check-defalias-form): New handler.
18257         (elint-check-let-form): Make an empty let a warning rather than an
18258         error.
18259         (elint-check-setq-form): Make an empty setq a warning rather than an
18260         error.  Respect elint-ignored-warnings.
18261         (elint-check-defvar-form): Accept null doc-strings.
18262         (elint-check-conditional-form): New handler.  Does some simple-minded
18263         checking of featurep and (f)boundp tests.
18264         (elint-put-function-args): New function.
18265         (elint-initialize): Use elint-scan-doc-file rather than
18266         elint-find-builtin-variables.  Use elint-put-function-args.
18267         Possibly scan preloaded-file-list.
18268         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
18269         extend to handle functions as well.
18271 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
18273         * linum.el (linum-delete-overlays, linum-update-window):
18274         Do not modify the right margin.  (Bug#3971)
18276 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
18278         * files.el (conf-mode-maybe, magic-fallback-mode-alist):
18279         Use nxml-mode instead of xml-mode.
18281 2009-09-21  Kevin Ryde  <user42@zip.com.au>
18283         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
18285 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18287         * net/dig.el (dig-mode): Use define-derived-mode.
18289 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
18291         * vc-dispatcher.el (vc-do-command): Return the process object in
18292         the asynchronous case.  Use when instead of if.  Do not run
18293         vc-exec-after to display a message if not enabled.  (Bug#4463)
18295         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
18296         properties to the stash strings.
18297         (vc-git-stash-list): Return a list of strings.
18298         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
18299         (vc-git-stash-show-at-point): New functions.
18300         (vc-git-stash-map): New keymap.
18302         * register.el (ctl-x-r-map): Define the keys here instead of
18303         using autoload.
18305 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
18307         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
18308         list, to workaround performance problem (bug#4485).
18310 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
18312         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
18314 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
18316         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
18317         Document that this option is not recommended to use.
18319 2009-09-19  Glenn Morris  <rgm@gnu.org>
18321         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
18322         variable `var'.
18324         * calc/calc-alg.el (var):
18325         * calc/calcalg2.el (var): Define for compiler.
18327 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
18329         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
18330         Doc fix (Bug#3932).
18332         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
18334         * time-stamp.el (time-stamp-month-dd-yyyy)
18335         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
18336         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
18337         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
18338         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
18339         Remove functions that have been obsolete since 1995 (Bug#4436).
18341         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
18342         indent buffer only if called interactively (Bug#4452).
18344 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
18345             Eli Zaretskii  <eliz@gnu.org>
18347         This fixes bug#4197 (merged to bug#865, though not identical).
18348         * server.el (server-auth-dir): Add docstring note about FAT32.
18349         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
18350         but warn against using them.
18352 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
18354         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
18355         older GDB where there is no has_more field.
18357 2009-09-19  Glenn Morris  <rgm@gnu.org>
18359         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
18361 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
18363         * files.el (auto-mode-alist): Change default for XML files to nXML
18364         mode (Bug#4169).
18366 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
18368         * server.el (server-ensure-safe-dir): Pass 'integer
18369         to `file-attributes', as suggested.
18371 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18373         * dired-aux.el (dired-query-alist): Remove spurious backslash.
18374         (dired-query): Use read-key.
18376 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
18378         * cus-start.el (ns-use-qd-smoothing): Remove.
18380 2009-09-18  Glenn Morris  <rgm@gnu.org>
18382         * allout.el (top-level): Remove unnecessary progn.
18384         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
18386         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
18387         definition of abbrev table.
18389         * speedbar.el (speedbar-track-mouse):
18390         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
18391         * net/eudc.el (eudc-expand-inline):
18392         * net/newst-backend.el (newsticker--cache-read-feed):
18393         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
18394         condition-case handlers.
18396 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
18398         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
18399         (gdb-var-list): Add an element for has_more field.
18400         (gdb-non-stop-handler): Enable pretty printing for STL containers.
18401         (gdb-var-create-handler, gdb-var-list-children-handler-1)
18402         (gdb-var-update-handler-1): Parse output of dynamic variable
18403         objects (STL containers).
18404         (gdb-var-delete-1): Pass var1 as an explicit second argument.
18405         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
18407         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
18408         gdb-var-list.
18409         (gud-speedbar-buttons): Make node expandable if expression "has more"
18410         children.
18412 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
18414         * startup.el (emacs-quick-startup): Remove variable and all uses.
18415         (command-line): Set `inhibit-x-resources' instead.
18416         (command-line-1): Use `inhibit-x-resources' instead.
18418 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
18420         * subr.el: Fix last change to avoid using the `unless' macro,
18421         which breaks bootstrapping.
18423 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18425         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
18426         extended definitions, in case we reload subr.el after having
18427         loaded CL.
18428         (eval-next-after-load): Mark as obsolete.
18430 2009-09-17  Juri Linkov  <juri@jurta.org>
18432         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
18433         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
18434         (menu-bar-showhide-menu, menu-bar-tools-menu)
18435         (menu-bar-describe-menu, menu-bar-help-menu)
18436         (minibuffer-local-completion-map, minibuffer-local-map):
18437         Fix list quoting.
18439 2009-09-17  Glenn Morris  <rgm@gnu.org>
18441         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
18442         arguments, whether or not it has a handler.
18444         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
18446         * simple.el (hard-newline): Give it a doc-string.
18448         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
18449         (lisp-mode-syntax-table): Give them doc-strings.
18451 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
18453         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
18454         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
18455         (menu-bar-options-menu, menu-bar-showhide-menu)
18456         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
18457         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
18458         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
18459         (menu-bar-options-menu, menu-bar-tools-menu)
18460         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
18461         (menu-bar-help-menu):
18462         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
18463         string arguments.
18465         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
18466         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
18467         calls for the menu names and :help.
18469 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18471         * mouse.el (minor-mode-menu-from-indicator): Pay attention
18472         to :minor-mode-function (bug#4455).
18474 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18476         * startup.el (command-line): Initialize the window-system after
18477         processing the command-line.
18479         * textmodes/page.el (what-page): Make sure we don't inf-loop if
18480         page-delimiter matches the empty string.
18482 2009-09-16  Glenn Morris  <rgm@gnu.org>
18484         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
18485         byte-compile-not-obsolete-var.  It's a list now.
18486         (byte-compile-not-obsolete-funcs): New variable.
18487         (byte-compile-warn-obsolete): Don't warn about functions if they are in
18488         byte-compile-not-obsolete-funcs.
18489         (byte-compile-variable-ref, byte-compile-defvar): Update for
18490         byte-compile-not-obsolete-vars name-change and list nature.
18491         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
18492         and variables behind (f)boundp tests.
18493         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
18495 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18497         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
18499 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18501         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
18502         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
18503         Don't autoload.
18505 2009-09-15  Stephen Eglen  <stephen@gnu.org>
18507         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
18508         the virtual-buffers, use the name of the buffer specified by
18509         find-file-noselect, as the match may be a symlink.  (This was a
18510         problem if the target and the symlink had different names.)
18512 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18514         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
18516         * desktop.el (desktop-path): Check user-emacs-directory.
18518         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
18520         * loadup.el: Use after-load-functions to GC after loading each file.
18521         Remove the explicit GC calls that used to be sprinkled around.
18523         * subr.el (after-load-functions): New hook.
18524         (do-after-load-evaluation): Run it.  Use string-match-p to detect
18525         `obsolete' packages, rather than painfully extracting the relevant
18526         directory name.
18528 2009-09-15  Glenn Morris  <rgm@gnu.org>
18530         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
18531         free variable `doc'.
18533         * dired.el (dired-mode-map): Add menu entry for async shell command.
18535         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
18536         variables, also consider the .elc files, since the .el files are
18537         normally gzipped (subsequent code locates the .el.gz from the .elc).
18539         * calc/calc-prog.el (arglist): Define for compiler.
18541         * calendar/diary-lib.el (diary-display-function): Change the default to
18542         fancy display.
18543         (body): Define for compiler.
18545         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
18546         (byte-compile-file-form, byte-compile-lambda)
18547         (byte-compile-top-level-body, byte-compile-form)
18548         (byte-compile-variable-ref, byte-compile-setq)
18549         (byte-compile-setq-default, byte-compile-body)
18550         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
18551         (batch-byte-compile): Give some more local variables with common names
18552         a "bytecomp-" prefix to avoid masking warnings about free variables.
18554         * startup.el (command-line-1): Give local variables with common names a
18555         distinguishing prefix, so as not to hide free variable warnings during
18556         bootstrap.
18558         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
18559         clever and add a suffix to make a unique name, just let the user decide
18560         whether or not to overwrite it.  If the input is a directory, write the
18561         default filename to that directory.  (Bug#4388)
18562         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
18563         is a filename-as-a-directory.
18565 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
18567         * textmodes/page.el (what-page): Don't move to beginning of line.
18568         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
18570 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
18572         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
18574 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
18576         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
18577         * help.el (help-for-help-internal): Add purecopy calls for text.
18579         * vc.el (top): print-log method now takes an optional SHORTLOG
18580         argument.  Add a new method: root.
18581         (vc-root-diff, vc-print-root-log): New functions.
18582         (vc-log-short-style): New variable.
18583         (vc-print-log-internal): Add support for showing short logs.
18585         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
18586         vc-print-root-log and vc-print-root-diff.
18588         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
18589         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
18590         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
18591         short logs.
18593         * vc-cvs.el (vc-cvs-print-log):
18594         * vc-mtn.el (vc-mtn-print-log):
18595         * vc-rcs.el (vc-rcs-print-log):
18596         * vc-sccs.el (vc-sccs-print-log):
18597         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
18598         that is ignored for now.
18600         * vc-mtn.el (vc-mtn-annotate-command):
18601         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
18603 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18605         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
18606         to function-key-map, and give them ascii-character property.
18607         * term/x-win.el (x-alternatives-map):
18608         * term/ns-win.el (ns-alternatives-map):
18609         * term/internal.el (msdos-key-remapping-map):
18610         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
18612 2009-09-14  Glenn Morris  <rgm@gnu.org>
18614         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
18615         temp-buffers (2009-09-12).
18617 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18619         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
18620         the new read-key function.
18622 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
18624         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
18625         is defined (Bug#4405).
18627 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
18629         * recentf.el (recentf-cleanup): Use a hash table to find
18630         duplicates (Bug#4407).
18632 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
18634         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
18635         kp-0 to ascii equivalents (Bug#4325).
18637 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
18639         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
18641         * eshell/em-hist.el:
18642         * eshell/em-dirs.el (eshell-complete-user-reference):
18643         Declare pcomplete functions and variables to avoid compiler warnings.
18645 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
18647         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
18648         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
18649         * eshell/em-alias.el (eshell-aliases-file):
18650         * eshell/em-hist.el (eshell-history-file-name):
18651         Use expand-file-name instead of concat to make file names (Bug#4308).
18653 2009-09-13  Glenn Morris  <rgm@gnu.org>
18655         * ediff-merg.el (ediff-do-merge):
18656         * filesets.el (filesets-run-cmd):
18657         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
18658         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
18659         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
18660         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
18661         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
18662         Replace empty `let's with `progn'.
18664 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
18666         * mail/sendmail.el (send-mail-function):
18667         * tooltip.el (tooltip-mode):
18668         * simple.el (transient-mark-mode):
18669         * rfn-eshadow.el (file-name-shadow-mode):
18670         * frame.el (blink-cursor-mode):
18671         * font-core.el (global-font-lock-mode):
18672         * files.el (temporary-file-directory)
18673         (small-temporary-file-directory, auto-save-file-name-transforms):
18674         * epa-hook.el (auto-encryption-mode):
18675         * composite.el (global-auto-composition-mode):
18676         Use custom-initialize-delay.
18677         * startup.el (command-line): Don't explicitly call
18678         custom-reevaluate-setting for all the above vars.
18679         * custom.el (custom-initialize-safe-set)
18680         (custom-initialize-safe-default): Delete.
18682 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18684         * term/x-win.el (x-initialize-window-system):
18685         * term/w32-win.el (w32-initialize-window-system):
18686         * term/ns-win.el (ns-initialize-window-system): Don't call
18687         mouse-wheel-mode since it's enabled globally by default already.
18689         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
18690         actually define the variable, but only silences the byte-compiler.
18691         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
18692         before looking it up.
18693         (mouse-wheel-scroll-amount): Also reset the bindings if this value
18694         is changed.
18696 2009-09-12  Glenn Morris  <rgm@gnu.org>
18698         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
18699         1000.
18700         (elint-add-required-env): Don't beep on error.
18701         (elint-forms): In case of error, return ENV unchanged.
18702         (elint-init-env): Skip non-list forms.
18703         (elint-log): Handle unknown file positions.
18705 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
18707         * epg.el (epg-make-context): Add autoload cookie.
18708         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
18709         (epg-decrypt-string, epg-start-verify, epg-verify-file)
18710         (epg-verify-string, epg-start-sign, epg-sign-file)
18711         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
18712         (epg-encrypt-string, epg-start-export-keys)
18713         (epg-export-keys-to-file, epg-export-keys-to-string)
18714         (epg-start-import-keys, epg-import-keys-from-file)
18715         (epg-import-keys-from-string, epg-start-receive-keys)
18716         (epg-receive-keys, epg-import-keys-from-server)
18717         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
18718         (epg-sign-keys, epg-start-generate-key)
18719         (epg-generate-key-from-file, epg-generate-key-from-string):
18720         Remove autoload cookie.
18722 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
18724         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
18725         reevaluation of trash-directory.
18727         * mwheel.el: Fix last change.
18728         (mouse-wheel-mode): New defvar.
18729         (mouse-wheel-mode): Remove autoload cookie.
18731 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18733         * mwheel.el (mwheel-installed-bindings): New var.
18734         (mouse-wheel-mode): Use it, so as to make sure we really remove all
18735         the bindings we set last time.  Use custom-initialize-delay.
18736         * loadup.el: Load mwheel after term/*-win.el.
18737         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
18738         and mouse-wheel-up-event now that their first evaluation is done
18739         sufficiently late to be correct.
18741         * startup.el (tutorial-directory): Make it a defcustom.
18742         Use custom-initialize-delay rather than eval-at-startup to set it.
18743         * image.el (image-load-path): Make it a defcustom.
18744         Use custom-initialize-delay rather than eval-at-startup to set it.
18745         * subr.el (eval-at-startup): Remove.
18746         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
18748         * subr.el (do-after-load-evaluation): Warn the user after loading an
18749         obsolete package.
18751 2009-09-12  Glenn Morris  <rgm@gnu.org>
18753         * proced.el (proced-mark-alt): Remove alias.
18754         (proced-mode-map): Remove proced-mark-alt.
18756         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
18757         Elint file and directory.  Remove initialization entry.
18759         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
18760         commands.
18761         (elint-current-buffer): Set mode-line-process.
18762         (elint-init-env): Handle define-derived-mode.
18763         Fix declare-function with unspecified arglist.  Guard against odd
18764         defalias statements (eg iso-insert's 8859-1-map).
18765         (elint-add-required-env): Use a temp buffer.
18766         (elint-form): Just print the function/macro name, not the whole form.
18767         Return env unchanged if we fail to parse a macro.
18768         (elint-forms): Guard against parse errors.
18769         (elint-output): New function, to handle batch mode.
18770         (elint-log-message): Add optional argument.  Use elint-output.
18771         (elint-set-mode-line): New function.
18773 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
18775         * emacs-lisp/elp.el (elp-not-profilable): Add more
18776         functions (Bug#4233).
18778 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
18780         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
18781         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
18783 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
18785         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
18786         (gdb-var-list-children): Use json parsing.
18788 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
18790         * progmodes/js.el (js--proper-indentation): Handle the case where
18791         char-before is null.  Reported by Deniz Dogan.
18793 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
18795         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
18797 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
18799         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
18800         (epg-digest-algorithm-alist): Add SHA224.
18801         (epg-context-set-passphrase-callback)
18802         (epg-context-set-progress-callback): Add description about
18803         callback function.
18805 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18807         * custom.el (custom-delayed-init-variables): New var.
18808         (custom-initialize-delay): New function.
18809         * startup.el (command-line): "Re"evaluate all vars in
18810         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
18811         explicitly any more.
18812         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
18813         to avoid creating a ~/.emacs.d at build-time (bug#4347).
18815         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
18817 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
18819         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
18820         (gdb-var-update-handler): Use json parsing.
18822 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
18824         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
18825         decode annotated text, regardless of language environment.  (Bug#2741)
18827 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18829         * Makefile.in (autoloads): Make rmail.el writable as well.
18831 2009-09-11  Glenn Morris  <rgm@gnu.org>
18833         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
18834         loaddefs.el.
18835         * dired.el: Regenerate with extracted autoloads.
18836         * Makefile.in (autoloads): Make dired.el writable.
18838         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
18839         * ibuffer.el: Regenerate with extracted autoloads.
18840         * Makefile.in (autoloads): Make ibuffer.el writable.
18842         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
18843         * version.el (emacs-copyright, emacs-major-version)
18844         (emacs-minor-version): Reformat doc-strings for make-docfile.
18846         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
18847         functions and variables, since they must be stuff specific to some other
18848         platform.
18849         (apropos-print): Make mouse-click message less specific about button.
18851         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
18852         that records where a macro was defined.
18853         * help-fns.el (describe-function-1): Mention if a function has a
18854         compiler-macro.
18855         * help-mode.el (help-function-cmacro): New button.
18857         * locate.el (top-level): Always require dired.
18858         (locate-mode-map): Initialize inside the defvar.
18860         * net/ange-ftp.el (dired-compress-file): Declare.
18861         (ange-ftp-dired-compress-file): Add doc string.
18863         * term/ns-win.el (x-display-name, x-setup-function-keys):
18864         Unify doc-strings with X versions.
18866 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18868         * emulation/crisp.el (crisp-mode-map): Move initialization
18869         into declaration.
18870         (crisp-mode): Use define-minor-mode.
18872         * progmodes/xscheme.el (xscheme-evaluation-commands):
18873         Put a :advertised-binding property rather than using
18874         advertised-xscheme-send-previous-expression.
18875         (advertised-xscheme-send-previous-expression): Declare obsolete.
18876         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
18877         `advertised-undo'.
18878         (crisp-mode): Add corresponding bindings to
18879         undo's :advertised-binding instead.
18880         * dired.el (dired-mode-map): Put a :advertised-binding property rather
18881         than using dired-advertised-find-file.
18882         (dired-advertised-find-file):
18883         * simple.el (advertised-undo):
18884         * wid-edit.el (advertised-widget-backward): Declare obsolete.
18885         (widget-keymap): Put a :advertised-binding property rather
18886         than using advertised-widget-backward.
18887         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
18888         than using advertised-undo.
18889         * tutorial.el (tutorial--default-keys): Adjust accordingly.
18891 2009-09-10  Simon South  <ssouth@slowcomputing.org>
18893         * progmodes/delphi.el (delphi-tab): Indent region when Transient
18894         Mark mode is enabled and region is active; otherwise indent or
18895         insert TAB as usual.
18896         (delphi-mode): Update description of TAB-key binding.
18898 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18900         * subr.el (define-key-rebound-commands): Mark obsolete.
18901         * startup.el (precompute-menubar-bindings): Remove.
18902         (normal-top-level): Remove obsolete code that tried to precompute
18903         menubar bindings.
18904         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
18905         define-key-rebound-commands and precompute-menubar-bindings.
18907 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18909         * net/imap.el (imap-interactive-login): Better messages.
18910         (imap-open): Fix bug with renamed buffer on reconnect.
18911         (imap-authenticate): Add buffer-local imap-last-authenticator variable
18912         for easier debugging and cleaner code.  On successful (guessed based on
18913         server capabilities) secondary authentication, set imap-state
18914         correctly.
18915         (imap-last-authenticator): Define imap-last-authenticator as a variable
18916         to avoid warnings.
18918 2009-09-10  Glenn Morris  <rgm@gnu.org>
18920         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
18922         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
18923         (byte-compile-file-form-autoload): Don't warn about unknown functions
18924         where the autoload statement comes after the use.
18925         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
18926         that any handlers inside the body (eg require) are in turn respected.
18928         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
18929         effects.
18931         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
18932         and syntax and abbrev tables basic docs, if they don't have any.
18934         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
18936         * international/mule-cmds.el (top-level): Require cl when compiling.
18937         (view-hello-file): Use default-value rather than
18938         default-enable-multibyte-characters.
18940         * progmodes/fortran.el: Move all safe and risky properties into the
18941         defcustoms.
18943         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
18944         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
18945         * mail/undigest.el:
18946         Put autoloads in rmail.el rather than loaddefs.el.
18947         * mail/rmail.el: Regenerate with extracted autoloads.
18949         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
18950         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
18952 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
18954         Reported in thread for Bug#4375.
18955         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
18956         "-data-evaluate-expression" instead of print.
18957         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
18958         (gdb-tooltip-print): Parse output from above MI command.
18959         (gdb): Revert 2009-08-11 change.  User should detach inferior
18960         manually.
18962         Remove the word "separate" from IO functions as inferior
18963         output is now never displayed in the GUD buffer.
18965 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
18967         * startup.el (command-line-normalize-file-name): On Windows and
18968         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
18970 2009-09-10  Juri Linkov  <juri@jurta.org>
18972         * isearch.el (isearch-text-char-description): Propertize escape
18973         character sequences with the `escape-glyph' face.  (Bug#4344)
18975         * simple.el (shell-command): Set asynchronous process filter to
18976         `comint-output-filter'.  (Bug#4343)
18978         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
18979         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
18980         the list.  Move "asm" to the bottom.
18981         (grep-find-ignored-directories): Add `choice' with nil value
18982         to empty the list easily.
18983         (grep-find-ignored-files): New option.
18984         (grep-files-history): Set to nil by default instead of '("ch" "el").
18985         (grep-compute-defaults): Add "<X>" to `grep-template'.
18986         (grep-read-files): Bind new local variables `default-alias' and
18987         `default-extension'.  Use a list of default values for the file prompt.
18988         (lgrep): Add `--exclude=' command line options composed from
18989         `grep-find-ignored-files'.
18990         (rgrep): Add `-name' command line options composed from
18991         `grep-find-ignored-files'.  (Bug#4301)
18993 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18995         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
18996         (bug#4368).
18998 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19000         * calendar/time-date.el (autoload):
19001         Expand define-obsolete-function-alias into defalias and make-obsolete
19002         for old Emacsen that Gnus supports.
19003         (with-no-warnings): Define it for old Emacsen.
19004         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
19005         is available.
19006         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
19007         float-time is available; suppress compile warning for time-to-seconds.
19009 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
19011         * net/imap.el (imap-message-map): Docstring fix.
19013 2009-09-09  Glenn Morris  <rgm@gnu.org>
19015         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
19016         line numbers too.  (Bug#4374)
19018 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19020         * smerge-mode.el (smerge-remove-props, smerge-refine):
19021         Use with-silent-modifications (bug#4342).
19023         * subr.el (with-silent-modifications): New macro.
19025 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
19027         * files.el (top-level): Require `cl' when compiling.
19029 2009-09-07  Glenn Morris  <rgm@gnu.org>
19031         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
19033         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
19034         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
19036 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
19038         * vc-git.el (vc-git-annotate-command): Use separator to parse
19039         arguments correctly.
19041 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
19043         * proced.el (proced-mode): Doc fix.
19045 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
19047         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
19048         lstat fails.
19049         (tramp-do-file-attributes-with-ls): Check for file existence at
19050         remote end.
19051         (tramp-do-file-attributes-with-stat): Likewise.
19052         (tramp-convert-file-attributes): Return nil when attr is nil.
19054 2009-09-05  Glenn Morris  <rgm@gnu.org>
19056         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
19057         properties to this button.
19058         (diary-fancy-display): Don't extend the button to the final newline.
19059         (diary-fancy-display-mode): Continue to define "q" as a local key.
19061         * calendar/cal-china.el (holiday-chinese): Make it slightly more
19062         efficient.
19064         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
19066         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
19067         (byte-compile-dest-file-function): New option.
19068         (byte-compile-dest-file): Doc fix.
19069         Obey byte-compile-dest-file-function.
19070         (byte-compile-cl-file-p): New function.
19071         (byte-compile-eval): Only suppress noruntime warnings about cl functions
19072         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
19073         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
19074         than for file being previously loaded.
19075         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
19076         (byte-compile-file-form-require): Handle the case where requiring a file
19077         indirectly causes CL to be loaded.
19079 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
19081         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
19082         before killing the old buffer, since by the time `kill-buffer' is
19083         run so many buffer variables have been set to nil that it may not
19084         behave as expected.  (Bug#4061)
19086 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
19088         * files.el (find-alternate-file): If the old buffer is modified
19089         and visiting a file, behave similarly to `kill-buffer' when
19090         killing it, thus reverting to the pre-1.878 behavior; see
19091         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
19092         for discussion.  Also, consult `buffer-file-name' as a variable
19093         not as a function, for consistency with the rest of the code.
19095 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
19097         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
19098         also when adding a new directory.
19100         * net/tramp-compat.el (tramp-compat-line-beginning-position):
19101         New defun.
19103 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19105         * files.el (locate-file-completion-table): Make it provide boundary
19106         information, so partial-completion works better.
19108 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
19110         * mail/footnote.el (Footnote-text-under-cursor):
19111         Check footnote-text-marker-alist before using it (bug#4324).
19113 2009-09-04  Glenn Morris  <rgm@gnu.org>
19115         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
19116         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
19117         * play/solitaire.el, play/tetris.el:
19118         Remove leading * from defcustom and defface docs.
19120         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
19121         necessary.
19122         (diary-fancy-overriding-map): New variable.
19123         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
19124         Use view-mode.
19126         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
19127         goto-line.
19129 2009-09-03  Glenn Morris  <rgm@gnu.org>
19131         * arc-mode.el (archive-mode):
19132         * dos-fns.el (set-default-process-coding-system):
19133         * man.el (Man-getpage-in-background):
19134         * menu-bar.el (menu-bar-describe-menu):
19135         * server.el (server-process-filter):
19136         * startup.el (command-line):
19137         * tar-mode.el (tar-header-block-tokenize, tar-extract):
19138         * w32-fns.el (set-default-process-coding-system):
19139         * x-dnd.el (x-dnd-handle-file-name):
19140         * international/mule-cmds.el (mule-menu-keymap)
19141         (set-default-coding-systems, language-info-alist, set-language-info)
19142         (set-language-environment, standard-display-european-internal)
19143         (set-locale-environment):
19144         * international/mule-diag.el (mule-diag):
19145         * mail/emacsbug.el (report-emacs-bug):
19146         * mail/rmail.el (rmail-mode):
19147         * mail/sendmail.el (mail-setup):
19148         Use default-value rather than default-enable-multibyte-characters.
19150         * progmodes/f90.el: Move all safe properties into the defcustoms.
19151         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
19153         * calendar/appt.el (appt-check):
19154         * calendar/diary-lib.el (diary-set-header, diary-live-p)
19155         (diary-check-diary-file, diary-list-entries)
19156         (diary-include-other-diary-files, diary-simple-display)
19157         (diary-fancy-display, diary-print-entries)
19158         (diary-mark-included-diary-files, diary-make-entry):
19159         Don't call substitute-in-file-name on diary-file.
19161 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
19162             Stefan Monnier  <monnier@iro.umontreal.ca>
19164         * mail/footnote.el (footnote-prefix): Make it a defcustom.
19165         (footnote-mode-map): Move initialization into the declaration.
19166         (footnote-minor-mode-map): Define it rather than changing global-map.
19167         (footnote-mode): Use define-minor-mode.
19169 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
19171         * net/tramp.el (tramp-handle-file-attributes-with-ls)
19172         (tramp-do-file-attributes-with-perl)
19173         (tramp-do-file-attributes-with-stat): Rename from
19174         `tramp-handle-file-attributes-with-*'.
19175         (tramp-handle-file-attributes): Use them.
19176         (tramp-do-directory-files-and-attributes-with-perl)
19177         (tramp-do-directory-files-and-attributes-with-stat): Rename from
19178         `tramp-handle-directory-files-and-attributes-with-*'.
19179         (tramp-handle-directory-files-and-attributes): Use them.
19180         (tramp-method-out-of-band-p): Additional parameter SIZE.
19181         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
19182         (tramp-handle-write-region): Use it.
19183         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
19184         (tramp-handle-vc-registered): Check, whether the first run did
19185         return files to be tested.
19186         (tramp-advice-make-auto-save-file-name): Do not call directly
19187         `tramp-handle-make-auto-save-file-name', because this would bypass
19188         the locking mechanism.
19190         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
19191         (file-remote-p, process-file, start-file-process, set-file-times)
19192         (tramp-compat-file-attributes): Compatibility functions shall not
19193         call directly `tramp-handle-*', because this would bypass the
19194         locking mechanism.
19195         (tramp-compat-number-sequence): New defun.
19197 2009-09-02  Glenn Morris  <rgm@gnu.org>
19199         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
19200         alias for float-time.
19201         (time-to-number-of-days): In Emacs, use float-time.
19202         * net/newst-backend.el (time-add): Suppress warnings from compat
19203         function.
19204         * time.el (emacs-uptime, emacs-init-time):
19205         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
19206         Use float-time rather than time-to-seconds.
19208         * minibuffer.el (completion-initials-expand): Fix typo.
19210         * faces.el (modeline, modeline-inactive, modeline-highlight)
19211         (modeline-buffer-id):
19212         * info.el (info-menu-5): Mark these face aliases as obsolete.
19214 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
19216         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
19217         space ...
19218         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
19219         no "--thread" option.
19220         (gdb-stopped): Don't print "Switched to thread" message when it is
19221         unchanged.
19223 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19225         * minibuffer.el (completion-try-completion)
19226         (completion-all-completions): Remove ill-defined (and
19227         mistakenly installed and luckily never used nor documented)
19228         `completion-styles' property.
19229         (completion-initials-expand, completion-initials-all-completions)
19230         (completion-initials-try-completion): New functions.
19231         (completion-styles-alist): Add doc to each entry.
19232         Add new `initials' entry.
19234 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
19236         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
19237         MI command -var-evaluate-expression.
19238         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
19239         and tweak for case of string child.
19240         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
19242 2009-09-01  Glenn Morris  <rgm@gnu.org>
19244         * add-log.el (change-log-date-face, change-log-name-face)
19245         (change-log-email-face, change-log-file-face, change-log-list-face)
19246         (change-log-conditionals-face, change-log-function-face)
19247         (change-log-acknowledgement-face):
19248         * cus-edit.el (custom-invalid-face, custom-rogue-face)
19249         (custom-modified-face, custom-set-face, custom-changed-face)
19250         (custom-saved-face, custom-button-face, custom-button-pressed-face)
19251         (custom-documentation-face, custom-state-face, custom-comment-face)
19252         (custom-comment-tag-face, custom-variable-tag-face)
19253         (custom-variable-button-face, custom-face-tag-face)
19254         (custom-group-tag-face-1, custom-group-tag-face):
19255         * diff-mode.el (diff-header-face, diff-file-header-face)
19256         (diff-index-face, diff-hunk-header-face, diff-removed-face)
19257         (diff-added-face, diff-changed-face, diff-function-face)
19258         (diff-context-face, diff-nonexistent-face):
19259         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19260         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
19261         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19262         (Info-title-4-face):
19263         * isearch.el (isearch-lazy-highlight-face):
19264         * log-view.el (log-view-file-face, log-view-message-face):
19265         * paren.el (show-paren-match-face, show-paren-mismatch-face):
19266         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19267         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19268         (cvs-msg-face):
19269         * smerge-mode.el (smerge-mine-face, smerge-other-face)
19270         (smerge-base-face, smerge-markers-face):
19271         * wid-edit.el (widget-documentation-face, widget-button-face)
19272         (widget-field-face, widget-single-line-field-face)
19273         (widget-inactive-face, widget-button-pressed-face):
19274         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
19275         (woman-addition-face):
19276         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
19277         (eshell-ls-executable-face, eshell-ls-readonly-face)
19278         (eshell-ls-unreadable-face, eshell-ls-special-face)
19279         (eshell-ls-missing-face, eshell-ls-archive-face)
19280         (eshell-ls-backup-face, eshell-ls-product-face)
19281         (eshell-ls-clutter-face):
19282         * eshell/em-prompt.el (eshell-prompt-face):
19283         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
19284         * obsolete/old-whitespace.el (whitespace-highlight-face):
19285         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
19286         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
19287         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
19288         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
19289         (antlr-font-lock-literal-face):
19290         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19291         (ebrowse-root-class-face, ebrowse-file-name-face)
19292         (ebrowse-default-face, ebrowse-member-attribute-face)
19293         (ebrowse-member-class-face, ebrowse-progress-face):
19294         * progmodes/make-mode.el (makefile-space-face):
19295         * progmodes/sh-script.el (sh-heredoc-face):
19296         * textmodes/flyspell.el (flyspell-incorrect-face)
19297         (flyspell-duplicate-face):
19298         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
19299         * textmodes/texinfo.el (texinfo-heading-face):
19300         Mark face aliases with "-face" suffix as obsolete.
19302         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
19303         compiler.
19305         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
19306         (eudc-bob-sound-menu): Use defvar rather than defconst, since
19307         easy-menu-define wants to modify these.
19309         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
19311         * net/browse-url.el (browse-url-file-url):
19312         * term/internal.el (dos-codepage-setup):
19313         Use default-value rather than default-enable-multibyte-characters.
19315         * progmodes/etags.el (etags-goto-tag-location):
19316         * progmodes/flymake.el (flymake-highlight-line)
19317         (flymake-goto-file-and-line, flymake-goto-line):
19318         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
19319         (gdb-goto-breakpoint):
19320         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19321         * progmodes/python.el (python-find-function)
19322         (python-pdbtrack-track-stack-file):
19323         * progmodes/verilog-mode.el (verilog-surelint-off):
19324         * term/ns-win.el (ns-open-file-select-line):
19325         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
19326         Use forward-line rather than goto-line.
19328         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
19329         * textmodes/reftex-index.el (reftex-display-index):
19330         * textmodes/reftex-ref.el (reftex-offer-label-menu):
19331         * textmodes/reftex-toc.el (reftex-toc):
19332         Remove unnecessary bindings of default-major-mode (all are followed by
19333         major-mode check and possible mode switch).
19335 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
19337         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
19338         Handle watchpoints (bug#4282).
19339         (def-gdb-thread-buffer-command): Enable thread to be selected by
19340         clicking without selecting threads buffer first.
19341         (gdb-current-context-command): Use selected frame so that "up",
19342         "down" etc work in the GUD buffer.
19343         (gdb-update): Find selected frame before rendering stack buffer.
19344         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
19346 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
19348         * progmodes/sym-comp.el (displayed-completions): Remove.
19349         (symbol-complete): Use minibuffer-complete.
19351 2009-08-31  Glenn Morris  <rgm@gnu.org>
19353         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
19355         * apropos.el (apropos-symbols-internal):
19356         Handle (obsolete) face aliases.
19358         * faces.el (describe-face): Adjust the output format to be more like
19359         describe-variable, and to mention (obsolete) face aliases.
19360         Adjust the whitespace so that help-setup-xref works.
19362         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
19363         * calendar/diary-lib.el (diary-button-face):
19364         Mark these face aliases as obsolete.
19366         * calendar/calendar.el (calendar-today): Doc fix.
19368 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
19370         * progmodes/gdb-mi.el (gdb-control-all-threads)
19371         (gdb-control-current-thread): Force tool bar update.
19372         (gdb-non-stop-handler): New function.
19373         (gdb-init-1): Use it to test if non-stop mode is supported.
19374         Remove unused gdbmi buffer type.
19376 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
19378         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
19379         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
19381 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
19383         * comint.el (comint-exec-1): Check command is non-null first.
19384         Part of gdb-mi.el change (2009-08-28).
19386 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19388         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
19390 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
19392         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
19393         instead of `dolist' to avoid a recursive require when bootstrapping.
19395 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19397         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
19399         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
19401         * net/imap.el (imap-send-command): Simplify.
19402         (imap-wait-for-tag): point-max -> buffer-size.
19404         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
19406         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
19407         with constant argument.
19409         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
19411         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
19413         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
19414         Change default, since most of our files don't have a history.
19415         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
19416         the user.
19418         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
19419         Add comint-run.
19421         * calc/calc.el: Improve commenting convention.
19422         (calc-digit-map, toplevel): Simplify.
19424         * comint.el (comint-insert-input): Be careful to only set point if we
19425         don't delegate to some other command.
19427         * proced.el (proced-signal-list): Make it an alist.
19428         (proced-grammar-alist): Capitalize names.
19429         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
19430         Disable undo manually and make it read-only.
19431         Use completion-annotate-function.
19433         * minibuffer.el (minibuffer-message): If the current buffer is not
19434         a minibuffer, insert the message in the echo area rather than at the
19435         end of the buffer.
19436         (completion-annotate-function): New variable.
19437         (minibuffer-completion-help): Use it.
19438         (completion--embedded-envvar-table): Environment vars are
19439         always case-sensitive.
19441 2009-08-30  Glenn Morris  <rgm@gnu.org>
19443         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
19444         from fortran-current-defun.
19445         (fortran-beginning-of-subprogram): Be more precise about finding the
19446         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
19447         (fortran-end-of-subprogram): Simplify.
19448         (fortran-current-defun): Use fortran-start-prog-re.
19450 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
19452         * subr.el (do-after-load-evaluation): Simplify.
19454 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
19456         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
19458         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
19459         (vc-rcs-print-log): Use it.
19461         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
19463 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19465         * paths.el (abbrev-file-name): Move to abbrev.el.
19466         * abbrev.el (abbrev-file-name): Move from paths.el.
19467         Obey user-emacs-directory.
19468         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
19469         user-emacs-directory.
19470         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
19471         abbrev-file-name and calc-settings-file any more.
19472         * startup.el (command-line): Recompute abbrev-file-name and
19473         abbreviated-home-dir.
19474         (normal-no-mouse-startup-screen): Improve the generic code and get rid
19475         of the special code for when C-h bindings haven't been changed.
19476         (display-startup-echo-area-message): Use with-current-buffer.
19477         (command-line-1): Use a list of strings, rather than a list of lists
19478         of strings for longopts.
19480         * files.el (get-free-disk-space): Use / for default-directory.
19482         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
19483         Use with-current-buffer.
19485         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
19486         Recognize immutable variables like most-positive-fixnum.
19487         (byte-compile-setq-default): Check and warn if trying to assign
19488         to an immutable variable, or a non-variable.
19490         * progmodes/cc-vars.el (c-comment-continuation-stars):
19491         * progmodes/cc-engine.el (c-looking-at-bos):
19492         * progmodes/cc-cmds.el (c-toggle-auto-state)
19493         (c-forward-into-nomenclature, c-backward-into-nomenclature)
19494         (c-comment-line-break-function): Add version of obsolescence.
19496 2009-08-28  Juri Linkov  <juri@jurta.org>
19498         * files.el (magic-fallback-mode-alist): Add ZIP magic number
19499         associated with `archive-mode'.
19501         * image.el (image-type-header-regexps): Use only JPEG magic number
19502         to determine JPEG images, and don't use `image-jpeg-p' because
19503         Emacs can display non-JFIF non-Exif JPEG images.
19505 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
19507         * arc-mode.el (archive-mode):
19508         * emacs-lisp/re-builder.el (re-builder-unload-function):
19509         Protect against the default value of `major-mode' being nil.
19511 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
19513         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
19514         Fix typos in docstrings.
19516         * progmodes/js.el (js--macro-decl-re): Doc fix.
19517         (js--plain-method-re, js--split-name): Refloc docstring.
19518         (js--class-styles, js--make-merged-item, js--splice-into-items):
19519         Fix typos in docstrings; reflow docstrings.
19520         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
19521         (js--variable-decl-matcher, js--inside-pitem-p)
19522         (js--parse-state-at-point, js--get-all-known-symbols)
19523         (js--symbol-history, js-find-symbol, js--js-references)
19524         (js--moz-interactor, js--js-encode-value, js--read-tab):
19525         Fix typos in docstrings.
19527 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19529         * textmodes/reftex.el (reftex-get-file-buffer-force):
19530         * progmodes/verilog-mode.el (verilog-batch-execute-func):
19531         * emulation/viper.el (viper-go-away, viper-set-hooks):
19532         * emacs-lisp/re-builder.el (re-builder-unload-function):
19533         * emacs-lisp/bytecomp.el (byte-compile-file):
19534         * ses.el (ses-unload-function):
19535         * hexl.el (hexl-find-file):
19536         * files.el (normal-mode):
19537         * ehelp.el (with-electric-help):
19538         * autoinsert.el (auto-insert-alist):
19539         * arc-mode.el (archive-mode):
19540         Use (default-value 'major-mode) instead of default-major-mode.
19542         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
19543         * international/mule.el (load-with-code-conversion):
19544         * emacs-lisp/debug.el (debug):
19545         * ediff-vers.el (ediff-rcs-get-output-buffer):
19546         * dired.el (dired-internal-noselect): Don't let-bind
19547         default-major-mode around code that doesn't use it.
19548         E.g. buffer creation via get-buffer-create doesn't use it.
19550 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
19552         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
19553         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
19554         when writing the temp file.  Otherwise, epa-file gets confused.
19555         (tramp-register-file-name-handlers): Make it a defun.  Move also
19556         `epa-file-handler' to the front of `file-name-handler-alist'.
19558 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19560         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
19561         start right after a ^M.
19562         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
19563         (tramp-completion-file-name-regexp-separate)
19564         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
19565         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
19566         Don't modify last-coding-system-used by accident.
19567         (tramp-completion-file-name-handler): Apply the checks here,
19568         instead during registration.
19569         (tramp-register-file-name-handlers): Rename from
19570         `tramp-register-file-name-handler'.  Register both
19571         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
19572         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
19574 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
19576         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
19577         Remove variable ...
19578         (gdb-init-1, gdb-display-separate-io-buffer)
19579         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
19580         references to it.
19581         (gdb-inferior-io-mode): Use make-comint-in-buffer.
19582         (gdb-inferior-filter): Use comint-output-filter to stop
19583         echoing and remove ^M characters.
19585 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19587         * emulation/viper-init.el (viper-restore-cursor-type):
19588         * emulation/cua-base.el (cua--update-indications):
19589         Replace default-cursor-type with (default-value 'cursor-type).
19591         * mail/sendmail.el (mail-recover-1):
19592         * international/mule-diag.el (describe-current-coding-system-briefly)
19593         (describe-current-coding-system):
19594         * international/mule-cmds.el (select-safe-coding-system)
19595         (select-message-coding-system)
19596         (set-language-environment-coding-systems, set-locale-environment):
19597         * hexl.el (hexl-insert-multibyte-char):
19598         * dos-w32.el (find-buffer-file-type-coding-system):
19599         * simple.el (what-cursor-position):
19600         Replace uses of default-buffer-file-coding-system
19601         with (default-value 'buffer-file-coding-system).
19603         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
19604         Replace uses of default-cursor-in-non-selected-windows
19605         with (default-value 'cursor-in-non-selected-windows).
19606         Use with-current-buffer.
19608         * mail/feedmail.el: Use CL macros.
19609         (feedmail-run-the-queue, feedmail-send-it-immediately):
19610         * dos-w32.el (find-buffer-file-type): Replace uses of
19611         default-buffer-file-type with (default-value 'buffer-file-type).
19613 2009-08-28  Glenn Morris  <rgm@gnu.org>
19615         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
19616         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
19617         Use default-value of major-mode rather than default-major-mode.
19619 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19621         * Makefile.in (update-elcfiles): Report left over elc files.
19623         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
19624         expand-file-name and with-current-buffer.
19625         (mail-get-names, mail-directory): Use with-current-buffer.
19627         * vc.el (vc-read-revision): New function.
19628         (vc-version-diff, vc-merge): Use it.
19630 2009-08-27  Sam Steingold  <sds@gnu.org>
19632         * simple.el (kill-do-not-save-duplicates): New user option.
19633         (kill-new): When it is non-nil, and the new string is the same as
19634         the latest kill, set replace to t to avoid duplicates in kill-ring.
19636 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
19638         * net/tramp.el (tramp-handle-process-file): Do not flush all
19639         caches when `process-file-side-effects' is set.
19640         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
19641         instead of `tramp-find-file-exists-command'.
19642         Unset `process-file-side-effects'.
19644 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
19646         * net/tramp.el (tramp-methods): New method "rsyncc".
19647         (top): Add completion function for "rsyncc".
19648         (tramp-message-show-message): New defvar.
19649         (tramp-message, tramp-error): Use it.
19650         (tramp-do-copy-or-rename-file-directly): Extend check for direct
19651         remote copying.
19652         (tramp-do-copy-or-rename-file-out-of-band): Handle new
19653         `tramp-methods' entry `copy-env' of "rsyncc".
19654         (tramp-vc-registered-read-file-names): New defconst.
19655         (tramp-vc-registered-file-names): New defvar.
19656         (tramp-handle-vc-registered): Implement optimization strategy.
19657         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
19658         (tramp-vc-file-name-handler): New defun.
19659         (tramp-get-ls-command, tramp-get-test-command)
19660         (tramp-get-file-exists-command, tramp-get-remote-ln)
19661         (tramp-get-remote-perl, tramp-get-remote-stat)
19662         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
19664         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
19665         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
19666         timestamps.
19667         (tramp-get-file-property): Check for timestamps in
19668         `tramp-cache-inhibit-cache'.
19669         (tramp-set-file-property): Write timestamp.
19671 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
19673         * language/japan-util.el (japanese-symbol-table): Add entries for
19674         cp932-2-byte.
19676         * international/characters.el: Add category `j' to cp932-2-byte.
19678 2009-08-27  Kenichi Handa  <handa@m17n.org>
19680         * international/fontset.el (build-default-fontset-data): New macro.
19681         (setup-default-fontset): Use build-default-fontset-data for CJK,
19682         tibetan, ethiopic, and ipa.
19684 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19686         * cus-start.el (default-major-mode): Customize `major-mode' instead.
19687         (enable-multibyte-characters): Not customizable any more.
19689         * subr.el (default-mode-line-format, default-header-line-format)
19690         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
19691         (default-direction-reversed, default-truncate-lines)
19692         (default-left-margin, default-tab-width, default-case-fold-search)
19693         (default-left-margin-width, default-right-margin-width)
19694         (default-left-fringe-width, default-right-fringe-width)
19695         (default-fringes-outside-margins, default-scroll-bar-width)
19696         (default-vertical-scroll-bar, default-indicate-empty-lines)
19697         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
19698         (default-fringe-cursor-alist, default-scroll-up-aggressively)
19699         (default-scroll-down-aggressively, default-fill-column)
19700         (default-cursor-type, default-buffer-file-type)
19701         (default-cursor-in-non-selected-windows)
19702         (default-buffer-file-coding-system, default-major-mode)
19703         (default-enable-multibyte-characters): Mark as obsolete.
19705 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
19707         * vc-dir.el (vc-dir-update): Remove debug helper.
19709         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
19711 2009-08-26  Sam Steingold  <sds@gnu.org>
19713         * simple.el (save-interprogram-paste-before-kill): New user option.
19714         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
19715         save the interprogram-paste into kill-ring before overriding it
19716         with the Emacs kill.
19718 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19720         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
19721         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
19722         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
19723         and move to vc-rcs.el.
19724         (vc-default-next-revision): Rename to vc-rcs-next-revision and
19725         move to vc-rcs.el.
19726         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
19727         (vc-rcs-update-changelog): Remove.
19728         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
19729         and move to vc-rcs.el.
19731         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
19732         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
19733         renaming.
19734         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
19735         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
19736         vc.el, renamed to be RCS specific.
19738         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
19739         New functions.
19740         (vc-cvs-update-changelog): Move here from vc.el.
19742         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
19743         New functions.
19745 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19747         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
19749 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
19751         * vc-git.el (vc-git-register): Use "git add" for directories.
19752         (vc-git-stash, vc-git-stash-show): New functions.
19753         (vc-git-extra-menu-map): Bind them.
19755         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
19756         directory correctly in case the item is a directory itself.
19758         * vc.el: Document the desired behavior for reverted files in the
19759         `added' state.
19760         (vc-default-prettify-state-info): Remove function, unused.
19762         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
19764 2009-08-26  Glenn Morris  <rgm@gnu.org>
19766         * bindings.el (standard-mode-line-format): Reposition dashes in
19767         which-func entry.  (Bug#4217)
19769         * files.el (enable-local-variables, enable-local-eval)
19770         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
19771         the defcustoms.
19772         (auto-mode-alist, ignored-local-variables)
19773         (save-some-buffers-action-alist): Move risky declarations to the
19774         definitions.
19775         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
19776         (font-lock-defaults, format-alist, imenu--index-alist)
19777         (imenu-generic-expression, input-method-alist, minor-mode-alist)
19778         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
19779         (mode-line-modified, mode-line-mule-info, mode-line-position)
19780         (mode-line-process, mode-line-remote, outline-level)
19781         (parse-time-rules, rmail-output-file-alist)
19782         (special-display-buffer-names, vc-mode):
19783         Move risky declarations to the relevant files.
19784         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
19785         (mode-line-modified, mode-line-process, mode-line-position)
19786         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
19787         * font-core.el (font-lock-defaults):
19788         * format.el (format-alist):
19789         * vc-hooks.el (vc-mode):
19790         * window.el (special-display-buffer-names):
19791         * international/mule-cmds.el (input-method-alist):
19792         Define riskiness here (dumped file) rather than in files.el.
19793         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
19794         * imenu.el (imenu-generic-expression, imenu--index-alist):
19795         * outline.el (outline-level):
19796         * time.el (display-time-string):
19797         * calendar/parse-time.el (parse-time-rules):
19798         * mail/rmailout.el (rmail-output-file-alist):
19799         Autoload riskiness here, rather than placing in files.el.
19801 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
19803         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
19805 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
19807         * simple.el (process-file-side-effects): New defvar.
19809         * dired-aux.el (dired-show-file-type):
19810         * vc.el (vc-diff-internal):
19811         * vc-arch.el (vc-arch-diff):
19812         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
19813         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
19814         * vc-git.el (vc-git-registered, vc-git-working-revision)
19815         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
19816         (vc-git--empty-db-p):
19817         * vc-hooks.el (vc-user-login-name):
19818         * vc-svn.el (vc-svn-registered, vc-svn-state)
19819         (vc-svn-dir-extra-headers, vc-svn-find-revision):
19820         * progmodes/grep.el (grep-probe): Let-bind
19821         `process-file-side-effects' with nil.
19823         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
19825         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
19826         daemon.  Replace ping by checking for running service for bluez
19827         and zeroconf.  (Bug#4239)
19829 2009-08-25  Kevin Ryde  <user42@zip.com.au>
19831         * net/dig.el (dig): Add autoload cookie.
19833 2009-08-25  Glenn Morris  <rgm@gnu.org>
19835         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
19836         load-history for absolute file-names.
19837         (byte-compile-file-form-require): Warn about use of the cl package.
19839         * format.el (format-alist): Doc fix.
19841         * play/bubbles.el (top-level): Don't require cl at run-time.
19843         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
19844         run-time cl).
19846 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
19848         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
19849         from cl package.
19850         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
19852 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
19854         * calc/calc-alg.el (math-trig-rewrite)
19855         (math-hyperbolic-trig-rewrite): New functions.
19856         (calc-simplify): Simplify trig functions when asked.
19858 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19860         * diff-mode.el (diff-find-source-location): Avoid goto-line.
19862 2009-08-24  Kenichi Handa  <handa@m17n.org>
19864         * language/ind-util.el (mapthread): Delete it.
19865         (combinatorial): New function.
19866         (indian--puthash-cv): Use combinatorial instead of mapthread.
19868 2009-08-22  Kevin Ryde  <user42@zip.com.au>
19870         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
19871         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
19872         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
19873         Clarify docstring that the value is strings not symbols.
19874         (checkdoc-list-of-strings-p): New function.
19876 2009-08-22  Glenn Morris  <rgm@gnu.org>
19878         * files.el (auto-mode-alist):
19879         * hippie-exp.el (he-concat-directory-file-name):
19880         * lpr.el (lpr-windows-system, printer-name):
19881         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
19882         * ps-print.el (ps-windows-system):
19883         * startup.el (command-line):
19884         * emulation/viper-ex.el (viper-glob-function):
19885         * international/mule-cmds.el (set-language-environment-coding-systems):
19886         * net/ange-ftp.el (ange-ftp-write-region):
19887         * obsolete/fast-lock.el (fast-lock-cache-name):
19888         Remove code for defunct system-types emx, macos, mswindows, next-mach,
19889         unisoft-unix, vax-vms, win32, w32.
19891         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
19892         given name if the pattern is not more specific.
19894         * calendar/lunar.el (lunar-phase-names): New option.
19895         (lunar-phase): Doc fix.
19896         (lunar-cycles-per-year): New constant.
19897         (lunar-index): New function.
19898         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
19899         (lunar-phase-name): Use lunar-phase-names.
19900         (calendar-lunar-phases): Use format.
19901         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
19903         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
19904         Copy imenu-example--name-and-position function here for own use.
19905         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
19907         * bs.el (bs--redisplay):
19908         * cus-edit.el (custom-redraw):
19909         * ibuffer.el (ibuffer-bury-buffer):
19910         * server.el (server-goto-line-column):
19911         * startup.el (command-line-1):
19912         * strokes.el (strokes-xpm-for-stroke):
19913         * term.el (term-display-buffer-line):
19914         * view.el (View-goto-line):
19915         * calc/calc.el (calc-do, calc-trail-buffer):
19916         * play/gamegrid.el (gamegrid-add-score-insecure):
19917         * progmodes/ada-mode.el (ada-compile-goto-error):
19918         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
19919         (ebrowse-select-1st-to-9nth):
19920         * progmodes/cperl-mode.el (cperl-time-fontification):
19921         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
19922         * progmodes/gud.el (gud-display-line):
19923         (idlwave-shell-display-line):
19924         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
19925         * progmodes/make-mode.el (makefile-browser-toggle):
19926         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
19927         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
19928         * textmodes/picture.el (picture-draw-rectangle):
19929         * textmodes/reftex-index.el (reftex-index-goto-letter):
19930         (reftex-select-jump-to-previous):
19931         * textmodes/reftex-sel.el (reftex-find-start-point)
19932         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
19933         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
19934         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
19935         * textmodes/tex-mode.el (tex-compilation-parse-errors):
19936         * textmodes/two-column.el (2C-associated-buffer):
19937         Use forward-line rather than goto-line.
19939         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
19940         goto-line.
19942         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
19943         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
19944         (quick-check-list-to-regexp): Declare.
19946         * progmodes/make-mode.el (makefile-browser-insert-selection):
19947         Use goto-char rather than goto-line.
19949         * progmodes/prolog.el (compilation-error-regexp-alist)
19950         (compilation-forget-errors): Declare.
19952 2009-08-22  Juri Linkov  <juri@jurta.org>
19954         * progmodes/grep.el (lgrep, rgrep): At the beginning
19955         set `dir' to `default-directory' unless `dir' is a non-nil
19956         readable directory.  (Bug#4052)
19957         (lgrep, rgrep): Change a weird way to report an error
19958         from using `read-string' to using `error'.
19959         Instead of using interactive arguments in the function body,
19960         add new argument `confirm'.
19962 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
19964         * textmodes/remember.el (remember-buffer):
19965         * progmodes/cperl-mode.el (cperl-vc-header-alist):
19966         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
19967         (icalendar-extract-ical-from-buffer):
19968         * net/newst-treeview.el (newsticker-groups-filename):
19969         * net/newst-backend.el (newsticker-cache-filename):
19970         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
19971         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
19972         (speedbar-add-ignored-path-regexp, speedbar-line-path)
19973         (speedbar-buffers-line-path, speedbar-path-line)
19974         (speedbar-buffers-line-path):
19975         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
19976         (epg-sign-keys):
19977         * epa.el (epa-display-verify-result):
19978         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
19980 2009-08-21  Glenn Morris  <rgm@gnu.org>
19982         * progmodes/js.el (inferior-moz-process): Fix declaration.
19984         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
19986         * obsolete/rnewspost.el (news-mail-reply):
19987         Use goto-char rather than goto-line.
19989         * term/ns-win.el (ns-open-file-select-line):
19990         Use line-beginning-position rather than goto-line.
19992         * apropos.el (apropos-command):
19993         * ehelp.el (electric-helpify):
19994         * printing.el (pr-show-setup):
19995         * strokes.el (strokes-help):
19996         * tutorial.el (tutorial--describe-nonstandard-key)
19997         (tutorial--detailed-help):
19998         * woman.el (woman-mini-help, woman-display-extended-fonts):
19999         * calc/calc-help.el (calc-describe-key):
20000         * emulation/edt.el (edt-electric-helpify):
20001         * international/mule-diag.el (mule-diag):
20002         * play/yow.el (apropos-zippy):
20003         * progmodes/python.el (python-describe-symbol):
20004         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
20005         * textmodes/table.el (*table--cell-describe-mode)
20006         (*table--cell-describe-bindings):
20007         Use help-print-return-message rather than the now obsolete alias.
20009         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
20010         (calendar-cursor-to-visible-date):
20011         * play/5x5.el (5x5-position-cursor):
20012         * play/decipher.el (decipher):
20013         * play/gomoku.el (gomoku-goto-xy):
20014         * play/landmark.el (lm-goto-xy):
20015         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
20016         (mpuz-paint-digit):
20017         Use forward-line, not goto-line.
20019         * mail/rmail.el (rmail-obsolete): Delete custom group.
20020         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
20021         (rmail-remote-password, rmail-remote-password-required):
20022         Remove unneeded :set-after and :set properties.
20024 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
20026         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
20028 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
20030         * loadup.el: Remove leftover macos code.
20032         * vc-git.el (vc-git-annotate-command): Run asynchronously.
20033         Explicitly pass the date format to git blame so that user local
20034         so that the output format can be parsed.
20036 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
20038         * net/dbus.el (top): Don't check for (getenv
20039         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
20041 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
20043         * log-edit.el (log-edit-strip-single-file-name): New var.
20044         (log-edit-insert-changelog): Use it.  Bug#3571
20046 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20048         * subr.el (read-passwd): Use read-key so keypad keys work as well.
20049         Bug#3287
20051         * help.el (help-print-return-message): Rename from
20052         print-help-return-message.
20054         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
20055         cvs-mode-map parent hack.
20056         (log-view-mode): Derive from special-mode.
20058         * linum.el (linum-mode): window-size-change-functions is redundant.
20059         Adapt to new window-configuration-change-hook behavior.
20060         (linum-after-size, linum-after-config): Remove.
20062         * imenu.el (imenu-example--name-and-position)
20063         (imenu-example--lisp-extract-index-name)
20064         (imenu-example--create-lisp-index, imenu-example--create-c-index):
20065         Mark as obsolete.
20067         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
20068         (inferior-prolog-mode): Use it.
20069         (inferior-prolog-load-file): Reset list of errors.
20071 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20073         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
20075         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
20077 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
20079         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
20080         is running already.
20082 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20084         * subr.el (listify-key-sequence-1): Use normal syntax since those
20085         integers are nowadays always represented by the same (positive) number
20086         on all platforms.
20087         (read-key-empty-map): New const.
20088         (read-key-delay): New var.
20089         (read-key): New function.
20090         (force-mode-line-update): Use with-current-buffer.
20091         (locate-user-emacs-file): Don't forget to abbreviate the file name.
20092         (start-process-shell-command, start-file-process-shell-command):
20093         Discourage the use of command-args.
20095 2009-08-19  Glenn Morris  <rgm@gnu.org>
20097         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
20099 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
20101         * simple.el (choose-completion-string): Don't rely on
20102         minibuffer-completing-file-name and ad-hoc checks to decide whether
20103         to continue completion or not.
20105         * minibuffer.el (minibuffer-hide-completions): New function.
20106         (completion--do-completion): Use it.
20107         (completions-annotations): New face.
20108         (completion--insert-strings): Use it.
20109         (completion-pcm--delim-wild-regex): Add docstring.
20110         (completion-pcm--string->pattern): Add support for 0-width delimiters
20111         in completion-pcm--delim-wild-regex.
20113 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
20115         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
20116         Remove unused var `buffer-modified-p'.
20118         * minibuffer.el (completion--do-completion): Move point for the #b001
20119         case as well (bug#4176).
20120         (minibuffer-complete, minibuffer-complete-word): Don't move point.
20122 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
20124         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
20125         and :session buses.
20127 2009-08-18  Kenichi Handa  <handa@m17n.org>
20129         * international/ucs-normalize.el (ucs-normalize-version):
20130         Change to 1.1.
20131         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
20132         (utf-8-hfs): Make it perform normalization on encoding too.
20134         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
20135         (sentence-end-without-space): Delete duplicated chars.
20136         (sentence-end-base): Likewise.
20138         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
20139         (html-mode): Delete duplicated chars from sentence-end-base.
20141         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
20142         (texinfo-mode): Delete duplicated chars from sentence-end-base.
20144 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
20146         * files.el (hack-one-local-variable): If the mode function is for
20147         a minor mode, pass it an argument (Bug#4148).
20149 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
20151         * net/tramp.el (tramp-register-completion-file-name-handler):
20152         Check also for (member 'partial-completion completion-styles).
20154 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
20156         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
20157         abbrev (Bug#3943).
20159 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
20161         * progmodes/cperl-mode.el: Merge upstream 6.2.
20162         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
20163         (cperl-forward-re): Check cperl-brace-recursing.
20164         (cperl-highlight-charclass): New function.
20165         (cperl-find-pods-heres): Use it.
20166         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
20167         (cperl-beautify-regexp-piece): Fix column calculation.
20168         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
20169         (cperl-beautify-level): Don't process entire regexp.
20170         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
20171         calling man.
20172         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
20173         (cperl-init-faces): Build a list in the normal way.
20175 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
20177         * calendar/parse-time.el (parse-time-string-chars): Save match
20178         data.
20180 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
20182         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
20183         (sql-product): Use it.
20184         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
20185         (sql-set-product): Add completion.
20186         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
20187         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
20188         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
20189         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
20190         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
20191         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
20192         (sql-highlight-db2-keywords): Remove.
20193         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
20194         (sql-highlight-product): Use derived-mode-p.
20195         (sql-set-sqli-buffer): Use with-current-buffer.
20196         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
20197         Simplify.
20199         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
20201         * term.el: Fix commenting convention, turn comments into docstrings.
20203 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
20205         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
20207 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
20209         * calendar/parse-time.el (parse-time-string-chars): Compute using
20210         character classes, to handle non-ascii characters (Bug#3190).
20212 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
20214         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
20215         another heredoc if the user adds another < (Bug#3226).
20217         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20218         Don't initialize based on window-system (Bug#4124).
20220         * facemenu.el (facemenu-read-color): Use a completion function
20221         that accepts any defined color, such as RGB triplets (Bug#3677).
20223         * files.el (get-free-disk-space): Change fallback default
20224         directory to /.  Expand DIR argument before switching to fallback.
20225         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
20227 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
20229         * files.el (load-library): Doc fix.
20231 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
20233         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
20234         (viper-if-string): Redefine C-s in the minibuffer to insert the last
20235         incremental search string.
20237         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
20238         XEmacs.
20240         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
20241         (ediff-merge-region-is-non-clash)
20242         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
20243         Also check if the job is really a merge job.
20245         * ediff.el (ediff-current-file): New function.
20247 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
20249         * progmodes/js.el: Edit docstrings throughout to follow Emacs
20250         conventions.
20251         (js-insert-and-indent): Delete function.
20252         (js-mode-map): Don't bind keys to js-insert-and-indent.
20253         (js-beginning-of-defun): Rename from js--beginning-of-defun.
20254         (js-end-of-defun): Rename from js--end-of-defun.
20255         (js-auto-indent-flag): Delete variable.
20257 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
20259         * progmodes/js.el: Remove proclaim statement.
20260         Defvar which-func-imenu-joiner-function to silence compiler.
20262         * files.el (auto-mode-alist): Use js-mode for .js files.
20264         * progmodes/js2-mode.el: Remove file.
20266         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
20268         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
20270         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
20272 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
20273             Karl Landstrom  <karl.landstrom@brgeight.se>
20275         * progmodes/js.el: New file.
20277 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
20279         * timezone.el (timezone-parse-date): Add ability to understand ISO
20280         basic format (minimal separators) dates in addition to the
20281         already-supported extended format dates.
20283 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
20285         * international/ucs-normalize.el: Add a `coding' file variable.
20287         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
20289 2009-08-14  Sam Steingold  <sds@gnu.org>
20291         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
20293 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
20295         * faces.el (help-argument-name): Define it here instead of
20296         help-fns.el, because in daemon mode help-fns.el may be loaded when
20297         faces are still uninitialized (Bug#1078).
20299         * help-fns.el (help-argument-name): Move defface to faces.el.
20301 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
20303         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
20304         create buffer with a pty but no process so that GDB can make the
20305         inferior the controlling process.
20307 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
20309         * international/ucs-normalize.el: New file.
20311 2009-08-13  Richard Stallman  <rms@gnu.org>
20313         * mail/rmail.el (rmail-get-attr-names):
20314         Accept an attribute header that is too short.
20316         * mail/rmail.el (rmail-forget-messages):
20317         Ignore nil elt in rmail-message-vector.  Use dotimes.
20319         * progmodes/compile.el (compilation-goto-locus):
20320         Use next-error-move-function.
20322         * simple.el (next-error-move-function): New variable.
20324 2009-08-12  Juri Linkov  <juri@jurta.org>
20326         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
20327         always non-nil.  (Bug#4052)
20329         * replace.el (read-regexp): Return empty string when
20330         `default-value' is nil.
20331         (keep-lines-read-args): Don't use empty string as the
20332         default value for `read-regexp'.  (Bug#2495)
20334 2009-08-12  Juri Linkov  <juri@jurta.org>
20336         * international/mule-cmds.el (ucs-insert): Change arguments
20337         from `arg' to `character', `count', `inherit' to be the same
20338         as in `insert-char'.  Doc fix.  (Bug#4039)
20340         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
20342 2009-08-12  Juri Linkov  <juri@jurta.org>
20344         * files-x.el: New file.
20346         * files.el: Move code that deals with adding/deleting
20347         file/directory-local variables to files-x.el.
20349         * Makefile.in (ELCFILES): Add files-x.elc.
20351 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
20353         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
20354         to use `goto-line'.
20355         (gdb-place-breakpoints, gdb-get-location): Rewritten without
20356         `goto-line'.
20357         (gdb-invalidate-disassembly): Do not refresh upon receiving
20358         'update signal.  Instead, update all disassembly buffers only after
20359         threads list.
20360         (gdb): Send -target-detach when buffer is killed (Bug#3794).
20361         (gdb-starting): Move -data-list-register-names...
20362         (gdb-stopped): ...here so it's sent when first thread stops.
20363         (gdb-registers-handler-custom): Do nothing if register names are
20364         unknown yet.
20366         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
20367         from `gdb-mi.el' to avoid extra tangling.
20369         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
20370         change which breaks `gud-def' definitions used in `gdb'.
20371         (gdb-update-gud-running): No extra fuss for updating frame number.
20373 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
20375         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
20376         (describe-language-environment-map, setup-language-environment-map)
20377         (set-coding-system-map): Move initialization into declaration.
20378         (set-language-info-alist): Last arg to define-key-after can be skipped.
20380         * international/quail.el (quail-completion-1): Simplify.
20381         (quail-define-rules): Use slightly more compact code.
20382         (quail-insert-decode-map): Propertize keys, compact columns.
20384         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
20385         Add goto-line.
20387 2009-08-10  Miles Bader  <miles@gnu.org>
20389         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
20390         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
20391         (js2-instance-member, js2-private-member, js2-private-function-call)
20392         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
20393         (js2-magic-paren, js2-external-variable):
20394         Remove "-face" suffix from face names.
20395         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
20396         (js2-highlight-undeclared-vars, js2-peek-token)
20397         (js2-parse-function-params, js2-mode-show-errors)
20398         (js2-mode-show-warnings, js2-make-magic-delimiter)
20399         (js2-mode-highlight-magic-parens): Update to use new face names.
20401 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
20403         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
20404         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
20406 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
20408         * subr.el: Provide hashtable-print-readable.
20410         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
20411         hs-c-like-adjust-block-beginning.
20412         (hs-hide-block-at-point): Stop hiding at the beginning of
20413         hs-block-end-regexp (Bug#700).
20415 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
20417         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
20418         a macro.
20419         (gdb-registers-handler-custom): Do not fail when register names
20420         are unavailable.
20422 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
20424         * progmodes/gdb-mi.el (gdb-control-all-threads)
20425         (gdb-control-current-thread): Interactive setters for
20426         `gdb-gud-control-all-threads' to use in menu.
20427         (gdb-show-run-p): Show «Go» when process is not active.
20428         (gud-tool-bar-map): Add non-stop/A,T indicator.
20429         Uses gud/thread.xpm and gud/all.xpm.
20431 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
20433         * net/net-utils.el (net-utils-font-lock-keywords): New var.
20434         (nslookup-font-lock-keywords): Make it a variable.
20435         (net-utils-mode): New mode for viewing diagnostic network output.
20436         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
20437         (net-utils-run-simple): New function.
20438         (ifconfig, iwconfig, netstat, arp, route): Use it.
20440 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
20442         * progmodes/gdb-mi.el (gdb-read-memory-custom)
20443         (gdb-memory-set-address, def-gdb-set-positive-number)
20444         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
20445         after changing settings.
20446         (gdb-invalidate-disassembly): Update when first shown.
20447         (gdb-edit-locals-value): Fixed.
20448         (gdb-registers-handler-custom): Print registers in right order and
20449         allow changing register values (only for current thread yet).
20450         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
20451         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
20452         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
20453         (gdb-locals-handler-custom, gdb-registers-handler-custom):
20454         Thread info in mode name.
20455         (gdb-registers-mode-map): TAB to switch to locals.
20457 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
20459         * mail/rmail.el (rmail-add-mbox-headers)
20460         (rmail-set-message-counters-counter): Search for
20461         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
20463 2009-08-08  Glenn Morris  <rgm@gnu.org>
20465         * Makefile.in (ELCFILES): Update.
20467 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
20469         * mail/sendmail.el (mail-yank-original):
20470         Set buffer-file-coding-system from the one used by the message whose
20471         text is yanked.
20473         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
20474         to "windows" when "pgnuplot" is used.
20475         (calc-graph-command, calc-gnuplot-command, calc-graph-init):
20476         Don't call accept-process-output if "pgnuplot" is used.
20477         (calc-graph-init): Don't send -display and -geometry to
20478         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
20479         running "pgnuplot -V" with shell-command-to-string.
20481         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
20482         the default.
20484 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
20486         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
20487         org/org-latex.elc.
20489 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
20491         * vc-dispatcher.el (vc-resynch-window): Update comment.
20493         * term.el (term-handle-ansi-escape): Add comments with the
20494         terminfo capabilities implemented.
20496 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
20498         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
20499         (gdb-var-create-handler): Rewritten using JSON parser.
20500         (gdb-propertize-header): Move earlier.
20501         (gdb-set-header): Remove to avoid duplication.
20502         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
20503         Refresh disassembly buffers only after threads list have been
20504         update.
20505         (gdb-threads-header, gdb-registers-header): Per-buffer header line
20506         variables.
20508 2009-08-04  Juri Linkov  <juri@jurta.org>
20510         * files.el: Commands to add/delete file/directory-local variables.
20511         (read-file-local-variable, read-file-local-variable-value)
20512         (read-file-local-variable-mode, modify-file-local-variable)
20513         (modify-file-local-variable-prop-line)
20514         (modify-dir-local-variable): New functions.
20515         (add-file-local-variable, delete-file-local-variable)
20516         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
20517         (add-dir-local-variable, delete-dir-local-variable)
20518         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
20519         (copy-dir-locals-to-file-locals-prop-line): New commands.
20521 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
20523         * abbrev.el (insert-abbrev-table-description): Prettify output.
20524         Suggested by Karl Chen.
20526 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
20528         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
20529         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
20530         (gdb-overlay-arrow-position, gdb-thread-position)
20531         (gdb-disassembly-position): Declare variables.
20532         (gdb-wait-for-pending): Function now.
20533         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
20534         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
20535         compilation goes smoothly.
20536         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
20537         (gdb-non-stop-setting): New customization setting which replaces
20538         `gdb-non-stop' so changing it doesn't break active GDB session.
20539         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
20540         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
20541         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
20542         (gdb-show-threads-by-default): New customization options.
20543         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
20544         routines.
20545         (gdb-get-buffer-create): Send buffers update signal when they are
20546         created.
20547         (gdb-invalidate-locals, gdb-invalidate-registers)
20548         (gdb-invalidate-breakpoints)
20549         (gdb-invalidate-threads, gdb-invalidate-disassembly)
20550         (gdb-invalidate-memory): Accept update signal.
20551         (gdb-current-context-command): Use --frame option.
20552         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
20553         Implement `gdb-frame-number' selection logic.
20554         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
20555         whether to show GUD toolbar buttons.
20556         (gdb-thread-exited): Unselect current thread when it exits.
20557         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
20558         (gdb-mark-line): Routine which sets overlay arrow or inverses
20559         video on fringeless displays.
20560         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
20561         to build aligned columns of data in GDB buffers and set text
20562         properties line-by-line.
20563         (gdb-invalidate-breakpoints)
20564         (gdb-breakpoints-list-handler-custom)
20565         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
20566         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
20567         (gdb-registers-handler-custom): Align data columns.
20568         (gdb-locals-handler-custom): Now prints data like in variable
20569         declarations.
20570         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
20571         Remove confusing buttons.
20572         (gdb-invalidate-threads): Append --frame.
20573         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
20574         between breakpoints/threads buffers.
20575         (gdb-set-window-buffer): Now can ignore dedicated windows.
20576         (gdb-propertize-header): Use `gdb-set-window-buffer'.
20577         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
20578         (def-gdb-thread-buffer-gud-command): Replaces
20579         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
20580         for fine thread control.
20581         (gdb-preempt-existing-or-display-buffer): New function used to
20582         display bound buffers without breaking window layout.
20583         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
20584         (gdb-select-frame): New version of `gdb-frames-select' which now
20585         sets `gdb-frame-number' so commands may use --frame option instead
20586         of inner debugger state.
20587         (gdb-frame-handler): Do not set `gdb-frame-number'.
20588         (gdb-threads-mode-map): Select threads with mouse.
20590         * progmodes/gud.el (gdb-gud-context-call): Declare function to
20591         avoid compilation warning.
20592         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
20593         `gdb-show-stop-p`.
20595         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
20596         Argument `key' renamed to `buffer-type'.
20597         (gdb-current-context-buffer-name): Do not add thread info to
20598         buffer name when no thread is selected.
20599         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
20600         command (bug 3794).
20601         (gdb-thread-selected): Handle `=thread-selected' notification.
20602         (gdb-wait-for-pending): New macro to deal with congestion problems.
20603         (gdb-breakpoints-list-handler-custom): Don't fail on pending
20604         breakpoints.
20605         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
20606         This fixes problem similar to one described in bug 3947.
20607         (gud-menu-map): More menu items.
20608         (gdb-init-1): Reset `gdb-thread-number' to nil.
20610         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
20611         non-stop settings.
20613         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
20614         (gdb-current-context-command): Do not append --thread if
20615         `gdb-thread-number' is nil.
20616         (gdb-running-threads-count, gdb-stopped-threads-count):
20617         New variables.
20618         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
20619         (gdb-stopped-hooks, gdb-switch-when-another-stopped):
20620         New customization options.
20621         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
20622         GUD commands.
20623         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
20624         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
20625         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
20626         set `gdb-thread-number' and update `gud-running' properly.
20627         (gdb-running): Update threads list when new threads appear.
20628         (gdb-stopped): Support non-stop operation and new thread switching
20629         logic.
20630         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
20631         (gdb-json-partial-output): New set of JSON routines.
20632         (def-gdb-auto-update-trigger): New `signal-list' optional
20633         argument.
20634         (gdb-thread-list-handler-custom): Update `gud-running',
20635         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
20636         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
20637         (gdb-continue-thread, gdb-step-thread): New commands for fine
20638         thread execution control.
20639         (gud-menu-map): New menu items to switch non-stop options.
20640         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
20641         (gdb-send): Mimic RET properly (bug 3794).
20643         * progmodes/gdb-mi.el (gdb-rules-name-maker)
20644         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
20645         gdb-buffer-rules.
20646         (def-gdb-auto-update-handler): New nopreserve optional argument.
20647         (gdb-stack-list-frames-custom): Print stack from top to bottom.
20649         * progmodes/gdb-mi.el (gdb-pc-address): Remove unused variable.
20650         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
20651         (gdb-parent-mode): New mode to derive other GDB modes from.
20652         (gdb-display-disassembly-for-thread)
20653         (gdb-frame-disassembly-for-thread): New commands for threads
20654         buffer.
20656         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
20657         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
20658         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
20659         (gdb-update): We now store all GDB buffers in a list so that they
20660         can be updated by traversing a list instead of calling invalidate
20661         triggers explicitly.
20662         (def-gdb-trigger-and-handler): New macro to define trigger-handler
20663         pair for GDB buffer.
20664         (gdb-stack-buffer-name): Add thread information.
20665         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
20666         handle pending triggers.
20667         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
20668         (def-gdb-thread-buffer-simple-command)
20669         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
20670         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
20671         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
20672         New commands which show buffers bound to thread.
20673         (gdb-stack-list-locals-regexp): Remove unused regexp.
20675         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
20676         (gdb-locals-buffer-name, gdb-registers-buffer-name)
20677         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
20678         to (gud-comint-buffer) in *-buffer-name functions
20679         because (gdb-get-target-string) already does that.
20680         (gdb-locals-handler-custom, gdb-registers-handler-custom)
20681         (gdb-changed-registers-handler): Rewritten without regexps.
20683         * progmodes/gdb-mi.el: Basic thread selection support.
20684         (gdb-thread-number): New variable.
20685         (gdb-current-context-command): New macro which adds --thread
20686         option to command.
20687         (gdb-threads-mode-map): Select thread with SPC.
20688         (gdb-thread-list-handler-custom): Mark current thread with overlay
20689         arrow.  Synchronize GDB thread and Emacs thread.
20690         (gdb-select-thread): New command which selects current thread.
20691         (gdb-invalidate-frames, gdb-invalidate-locals)
20692         (gdb-invalidate-registers): Use --thread option.
20694 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
20696         * net/tramp.el (top): Make check for tramp-gvfs loading more
20697         robust.  (Bug#3977)
20698         (tramp-handle-insert-file-contents): `unwind-protect' must be
20699         inside `with-parsed-tramp-file-name'.
20701         * net/tramp-gvfs.el (top): Remove superfluous message when loading
20702         fails.
20704 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
20706         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
20707         directory if CLASSPATH is not set.
20709 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
20711         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
20712         New defconst.
20713         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
20715 2009-08-02  Kevin Ryde  <user42@zip.com.au>
20717         * net/newst-backend.el (newsticker--raw-url-list-defaults):
20718         Update freshmeat link.  Delete newsforge.com as it seems gone.
20720 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
20722         * select.el (x-set-selection): Doc fix (Bug#4021).
20724         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
20726         * help-fns.el (describe-variable): Treat list return values from
20727         dir-locals-find-file properly (Bug#4005).
20729 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
20731         * net/tramp.el (tramp-debug-message): Print also microseconds.
20733 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
20735         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
20736         or END is non-nil.
20737         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
20738         (tramp-get-debug-buffer): Change `outline-regexp' according to new
20739         format.
20741         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
20742         (tramp-get-file-property): Use it.
20744         * autorevert.el (auto-revert-handler):
20745         Allow `auto-revert-tail-mode' for remote files.
20747 2009-08-02  Jason Rumney  <jasonr@gnu.org>
20749         * minibuffer.el (read-file-name): Treat confirm options to
20750         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
20752 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
20754         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
20755         (font-lock-variable-name-face, font-lock-constant-face):
20756         Darken the colors for light backgrounds.
20758 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
20760         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
20761         month names.  (Bug#3987)
20763 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
20765         * simple.el (line-move-finish): Pass whole number to
20766         line-move-to-column.
20767         (line-move-visual): Perform hscroll to the recorded position.
20769 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
20771         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
20773 2009-07-29  Alan Mackenzie  <acm@muc.de>
20775         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
20777 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
20779         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
20780         (gdb-place-breakpoints): Use full path when setting breakpoints.
20782 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
20784         * calc/calc.el (calc-mode-map): Add keybinding for
20785         `calc-transpose-lines'.
20787 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
20789         * calc/calc-misc.el (calc-transpose-lines): New function.
20791 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
20793         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
20794         Simplify check for out-of-band methods.
20795         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
20796         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
20798 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
20800         * vc-git.el (vc-git-checkin): Fix typo.
20802 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
20804         * progmodes/js2-mode.el: New file.
20806 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
20808         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
20809         (gud-menu-map): Adjust tooltip accordingly.
20811 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
20813         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
20814         (vc-bzr-log-view-mode): Adjust log-view-file-re.
20816         * add-log.el (change-log-mode-map): Add a menu.
20818 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
20820         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
20821         function returns nil.
20822         (dbus-handle-event): Handle special return value :ignore.
20823         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
20825 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
20827         * view.el (view-mode-enable): Don't define Helper-return-blurb if
20828         it's not needed.
20830 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
20832         Fix Bug#3888:
20834         * w32-vars.el (x-select-enable-clipboard): Doc fix.
20836         * term/pc-win.el (x-display-name, x-colors)
20837         (x-select-enable-clipboard, x-select-text): Doc fix.
20839         * term/common-win.el (x-display-name, x-colors): Doc fix.
20841         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
20842         (xw-defined-colors): Doc fix.
20844         * w32-fns.el (x-select-text, x-setup-function-keys)
20845         (x-get-selection, x-set-selection): Doc fix.
20847         * term/x-win.el (x-select-text, x-setup-function-keys)
20848         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
20850         * select.el (x-set-selection): Doc fix.
20852 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
20854         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
20855         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
20856         "IsNSSSupportAvailable" method is not available.
20857         Reported by Steve Youngs <steve@sxemacs.org>.
20859 2009-07-24  Kenichi Handa  <handa@m17n.org>
20861         * international/characters.el: Fix setting of category ?C, ?|, ?K,
20862         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
20863         (build-unicode-category-table): Fix range checks.
20865 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
20867         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
20868         the buffer we try to sync is current when calling
20869         vc-resynch-buffer.
20871         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
20872         not show up to date files.
20874 2009-07-24  Glenn Morris  <rgm@gnu.org>
20876         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
20877         Add autoload cookies.  If necessary, initialize.
20878         (elint-log): Handle non-file buffers.
20879         (elint-initialize): Add optional argument to reinitialize.
20880         (elint-find-builtin-variables): Save excursion.
20882 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
20884         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
20885         for Lint.
20887 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
20889         * vc.el (vc-print-log-internal): New function, split out from ...
20890         (vc-print-log): ... here.
20891         (vc-dir-move-to-goal-column): Declare.
20893         * vc-git.el (vc-git-add-signoff): New variable.
20894         (vc-git-checkin): Use it.
20895         (vc-git-toggle-signoff): New function.
20896         (vc-git-extra-menu-map): Bind it to menu.
20897         (vc-git--run-command-string): Accept a nil FILE argument.
20898         (vc-git-stash-list): New function.
20899         (vc-git-dir-extra-headers): Use it.
20901 2009-07-23  Glenn Morris  <rgm@gnu.org>
20903         * help-fns.el (describe-variable): Describe ignored and risky local
20904         variables in a similar way to that in which we describe safe ones.
20906         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
20907         (byte-compile-output-file-form, byte-compile-output-docform)
20908         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
20909         Give some more local variables with common names a "bytecomp-" prefix,
20910         so as not to shadow things during compilation.
20911         * emacs-lisp/cl-macs.el (load-time-value)
20912         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
20913         `outbuffer' to `bytecomp-outbuffer'.
20915         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
20916         since the next two variables cover them automatically now.
20917         (elint-builtin-variables, elint-autoloaded-variables): New.
20918         (elint-unknown-builtin-args): Remove all members, since they can be
20919         parsed automatically now.
20920         (elint-extra-errors): New.
20921         (elint-env-add-env, elint-env-add-macro): Use cadr.
20922         (elint-current-buffer): Use or.  Change final message.
20923         (elint-get-top-forms): Use line-end-position.
20924         (elint-init-env): Use cadr.  Handle autoload, declare-function,
20925         and defalias.
20926         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
20927         (regexp-assoc): Remove unused function.
20928         (elint-top-form): Set elint-current-pos, to record the start of the
20929         top-level form, for compilation-mode.
20930         (elint-form): Trap errors in macro expansion.  Use dolist.
20931         (elint-unbound-variable): Use elint-builtin-variables and
20932         elint-autoloaded-variables.
20933         (elint-get-args): Use cadr, or.
20934         (elint-check-cond-form): Use dolist, cadr.
20935         (elint-check-condition-case-form): Doc fix.  Use cadr.
20936         Use elint-extra-errors.
20937         (elint-log): New function.
20938         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
20939         Distinguish errors and warnings.
20940         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
20941         Use a bytecomp-style format.
20942         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
20943         (elint-get-log-buffer): Use compilation mode.  Disable undo.
20944         Don't truncate lines.
20945         (elint-initialize): Set builtin and autoloaded variable lists.
20946         Only process elint-unknown-builtin-args if non-nil.
20947         (elint-find-builtin-variables, elint-find-autoloaded-variables):
20948         New functions.
20949         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
20951 2009-07-22  Kevin Ryde  <user42@zip.com.au>
20953         * net/newst-backend.el (newsticker--parse-atom-1.0)
20954         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
20955         (newsticker--parse-rss-1.0):
20956         * progmodes/idlwave.el (idlwave-mode):
20957         * progmodes/idlw-shell.el (idlwave-shell-mode):
20958         * progmodes/vera-mode.el (vera-mode):
20959         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
20960         * progmodes/vhdl-mode.el (vhdl-mode):
20961         * textmodes/table.el (table-generate-source)
20962         (table--warn-incompatibility):
20963         Hyperlink urls in docstrings with URL `...'.
20965 2009-07-22  Glenn Morris  <rgm@gnu.org>
20967         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
20968         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
20969         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
20970         Remove leading * from defcustom docs.
20972         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
20974         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
20975         defcustom doc.
20976         (list-load-path-shadows): Optionally, just return shadows as a string.
20978         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
20980 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
20982         * mail/rmailedit.el (rmail-edit-mode):
20983         Use auto-save-include-big-deletions.
20985         * mail/rmail.el (rmail-variables):
20986         Use auto-save-include-big-deletions.
20988         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
20989         changes.
20991 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
20993         * calc/calc.el (calc-undo-length): New variable.
20994         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
20996 2009-07-21  Richard Stallman  <rms@gnu.org>
20998         * files.el (auto-save-mode): Handle buffer-save-size = -2
20999         for toggling mode.
21001 2009-07-21  Glenn Morris  <rgm@gnu.org>
21003         * textmodes/ispell.el (ispell-looking-back): Update declaration.
21005         * calendar/todo-mode.el (calendar-current-date): Update declaration.
21007         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
21008         silence compiler.  Instead...
21009         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
21010         (ps-print-ensure-fontified): Update for above function name changes.
21012         * printing.el (pr-mh-get-msg-num, pr-mh-show)
21013         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
21014         silence compiler.  Instead...
21015         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
21016         (mh-show-buffer): Only define for compiler.
21017         (pr-mh-current-message): Update for above function name changes.
21019         * files.el (abort-if-file-too-large): Explicitly pass `filename'
21020         as an argument.
21021         (find-file-noselect, insert-file-1): Update for above change.
21023         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
21025         * mail/mailclient.el (mailclient-send-it): Fix message.
21027         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
21028         (edebug-eval): Check cl-debug-env is bound.
21029         (print-level, print-circle): Don't redefine built-in variables.
21031         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
21032         (custom-print-vectors): Remove old comments from doc.
21034         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
21035         (emerge-version): Make the variable an obsolete alias for the
21036         emacs-version variable.  Make the function obsolete.
21037         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
21038         Emerge options, rather than merging in into the main Options menu.
21039         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
21040         and auto advance modes.  Disable edit/fast items when not relevant.
21042 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
21044         * term/vt420.el (terminal-init-vt420): Fix typo.
21046 2009-07-20  Sam Steingold  <sds@gnu.org>
21048         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
21049         variable (removed from compile.el on 2004-03-11).
21051 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
21053         * files.el (hack-local-variables-filter): Fix last change.
21055 2009-07-19  Juri Linkov  <juri@jurta.org>
21057         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
21058         (dir-local-variables-alist): New buffer-local variable.
21059         (hack-local-variables-filter): If variable is not dir-local,
21060         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
21061         because file-local overrides dir-local.
21062         (c-postprocess-file-styles) <declare-function>:
21063         Remove obsolete declaration.
21064         (hack-dir-local-variables): Add dir-local variable/value pair to
21065         `dir-local-variables-alist' and remove duplicates.  Doc fix.
21067         * help-fns.el (describe-variable): Add information about
21068         file-local and dir-local variables.
21070 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
21072         * files.el (hack-local-variables-filter): Rewrite.
21074 2009-07-19  Glenn Morris  <rgm@gnu.org>
21076         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
21077         Silence compiler by only defining on XEmacs.
21079         * international/mule.el (auto-coding-regexp-alist): Only match
21080         BABYL... at the start of buffer, not of lines.  (Bug#3790)
21082         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
21083         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
21084         (cal-menu-context-mouse-menu): Doc fix.
21086         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
21088         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
21090 2009-07-18  Juri Linkov  <juri@jurta.org>
21092         * info.el: Virtual Info keyword finder.
21093         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
21094         (Info-finder-file): New variable.
21095         (Info-finder-find-file): New function.
21096         (finder-known-keywords, finder-package-info)
21097         (find-library-name, lm-commentary): Use defvar and
21098         declare-function to silence compiler warnings.
21099         (Info-finder-find-node): New function.
21100         (info-finder): New command.
21102         * subr.el (process-kill-buffer-query-function): New function.
21103         (add-hook)<kill-buffer-query-functions>: Add hook
21104         `process-kill-buffer-query-function'.
21106 2009-07-18  Alan Mackenzie  <acm@muc.de>
21108         * progmodes/cc-mode.el (c-before-hack-hook)
21109         (c-postprocess-file-styles): Give invocation of `c-set-style'
21110         DONT-OVERRIDE parameter of t.  Already set style variables will
21111         thus not be overridden by style settings given by `c-file-syle'.
21113         * files.el (hack-local-variables-filter): Remove entries with
21114         duplicate keys from `file-local-variables-alist'.
21116 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
21118         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
21119         x-set-selection if display-selections-p returns nil for the
21120         current frame.
21122 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
21124         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
21126 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
21128         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
21129         Accept nil in addition to a regexp.
21130         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
21131         Accept nil in addition to a regexp.
21132         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
21133         buffers that have an associated file.  Handle nil values of
21134         desktop-buffers-not-to-save and desktop-files-not-to-save.
21135         (Bug#3833)
21137         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
21138         (x-disown-selection-internal): New functions.
21140 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
21142         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
21143         warning.
21144         (gdb-breakpoints-header): Move forward to avoid compiler warning.
21145         (gdb-make-header-line-mouse-map): Remove duplicate definition.
21147 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
21149         * simple.el (set-mark): Revert last change.
21151 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
21153         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
21154         rendering of pngs is not possible instead of messaging a long
21155         description.
21157 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
21159         * w32-fns.el (x-selection-owner-p): New function.
21161         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
21162         (mouse-yank-at-click, mouse-yank-primary):
21163         If select-active-regions is non-nil, deactivate the mark before
21164         insertion.
21166         * simple.el (deactivate-mark, set-mark): Only save selection if we
21167         own it.
21169 2009-07-17  Kenichi Handa  <handa@m17n.org>
21171         * case-table.el (describe-buffer-case-table): Fix for the case
21172         that KEY is a cons.
21174 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
21176         * vc-rcs.el (vc-rcs-find-file-hook):
21177         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
21179 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
21181         * net/tramp.el (tramp-wait-for-output): Handle the case when
21182         commands do not return a newline but a null byte before the shell
21183         prompt.  (Bug#3858)
21185 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21187         * term/ns-win.el (ns-set-alpha): Don't declare.
21188         (ns-set-background-alpha): Remove function.
21190 2009-07-16  Kevin Ryde  <user42@zip.com.au>
21192         * emacs-lisp/copyright.el (copyright-update): Save match-data across
21193         y-or-n-p, for safety.
21195 2009-07-16  Richard Stallman  <rms@gnu.org>
21197         * files.el (auto-save-mode): If buffer-saved-size is -2,
21198         don't clobber it.
21200         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
21201         (rmail-retry-ignored-headers): Add more uninteresting fields.
21203 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
21205         * net/rcirc.el (rcirc): Use history variables.
21206         (rcirc-server-name-history, rcirc-nick-name-history)
21207         (rcirc-server-port-history): New variables.
21209 2009-07-15  Kenichi Handa  <handa@m17n.org>
21211         * international/mule-cmds.el (set-language-environment-charset):
21212         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
21213         ignore them.
21215         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
21216         Delete unibyte-display.
21218 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
21220         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
21222 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
21224         * simple.el (deactivate-mark): Optional argument FORCE.
21225         (set-mark): Use deactivate-mark.
21227         * info.el (Info-search): No need to check transient-mark-mode
21228         before calling deactivate-mark.
21230         * select.el (x-set-selection): Doc fix.
21231         (x-valid-simple-selection-p): Allow buffer values.
21232         (xselect--selection-bounds): Handle buffer values.
21233         Suggested by David De La Harpe Golden.
21235         * mouse.el (mouse-set-region, mouse-drag-track):
21236         Call copy-region-as-kill before setting the mark, to let
21237         select-active-regions work.
21239 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
21241         * simple.el (deactivate-mark): If select-active-regions is
21242         non-nil, copy the selection data into a string.
21243         (activate-mark): If select-active-regions is non-nil, set the
21244         selection to the current buffer.
21245         (set-mark): Update selection if select-active-regions is non-nil.
21247         * select.el (x-valid-simple-selection-p): Allow buffer values.
21249 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21251         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
21252         and more featureful message-mode.
21254 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
21256         * select.el (x-set-selection): Doc fix.
21257         (x-valid-simple-selection-p): Disallow selection data consisting
21258         of a list or cons of integers, since that is not used.
21259         (xselect--selection-bounds, xselect--int-to-cons): New functions.
21260         (xselect-convert-to-string, xselect-convert-to-length)
21261         (xselect-convert-to-filename, xselect-convert-to-charpos)
21262         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
21264 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
21266         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
21267         output in -break-info command (Emacs bug #3794).
21269 2009-07-14  Glenn Morris  <rgm@gnu.org>
21271         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
21272         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
21273         (edebug-print-length, edebug-print-level, edebug-print-circle)
21274         (edebug-sit-for-seconds, edebug-view-outside)
21275         (edebug-bounce-point, edebug-set-global-break-condition)
21276         (edebug-Go-nonstop-mode, edebug-trace-mode)
21277         (edebug-Trace-fast-mode, edebug-continue-mode)
21278         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
21279         (edebug-visit-eval-list): Doc fixes.
21281         * subr.el (def-edebug-spec): Doc fix.
21283 2009-07-14  Kenichi Handa  <handa@m17n.org>
21285         * international/characters.el: Fix setting of category ?C.
21287 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
21289         * term/ns-win.el (x-select-font): defalias x-select-font to
21290         ns-popup-font-panel instead of generate-fontset-menu.
21292 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
21294         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
21296 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
21298         * arc-mode.el (archive-find-type): Allow for a PK00 string before
21299         the PK\003\004 header (Bug#3770).
21301 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
21303         * pcomplete.el (pcomplete-comint-setup): Check for
21304         shell-dynamic-complete-filename too.
21306 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
21308         * simple.el (temporary-goal-column): Change the value for
21309         line-move-visual to a cons cell.
21310         (line-move-visual): Record or set the window hscroll, if
21311         necessary (Bug#3494).
21312         (line-move-1): Handle cons value of temporary-goal-column.
21314 2009-07-11  Kenichi Handa  <handa@m17n.org>
21316         * international/mule-diag.el (describe-character-set): Don't show
21317         width.
21319 2009-07-10  Sam Steingold  <sds@gnu.org>
21321         * progmodes/compile.el (compilation-mode-font-lock-keywords):
21322         Omake sometimes indents the errors it prints, so allow all
21323         regexps to start with spaces.
21325 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
21327         * cus-edit.el (customize-changed-options-previous-release):
21328         Bump value to 22.1.  (Bug#3804)
21330 2009-07-08  Sam Steingold  <sds@gnu.org>
21332         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
21333         to be a cons cell (test . ignored-directory) to selectively ignore
21334         some directories depending on the location of the search.
21336 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
21338         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
21339         remote user is root, on the local host.
21340         (tramp-local-host-p): Either the local user or the remote user
21341         must be root.  (Bug#3771)
21343 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
21345         * progmodes/gdb-mi.el (gdb): Remove description of
21346         gdb-use-separate-io-buffer.
21347         (menu): Don't allow toggling of or enable
21348         gdb-use-separate-io-buffer from menubar.
21350 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
21352         * mail/unrmail.el (unrmail): Make sure the message ends with two
21353         newlines (Bug#3769).
21355 2009-07-08  Glenn Morris  <rgm@gnu.org>
21357         * calendar/calendar.el (calendar-current-date): Rework previous change.
21359 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
21361         * calendar/calendar.el (calendar-current-date):
21362         Add an optional argument giving an offset from today.
21364 2009-07-08  Glenn Morris  <rgm@gnu.org>
21366         * tutorial.el (tutorial--describe-nonstandard-key):
21367         Adjust the message for when a key has been unbound.
21368         (help-with-tutorial): Hide the arch-tag.
21370 2009-07-08  Kenichi Handa  <handa@m17n.org>
21372         * international/fontset.el (setup-default-fontset): For each
21373         script, append (not set) font-specs.
21375         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
21376         docstring.
21378 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
21380         * progmodes/gdb-mi.el (gdb-init-1): Move sending
21381         -data-list-register-names to ...
21382         (gdb-starting): ... here because GDB 7.0 requires execution to
21383         have started when using this MI command.
21384         (gdb-set-header): New function to distinguish select and
21385         unselected tabs in gdb buffers.
21386         (gdb-propertize-header): New macro that uses gdb-set-header.
21387         (gdb-breakpoints-header, gdb-locals-header): Use it.
21388         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
21390 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
21392         * Makefile.in (ELCFILES): Remove fadr.elc.
21394 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
21396         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
21397         may contain frame information, so `string-match' should be used.
21398         (gdb-update): Disassembly is invalidated through
21399         `gdb-get-selected-frame'.
21400         (gdb-pad-string): New function to pad string with spaces.
21401         (gdb-invalidate-disassembly): Invalidate only if the buffer
21402         exists.
21403         (gdb-disassembly-handler-custom): Column alignment.
21404         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
21405         placing new ones.
21406         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
21407         end of line, too.
21408         (gdb-frame-handler): Match convention to for disassembly buffer
21409         mode name.
21410         (gdb-stack-list-frames-handler): Rewritten without regexps.
21411         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
21412         not highlight breakpoints without line information.
21413         (gdb-input): Add trailing newline to command.
21415         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
21416         buffer properly.
21417         (gdb-breakpoints-list-handler-custom): Replacement for
21418         `gdb-break-list-handler'.  Using real parser instead of regexps
21419         now.
21420         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
21421         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
21422         to place breakpoints.
21423         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
21424         functions.
21425         (gdb-disassembly-handler-custom): Show overlay arrow.
21426         (gdb-disassembly-place-breakpoints): Show breakpoints in
21427         disassembly buffer.
21428         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
21429         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
21430         instead of parsing breakpoints buffer.  Fixed old menu references
21431         in `gud-menu-map'.
21433         * fadr.el: Remove.
21435         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
21436         (gdb-memory-address): New variable which holds top address of
21437         memory page shown in memory buffer.
21438         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit):
21439         New customization variables.
21440         New functions:
21441         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
21442         display the memory buffer.
21443         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
21444         buffer display parameters.
21445         (def-gdb-memory-format, gdb-memory-format-binary)
21446         (gdb-memory-format-octal, gdb-memory-format-unsigned)
21447         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
21448         Functions for setting memory buffer format.
21449         (gdb-memory-unit-word, gdb-memory-unit-halfword)
21450         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
21451         unit size used in memory buffer.
21452         (gdb-memory-show-next-page, gdb-memory-show-previous-page):
21453         Switch to next/previous page of memory buffer.
21454         Now using (bindat-get-field) instead of fadr functions.
21456 2009-07-07  Sam Steingold  <sds@gnu.org>
21458         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
21459         non-top-level files.
21461 2009-07-07  Kenichi Handa  <handa@m17n.org>
21463         * international/mule-cmds.el (reset-language-environment):
21464         Put the highset priority to the charset iso-8859-1.
21466 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
21468         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
21469         to the end of the line when locating the block (Bug#700).
21471 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
21473         * net/tramp.el (tramp-handle-write-region): Flush file properties
21474         in case of short track.
21476 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
21478         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
21479         Coded custom representation of verilog error regular expressions
21480         to work with Emacs-22's new format.
21481         (verilog-error-regexp-xemacs-alist): Coded custom representation
21482         of verilog error regular expressions to work with XEmacs format.
21483         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
21484         error recognition into XEmacs.
21485         (verilog-error-regexp-add-emacs): Hook routine to install verilog
21486         error recognition into Emacs-22.
21488 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
21490         * woman.el: Remove stand-alone closing parentheses.
21491         (woman-file-name, woman2-format-paragraphs)
21492         (woman-leave-blank-lines): Code cleanup.
21493         (woman-use-own-frame): Change default to nil.
21494         (woman-italic, woman-bold, woman-unknown, woman-addition):
21495         Change defaults to inherit from default faces.
21496         (woman2-process-escapes): Consume the newline after a stand-alone
21497         filler character (Bug#3651).
21499 2009-07-06  Glenn Morris  <rgm@gnu.org>
21501         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
21502         (top-level): Move provide to the end.
21503         (ffap): Remove defunct URL from custom group.
21505         * subr.el (eval-after-load): Doc fix.
21507 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
21509         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
21510         `calc-embedded-word' is called twice.
21512 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21514         * files.el (find-alternate-file-other-window, find-alternate-file):
21515         Obey confirm-nonexistent-file-or-buffer.
21517 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
21519         * dired-aux.el (dired-show-file-type): Handle remote files.
21521 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
21523         * desktop.el (desktop-globals-to-save):
21524         Add file-name-history (Bug#2750).
21526 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
21528         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
21530 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
21532         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
21533         property on entire argument since this is what eshell-lisp-command
21534         expects.
21536 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
21538         * net/tramp-gvfs.el (tramp-gvfs-methods)
21539         (tramp-gvfs-zeroconf-domain)
21540         (tramp-bluez-discover-devices-timeout): Add version flag.
21541         (tramp-gvfs-handler-mounted-unmounted)
21542         (tramp-gvfs-connection-mounted-p): Polish handling of
21543         incompatibilities between GVFS 0.2 and 1.0.
21545 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
21547         * cus-start.el (all): Add make-pointer-invisible.
21549 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
21551         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
21552         formatted correctly.
21554 2009-07-02  Juri Linkov  <juri@jurta.org>
21556         * info.el: Virtual Info files and nodes.
21557         (Info-virtual-files, Info-virtual-nodes): New variables.
21558         (Info-current-node-virtual): New variable.
21559         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
21560         New functions.
21561         (Info-file-supports-index-cookies): Use Info-virtual-file-p
21562         to check for a virtual file instead of checking a fixed list
21563         of node names.
21564         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
21565         instead of ad-hoc processing of "dir" and (apropos history toc).
21566         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
21567         instead of ad-hoc processing of "dir" and (apropos history toc).
21568         Reread a file when moving from a virtual node.
21569         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
21570         (Info-directory-toc-nodes, Info-directory-find-file)
21571         (Info-directory-find-node): New functions.
21572         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
21573         (Info-history): Move part of code to
21574         `Info-history-find-node'.
21575         (Info-history-toc-nodes, Info-history-find-file)
21576         (Info-history-find-node): New functions.
21577         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
21578         (Info-toc): Move part of code to `Info-toc-find-node'.
21579         (Info-toc-find-node): New function.
21580         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
21581         the current Info file name to references because now the node
21582         "*TOC*" belongs to the same Info manual.
21583         (Info-toc-build): Rename from `Info-build-toc'.
21584         (Info-toc-nodes): Rename input argument `file' to `filename'.
21585         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
21586         instead of ad-hoc processing of ("dir" apropos history toc).
21587         (Info-index-nodes): Use Info-virtual-file-p
21588         to check for a virtual file instead of checking a fixed list
21589         of node names.
21590         (Info-index-node): Add check for `Info-current-node-virtual'.
21591         Raise `save-match-data' higher up the tree to contain
21592         `search-forward' too (bug fix).
21593         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
21594         (Info-virtual-index-nodes): New variable.
21595         (Info-virtual-index-find-node, Info-virtual-index): New functions.
21596         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
21597         (Info-apropos-file, Info-apropos-nodes): New variables.
21598         (Info-apropos-toc-nodes, Info-apropos-find-file)
21599         (Info-apropos-find-node, Info-apropos-matches): New functions.
21600         (info-apropos): Move part of code to `Info-apropos-find-node' and
21601         `Info-apropos-matches'.
21602         (Info-mode-map): Bind "I" to `Info-virtual-index'.
21603         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
21604         for a virtual file instead of checking a fixed list of node names.
21606         * simple.el (async-shell-command): New command.
21608         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
21610         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
21611         instead of `mount-info'.
21613 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
21615         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
21616         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
21618 2009-07-02  Kenichi Handa  <handa@m17n.org>
21620         * international/mule.el (set-keyboard-coding-system): Force *-unix
21621         coding-system to avoid eol conversion.
21623 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
21625         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
21626         Add handler for `process-file', `shell-command' and
21627         `start-file-process'.
21628         (tramp-gvfs-handle-shell-command)
21629         (tramp-gvfs-handle-start-file-process)
21630         (tramp-gvfs-handle-process-file): New defuns.
21631         (tramp-synce-list-devices): Simplify check for existence of property.
21633 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
21635         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
21637 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
21639         * language/korean.el (set-language-info-alist): Add korean-cp949,
21640         cp949 to spec.
21642 2009-07-01  Kenichi Handa  <handa@m17n.org>
21644         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
21646         * international/encoded-kb.el: Deleted.
21648         * international/mule.el (set-keyboard-coding-system): Perform the
21649         necessary setup here instead of calling encoded-kbd-setup-display.
21651 2009-07-01  Glenn Morris  <rgm@gnu.org>
21653         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
21655 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
21657         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
21659 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
21661         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
21662         Handle also the 'rename case, when setting file modes.  (Bug#3712)
21663         (tramp-default-file-modes): Remove execute permissions.
21665         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
21666         (top): Add a default for "synce" in `tramp-default-user-alist'.
21667         Add completion function for "synce" method.
21668         (tramp-hal-service, tramp-hal-path-manager)
21669         (tramp-hal-interface-manager, tramp-hal-interface-device):
21670         New defconst.
21671         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
21672         (tramp-synce-list-devices, tramp-synce-parse-device-names):
21673         New defuns.
21675         * net/trampver.el: Update release number.
21677 2009-06-30  Kenichi Handa  <handa@m17n.org>
21679         * international/fontset.el (setup-default-fontset): Add CJK fonts
21680         for symbols and the other miscellaneous characters.
21682         * language/korea-util.el (setup-korean-environment-internal):
21683         Make char-width-table suitable for Korean environments.
21684         (exit-korean-environment): Cancel above.
21686         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
21687         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
21688         setup-function to make char-width-table suitable for respective
21689         environments, and an exit-function to cancel that.
21691         * language/japan-util.el (setup-japanese-environment-internal):
21692         Call use-cjk-char-width-table with arg `ja_JP'.
21694         * international/characters.el (cjk-char-width-table): Delete it.
21695         (cjk-char-width-table-list): New variable.
21696         (use-cjk-char-width-table): New arg local-name.
21697         (use-default-char-width-table): Fix for the case that Emacs is
21698         already using the default char-width-table.
21700 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
21702         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
21703         modes mandatory.  (Bug#3712)
21705 2009-06-29  Alan Mackenzie  <acm@muc.de>
21707         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
21708         correction between the visible width of TABs and their number of bytes.
21710 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
21712         * server.el (server-buffer-done): Prevent kill-buffer from
21713         prompting by clearing the buffer modification flag (Bug#3696).
21715 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
21717         * progmodes/verilog-mode.el (verilog-beg-of-statement)
21718         (verilog-endcomment-reason-re): Support unique case and priority case.
21719         (verilog-basic-complete-re): Support localparam lineup.
21720         (verilog-beg-of-statement-1): Fix for robustness, unique case.
21721         (verilog-set-auto-endcomments): Fix for unique case, always_comb
21722         commenting.
21723         (verilog-leap-to-case-head): Now support *nested* unique &
21724         priority case statements.
21725         (verilog-auto-lineup): Make just declarations the default (as it
21726         had been).
21727         (verilog-leap-to-case-head): Support priority/unique case statements.
21728         (verilog-auto-lineup): Rework to give users radio buttons to
21729         select the various styles of automatic lineup.
21730         (verilog-error-regexp-alist): Rework to support the XEmacs style
21731         of error regular expressions from compilers, lint tools &
21732         simulators.  Note that GNU Emacs has made it impossible for a mode
21733         to load such things.
21734         (electric-verilog-terminate-line, verilog-indent-declaration)
21735         (verilog-auto-wiure): Rework for radio button selection of
21736         auto-lineup selection of specification of auto lineup.
21737         (verilog-beg-of-statement-1): Redesign to support proper operation
21738         in additional code, based on testing with auto-lineup.
21739         (verilog-calculate-indent, assignments & declarations)
21740         (verilog-backward-token): Enhance to support auto-lineup of
21741         assignments & declarations.
21742         (verilog-in-directive-p, verilog-at-struct-p): New function for
21743         easy test of whether we are.
21744         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
21745         to support safe execution at almost anyline.
21746         (verilog-calc-1): Properly support indenting deep inside generate
21747         blocks.
21748         (verilog-init-font): Remove definition & use of verilog-init-font,
21749         as it is redundant with font-lock-defaults.
21750         (verilog-mode): Alter the definition of verilog-font-lock-defaults
21751         to avoid circular calls if syntax-ppss is a function (as is the
21752         case now in 22.x GNU Emacs) as that function would sometimes call
21753         itself, leading to (nearly) infinite recursion.
21754         (verilog-ovm-begin-re, verilog-ovm-end-re)
21755         (verilog-ovm-statement-re, verilog-leap-to-head)
21756         (verilog-backward-token): Add support for OVM macros.  Some are
21757         complete statements, and others open and close scopes like begin
21758         and end.
21759         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
21760         (verilog-defun-level-generate-only-re): Really fix the defun-list
21761         compilation issue.
21762         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
21763         coverpoint, constraint and cross statements.
21764         (verilog-defun-level-list, verilog-generate-defun-level-list)
21765         (verilog-all-defun-level-list): Redo these specifications - it is
21766         too hard to support eval-when compile aggregation of lists also
21767         built at when-compile time.
21768         (verilog-defun-level-list): Place defconsts of variables used in
21769         building regular expressions which are built in eval-when-compile
21770         bodies in the same eval-when-compile body to facilitate compile
21771         without load.
21772         (verilog-beg-block-re-ordered): Support indenting
21773         virtual/protected tasks and functions.
21774         (verilog-defun-level-list, verilog-in-generate-region-p)
21775         (verilog-backward-ws&directives, verilog-calc-1): Speed up
21776         indentation of some module items (generate items).
21777         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
21778         across virtual/protected tasks and functions.
21780 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
21782         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
21783         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
21784         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
21785         in concatenations.  Reported by Yishay Belkind.
21786         (verilog-auto-ascii-enum): Support one-hot state machines in
21787         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
21788         (verilog-auto-inst, verilog-auto-inst-port): Include interface
21789         modport in AUTOINST and add vl-modport for users.
21790         Reported by David Rogoff.
21791         (verilog-auto-inout-module, verilog-auto-inst)
21792         (verilog-decls-get-interfaces, verilog-insert-definition)
21793         (verilog-insert-one-definition, verilog-read-decls)
21794         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
21795         (verilog-sig-modport, verilog-signals-combine-bus)
21796         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
21797         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
21798         Suggested by David Rogoff.
21799         (verilog-repair-open-comma): Fix non-insertion of comma when
21800         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
21801         (verilog-make-width-expression): Simplify [A-1:0] expression
21802         widths to just {A{1'b0}}.
21803         (verilog-mode): Cleanup checkdoc warnings.
21804         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
21805         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
21806         inputs/outputs or data type.  Suggested by Vasu Kandadi.
21807         (next-error-last-buffer): Fix byte-compiler warning.
21808         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
21809         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
21810         or shell command text during AUTO expansion.  Suggested by Tad Truex.
21811         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
21812         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
21813         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
21814         in AUTOINOUT.  Reported by Matthew Lovell.
21815         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
21816         causing use of <= assignments.  Reported by Alex Reed.
21817         (verilog-read-decls): Fix triand, trior, wand, wor to be
21818         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
21819         (verilog-extended-complete-re): Support import "DPI-C" functions.
21820         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
21821         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
21822         (verilog-insert-date, verilog-insert-year)
21823         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
21824         Windows systems.  Reported by Michael Potts.
21825         (verilog-read-module-name): Fix AUTOINST when the child module
21826         declaration's name is a tick define.  Reported by Elliot Mednick.
21827         (verilog-read-decls): Fix V2K parameter bit subscripts getting
21828         passed to next parameter's definition.  Reported by Bruce T.
21829         (verilog-read-decls): Fix detecting "parameter int" when using
21830         AUTOINSTPARAM.  Reported by Bruce T.
21831         (verilog-goto-defun): Fix goto not finding modules unless first
21832         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
21833         (verilog-mode): Expand -f flag arguments on entry to mode so
21834         verilog-goto-defun will work.  Reported by Lawrence Butcher.
21835         (verilog-getopt): Expand environment variables in -f file
21836         arguments.  Suggested by Lawrence Butcher.
21837         (verilog-set-define): Fix "Symbol's value as variable is void"
21838         when reading enumerations.
21839         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
21840         Suggested by Stephen Peltan.
21841         (verilog-read-defines): Fix reading of enumerations in include
21842         files.  Reported by Steve Peltan.
21844 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
21846         * files.el (trash-directory): Fix defcustom type.
21848 2009-06-28  Juri Linkov  <juri@jurta.org>
21850         * help-fns.el (describe-function-1): Correctly locate adviced
21851         functions in hyperlink (Bug#2438).
21853 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
21855         * files.el (trash-directory): Change default to nil.
21856         (move-file-to-trash): If trash-directory is nil and
21857         system-move-file-to-trash is unbound, perform freedesktop-style
21858         trashing.
21860 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
21862         * files.el (move-file-to-trash): Add freedesktop trash
21863         support (Bug#973).
21865 2009-06-28  Glenn Morris  <rgm@gnu.org>
21867         * autorevert.el (global-auto-revert-non-file-buffers)
21868         (global-auto-revert-mode): Doc fixes.
21870 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
21872         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
21874 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
21876         * faces.el (x-handle-named-frame-geometry): Ensure that we have
21877         opened an X connection before calling x-get-resource (Bug#3194).
21879         * play/doctor.el: Remove reference to obsolete website.
21880         (make-doctor-variables): Correct grammar mistake (Bug#2633).
21882 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
21884         Remove find-file-not-found-hook VC method.  (Bug#2757)
21885         * vc-hooks.el (vc-file-not-found-hook)
21886         (vc-default-find-file-not-found-hook): Remove functions.
21887         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
21888         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
21889         * vc.el:
21890         * vc-hg.el:
21891         * vc-git.el: Do not mention find-file-not-found-hook VC method.
21893 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
21895         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
21896         compatibility function for `looking-back'.
21898         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
21899         Use `ispell-looking-back'.
21901 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
21903         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
21904         rather than `filename'.
21906 2009-06-23  Miles Bader  <miles@gnu.org>
21908         * face-remap.el (text-scale-set): New function.
21910 2009-06-23  Glenn Morris  <rgm@gnu.org>
21912         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
21914         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
21916         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
21918         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
21920         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
21921         Simplify Persian conditionals.
21923         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
21924         variable `filename'.
21926         * comint.el (comint-insert-input): Doc fix.
21928         * Makefile.in (ELCFILES): Fix typo in previous change.
21930 2009-06-23  Miles Bader  <miles@gnu.org>
21932         * cus-start.el: Add entry for `recenter-redisplay'.
21934 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21936         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
21937         Add an optional argument for the backend, use it instead of
21938         calling vc-backend.
21939         (vc-mode-line): Add an optional argument for the backend.
21940         Pass the backend to vc-state and vc-working-revision.  Move code for
21941         special handling for vc-state being a buffer to ...
21943         * vc-rcs.el (vc-rcs-find-file-hook):
21944         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
21946         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
21947         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
21948         vc-stay-local-p and vc-mode-line calls.
21950         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
21951         (vc-cvs-diff, vc-cvs-annotate-command)
21952         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
21953         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
21954         vc-mode-line calls.
21956         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
21957         direct comparison.
21958         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
21959         backend when calling vc-mode-line.
21960         (vc-register): Do not create a closure for calling the vc register
21961         function, call it directly.
21963 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
21965         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
21966         to make it obvious item can be clicked.
21968         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
21970 2009-06-23  Kenichi Handa  <handa@m17n.org>
21972         * language/korea-util.el (korean-key-bindings): Change the binding
21973         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
21974         same command.
21976 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
21978         Sync with Tramp 2.1.16.
21980         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
21982         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
21983         when a loading of a package fails.  Completion function for rsync
21984         is `tramp-completion-function-alist-ssh'.
21985         (all): Replace all calls of `split-string' and
21986         `tramp-split-string' by `tramp-compat-split-string'.
21987         (tramp-default-method): Use `tramp-compat-process-running-p'.
21988         (tramp-default-proxies-alist): Allow also Lisp forms.
21989         (tramp-remote-path): Add choice "Private Directories".
21990         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
21991         (tramp-domain-regexp): Allow also "-", "_" and ".".
21992         (tramp-end-of-output): Remove newlines, and add "$" at the end.
21993         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
21994         (tramp-debug-message): Insert header line in debug buffer.
21995         (tramp-handle-directory-files-and-attributes-with-stat):
21996         Care about filenames with spaces, or starting with "-".
21997         (tramp-handle-dired-uncache): New defun.
21998         (tramp-handle-insert-directory): Don't flush the directory from
21999         cache, this is handled by `dired-uncache' now.
22000         (tramp-handle-insert-file-contents): Improve error handling.
22001         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
22002         Quote `tramp-end-of-output'.
22003         (tramp-action-password): Improve trace message.
22004         (tramp-check-for-regexp): Both echoes must be present, before removing.
22005         (tramp-open-connection-setup-interactive-shell): Trace coding system.
22006         (tramp-compute-multi-hops): Eval cons cells of
22007         `tramp-default-proxies-alist'.
22008         (tramp-maybe-open-connection): Use the same command pattern for
22009         first hop and further hops.
22010         (tramp-wait-for-output): Remove handling of newlines.
22011         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
22012         (tramp-split-string): Remove function.  It is handled in
22013         tramp-compat now.
22015         * net/tramp-cmds.el (tramp-bug):
22016         Recommend `tramp-cleanup-all-connections' in the bug mail.
22018         * net/tramp-compat.el (tramp-compat-split-string)
22019         (tramp-compat-process-running-p): New defuns.
22021         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
22022         for `dired-uncache'.
22024         * net/tramp-gvfs.el: New package.
22026         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
22027         Add handler for `dired-uncache'.
22028         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
22030         * net/trampver.el: Update release number.  Make version check fit
22031         for SXEmacs 22.
22033 2009-06-22  Jim Meyering  <meyering@redhat.com>
22035         Automatically handle .xz suffix (XZ-compressed files), too.
22036         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
22037         XZ is the successor to LZMA: <http://tukaani.org/xz/>
22039 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
22040             Nick Roberts  <nickrob@snap.net.nz>
22042         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
22043         repository (http://sphinx.net.ru/hg/gdb-mi/).
22045 2009-06-22  Glenn Morris  <rgm@gnu.org>
22047         * files.el (dir-locals-collect-mode-variables): Allow for any number of
22048         `mode' and `eval' entries.  (Bug#3430)
22050         * Makefile.in (ELCFILES): Add fadr.elc.
22052         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
22053         differing behavior of \n and ^ in strings.  (Bug#3385)
22055         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
22057         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
22058         property.
22059         (lisp-indent-function): Make it a defcustom.
22061 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
22063         * progmodes/gdb-ui.el: Replace with ...
22064         * progmodes/gdb-mi.el: ... this file.
22065         * progmodes/gud.el: Modify for gdb-mi.el.
22067 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
22069         * fadr.el: New file.
22071 See ChangeLog.14 for earlier changes.
22073 ;; Local Variables:
22074 ;; coding: utf-8
22075 ;; End:
22077   Copyright (C) 2009-2011  Free Software Foundation, Inc.
22079   This file is part of GNU Emacs.
22081   GNU Emacs is free software: you can redistribute it and/or modify
22082   it under the terms of the GNU General Public License as published by
22083   the Free Software Foundation, either version 3 of the License, or
22084   (at your option) any later version.
22086   GNU Emacs is distributed in the hope that it will be useful,
22087   but WITHOUT ANY WARRANTY; without even the implied warranty of
22088   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22089   GNU General Public License for more details.
22091   You should have received a copy of the GNU General Public License
22092   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.