* lisp/emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
[emacs.git] / lisp / ChangeLog
blobfbbddf04b2e483e9944e49ac3f0ff28f28bd1095
1 2010-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.
4         (pcase-if): Add one minor optimization.
5         (pcase-split-equal): Rename from pcase-split-eq.
6         (pcase-split-member): Rename from pcase-split-memq.
7         (pcase-u1): Add strings to the member optimization.
8         Add `guard' variant of predicates.
9         (pcase-q1): Add string patterns.
11 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13         * vc/log-edit.el (log-edit-rewrite-fixes): State its safety pred.
15 2010-10-28  Glenn Morris  <rgm@gnu.org>
17         * term/ns-win.el (global-map, menu-bar-final-items, menu-bar-help-menu):
18         Move menu-bar related settings to ../menu-bar.el.
19         * menu-bar.el (global-map, menu-bar-final-items, menu-bar-help-menu):
20         Move ns-specific settings here from term/ns-win.el.
22         * simple.el (x-selection-owner-p): Remove unused declaration.
24 2010-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
26         * minibuffer.el (completion-cycling): New var (bug#7266).
27         (minibuffer-complete, completion--do-completion):
28         Use completion--flush-all-sorted-completions.
29         (minibuffer-complete): Only cycle if completion-cycling is set.
30         (completion--flush-all-sorted-completions): Unset completion-cycling.
31         (minibuffer-force-complete): Set completion-cycling.
32         (completion-all-sorted-completions): Move declaration before first use.
34 2010-10-28  Leo  <sdl.web@gmail.com>
36         * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
37         which changes the order of matches seen by users (bug#7231).
39 2010-10-28  Jes Bodi Klinke  <jes@bodi-klinke.dk>  (tiny change)
41         * progmodes/compile.el (compilation-mode-font-lock-keywords):
42         Don't confuse -omega as "-o mega".
44 2010-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
46         * vc/log-edit.el (log-edit-rewrite-fixes): New var.
47         (log-edit-author): New dynamic var.
48         (log-edit-changelog-ours-p, log-edit-insert-changelog-entries): Use it
49         to return the author if different from committer.
50         (log-edit-insert-changelog): Use them to add Author: and Fixes headers.
52         * play/landmark.el: Adjust commenting convention.
53         (lm-nil-score): Rename from nil-score.
54         (Xscore, XXscore, XXXscore, XXXXscore, Oscore, OOscore, OOOscore)
55         (OOOOscore): Move into a let in lm-score-trans-table.
56         (lm-winning-threshold, lm-loosing-threshold): Use lm-score-trans-table.
58         * electric.el (electric-indent-chars): Autoload.
59         * progmodes/octave-mod.el (octave-mode):
60         * progmodes/ruby-mode.el (ruby-mode): Take advantage of it.
61         (ruby-mode-abbrev-table): Merge initialization and declaration.
63 2010-10-27  Glenn Morris  <rgm@gnu.org>
65         * abbrev.el (abbrev-mode): Remove one of the three definitions of this
66         variable.
68         * server.el (server-host, server-port, server-auth-dir): Autoload risky.
70         * term/ns-win.el: Restore require of cl when compiling.
71         (menu-bar-final-items): Remove non-existent `windows' menu.
72         (ns-handle-nxopen): Optionally handle the temp-case.
73         (ns-handle-nxopentemp): Just call ns-handle-nxopen.
74         (ns-insert-file, ns-find-file): Use `pop'.
76 2010-10-26  Glenn Morris  <rgm@gnu.org>
78         * term/common-win.el (xw-defined-colors): Simplify the 'ns case.
80 2010-10-26  Adrian Robert  <Adrian.B.Robert@gmail.com>
82         * term/ns-win.el (ns-new-frame, ns-show-prefs): Don't add to
83         global map.
84         * term/common-win.el (x-setup-function-keys): Remove most of the
85         keymappings.  Comment on the remaining ones.
87 2010-10-26  Peter Oliver  <p.d.oliver@mavit.org.uk>  (tiny change)
89         * server.el (server-port): New option.  (Bug#854)
90         (server-start): Use server-port.
92 2010-10-26  Glenn Morris  <rgm@gnu.org>
94         * term/ns-win.el (ns-version-string): Remove unused declaration.
95         (ns-invocation-args): Change to x-invocation-args.
96         (ns-handle-switch, ns-handle-numeric-switch, ns-handle-iconic)
97         (ns-handle-name-switch, ns-ignore-2-arg): Remove.
98         (ns-handle-nxopen, ns-handle-nxopentemp, ns-ignore-1-arg):
99         Use x-invocation-args instead of ns-invocation-args.
100         (ns-initialize-window-system, handle-args-function-alist):
101         Use x-handle-args instead of ns-handle-args.
102         * term/common-win.el (x-handle-args): Also handle nextstep arguments.
103         * startup.el (command-line-ns-option-alist): Replace
104         ns-handle-name-switch, ns-handle-switch, ns-handle-numeric-switch,
105         ns-handle-iconic with the x- equivalents.
107         * term/common-win.el (x-select-enable-clipboard):
108         * term/pc-win.el (x-select-enable-clipboard): Doc fix.
110         * term/ns-win.el: No need to require cl when compiling.
111         (x-display-name, x-setup-function-keys, x-select-text, x-colors)
112         (xw-defined-colors): Use the common-win definitions.
113         (ns-alternatives-map): Make it an obsolete alias for x-alternatives-map.
114         (ns-handle-iconic): Make it an alias for x-handle-iconic.
115         * term/common-win.el (x-select-text, x-alternatives-map)
116         (x-setup-function-keys, x-colors, xw-defined-colors): Handle 'ns case.
117         * loadup.el [ns]: Load common-win.
119 2010-10-26  Daiki Ueno  <ueno@unixuser.org>
121         * epa-mail.el (epa-mail-encrypt): Handle local-part only
122         recipients; expand mail aliases (Bug#7280).
124 2010-10-25  Glenn Morris  <rgm@gnu.org>
126         * term/common-win.el (x-handle-switch): Simplify with pop.
127         Optionally handle numeric switches.
128         (x-handle-numeric-switch): Just call x-handle-switch.
129         (x-handle-initial-switch, x-handle-xrm-switch, x-handle-geometry)
130         (x-handle-name-switch, x-handle-display, x-handle-args):
131         Simplify with pop.
133         * term/ns-win.el: Do not require easymenu.
134         (menu-bar-edit-menu) <copy, paste, paste-from-menu, separator-undo>:
135         <spell>: Move adjustments to menu-bar.el.
136         * menu-bar.el (menu-bar-edit-menu) <copy, paste, paste-from-menu>:
137         <separator-undo, spell>: Move ns-win's adjustments here.
138         * loadup.el [ns]: Do not load easymenu.
140 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
142         * image.el (image-checkbox-checked, image-checkbox-unchecked):
143         Delete (Bug#7222).
145         * startup.el (fancy-startup-tail): Instead of using inline images,
146         refer to image files from etc/.
148         * wid-edit.el (checkbox): Likewise.
149         (widget-image-find): Center image specs.
151 2010-10-24  Glenn Morris  <rgm@gnu.org>
153         * term/ns-win.el (x-select-text): Doc fix.
154         * w32-fns.el (x-alternatives-map, x-setup-function-keys)
155         (x-select-text): Move to term/common-win.
156         * term/w32-win.el (xw-defined-colors): Move to common-win.
157         * term/x-win.el (xw-defined-colors, x-alternatives-map)
158         (x-setup-function-keys, x-select-text): Move to common-win.
159         * term/common-win.el (x-select-text, x-alternatives-map)
160         (x-setup-function-keys, xw-defined-colors): Merge x- and w32-
161         definitions here.
163 2010-10-24  T.V. Raman  <tv.raman.tv@gmail.com>  (tiny change)
165         * net/mairix.el (mairix-searches-mode-map):
166         * mail/mspools.el (mspools-mode-map): Fix 2010-10-10 change.
168 2010-10-24  Michael McNamara  <mac@mail.brushroad.com>
170         * verilog-mode.el (verilog-directive-re): Make this variable
171         auto-built for efficiency of execution and updating.
172         (verilog-extended-complete-re): Support 'pure' fucntion & task
173         declarations (these have no bodies).
174         (verilog-beg-of-statement): general cleanup to enable support of
175         'pure' fucntion & task declarations (these have no bodies).  These
176         efforts together fix Verilog bug210 from veripool; which was also
177         noticed by Steve Pearlmutter.
178         (verilog-directive-re, verilog-directive-begin, verilog-indent-re)
179         (verilog-directive-nest-re, verilog-set-auto-endcomments): Support
180         `elsif.  Reported by Shankar Giri.
181         (verilog-forward-ws&directives, verilog-in-attribute-p): Fixes for
182         attribute handling for lining up declarations and assignments.
183         (verilog-beg-of-statement-1): Fix issue where continued declaration
184         is indented differently if it is after a begin..end clock.
185         (verilog-in-attribute-p, verilog-skip-backward-comments)
186         (verilog-skip-forward-comment-p): Support proper treatment of
187         attributes by indent code. Reported by Jeff Steele.
188         (verilog-in-directive-p): Fix comment to correctly describe
189         function.
190         (verilog-backward-up-list, verilog-in-struct-region-p)
191         (verilog-backward-token, verilog-in-struct-p)
192         (verilog-in-coverage-p, verilog-do-indent)
193         (verilog-pretty-declarations): Use verilog-backward-up-list as
194         wrapper around backward-up-list inorder to properly skip comments.
195         Reported by David Rogoff.
196         (verilog-property-re, verilog-endcomment-reason-re)
197         (verilog-beg-of-statement, verilog-set-auto-endcomments)
198         (verilog-calc-1 ): Fix for assert a; else b; indentation (new form
199         of if). Reported by Max Bjurling and
200         (verilog-calc-1): Fix for clocking block in modport
201         declaration. Reported by Brian Hunter.
203 2010-10-24  Wilson Snyder  <wsnyder@wsnyder.org>
205         * verilog-mode.el (verilog-auto-inst, verilog-gate-ios)
206         (verilog-gate-keywords, verilog-read-sub-decls)
207         (verilog-read-sub-decls-gate, verilog-read-sub-decls-gate-ios)
208         (verilog-read-sub-decls-line, verilog-read-sub-decls-sig): Support
209         AUTOINST for gate primitives, bug284.  Reported by Mark Johnson.
210         (verilog-read-decls): Fix spaces in V2K module parameters causing
211         mis-identification as interfaces, bug287.
212         (verilog-read-decls): Fix not treating "parameter string" as a
213         parameter in AUTOINSTPARAM.
214         (verilog-read-always-signals-recurse, verilog-read-decls): Fix not
215         treating `elsif similar to `endif inside AUTOSENSE.
216         (verilog-do-indent): Implement correct automatic or static task or
217         function end comment highlight. Reported by Steve Pearlmutter.
218         (verilog-font-lock-keywords-2): Fix highlighting of single
219         character pins, bug264.  Reported by Michael Laajanen.
220         (verilog-auto-inst, verilog-read-decls, verilog-read-sub-decls)
221         (verilog-read-sub-decls-in-interfaced, verilog-read-sub-decls-sig)
222         (verilog-subdecls-get-interfaced, verilog-subdecls-new): Support
223         interfaces with AUTOINST, bug270.  Reported by Luis Gutierrez.
224         (verilog-pretty-expr): Fix interactive arguments, bug272. Reported
225         by Mark Johnson.
226         (verilog-auto-tieoff, verilog-auto-tieoff-ignore-regexp): Add
227         'verilog-auto-tieoff-ignore-regexp' for AUTOTIEOFF,
228         bug269. Suggested by Gary Delp.
229         (verilog-mode-map, verilog-preprocess, verilog-preprocess-history)
230         (verilog-preprocessor, verilog-set-compile-command): Create
231         verilog-preprocess and verilog-preprocessor to show preprocessed
232         output.
233         (verilog-get-beg-of-line, verilog-get-end-of-line)
234         (verilog-modi-file-or-buffer, verilog-modi-name)
235         (verilog-modi-point, verilog-within-string): Move defmacro's
236         before first use to avoid warning. Reported by Steve Pearlmutter.
237         (verilog-colorize-buffer, verilog-colorize-include-files-buffer)
238         (verilog-colorize-region, verilog-highlight-buffer)
239         (verilog-highlight-includes, verilog-highlight-modules)
240         (verilog-highlight-region, verilog-mode): Rename colorize to
241         highlight to match other packages.  Disable module highlighting,
242         as received speed complaints, reenable for experimentation only
243         using new verilog-highlight-modules.
244         (verilog-read-decls): Fix regexp stack overflow in very large
245         AUTO_TEMPLATEs, bug250.
246         (verilog-auto, verilog-delete-auto, verilog-save-buffer-state)
247         (verilog-scan): Create verilog-save-buffer-state to standardize
248         making insignificant changes that shouldn't call hooks.
249         (verilog-save-no-change-functions, verilog-save-scan-cache)
250         (verilog-scan, verilog-scan-cache-ok-p, verilog-scan-region):
251         Create verilog-save-no-change-functions to wrap verilog-scan
252         preservation, and fix to work with nested preserved calls.
253         (verilog-auto-inst, verilog-auto-inst-dot-name): Support .name
254         port syntax for AUTOWIRE, and with new verilog-auto-inst-dot-name
255         generate .name with AUTOINST, bug245.  Suggested by David Rogoff.
256         (verilog-submit-bug-report): Update variable list to be complete.
257         (verilog-auto, verilog-colorize-region): Fix AUTO expansion
258         breaking on-the-fly font-locking.
259         (verilog-colorize-buffer, verilog-colorize-include-files)
260         (verilog-colorize-include-files-buffer, verilog-colorize-region)
261         (verilog-load-file-at-mouse, verilog-load-file-at-point)
262         (verilog-mode, verilog-read-inst-module-matcher): With point on a
263         AUTOINST cell instance name, middle mouse button now finds-file on
264         it.  Suggested by Brad Dobbie.
265         (verilog-alw-get-temps, verilog-auto-reset)
266         (verilog-auto-sense-sigs, verilog-read-always-signals)
267         (verilog-read-always-signals-recurse): Fix loop indexes being
268         AUTORESET. AUTORESET now assumes any variables in the
269         initialization section of a for() should be ignored.  Reported by
270         Dan Dever.
271         (verilog-error-font-lock-keywords)
272         (verilog-error-regexp-emacs-alist)
273         (verilog-error-regexp-xemacs-alist): Fix error detection of
274         Cadence HAL, reported by David Asher.  Repair drift between the
275         three similar error variables.
276         (verilog-modi-lookup, verilog-modi-lookup-cache)
277         (verilog-modi-lookup-last-current, verilog-modi-lookup-last-mod)
278         (verilog-modi-lookup-last-modi, verilog-modi-lookup-last-tick):
279         Fix slow verilog-auto expansion on very large files.
280         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line): Fix
281         AUTOOUTPUT treating "1*2" as a signal name in submodule connection
282         "{1*2{...".  Broke in last revision.
283         (verilog-read-sub-decls-expr): Fix AUTOOUTPUT not detecting
284         submodule connections with replications "{#{a},#{b}}".
286 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
288         * progmodes/dcl-mode.el (dcl-electric-reindent-regexps):
289         Fix typo in docstring.
291 2010-10-24  Kenichi Handa  <handa@m17n.org>
293         * face-remap.el (text-scale-adjust): Call read-event with a proper
294         prompt.
296 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
298         * emacs-lisp/unsafep.el: Don't mark functions that display
299         messages as safe.  Suggested by Johan Bockgård.
301 2010-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
303         * emacs-lisp/regexp-opt.el (regexp-opt-group, regexp-opt-charset):
304         Turn comments into docstrings.
306         * minibuffer.el (completion--replace): Move point where it belongs
307         when there's a common suffix (bug#7215).
309 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
311         Merge read-color and facemenu-read-color (Bug#7242).
313         * faces.el (read-color): Use the completion code from
314         facemenu-read-color.  Require match in completion.  Doc fix.
316         * facemenu.el (facemenu-read-color): Alias for read-color.
317         (facemenu-set-foreground, facemenu-set-background): Use
318         read-color.
320         * frame.el (set-background-color, set-foreground-color)
321         (set-cursor-color, set-mouse-color, set-border-color): Use
322         read-color.
324 2010-10-24  Leo  <sdl.web@gmail.com>
326         * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
327         argument of delete-file and delete-directory (Bug#7011).
329 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
331         * emacs-lisp/package.el (package-menu-mode-map): Inherit from
332         button-buffer-map.
334 2010-10-24  Ralf Angeli  <angeli@caeruleus.net>
336         * emacs-lisp/package.el (package--generate-package-list): Make the
337         *Packages* buffer read-only.
339 2010-10-24  Alan Mackenzie  <acm@muc.de>
341         * progmodes/cc-fonts.el (c-font-lock-declarations): Cache the
342         result of `c-beginning-of-decl-1' between invocations of a lambda
343         function (Bug #7265).
345 2010-10-24  Daiki Ueno  <ueno@unixuser.org>
347         * epg-config.el (epg-gpg-program): Try to use "gpg2" if "gpg"
348         executable is not available on the system (Bug#7268).
350 2010-10-24  Glenn Morris  <rgm@gnu.org>
352         * select.el (selection-coding-system, next-selection-coding-system):
353         Sync doc with C versions.
355         * w32-vars.el (x-select-enable-clipboard):
356         * term/x-win.el (x-select-enable-clipboard): Move to common-win.
357         * term/common-win.el (x-select-enable-clipboard): Move here.
359         * term/tty-colors.el (tty-defined-color-alist): Remove duplicate
360         definition of C variable.
362         * frame.el (show-trailing-whitespace, auto-hscroll-mode)
363         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
364         Don't redefine things that are defined in C.
365         * cus-start.el: Also handle :risky, :safe, :set, and :tag.
366         (show-trailing-whitespace, auto-hscroll-mode)
367         (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
368         Set up the appropriate custom properties.
370 2010-10-24  Chong Yidong  <cyd@stupidchicken.com>
372         Bind "C-c ]" to ...
373         * progmodes/f90.el (f90-mode-map): ... f90-insert-end.
374         * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
375         * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
376         * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
378 2010-10-23  Glenn Morris  <rgm@gnu.org>
380         * textmodes/flyspell.el (flyspell-mode): If there was an error,
381         say what it was.
383         * frame.el (auto-hscroll-mode, cursor-in-non-selected-windows):
384         Sync docs with C version.
386         * term/ns-win.el (xw-defined-colors):
387         * term/x-win.el (xw-defined-colors): Make docs identical to w32-win.
389         * term/pc-win.el (x-select-enable-clipboard):
390         * term/x-win.el (x-select-enable-clipboard):
391         * w32-vars.el (x-select-enable-clipboard): Make doc-strings identical.
393         * comint.el (comint-password-prompt-regexp): Make it less vague.
394         Bump version.
396         * help-fns.el (doc-file-to-man, doc-file-to-info): New commands.
398         * help.el (finder-by-keyword): Remove unnecessary autoload.
400 2010-10-22  Glenn Morris  <rgm@gnu.org>
402         * loadup.el: Unconditionally load float-sup.
403         * paren.el (show-paren-delay):
404         * emacs-lisp/float-sup.el:
405         * emulation/cua-base.el (cua-prefix-override-inhibit-delay):
406         * obsolete/lazy-lock.el (lazy-lock-defer-time, lazy-lock-stealth-nice)
407         (lazy-lock-stealth-verbose): Assume float support.
408         * ps-print.el: Assume float support on Emacs.
409         * emacs-lisp/timer.el (timer-next-integral-multiple-of-time):
410         Remove non-float branch.
412         * emacs-lisp/autoload.el (batch-update-autoloads): Update for
413         src/Makefile no longer being pre-processed.
415 2010-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
417         * emacs-lisp/find-func.el (find-library): Use test-completion.
419 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
421         * newcomment.el (comment-dwim): Fix the intentation in the doc string.
423 010-10-21  Michael Albinus  <michael.albinus@gmx.de>
425         * net/tramp-sh.el (tramp-do-file-attributes-with-stat): Do not use
426         space in stat format string.
427         (tramp-send-command): Unset $PS1 when using here documents, in
428         order not to get several prompts.
429         (tramp-get-inline-coding): Return `nil' in case of errors.
431 2010-10-21  Daiki Ueno  <ueno@unixuser.org>
433         * hexl.el (hexl-mode, hexl-mode-exit):
434         Tweak revert-buffer-function to inhibit auto-mode-alist (Bug#7252).
435         (hexl-revert-buffer-function): New function.
436         (hexl-before-revert-hook, hexl-after-revert-hook): Abolish.
438 2010-10-19  Alan Mackenzie  <acm@muc.de>
440         * progmodes/cc-langs.el (c-type-decl-prefix-key): C++ bit:
441         Move "\(const\|throw\|volatile\)\>" nearer the start of the regexp, so
442         that these keywords aren't wrongly matched as identifiers.
444         * progmodes/cc-mode.el (c-before-change, c-after-change): Move the
445         setting of c-new-BEG and c-new-END from c-before-change to
446         c-after-change.  (Bug#7181)
448 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
450         * cus-face.el (custom-theme-set-faces): Revert 2010-10-18 change.
451         Don't mark as safe.
453         * custom.el (custom-theme-set-variables): Likewise.
454         (load-theme): Add custom-theme-set-faces and
455         custom-theme-set-variables to safe-functions while loading.
456         (custom-enabled-themes): Mark as risky.
458 2010-10-18  Julien Danjou  <julien@danjou.info>
460         * bindings.el: Remove end dashes in default mode-line-format.
462 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
464         * bindings.el (global-map): Bind C-d to delete-char and deletechar
465         to delete-forward-char.
467         * simple.el (normal-erase-is-backspace-mode): Remap delete to
468         deletechar, and hence delete-forward-char.
470 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
472         * repeat.el (repeat): Use read-key (bug#6256).
474 2010-10-19  Chong Yidong  <cyd@stupidchicken.com>
476         * emacs-lisp/unsafep.el: Don't mark functions that display
477         messages as safe.  Suggested by Johan Bockgård.
479 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
481         * minibuffer.el (completion--replace): Move point where it belongs
482         when there's a common suffix (bug#7215).
484 2010-10-19  Kenichi Handa  <handa@m17n.org>
486         * international/characters.el: Add category '|' (word breakable)
487         to fullwidth characters.
489 2010-10-19  Michael Albinus  <michael.albinus@gmx.de>
491         * net/tramp-sh.el (tramp-do-file-attributes-with-stat)
492         (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
493         order to make stat results a float.  Patch by Andreas Schwab
494         <schwab@linux-m68k.org>.
496 2010-10-18  Julien Danjou  <julien@danjou.info>
498         * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
499         hidden by `make-pointer-invisible'.
501 2010-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
503         * files.el (locate-file-completion-table): Strip non-matching elements
504         before checking length of list (bug#7238).
506 2010-10-18  Chong Yidong  <cyd@stupidchicken.com>
508         * custom.el (custom-theme-set-variables): Mark as a safe function.
509         (load-theme): Check forms using unsafep.
511         * cus-face.el (custom-theme-set-faces): Mark as a safe function.
513 2010-10-17  Agustín Martín  <agustin.martin@hispalinux.es>
515         * textmodes/ispell.el (ispell-aspell-find-dictionary):
516         Fix aspell data file searching (bug#7230).
518 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
520         * cus-theme.el (custom-theme--migrate-settings): New var.
521         (customize-create-theme): Allow editing the `user' theme.
522         (custom-theme-add-variable, custom-theme-add-var-1)
523         (custom-theme-add-face, custom-theme-add-face-1): Add a checkbox
524         to the front of each variable or face widget.
525         (custom-theme-write): Save theme settings in the correct order.
526         Optionally, remove saved settings from user customizations.
527         (custom-theme-write-variables, custom-theme-write-faces):
528         Save only the checked widgets.
529         (customize-themes): Add a link for migrating custom settings.
531         * custom.el (custom-declare-theme, provide-theme):
532         Use custom-theme-name-valid-p.
533         (custom-theme-name-valid-p): Remove checks that are now
534         unnecessary since themes no longer obey load-path.
536         * cus-edit.el (custom-variable-value-create): For the simple
537         style, hide documentation string when hidden.
539 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
541         * cus-edit.el (custom-variable, custom-face): Combine the
542         :inhibit-magic and :display-style properties into a single
543         :custom-style property.
544         (custom-toggle-hide-variable, custom-toggle-hide-face):
545         New functions.  If hiding an edited value, save it to :shown-value.
546         (custom-variable-value-create, custom-face-value-create): Use them.
547         (custom-magic-reset): Allow magic property to be unset.
549         * custom.el: Custom themes no longer use load-path.
550         (custom-theme-load-path): New option.  Change built-in theme
551         directory to etc/.
552         (custom-enabled-themes): Add custom-theme-load-path dependency.
553         (custom-theme--load-path): New function.
554         (load-theme, custom-available-themes): Use it.
556         * cus-theme.el (describe-theme-1): Use custom-theme--load-path.
557         (customize-themes): Link to custom-theme-load-path variable.
558         (custom-theme-add-var-1, custom-theme-add-face-1): Use the
559         :custom-style property.
561         * themes/*.el: Moved to etc/.
563 2010-10-16  Ralf Angeli  <angeli@caeruleus.net>
565         * textmodes/reftex-cite.el
566         (reftex-extract-bib-entries-from-thebibliography): Do not move
567         point when searching for \bibitem entries.  Match entries with
568         spaces or tabs in front of arguments.
570 2010-10-16  Chong Yidong  <cyd@stupidchicken.com>
572         * cus-theme.el (customize-create-theme): Delete overlays after
573         erasing.  If given a THEME arg, display only the faces of that arg
574         instead of custom-theme--listed-faces.
575         (custom-theme-variable-menu, custom-theme-variable-action)
576         (custom-variable-reset-theme, custom-theme-delete-variable): Delete.
577         (custom-theme-add-variable, custom-theme-add-face): Apply value
578         from the theme settings, instead of the current value.
579         (custom-theme-add-var-1, custom-theme-add-face-1): New functions.
580         (custom-theme-visit-theme): Allow calling outside theme buffers.
581         (custom-theme-merge-theme): Don't enable the theme when merging.
582         (custom-theme-write-variables, custom-theme-write-faces): Use the
583         :shown-value properties to save buffer values, not global ones.
584         (customize-themes): Display a warning about user customizations.
586         * cus-edit.el (custom-variable-value-create)
587         (custom-face-value-create): Obey new special properties
588         :shown-value and :inhibit-magic.
590 2010-10-15  Michael Albinus  <michael.albinus@gmx.de>
592         * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
593         Suppress expansion of tabs to spaces.  Reported by Dale Sedivec
594         <dale@codefu.org>.
596 2010-10-14  Kenichi Handa  <handa@m17n.org>
598         * mail/rmail.el (rmail-show-message-1): Catch an error of
599         base64-decode-region and just show an error message (bug#7165).
601         * ps-mule.el (ps-mule-font-spec-list): Delete it.  Not used anymore.
602         (ps-mule-begin-job): Fix for the case that only ENCODING is set in
603         a font-spec (bug#7197).
605 2010-10-14  Glenn Morris  <rgm@gnu.org>
607         * mail/emacsbug.el (report-emacs-bug): Mention debbugs.gnu.org.
609 2010-10-14  Juanma Barranquero  <lekktu@gmail.com>
611         * international/mule.el (define-coding-system):
612         * international/titdic-cnv.el (quail-cxterm-package-ext-info):
613         * composite.el (compose-region): Fix typo in docstring.
615 2010-10-14  Chong Yidong  <cyd@stupidchicken.com>
617         * cus-face.el (custom-theme-set-faces): Call custom-push-theme
618         only after checking the theme-face property.
620         * faces.el (face-spec-reset-face): Reset all attributes in one
621         single call to set-face-attribute.
622         (face-spec-match-p): Make it a defsubst.
623         (frame-set-background-mode): New arg KEEP-FACE-SPECS.
624         (x-create-frame-with-faces, tty-create-frame-with-faces)
625         (tty-set-up-initial-frame-faces): Don't recompute face specs in
626         frame-set-background-mode, since they are recomputed immediately
627         afterwards in face-set-after-frame-default.
628         (face-set-after-frame-default): Minor optimization.
629         (cursor): Provide non-trivial defface spec.
631         * custom.el (custom-theme-recalc-face): Simplify.
633 2010-10-14  Jay Belanger  <jay.p.belanger@gmail.com>
635         * calc/calc-alg.el (math-var): Rename from `var'.
636         (math-is-polynomial, math-is-poly-rec): Replace `var'
637         with `math-var'.
639         * calc/calcalg2.el (math-var): Rename from `var'.
640         (calcFunc-table, math-scan-for-limits): Replace `var'
641         with `math-var'.
643 2010-10-13  Glenn Morris  <rgm@gnu.org>
645         * subr.el (last): Deal with dotted lists (reported in bug#7174).
647 2010-10-13  Stephen Berman  <stephen.berman@gmx.net>
649         * subr.el (last): Use `safe-length' instead of `length' (bug#7206).
651 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
653         * net/tls.el (tls-program): Remove spurious %s from openssl.
654         (tls-starttls-switches): Remove starttls hack.
655         (open-tls-stream): Ditto.
656         (tls-find-starttls-argument): Ditto.
658 2010-10-13  Juanma Barranquero  <lekktu@gmail.com>
660         * image.el (image-library-alist): Declare as obsolete alias.
661         (image-type-available-p): Use `dynamic-library-alist'.
663         * term/w32-win.el (dynamic-library-alist):
664         Use instead of `image-library-alist'.
666 2010-10-13  IRIE Shinsuke  <irieshinsuke@yahoo.co.jp>  (tiny change)
668         * subr.el (last): Make it faster.  (Bug#7174)
670 2010-10-13  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>  (tiny change)
672         * Makefile.in (compile-clean): Use `` instead of $().  (Bug#7178)
674 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
676         * cus-theme.el (custom-theme--listed-faces): Add cursor face.
677         (describe-theme-1): Extract doc from unloaded themes.
679         * custom.el (custom-theme-name-valid-p): Don't list color-themes.
681         * themes/tango-theme.el:
682         * themes/tango-dark-theme.el:
683         * themes/wheatgrass-theme.el: New files.
685 2010-10-12  Chong Yidong  <cyd@stupidchicken.com>
687         * cus-theme.el (describe-theme, customize-themes)
688         (custom-theme-save): New commands.
689         (custom-new-theme-mode-map): Bind C-x C-s.
690         (custom-new-theme-mode): Use custom--initialize-widget-variables.
691         (customize-create-theme): New optional arg THEME.
692         (custom-theme-revert): Use it.
693         (custom-theme-visit-theme): Remove dead code.
694         (custom-theme-merge-theme): Use custom-available-themes.
695         (custom-theme-write): Make interactive.
696         (custom-theme-write): Use custom-theme-name-valid-p.
697         (describe-theme-1, custom-theme-choose-revert)
698         (custom-theme-checkbox-toggle, custom-theme-selections-toggle):
699         New funs.
700         (custom-theme-allow-multiple-selections): New option.
701         (custom-theme-choose-mode): New major mode.
703         * custom.el (custom-theme-set-variables): Remove dead code.
704         Obey custom--inhibit-theme-enable.
705         (custom--inhibit-theme-enable): New var.
706         (provide-theme): Obey it.
707         (load-theme): Replace load with manual read/eval, in order to
708         check for correctness.  Use custom-theme-name-valid-p.
709         (custom-theme-name-valid-p): New function.
710         (custom-available-themes): Use it.
712         * cus-edit.el (custom--initialize-widget-variables): New function.
713         (Custom-mode): Use it.
715         * cus-face.el (custom-theme-set-faces): Remove dead code.
716         Obey custom--inhibit-theme-enable.
718         * help-mode.el (help-theme-def, help-theme-edit): New buttons.
720 2010-10-12  Juanma Barranquero  <lekktu@gmail.com>
722         * net/telnet.el (telnet-mode-map): Fix previous change (bug#7193).
724 2010-10-12  Jan Djärv  <jan.h.d@swipnet.se>
726         * term/ns-win.el (ns-right-alternate-modifier): New defvar.
727         (ns-right-option-modifier): New alias for ns-right-alternate-modifier.
728         (mac-right-option-modifier): New alias for ns-right-option-modifier.
730         * cus-start.el (all): ns-right-alternate-modifier is new.
732 2010-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
734         * emacs-lisp/lisp.el (lisp-completion-at-point):
735         Use emacs-lisp-mode-syntax-table for the whole function.
737 2010-10-12  David Koppelman  <koppel@ece.lsu.edu>
739         * hi-lock.el (hi-lock-font-lock-hook): Check font-lock-fontified
740         instead of font-lock-mode before adding keywords.
741         Remove hi-lock-mode off code.  Remove inhibit hack.
742         (hi-lock-set-pattern): Only add keywords if font-lock-fontified
743         non-nil; removed hook inhibit hack.
745 2010-10-12  Glenn Morris  <rgm@gnu.org>
747         * emacs-lisp/shadow.el (find-emacs-lisp-shadows): Rename it...
748         (load-path-shadows-find): ... to this.
749         (list-load-path-shadows): Update for above change.
751         * mail/mail-utils.el (mail-mbox-from): Also try return-path.
753 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
755         * mail/hashcash.el, net/imap.el, pgg-parse.el, pgg.el:
756         Fix comment for declare-function.
758 2010-10-11  Chong Yidong  <cyd@stupidchicken.com>
760         * custom.el (custom-fix-face-spec): New function; code moved from
761         custom-face-edit-fix-value.
762         (custom-push-theme): Use it when checking if a face has been
763         changed outside customize.
764         (custom-available-themes): New function.
765         (load-theme): Use it.
767         * cus-edit.el (custom-face-edit-fix-value): Use custom-fix-face-spec.
769         * custom.el (custom-push-theme): Cleanup (use cond).
770         (disable-theme): Recompute the saved-face property.
771         (custom-theme-recalc-face): Follow face alias before setting prop.
773         * image.el (image-checkbox-checked, image-checkbox-unchecked):
774         New variables, containing checkbox images.
776         * startup.el (fancy-startup-tail):
777         * wid-edit.el (checkbox): Use them.
779 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
781         * shell.el (shell-mode-map):
782         * progmodes/modula2.el (m2-mode-map):
783         * progmodes/inf-lisp.el (inferior-lisp-mode-map):
784         * play/mpuz.el (mpuz-mode-map):
785         * play/landmark.el (lm-mode-map):
786         * play/decipher.el (decipher-mode-map):
787         * play/5x5.el (5x5-mode-map):
788         * net/telnet.el (telnet-mode-map):
789         * net/quickurl.el (quickurl-list-mode-map):
790         * net/mairix.el (mairix-searches-mode-map):
791         * net/eudc-hotlist.el (eudc-hotlist-mode-map):
792         * net/dig.el (dig-mode-map):
793         * mail/mspools.el (mspools-mode-map):
794         * hexl.el (hexl-mode-map):
795         * emulation/ws-mode.el (wordstar-C-k-map, wordstar-mode-map)
796         (wordstar-C-o-map, wordstar-C-q-map):
797         * emacs-lisp/edebug.el (edebug-eval-mode-map):
798         * emacs-lisp/chart.el (chart-map):
799         * edmacro.el (edmacro-mode-map):
800         * erc/erc-list.el (erc-list-menu-mode-map):
801         * array.el (array-mode-map): Declare and define in one step.
803         * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
805 2010-10-10  Daiki Ueno  <ueno@unixuser.org>
807         * epa.el (epa-passphrase-callback-function): Display filename
808         passed as the 3rd arg.
809         * epa-file.el (epa-file-passphrase-callback-function):
810         Pass filename to epa-passphrase-callback-function.
812 2010-10-09  Chong Yidong  <cyd@stupidchicken.com>
814         * cus-edit.el (custom-face-widget-to-spec)
815         (custom-face-get-current-spec, custom-face-state): New functions.
816         (custom-face-set, custom-face-mark-to-save)
817         (custom-face-value-create, custom-face-state-set): Use them.
819         * cus-theme.el (custom-theme--listed-faces): New var.
820         (customize-create-theme): Use *Custom Theme* as the buffer name.
821         Set revert-buffer-function.  Optional arg BUFFER.  Insert all
822         faces listed in custom-theme--listed-faces.
823         (custom-theme-revert): New function.
824         (custom-theme-add-variable, custom-theme-add-face): Insert at the
825         bottom of the list.
826         (custom-theme-write): Prompt for theme name if empty.
827         (custom-theme-write-variables): Use dolist.
828         (custom-theme-write-faces): Handle hidden (collapsed) widgets.
830 2010-10-09  Alan Mackenzie  <acm@muc.de>
832         Enhance fontification of declarators to take account of the
833         presence/absence of "typedef".
835         * cc-engine.el (c-forward-type): New &optional param
836         "brace-block-too".
837         (c-forward-decl-or-cast-1): cdr of return value now indicates the
838         presence of either or both of a "struct"-like keyword and "typedef".
840         * cc-fonts.el (c-complex-decl-matchers): Remove the heuristic
841         fontification of declarators which follow a "}".
842         (c-font-lock-declarations): Fontify declarators according to the
843         presence/absence of "typedef".
845         * cc-langs.el (c-typedef-kwds c-typedef-key): New lang variable
846         for "typedef".
847         (c-typedef-decl-key): New lang variable built from
848         c-typedef-decl-kwds.
850 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
852         * ibuffer.el (ibuffer-mode-map): Don't redefine the cursor keys,
853         since that's too annoying.  Move the filter groups commands to
854         TAB/backtab.
856         * epa.el (epa-passphrase-callback-function): Say what we're
857         querying the password for.
859         * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
860         behaviour, don't bury the ibuffer buffer when visiting other buffers.
862 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
864         * cus-edit.el (custom-commands, custom-buffer-create-internal)
865         (custom-magic-value-create): Pad button tags with spaces.
866         (custom-face-edit): New variable.
867         (custom-face-value-create): Determine whether to use the usual
868         face editor here, instead of using custom-face-selected.
869         Pass face defaults to custom-face-edit widget.
870         (custom-face-selected, custom-display-unselected): Delete widgets.
871         (custom-display-unselected-match): Function removed.
872         (custom-face-set, custom-face-mark-to-save):
873         Accept custom-face-edit widgets as the direct widget child.
875         * wid-edit.el (widget--completing-widget): New var.
876         (widget-default-complete): Bind it when doing completion.
877         (widget-string-complete, widget-file-complete): Use it.
879 2010-10-09  Glenn Morris  <rgm@gnu.org>
881         * calendar/cal-hebrew.el (holiday-hebrew-rosh-hashanah)
882         (holiday-hebrew-passover, holiday-hebrew-tisha-b-av)
883         (holiday-hebrew-misc): Small simplifications.
885         * emacs-lisp/authors.el (authors-valid-file-names): Add b2m.c.
887         * net/browse-url.el: Don't require thingatpt, term, dired,
888         executable, or w3-auto when compiling.
889         (dired-get-filename, term-char-mode, term-send-down, term-send-string):
890         Declare.
891         (browse-url-text-emacs): Require term.
893 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
895         * net/browse-url.el (browse-url-xdg-open): Remove use of /bin/sh.
897 2010-10-08  Glenn Morris  <rgm@gnu.org>
899         * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.
901         * emacs-lisp/shadow.el (lisp-shadow): Change prefix.
902         (shadows-compare-text-p): Make it an obsolete alias for...
903         (load-path-shadows-compare-text): ... new name.
904         (find-emacs-lisp-shadows): Update for above name change.
905         (load-path-shadows-same-file-or-nonexistent): New name for the old
906         shadow-same-file-or-nonexistent.
908 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
910         * minibuffer.el (completion--some, completion--do-completion)
911         (minibuffer-complete-and-exit, minibuffer-completion-help)
912         (completion-basic-try-completion)
913         (completion-basic-all-completions)
914         (completion-pcm--find-all-completions): Use lexical-let to
915         avoid some false matches in variable completion (Bug#7056)
917 2010-10-08  Olof Ohlsson Sax  <olof.ohlsson.sax@gmail.com>  (tiny change)
919         * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
921 2010-10-08  Leo  <sdl.web@gmail.com>
923         * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
924         return non-nil if the file exists (Bug#7090).
926 2010-10-08  Stefan Monnier  <monnier@iro.umontreal.ca>
928         * minibuffer.el (completion--replace):
929         Better preserve markers (bug#7138).
931 2010-10-08  Juanma Barranquero  <lekktu@gmail.com>
933         * server.el (server-process-filter): Doc fix.
935 2010-10-08  Drew Adams  <drew.adams@oracle.com>
937         * dired.el (dired-save-positions): Doc fix.  (Bug#7119)
939 2010-10-08  Andreas Schwab  <schwab@linux-m68k.org>
941         * Makefile.in (ELCFILES): Update.
943 2010-10-08  Glenn Morris  <rgm@gnu.org>
945         * vc/ediff-wind.el (ediff-setup-control-frame):
946         * vc/ediff-ptch.el (ediff-default-backup-extension):
947         * vc/ediff-diff.el (ediff-shell, ediff-diff-options)
948         (ediff-exec-process): Remove system-types emx, windows-95.
950         * net/browse-url.el (browse-url-xdg-open): Shell-quote url.  (Bug#7166)
952 2010-10-07  Chong Yidong  <cyd@stupidchicken.com>
954         * cus-edit.el (custom-variable, custom-face): Doc fix.
955         (custom-face-edit): Add value-create attribute.
956         (custom-face-edit-value-create)
957         (custom-face-edit-value-visibility-action): New functions.
958         Hide unused face attributes by default, and add a visibility toggle.
959         (custom-face-edit-deactivate): Show empty values with shadow face.
960         (custom-face-selected): Only use this for face specs with default
961         attributes.
962         (custom-face-value-create): Cleanup.
964         * wid-edit.el (widget-checklist-value-create): Use dolist.
965         (widget-checklist-match-find): Make second arg optional.
967 2010-10-07  Glenn Morris  <rgm@gnu.org>
969         * hilit-chg.el (hilit-chg-get-diff-info, hilit-chg-get-diff-list-hk):
970         Prefix things.
972         * emacs-lisp/shadow.el (shadow-font-lock-keywords)
973         (load-path-shadows-mode, list-load-path-shadows): Rename shadow-mode to
974         load-path-shadows-mode, update references.
975         (load-path-shadows-font-lock-keywords, load-path-shadows-find-file):
976         Rename variable and button.
977         (list-load-path-shadows): Update button caller.
979 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
981         * emacs-lisp/smie.el (smie-bnf-classify): New function.
982         (smie-bnf-precedence-table): Use it to remember the closers/openers.
983         (smie-merge-prec2s): Handle those new entries.
984         (smie-prec2-levels): Only set precedence to nil for actual
985         openers/closers.
986         * progmodes/octave-mod.el (octave-smie-op-levels): Remove dummy entry
987         that is now unnecessary.
989 2010-10-07  Miles Bader  <miles@gnu.org>
991         * emacs-lisp/regexp-opt.el (regexp-opt): Add `symbols' mode.
993 2010-10-07  Glenn Morris  <rgm@gnu.org>
995         * mail/rmail.el (mail-sendmail-delimit-header, mail-header-end)
996         (mail-position-on-field): Remove declarations.
997         (mail-position-on-field): Autoload it.
998         (rmail-retry-failure): Replace use of mail-sendmail-delimit-header
999         and mail-header-end.  Don't require sendmail.
1001         * emacs-lisp/shadow.el (shadow-font-lock-keywords): New variable.
1002         (shadow-mode): New mode.
1003         (shadow-find-file): New button.
1004         (list-load-path-shadows): Use shadow-mode and buttons.
1006         * iimage.el (iimage-version): Remove.
1007         (iimage-mode-image-search-path, iimage-mode-image-regex-alist):
1008         Turn into defcustoms.
1009         (iimage-mode-map): Give it a doc string.
1011         * calendar/appt.el (appt-activate): Give a warning rather than an error
1012         if there is no diary-file.
1014 2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
1016         * net/tramp-sh.el (tramp-sh-file-name-handler-alist):
1017         Use `tramp-handle-find-backup-file-name'.
1019 2010-10-06  Glenn Morris  <rgm@gnu.org>
1021         * font-core.el (font-lock-defaults-alist): Remove variable.
1022         (font-lock-mode): Doc fix.
1023         (font-lock-default-function): Do not consult font-lock-defaults-alist.
1024         * font-lock.el (font-lock-refresh-defaults): Doc fix.
1025         (font-lock-set-defaults): Doc fix.
1026         Do not consult font-lock-defaults-alist.
1028         * hilit-chg.el (hilit-chg-get-diff-list-hk): Declare `e' for compiler.
1030         * emacs-lisp/cl.el: No longer provide cl-19.
1032 2010-10-05  Michael Albinus  <michael.albinus@gmx.de>
1034         * net/tramp.el (tramp-handle-directory-files-and-attributes)
1035         (tramp-handle-file-exists-p, tramp-handle-file-newer-than-file-p):
1036         New defuns, taken from tramp-smb.el.
1037         (tramp-coding-system-change-eol-conversion)
1038         (tramp-set-process-query-on-exit-flag): Remove.
1040         * net/tramp-compat.el (top): Do not check for byte-compiler objects.
1041         (tramp-compat-coding-system-change-eol-conversion)
1042         (tramp-compat-set-process-query-on-exit-flag): New defuns, taken
1043         from tramp.el.
1045         * net/tramp-gvfs.el:
1046         * net/tramp-gw.el: Replace `tramp-set-process-query-on-exit-flag'
1047         by `tramp-compat-set-process-query-on-exit-flag'.
1049         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
1050         Use `tramp-handle-directory-files-and-attributes',
1051         `tramp-handle-file-exists-p' and
1052         `tramp-handle-file-newer-than-file-p'.
1053         (tramp-imap-handle-file-exists-p)
1054         (tramp-imap-handle-file-executable-p)
1055         (tramp-imap-handle-file-readable-p)
1056         (tramp-imap-handle-directory-files-and-attributes)
1057         (tramp-imap-handle-file-newer-than-file-p): Remove.
1059         * net/tramp-sh.el: Replace `tramp-set-process-query-on-exit-flag'
1060         by `tramp-compat-set-process-query-on-exit-flag' and
1061         `tramp-coding-system-change-eol-conversion' by
1062         `tramp-compat-coding-system-change-eol-conversion'.
1064         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1065         Use `tramp-handle-directory-files-and-attributes',
1066         `tramp-handle-file-exists-p' and
1067         `tramp-handle-file-newer-than-file-p'.
1068         (tramp-smb-handle-directory-files-and-attributes)
1069         (tramp-smb-handle-file-exists-p)
1070         (tramp-smb-handle-file-newer-than-file-p): Remove.
1071         (tramp-smb-maybe-open-connection):
1072         Replace `tramp-set-process-query-on-exit-flag' by
1073         `tramp-compat-set-process-query-on-exit-flag'.
1075 2010-10-05  Glenn Morris  <rgm@gnu.org>
1077         * obsolete/rnews.el, obsolete/rnewspost.el: Remove files.
1079 2010-10-04  Michael Albinus  <michael.albinus@gmx.de>
1081         Continue reorganization of load dependencies.  (Bug#7156)
1083         * net/tramp.el (tramp-handle-file-local-copy-hook)
1084         (tramp-delete-temp-file-function): Move down.
1085         (tramp-exists-file-name-handler): Move up.
1086         (tramp-register-file-name-handlers): Simplify autoload.
1087         (tramp-handle-write-region-hook, tramp-handle-directory-file-name)
1088         (tramp-handle-directory-files, tramp-handle-dired-uncache)
1089         (tramp-handle-file-modes, tramp-handle-file-name-as-directory)
1090         (tramp-handle-file-name-completion)
1091         (tramp-handle-file-name-directory)
1092         (tramp-handle-file-name-nondirectory, tramp-handle-file-regular-p)
1093         (tramp-handle-file-remote-p, tramp-handle-file-symlink-p)
1094         (tramp-handle-find-backup-file-name)
1095         (tramp-handle-insert-file-contents, tramp-handle-load)
1096         (tramp-handle-substitute-in-file-name)
1097         (tramp-handle-unhandled-file-name-directory)
1098         (tramp-mode-string-to-int, tramp-local-host-p)
1099         (tramp-make-tramp-temp-file): Move from tramp-sh.el.
1101         * net/tramp-gvfs.el (top):
1102         * net/tramp-smb.el (top): Do not require 'tramp-sh.
1104         * net/tramp-sh.el (all): Move several objects to tramp.el, see
1105         there.  Rename `tramp-handle-*' to `tramp-sh-handle-*'.
1107 2010-10-04  Glenn Morris  <rgm@gnu.org>
1109         * calendar/appt.el (appt-add): Ensure reminders are enabled.
1110         (appt-activate): Give status messages.
1112 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1114         * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
1115         Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
1116         `gnutls-negotiate' (formerly `starttls-negotiate').
1117         Remove trivial wrapper `starttls-open-stream'.
1119 2010-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
1121         Make 'g' (AKA revert-buffer) rerun the VC log, log-incoming and
1122         log-outgoing commands.
1123         * vc/vc.el (vc-log-internal-common): Add a new argument and use it
1124         to create a buffer local revert-buffer-function variable.
1125         (vc-print-log-internal, vc-log-incoming, vc-log-outgoing): Pass a
1126         revert-buffer-function lambda.
1128 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
1130         * net/gnutls.el (starttls-negotiate): Use the plist interface to
1131         `gnutls-boot'.  Make TYPE the only required parameter.
1132         Allow TRUSTFILES and KEYFILES to be lists.
1133         (open-ssl-stream): Use it.
1135 2010-10-03  Glenn Morris  <rgm@gnu.org>
1137         * subr.el (directory-sep-char): Remove obsolete variable.
1138         * net/tramp-compat.el: Don't mess about with the byte-compiler unless
1139         it is "necessary".
1141         * vc/vc-hooks.el (vc-header-alist): Remove obsolete variable.
1142         * vc/vc.el (vc-static-header-alist): Doc fix.
1143         * vc/vc-cvs.el (vc-cvs-header):
1144         * vc/vc-rcs.el (vc-rcs-header):
1145         * vc/vc-sccs.el (vc-sccs-header):
1146         * vc/vc-svn.el (vc-svn-header): Do not consult vc-header-alist.
1147         * obsolete/vc-mcvs.el (vc-mcvs-header):
1148         * progmodes/cperl-mode.el (cperl-mode): Only set vc-header-alist
1149         on XEmacs.
1151 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1153         * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1154         Remove obsolete use of binary-overwrite-mode (Bug#7001).
1156 2010-10-03  Glenn Morris  <rgm@gnu.org>
1158         * obsolete/x-menu.el: Remove file, obsolete since 21.1
1160         * textmodes/rst.el (rst-font-lock-keywords-function):
1161         Drop Emacs 20 code.
1163         * textmodes/artist.el (artist-replace-char): Drop Emacs 20 code.
1165         * printing.el: Drop Emacs 20 code.
1167         * calendar/appt.el (appt-delete): Don't autoload it (you can't use it
1168         without having used appt.el already).
1170         * subr.el (make-local-hook): Remove function obsolete since 21.1.
1171         * progmodes/cc-mode.el (make-local-hook): Don't do cc-bytecomp stuff.
1172         (c-basic-common-init, c-font-lock-init): Only call make-local-hook on
1173         XEmacs.
1174         * progmodes/cc-styles.el (make-local-hook): Don't do cc-bytecomp stuff.
1175         (c-make-styles-buffer-local): Only call make-local-hook on XEmacs.
1177         * ps-def.el (leading-code-private-22, charset-bytes, charset-id)
1178         (charset-width, find-charset-region, chars-in-region, forward-point)
1179         (encode-coding-string, coding-system-p, ccl-execute-on-string)
1180         (define-ccl-program, multibyte-string-p, string-make-multibyte):
1181         Remove compatibility cruft (none of these are used by ps*.el).
1183 2010-10-03  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
1185         * subr.el (booleanp): Return t instead of a list (Bug#7086).
1187 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1189         * server.el (server-process-filter, server-return-error):
1190         Give emacsclient time to shut down after receiving an error string.
1192 2010-10-02  Michael Albinus  <michael.albinus@gmx.de>
1194         * files.el (remote-file-name-inhibit-cache): New defcustom.
1196         * time.el (display-time-file-nonempty-p):
1197         Use `remote-file-name-inhibit-cache'.
1199         * net/tramp.el (tramp-completion-reread-directory-timeout):
1200         Fix docstring.
1202         * net/tramp-cache.el (tramp-cache-inhibit-cache): Remove.
1203         (tramp-get-file-property): Replace `tramp-cache-inhibit-cache' by
1204         `remote-file-name-inhibit-cache'.  Check also for an integer
1205         value.  Add/increase counter when `tramp-verbose' >= 10.
1206         (tramp-set-file-property): Add/increase counter when
1207         `tramp-verbose' >= 10.
1209         * net/tramp-cmds.el (tramp-cleanup-all-connections)
1210         (tramp-cleanup-all-buffers): Set tramp-autoload cookie.
1211         (tramp-bug): Set tramp-autoload cookie.  Report all interned
1212         tramp-* variables.  Report also `remote-file-name-inhibit-cache'.
1213         (tramp-reporter-dump-variable): Fix docstring.  Mask non-7bit
1214         characters only in strings.
1216         * net/tramp-compat.el (remote-file-name-inhibit-cache): Define due
1217         to backward compatibility.
1219         * net/tramp-sh.el (tramp-handle-verify-visited-file-modtime)
1220         (tramp-handle-file-name-all-completions)
1221         (tramp-handle-vc-registered): Use `remote-file-name-inhibit-cache'.
1222         (tramp-open-connection-setup-interactive-shell):
1223         Call `tramp-cleanup-connection' directly.
1225 2010-10-02  Glenn Morris  <rgm@gnu.org>
1227         * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): Remove obsolete alias.
1229         * subr.el (char-bytes): Remove obsolete function.
1231         * isearch.el (isearch-return-char): Remove obsolete function.
1233         * mouse.el: No longer provide mldrag.
1234         (mldrag-drag-mode-line, mldrag-drag-vertical-line):
1235         Remove obsolete aliases.
1237         * comint.el (comint-kill-output): Remove obsolete alias.
1239         * composite.el (decompose-composite-char): Remove obsolete function.
1240         * ps-def.el (decompose-composite-char): Remove unused function.
1242         * iswitchb.el (iswitchb-default-keybindings): Remove obsolete function.
1244         * outline.el (outline-visible): Remove obsolete function.
1246         * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
1247         * faces.el (internal-find-face, internal-get-face)
1248         (frame-update-faces, frame-update-face-colors)
1249         (x-frob-font-weight, x-frob-font-slant)
1250         (internal-frob-font-weight, internal-frob-font-slant)
1251         (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
1252         (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
1253         (x-make-font-bold-italic): Remove functions and aliases, obsolete
1254         since Emacs 21.1.
1255         * emulation/viper-util.el (viper-get-face):
1256         * obsolete/lucid.el (find-face, get-face): Use facep.
1257         * vc/ediff-init.el (ediff-valid-color-p, ediff-get-face):
1258         Remove unused functions.
1259         * vc/ediff-util.el (ediff-submit-report): Doc fix.
1261         * emacs-lisp/bytecomp.el (byte-compile-file): Use kill-emacs-hook to
1262         delete tempfile if interrupted during compilation.
1264 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266         * net/tls.el (tls-starttls-switches): Give up on using starttls with
1267         gnutls-cli.
1268         (tls-program): Add --insecure to be consistent with the defaults from
1269         openssl s_client.  Now all three commands are insecure.
1271 2010-10-01  Eli Zaretskii  <eliz@gnu.org>
1273         * makefile.w32-in (DEST, TAGS, TAGS-LISP, TAGS-nmake)
1274         (TAGS-LISP-nmake, TAGS-gmake, TAGS-LISP-gmake, TAGS-SH)
1275         (TAGS-LISP-SH, TAGS-CMD, TAGS-LISP-CMD): New targets.
1277 2010-10-01  Glenn Morris  <rgm@gnu.org>
1279         * obsolete/sc.el: Remove file.
1281         * files.el (temporary-file-directory): On darwin, also try
1282         DARWIN_USER_TEMP_DIR (see discussion in bug#7135).
1284 2010-10-01  Juanma Barranquero  <lekktu@gmail.com>
1286         * server.el (server-start): Revert part of 2010-09-30T02:53:26Z!lekktu@gmail.com.
1287         Let's not break compatibility gratuitously, shall we?
1289 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291         * net/tls.el (tls-starttls-switches): New variable.
1292         (tls-find-starttls-argument): Use it.
1293         (open-tls-stream): Ditto.
1295         * net/netrc.el (netrc-credentials): Return the value of the "default"
1296         entry.
1297         (netrc-machine): Ditto.
1299 2010-09-30  Eli Zaretskii  <eliz@gnu.org>
1301         * vc/vc-hooks.el (vc-default-mode-line-string): Doc fix.
1303 2010-09-30  Juanma Barranquero  <lekktu@gmail.com>
1305         * server.el (server-start): Don't write pid to the authentication file.
1306         (server-create-tty-frame): Don't send pid.
1307         (server-process-filter): Send pid at the start of every connection.
1309 2010-09-30  Glenn Morris  <rgm@gnu.org>
1311         * calendar/diary-lib.el (view-diary-entries, list-diary-entries)
1312         (show-all-diary-entries): Remove obsolete function aliases.
1314         * calendar/appt.el (appt-issue-message, appt-visible, appt-msg-window):
1315         Remove options, obsolete since 22.1.
1316         (appt-display-format, appt-display-message): Remove
1317         backwards-compatibility code.
1318         (appt-check): No longer check appt-issue-message.
1319         (appt-make-list): No longer autoload it.  Doc fix.  No longer
1320         activate the package.
1322 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1324         * net/gnutls.el (starttls-negotiate): Loop a lot longer.
1325         (starttls-negotiate): Just call boot, and let the handshake be
1326         triggered from the read loop.
1328 2010-09-29  Glenn Morris  <rgm@gnu.org>
1330         * calendar/diary-lib.el (diary-list-entries): Use temp buffers when
1331         not displaying the diary.
1332         (diary-add-to-list): If no buffer-file-name, fall back to diary-file.
1333         * calendar/appt.el (appt-check): No longer need to kill diary.
1335         * calendar/diary-lib.el (diary-list-entries): Move the
1336         "Preparing..." message entirely here.
1337         (diary-simple-display, diary-fancy-display): Move "Preparing..."
1338         messages to diary-list-entries.
1339         (diary-include-other-diary-files): Use LIST-ONLY rather than setting
1340         diary-display-function.
1342         * calendar/diary-lib.el (diary-include-other-diary-files):
1343         Trap some recursive includes.
1345         * calendar/appt.el (appt-activate): Check diary file.
1347 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1349         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1350         construction.
1352         * calendar/time-date.el: No need to require cl for Emacs 21.
1354 2010-09-28  Glenn Morris  <rgm@gnu.org>
1356         * calendar/appt.el (appt-check): Minor simplification.
1358 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1360         * mail/sendmail.el (mail-citation-prefix-regexp): Remove "}" from
1361         citation prefix.
1363 2010-09-27  Andreas Schwab  <schwab@linux-m68k.org>
1365         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1366         Avoid infinite recursion on erroneous lambda form.  (Bug#7114)
1368 2010-09-27  Kenichi Handa  <handa@m17n.org>
1370         * tar-mode.el (tar-header-block-tokenize): Decode filenames in
1371         "ustar" format.
1373 2010-09-27  Kenichi Handa  <handa@m17n.org>
1375         * international/mule.el (define-coding-system): Docstring fixed.
1377         * international/mule-diag.el (describe-character-set): Use princ
1378         with proper print-length and print-level instead of insert.
1380 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1382         * window.el (walk-windows): Doc fix (bug#7105).
1384 2010-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1386         * emacs-lisp/float-sup.el (e): Remove.
1388 2010-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
1390         * net/gnutls.el (gnutls, gnutls-log-level): Add group and custom
1391         variable.
1392         (starttls-negotiate): Use it.
1394 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396         * net/gnutls.el (starttls-negotiate): Stop looping when we get a t
1397         back.
1399 2010-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * emacs-lisp/pcase.el (pcase-let*, pcase-let): plet -> pcase-let.
1403 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405         * net/gnutls.el (starttls-negotiate): Avoid the cl.el decf function.
1407         * net/netrc.el (netrc-store-data): New function.
1409 2010-09-26  Teodor Zlatanov  <tzz@lifelogs.com>
1411         * net/gnutls.el: GnuTLS glue code to set up a connection.
1413 2010-09-25  Julien Danjou  <julien@danjou.info>
1415         * notifications.el: Call dbus-register-signal only if it is bound.
1417 2010-09-25  Glenn Morris  <rgm@gnu.org>
1419         * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
1420         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
1421         * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
1422         * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
1423         * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
1424         * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
1425         * eshell/esh-mode.el, eshell/esh-proc.el, eshell/esh-test.el:
1426         * eshell/esh-util.el, eshell/esh-var.el:
1427         Remove leading `*' from docs of faces and defcustoms.
1429 2010-09-25  Ulrich Mueller  <ulm@gentoo.org>
1431         * eshell/em-ls.el (eshell-ls-archive-regexp):
1432         * eshell/esh-util.el (eshell-tar-regexp):
1433         * ibuffer.el (ibuffer-compressed-file-name-regexp):
1434         * info.el (Info-suffix-list):
1435         * international/mule.el (auto-coding-alist):
1436         * woman.el (woman-file-regexp, woman-file-compression-regexp):
1437         * progmodes/etags.el (tags-compression-info-list):
1438         Support xz compression.
1440 2010-09-25  Chong Yidong  <cyd@stupidchicken.com>
1442         * files.el (get-free-disk-space): Don't assume the "df" output
1443         columns line up (Bug#6995).
1445 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1447         * finder.el (finder-unknown-keywords):
1448         * progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
1449         * progmodes/etags.el (tags-table-including): Fix typos in docstrings.
1451 2010-09-25  Juanma Barranquero  <lekktu@gmail.com>
1453         * server.el (server-start): Revert part of 2010-08-08 change.  Using
1454         address 127.0.0.1 for local host is now done in Fmake_network_process.
1456 2010-09-24  Glenn Morris  <rgm@gnu.org>
1458         * image-mode.el, progmodes/compile.el, progmodes/gud.el:
1459         * progmodes/mixal-mode.el, textmodes/bibtex-style.el:
1460         * textmodes/css-mode.el, textmodes/dns-mode.el:
1461         Move autoloaded auto-mode-alist entries to files.el.
1462         * files.el (auto-mode-alist): Move entries here.
1464 2010-09-23  Glenn Morris  <rgm@gnu.org>
1466         * isearch.el (isearch-lazy-highlight-cleanup)
1467         (isearch-lazy-highlight-initial-delay)
1468         (isearch-lazy-highlight-interval)
1469         (isearch-lazy-highlight-max-at-a-time, isearch-lazy-highlight-face):
1470         * net/net-utils.el (ipconfig-program-options):
1471         Move aliases to options before the associated definitions.
1473 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1475         * newcomment.el (comment-normalize-vars): Better test validity of
1476         comment-end-skip.
1478 2010-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
1480         * emacs-lisp/float-sup.el (float-pi): New name for `pi'.
1481         (float-e): New name for `e'.
1482         (degrees-to-radians, radians-to-degrees):
1483         * calendar/solar.el (solar-longitude):
1484         * calculator.el (calculator-registers, calculator-funcall):
1485         * textmodes/artist.el (artist-spray-random-points):
1486         * play/bubbles.el (bubbles--initialize-images): Use new names.
1488 2010-09-23  Eric M. Ludlam  <zappo@gnu.org>
1490         Update to CEDET 1.0's version of EIEIO.
1492         * emacs-lisp/eieio.el (eieio-specialized-key-to-generic-key):
1493         New function.
1494         (eieio-defmethod, eieio-generic-form, eieio-generic-call): Use it.
1495         (eieio-default-eval-maybe): Eval val instead of unquoting only.
1496         (class-precedence-list): If class is nil, return nil.
1497         (eieio-generic-call): If class of first input arg is nil, don't
1498         look up static methods, and do check for primary methods.
1499         (initialize-instance): See if the default needs to be evaluated
1500         during the constructor.
1501         (eieio-perform-slot-validation-for-default): Don't do the check
1502         for values that will eventually be evaluated.
1503         (eieio-eval-default-p): New function.
1504         (eieio-default-eval-maybe): Use it.
1506 2010-09-23  Jan Moringen  <jan.moringen@uni-bielefeld.de>
1508         * emacs-lisp/eieio.el (eieio-defclass): Allow :c3
1509         method-invocation-order.
1510         (eieio-c3-candidate, eieio-c3-merge-lists): New functions.
1511         (eieio-class-precedence-dfs): Compute class precedence list using
1512         dfs algorithm.
1513         (eieio-class-precedence-bfs): Compute class precedence list using
1514         bfs algorithm.
1515         (eieio-class-precedence-c3): Compute class precedence list using
1516         c3 algorithm.
1517         (class-precedence-list): New function.
1518         (eieiomt-method-list, eieiomt-sym-optimize): Use it.
1519         (inconsistent-class-hierarchy): New error symbol.
1520         (call-next-method): Stow the replacement argument list for future
1521         call-next-method invocations.
1523 2010-09-23  Glenn Morris  <rgm@gnu.org>
1525         * calendar/appt.el (appt-check): If not displaying the diary,
1526         use (diary 1) to only get the entries we need.
1527         (appt-make-list): Sort diary-list-entries, if we cannot guarantee
1528         that it is in day order.  (Bug#7019)
1530         * calendar/appt.el (appt-check): Rather than showing the diary,
1531         just turn off invisible display, and only if needed.
1533         * calendar/diary-lib.el (diary-list-entries): Doc fix.  (Bug#7019)
1535 2010-09-23  Glenn Morris  <rgm@gnu.org>
1537         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar):
1538         (byte-compile-defvar, byte-compile-cl-warn):
1539         Start warnings with lower-case, like the majority.
1541         * files.el (auto-mode-alist): Add .xa, .xw, .xsw for ld-script-mode.
1543         * files.el (auto-mode-alist): Prefer C-mode for .xs.  (Bug#7071)
1545         * progmodes/ld-script.el (auto-mode-alist): Move to files.el.
1546         * files.el (auto-mode-alist): Move ld-script entries here, further down
1547         the list.
1549         * vc/add-log.el: Don't require timezone when compiling.
1550         (timezone-make-date-sortable): Autoload it.
1551         (change-log-sortable-date-at): Don't require timezone.
1552         Use `ignore-errors'.
1554         * comint.el (comint-use-prompt-regexp-instead-of-fields):
1555         Move alias before definition, so it does not need autoloading.
1557         * emulation/crisp.el, emulation/cua-base.el, emulation/edt.el:
1558         * emulation/pc-select.el, emulation/vip.el, international/iso-ascii.el:
1559         * international/kkc.el, international/ogonek.el, mail/feedmail.el:
1560         * net/browse-url.el, net/eudc-vars.el, net/net-utils.el:
1561         * net/rcompile.el, net/rlogin.el, textmodes/enriched.el:
1562         * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/picture.el:
1563         * textmodes/refer.el, textmodes/spell.el, textmodes/table.el:
1564         * textmodes/tex-mode.el, textmodes/two-column.el:
1565         Remove leading `*' from docs of defcustoms etc.
1567 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
1569         * net/netrc.el (netrc-parse): Remove encrypt.el mentions.
1571 2010-09-22  Dan Christensen  <jdc@uwo.ca>
1573         * calendar/time-date.el (date-to-time): Try using parse-time-string
1574         first before using the slower timezone-make-date-arpa-standard.
1576 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1578         * calendar/time-date.el (format-seconds): Comment fix.
1580 2010-09-22  Glenn Morris  <rgm@gnu.org>
1582         * emacs-lisp/package.el (package-menu-mode): `revert-buffer-function'
1583         is not automatically buffer-local.
1585 2010-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1587         * emacs-lisp/smie.el (smie-debug--describe-cycle): Fix typo.
1588         (smie-indent-comment): Be more careful with comment-start-skip.
1589         (smie-indent-comment-close, smie-indent-comment-inside): New funs.
1590         (smie-indent-functions): Use them.
1592 2010-09-21  Michael Albinus  <michael.albinus@gmx.de>
1594         * net/ange-ftp.el (ange-ftp-skip-msgs): Add "^504 ..." message.
1596 2010-09-21  Jan Djärv  <jan.h.d@swipnet.se>
1598         * menu-bar.el (menu-bar-set-tool-bar-position): customize-set-variable
1599         tool-bar-position.  Don't modify frame parameters here.
1600         (menu-bar-options-save): Add tool-bar-position.
1602         * tool-bar.el (tool-bar-position): New defcustom (Bug#7049).
1604 2010-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1606         * textmodes/reftex-parse.el (reftex-what-macro)
1607         (reftex-context-substring): Let-bind forward-sexp-function to nil
1608         since we don't need/want to treat \begin...\end as a block (bug#7053).
1610         * emacs-lisp/lisp.el (up-list): Don't do nothing silently.
1612         * simple.el (blink-matching-open): Use syntax-class.
1614         * progmodes/pascal.el (pascal-mode): Use define-derived-mode.
1615         Set invisibility spec for pascal's outline mode.
1616         (pascal-outline-change): Clean up calling convention.
1617         (pascal-show-all, pascal-hide-other-defuns): Update callers.
1619         * progmodes/prolog.el (prolog-smie-forward-token)
1620         (prolog-smie-backward-token): New functions.
1621         (prolog-mode-variables): Use them to parse "!," correctly.
1622         Set up smie-blink-matching for ".".
1624         * textmodes/ispell.el (ispell-start, ispell-end): Rename from `start'
1625         and `end'.
1626         (ispell-region, ispell-process-line): Update users.
1628         * textmodes/reftex-parse.el (reftex-what-macro): Don't hardcode
1629         point-min==1.
1631         * textmodes/ispell.el: Fix commenting convention.
1632         (ispell-parse-output): Simplify, use push.
1633         (ispell-region): Use match-string-no-properties.
1634         (ispell-begin-skip-region-regexp): Use mapconcat to simplify.
1635         (ispell-minor-mode): Use define-minor-mode.
1636         (ispell-message): Remove unused var `skip-regexp'.
1637         (ispell-add-per-file-word-list): Use dynamic let-binding.
1638         Try and use the proper comment marker.
1640         * mail/sendmail.el: Fix commenting convention.
1641         (sendmail-send-it): Use line-beginning-position.
1643         * help-fns.el (describe-variable): Add original value, if applicable.
1645 2010-09-20  Juanma Barranquero  <lekktu@gmail.com>
1647         * subr.el (y-or-n-p): Remove leftover code from 2010-09-17T13:30:30Z!monnier@iro.umontreal.ca.
1649         * emacs-lisp/smie.el (smie-indent--hanging-p): Use `smie-indent--bolp'.
1651 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1653         * emacs-lisp/smie.el (smie-bnf-precedence-table): Improve error message.
1654         (smie-debug--prec2-cycle, smie-debug--describe-cycle): New functions.
1655         (smie-prec2-levels): Use them to better diagnose precedence cycles.
1656         (smie-blink-matching-check): Don't signal a mismatch if car is t.
1657         (smie-blink-matching-open): Rewrite to remove assumptions, so that
1658         something like "." can also be a closer.
1659         (smie--associative-p, smie-indent--hanging-p, smie-indent--bolp)
1660         (smie-indent--offset, smie-indent--offset-rule, smie-indent--column):
1661         Rename internal functions to use "--".  Update callers.
1663         * frame.el (make-frame-names-alist): Don't list frames on other displays.
1665         * fringe.el (fringe-styles): New var.
1666         (fringe-mode, fringe-query-style): Use it.
1668 2010-09-18  Michael R. Mauger  <mmaug@yahoo.com>
1670         * progmodes/sql.el: Version 2.8
1671         (sql-login-params): Update widget structure; changes still needed.
1672         (sql-product-alist): Add :list-all and :list-table features for
1673         SQLite, Postgres and MySQL products.
1674         (sql-redirect): Handle default value.
1675         (sql-execute, sql-execute-feature): New functions.
1676         (sql-read-table-name): New function.
1677         (sql-list-all, sql-list-table): New functions.  User API.
1678         (sql-mode-map, sql-interactive-mode-map): Add key definitions
1679         for above functions.
1680         (sql-mode-menu, sql-interactive-mode-menu): Add menu definitions
1681         for above functions.
1682         (sql-postgres-login-params): Add user and database defaults.
1683         (sql-buffer-live-p): Bug fix.
1684         (sql-product-history): New variable.
1685         (sql-read-product): New function. Use it.
1686         (sql-set-product, sql-product-interactive): Use it.
1687         (sql-connection-history): New variable.
1688         (sql-read-connection): New function.  Use it.
1689         (sql-connect): New function.
1690         (sql-for-each-login): Redesign function interface.
1691         (sql-make-alternate-buffer-name, sql-save-connection): Use it.
1692         (sql-get-login-ext, sql-get-login): Use it.  Handle default values.
1693         (sql-comint): Check for program.  Existing live buffer.
1694         (sql-comint-postgres): Add port parameter.
1696 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * emacs-lisp/warnings.el: Fix commenting convention.
1699         (display-warning): Use special mode and make the buffer read-only.
1701 2010-09-18  Jay Belanger  <jay.p.belanger@gmail.com>
1703         * calc/calc-prog.el (calc-read-parse-table-part): Don't "fix" the
1704         empty string when it follows a repeated or optional pattern.
1706 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1708         * indent.el (indent-according-to-mode): Apply syntax-propertize.
1709         (indent-region): Use indent-according-to-mode.
1711 2010-09-18  Eli Zaretskii  <eliz@gnu.org>
1713         * fringe.el (fringe-mode): Doc fix.
1715 2010-09-14  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1717         * textmodes/nroff-mode.el (nroff-view): Kill old buffer before
1718         refreshing the preview buffer.
1720 2010-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * textmodes/tex-mode.el (tex-syntax-propertize-rules)
1723         (latex-syntax-propertize-rules): New consts; replace
1724         tex-font-lock-syntactic-keywords.
1725         (tex-env-mark, latex-env-before-change): New functions.
1726         (latex-electric-env-pair-mode): New minor mode.
1727         (tex-font-lock-verb): Change arguments; do move point.
1728         (tex-font-lock-syntactic-face-function): Adjust to new verbatim
1729         representation as a form of comment.
1730         (tex-font-lock-keywords-1): Remove workaround, now unneeded.
1731         (doctex-syntax-propertize-rules): New const; replaces
1732         doctex-font-lock-syntactic-keywords.
1733         (tex-common-initialization, doctex-mode): Use syntax-propertize-rules.
1735         * progmodes/fortran.el (fortran--font-lock-syntactic-keywords): Remove.
1736         (fortran-make-syntax-propertize-function): New function; replaces
1737         fortran-font-lock-syntactic-keywords.
1738         (fortran-mode): Use it.
1739         (fortran-line-length): Use it.  Improve interactive spec.
1741         * emacs-lisp/syntax.el (syntax-propertize-precompile-rules): New macro.
1742         (syntax-propertize-rules): Add var-ref case.  Fix offset computation
1743         when adding surrounding \(..\).
1745         * progmodes/js.el (js-mode): Fix last change (bug#7054).
1747 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1749         * obsolete/old-whitespace.el (whitespace-rescan-files-in-buffers):
1750         Use with-current-buffer.
1752         * isearch.el (isearch-face): Rename from `isearch'.
1753         (isearch-highlight): Use new name.
1755 2010-09-17  Eli Zaretskii  <eliz@gnu.org>
1757         * fringe.el (fringe-mode, fringe-query-style): Use 4 pixels, not
1758         5, for `half' width fringes.  (Bug#6933)
1760 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1762         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
1763         (byte-compile-defvar): "foo/bar" does not lack a prefix.
1765         * subr.el (y-or-n-p): Add the "(y or n)" that was lost somehow.
1767 2010-09-17  Stephen Berman  <stephen.berman@gmx.net>
1769         * dframe.el (dframe-reposition-frame-emacs): Use tool-bar-pixel-width
1770         in calculating new frame position.  Add more space between new and
1771         parent on the left (Bug#7048).
1773 2010-09-17  Michael Albinus  <michael.albinus@gmx.de>
1775         * net/tramp-compat.el (tramp-compat-with-temp-message): Make it a
1776         defmacro.
1778 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
1780         * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
1782         * term/x-win.el (x-cut-buffer-or-selection-value): Define as
1783         obsolete alias for x-selection-value.
1785         * ido.el (ido-make-buffer-list): Fix error in 2010-08-22 merge.
1787 2010-09-16  Michael Albinus  <michael.albinus@gmx.de>
1789         * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
1790         cookie.
1792 2010-09-15  Michael Albinus  <michael.albinus@gmx.de>
1794         * net/tramp-compat.el (tramp-compat-with-temp-message)
1795         (tramp-compat-font-lock-add-keywords, tramp-compat-process-get)
1796         (tramp-compat-process-put): New defuns.
1798         * net/tramp.el (top):
1799         * net/tramp-gvfs.el (top):
1800         * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
1802         * net/tramp.el (tramp-progress-reporter-update):
1803         Use `tramp-compat-funcall'.
1805         * net/tramp.el (tramp-process-actions):
1806         * net/tramp-gvfs.el (tramp-handle-vc-registered):
1807         * net/tramp-sh.el (tramp-gvfs-handler-askquestion)
1808         (tramp-get-remote-stat, tramp-get-remote-readlink):
1809         Use `tramp-compat-with-temp-message'.
1811         * net/tramp-sh.el (top): Require 'cl.
1812         (tramp-handle-start-file-process): Use `tramp-compat-process-get'.
1813         (tramp-open-connection-setup-interactive-shell):
1814         Use `tramp-compat-process-put'.
1816 2010-09-15  Alan Mackenzie  <acm@muc.de>
1818         * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Correct the
1819         indentation.
1820         (c-forward-<>-arglist-recur): Fix an infinite recursion.
1822 2010-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
1825         `lexical' for warnings related to lexical scoping.
1826         (byte-compile-file-form-defvar, byte-compile-defvar): Warn about
1827         global vars which don't have a prefix and could hence affect lexical
1828         scoping in unrelated files.
1830 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832         * net/imap.el: Revert back to version
1833         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
1834         seem problematic.
1836 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
1838         * obsolete/old-whitespace.el (whitespace-unload-function):
1839         Explicitly pass `obarray' to `unintern' to avoid a warning.
1841 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1843         * emacs-lisp/byte-run.el (set-advertised-calling-convention):
1844         Add `when' argument.  Update callers.
1846         * subr.el (unintern): Declare the obarray arg mandatory.
1848 2010-09-14  Glenn Morris  <rgm@gnu.org>
1850         * calendar/diary-lib.el (diary-list-entries-hook, diary-sort-entries):
1851         Doc fixes.
1853         * calendar/diary-lib.el (diary-included-files): New variable.
1854         (diary-list-entries): Maybe initialize diary-included-files.
1855         (diary-include-other-diary-files): Append to diary-included-files.
1856         * calendar/appt.el (appt-update-list): Also check the members of
1857         diary-included-files.  (Bug#6999)
1858         (appt-check): Doc fix.
1860 2010-09-14  David Reitter  <david.reitter@gmail.com>
1862         * simple.el (line-move-visual): Do not truncate goal column to
1863         integer size.  (Bug#7020)
1865 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1867         * repeat.el (repeat): Allow repeating when the last event is a click.
1868         Suggested by Drew Adams (bug#6256).
1870 2010-09-14  Sascha Wilde  <wilde@sha-bang.de>
1872         * vc/vc-hg.el (vc-hg-state,vc-hg-working-revision):
1873         Replace setting HGRCPATH to "" by some less invasive --config options.
1875 2010-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1877         * font-lock.el (font-lock-beginning-of-syntax-function):
1878         Mark as obsolete.
1880 2010-09-14  Glenn Morris  <rgm@gnu.org>
1882         * menu-bar.el (menu-bar-options-save): Fix handling of menu-bar
1883         and tool-bar modes.  (Bug#6211)
1884         (menu-bar-mode): Move setting of standard-value after the
1885         minor-mode definition, otherwise it seems to have no effect.
1887 2010-09-14  Masatake YAMATO  <yamato@redhat.com>
1889         * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
1890         Fix typo.  (Bug#6976)
1892 2010-09-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1894         * whitespace.el: Allow cleaning up blanks without blank
1895         visualization (Bug#6651).  Adjust help window for
1896         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
1897         instead of whitespace-line-column (from EmacsWiki).  New version 13.1.
1898         (whitespace-style): Add new value 'face.  Adjust docstring.
1899         (whitespace-space, whitespace-hspace, whitespace-tab):
1900         Adjust foreground property face.
1901         (whitespace-line-column): Adjust docstring and type declaration.
1902         (whitespace-style-value-list, whitespace-toggle-option-alist)
1903         (whitespace-help-text): Adjust const initialization.
1904         (whitespace-toggle-options, global-whitespace-toggle-options):
1905         Adjust docstring.
1906         (whitespace-display-window, whitespace-interactive-char)
1907         (whitespace-style-face-p, whitespace-color-on): Adjust code.
1908         (whitespace-help-scroll): New fun.
1910 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1912         * calendar/time-date.el (format-seconds): Comment fix.
1914 2010-09-13  Michael R. Mauger  <mmaug@yahoo.com>
1916         * progmodes/sql.el: Version 2.7.
1917         (sql-buffer-live-p): Improve detection.
1918         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
1919         (sql-set-sqli-buffer): Use it.
1920         (sql-product-interactive): Run `sql-set-sqli-hook'.
1921         (sql-rename-buffer): Code cleanup.
1922         (sql-redirect, sql-redirect-value): New functions.  More to come.
1924 2010-09-13  Juanma Barranquero  <lekktu@gmail.com>
1926         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.
1927         * makefile.w32-in (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
1928         (TRAMP_SRC): New macro.
1929         ($(lisp)/net/tramp-loaddefs.el): New target.
1931 2010-09-13  Michael Albinus  <michael.albinus@gmx.de>
1933         Major code cleanup.  Split tramp.el into tramp.el and tramp-sh.el.
1935         * Makefile.in (TRAMP_SRC): Remove tramp-fish.el.  Add tramp-sh.el.
1937         * net/tramp.el (top): Don't show loading message.  Require just
1938         'tramp-compat, everything else is required there.
1939         Use `ignore-errors' where appropriate.
1940         (tramp-inline-compress-start-size, tramp-copy-size-limit)
1941         (tramp-terminal-type, tramp-end-of-output)
1942         (tramp-initial-end-of-output, tramp-completion-function-alist-rsh)
1943         (tramp-completion-function-alist-ssh)
1944         (tramp-completion-function-alist-telnet)
1945         (tramp-completion-function-alist-su)
1946         (tramp-completion-function-alist-putty, tramp-remote-path)
1947         (tramp-remote-process-environment, tramp-sh-extra-args)
1948         (tramp-actions-before-shell, tramp-uudecode)
1949         (tramp-perl-file-truename, tramp-perl-file-name-all-completions)
1950         (tramp-perl-file-attributes)
1951         (tramp-perl-directory-files-and-attributes)
1952         (tramp-perl-encode-with-module, tramp-perl-decode-with-module)
1953         (tramp-perl-encode, tramp-perl-decode)
1954         (tramp-vc-registered-read-file-names, tramp-file-mode-type-map)
1955         (tramp-file-name-handler-alist, tramp-make-tramp-temp-file)
1956         (tramp-handle-make-symbolic-link, tramp-handle-load)
1957         (tramp-handle-file-name-as-directory)
1958         (tramp-handle-file-name-directory)
1959         (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
1960         (tramp-handle-file-exists-p, tramp-handle-file-attributes)
1961         (tramp-do-file-attributes-with-ls)
1962         (tramp-do-file-attributes-with-perl)
1963         (tramp-do-file-attributes-with-stat)
1964         (tramp-handle-set-visited-file-modtime)
1965         (tramp-handle-verify-visited-file-modtime)
1966         (tramp-handle-set-file-modes, tramp-handle-set-file-times)
1967         (tramp-set-file-uid-gid, tramp-remote-selinux-p)
1968         (tramp-handle-file-selinux-context)
1969         (tramp-handle-set-file-selinux-context)
1970         (tramp-handle-file-executable-p, tramp-handle-file-readable-p)
1971         (tramp-handle-file-newer-than-file-p, tramp-handle-file-modes)
1972         (tramp-handle-file-directory-p, tramp-handle-file-regular-p)
1973         (tramp-handle-file-symlink-p, tramp-handle-file-writable-p)
1974         (tramp-handle-file-ownership-preserved-p)
1975         (tramp-handle-directory-file-name, tramp-handle-directory-files)
1976         (tramp-handle-directory-files-and-attributes)
1977         (tramp-do-directory-files-and-attributes-with-perl)
1978         (tramp-do-directory-files-and-attributes-with-stat)
1979         (tramp-handle-file-name-all-completions)
1980         (tramp-handle-file-name-completion, tramp-handle-add-name-to-file)
1981         (tramp-handle-copy-file, tramp-handle-copy-directory)
1982         (tramp-handle-rename-file, tramp-do-copy-or-rename-file)
1983         (tramp-do-copy-or-rename-file-via-buffer)
1984         (tramp-do-copy-or-rename-file-directly)
1985         (tramp-do-copy-or-rename-file-out-of-band)
1986         (tramp-handle-make-directory, tramp-handle-delete-directory)
1987         (tramp-handle-delete-file)
1988         (tramp-handle-dired-recursive-delete-directory)
1989         (tramp-handle-dired-compress-file, tramp-handle-dired-uncache)
1990         (tramp-handle-insert-directory)
1991         (tramp-handle-unhandled-file-name-directory)
1992         (tramp-handle-expand-file-name)
1993         (tramp-handle-substitute-in-file-name)
1994         (tramp-handle-executable-find, tramp-process-sentinel)
1995         (tramp-handle-start-file-process, tramp-handle-process-file)
1996         (tramp-handle-call-process-region, tramp-handle-shell-command)
1997         (tramp-handle-file-local-copy, tramp-handle-file-remote-p)
1998         (tramp-handle-insert-file-contents)
1999         (tramp-handle-insert-file-contents-literally)
2000         (tramp-handle-find-backup-file-name)
2001         (tramp-handle-make-auto-save-file-name, tramp-handle-write-region)
2002         (tramp-vc-registered-file-names, tramp-handle-vc-registered)
2003         (tramp-sh-file-name-handler, tramp-vc-file-name-handler)
2004         (tramp-maybe-send-script, tramp-set-auto-save, tramp-run-test)
2005         (tramp-run-test2, tramp-find-executable, tramp-set-remote-path)
2006         (tramp-find-file-exists-command, tramp-open-shell)
2007         (tramp-find-shell, tramp-barf-if-no-shell-prompt)
2008         (tramp-open-connection-setup-interactive-shell)
2009         (tramp-local-coding-commands, tramp-remote-coding-commands)
2010         (tramp-find-inline-encoding, tramp-call-local-coding-command)
2011         (tramp-inline-compress-commands, tramp-find-inline-compress)
2012         (tramp-compute-multi-hops, tramp-maybe-open-connection)
2013         (tramp-send-command, tramp-wait-for-output)
2014         (tramp-send-command-and-check, tramp-barf-unless-okay)
2015         (tramp-send-command-and-read, tramp-mode-string-to-int)
2016         (tramp-convert-file-attributes, tramp-check-cached-permissions)
2017         (tramp-file-mode-from-int, tramp-file-mode-permissions)
2018         (tramp-shell-case-fold, tramp-make-copy-program-file-name)
2019         (tramp-method-out-of-band-p, tramp-local-host-p)
2020         (tramp-get-remote-path, tramp-get-remote-tmpdir)
2021         (tramp-get-ls-command, tramp-get-ls-command-with-dired)
2022         (tramp-get-test-command, tramp-get-test-nt-command)
2023         (tramp-get-file-exists-command, tramp-get-remote-ln)
2024         (tramp-get-remote-perl, tramp-get-remote-stat)
2025         (tramp-get-remote-readlink, tramp-get-remote-trash)
2026         (tramp-get-remote-id, tramp-get-remote-uid, tramp-get-remote-gid)
2027         (tramp-get-local-uid, tramp-get-local-gid)
2028         (tramp-get-inline-compress, tramp-get-inline-coding): Move to
2029         tramp-sh.el.
2030         (tramp-methods, tramp-default-method-alist)
2031         (tramp-default-user-alist, tramp-foreign-file-name-handler-alist):
2032         Move initialization to tramp-sh.el.
2033         (tramp-temp-name-prefix): Make it a defconst.
2034         (tramp-dissect-file-name): Don't check anymore for multi-hop
2035         methods.
2036         (tramp-debug-outline-regexp): Add a docstring.
2037         (tramp-debug-outline-level): Rename from `tramp-outline-level'.
2038         (tramp-get-debug-buffer): Use it.
2040         * net/tramp-cache.el (top): Set tramp-autoload cookie for
2041         initialization forms.
2042         (tramp-set-connection-property): Don't protect `tramp-message'
2043         call, it isn't necessary any longer.
2044         (tramp-dump-connection-properties): Use `ignore-errors'.
2046         * net/tramp-compat.el (top): Require 'advice, 'format-spec,
2047         'password-cache and 'auth-source.
2049         * net/tramp-gvfs.el (top):
2050         * net/tramp-smb.el (top): Require 'tramp-sh.
2052         * net/tramp-gw.el (tramp-gw-open-network-stream): Use `ignore-errors'.
2054         * net/tramp-sh.el: New file, derived from tramp.el.
2055         (top): Initialize `tramp-methods', `tramp-default-method-alist',
2056         `tramp-default-user-alist', `tramp-foreign-file-name-handler-alist'.
2057         Remove "scp1_old", "scp2_old", "ssh1_old", "ssh2_old".
2058         Use `ignore-errors' where appropriate.
2059         (tramp-sh-file-name-handler-alist): Rename from
2060         `tramp-file-name-handler-alist'.
2061         (tramp-send-command-and-check): Return t or nil.  Remove all
2062         `zerop' checks, where called.
2063         (tramp-handle-set-file-modes)
2064         (tramp-do-copy-or-rename-file-directly)
2065         (tramp-handle-delete-directory, tramp-handle-delete-file)
2066         (tramp-maybe-send-script): Use `tramp-barf-unless-okay'.
2067         (tramp-sh-file-name-handler, tramp-send-command-and-check)
2068         (tramp-get-remote-ln): Set tramp-autoload cookie.
2070         * net/tramp-fish.el: Remove file.
2072 2010-09-13  Daiki Ueno  <ueno@unixuser.org>
2074         * epa-file.el (epa-file-insert-file-contents): If visiting, bind
2075         buffer-file-name to avoid file-locking.  (Bug#7026)
2077 2010-09-13  Julien Danjou  <julien@danjou.info>
2079         * notifications.el (notifications-notify): Add support for
2080         image-path and sound-name.
2081         (notifications-specification-version): Add this variable.
2083 2010-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2085         * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
2087 2010-09-12  Leo  <sdl.web@gmail.com>
2089         * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
2090         (rcirc-completion-start): New variables.
2091         (rcirc-nick-completions): Rename to rcirc-completions.
2092         (rcirc-nick-completion-start-offset): Delete.
2093         (rcirc-completion-at-point): New function for constructing
2094         completion data for both nicks and irc commands.  Add to
2095         completion-at-point-functions in rcirc mode.
2096         (rcirc-complete): Rename from rcirc-nick-complete; use
2097         rcirc-completion-at-point.
2098         (defun-rcirc-command): Update rcirc-client-commands.
2100 2010-09-11  Glenn Morris  <rgm@gnu.org>
2102         * emacs-lisp/bytecomp.el (byte-compile-file): Create .elc files
2103         atomically, to avoid parallel build errors.  (Bug#4196)
2105 2010-09-11  Michael R. Mauger  <mmaug@yahoo.com>
2107         * progmodes/sql.el: Version 2.6
2108         (sql-dialect): Synonym for "sql-product".
2109         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
2110         (sql-set-sqli-buffer, sql-show-sqli-buffer, sql-interactive-mode):
2111         Set "sql-buffer" to buffer name not buffer object so multiple sql
2112         interactive buffers work properly.  Reverts misguided changes in
2113         earlier work.
2114         (sql-comint): Make sure different buffer name is used if "*SQL*"
2115         buffer is for a different product.
2116         (sql-make-alternate-buffer-name): Fix bug with "sql-database"
2117         login param.
2118         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
2119         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
2120         (sql-db2, sql-linter, sql-product-interactive, sql-rename-buffer):
2121         Accept new buffer name or prompt for one.
2122         (sql-port): Default to zero.
2123         (sql-comint-mysql): Handle "sql-port" as a numeric.
2124         (sql-port-history): Delete unused variable.
2125         (sql-get-login): Default "sql-port" to a number.
2126         (sql-product-alist): Correct Postgres prompt and terminator regexp.
2127         (sql-sqlite-program): Dynamically detect presence of "sqlite" or
2128         "sqlite3" executables.
2129         (sql-sqlite-login-params): Add "*.sqlite[23]?" database name pattern.
2130         (sql-buffer-live-p): New function.
2131         (sql-mode-menu, sql-send-string): Use it.
2132         (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
2133         syntax pattern.
2134         (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
2135         (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
2137 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2139         * net/netrc.el (netrc-credentials): New convenience function.
2141 2010-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2143         * textmodes/texinfo.el (texinfo-syntax-propertize-function): New fun
2144         to replace texinfo-font-lock-syntactic-keywords.
2145         (texinfo-mode): Use it.
2147         * textmodes/tex-mode.el (tex-common-initialization, doctex-mode):
2148         Use syntax-propertize-function.
2150         * textmodes/sgml-mode.el (sgml-syntax-propertize-function): New var to
2151         replace sgml-font-lock-syntactic-keywords.
2152         (sgml-mode): Use it.
2154         * textmodes/reftex.el (font-lock-syntactic-keywords): Don't declare
2155         since we don't use it.
2157         * textmodes/bibtex.el (bibtex-mode): Use syntax-propertize-function.
2159         * progmodes/vhdl-mode.el (vhdl-mode): Use syntax-propertize-function
2160         if available.
2161         (vhdl-fontify-buffer): Adjust.
2163         * progmodes/tcl.el (tcl-syntax-propertize-function): New var to
2164         replace tcl-font-lock-syntactic-keywords.
2165         (tcl-mode): Use it.
2167         * progmodes/simula.el (simula-syntax-propertize-function): New var to
2168         replace simula-font-lock-syntactic-keywords.
2169         (simula-mode): Use it.
2171         * progmodes/sh-script.el (sh-st-symbol): Remove.
2172         (sh-font-lock-close-heredoc, sh-font-lock-open-heredoc): Add eol arg.
2173         (sh-font-lock-flush-syntax-ppss-cache, sh-font-lock-here-doc): Remove.
2174         (sh-font-lock-quoted-subshell): Assume we've already matched $(.
2175         (sh-font-lock-paren): Set syntax-multiline.
2176         (sh-font-lock-syntactic-keywords): Remove.
2177         (sh-syntax-propertize-function): New function to replace it.
2178         (sh-mode): Use it.
2180         * progmodes/ruby-mode.el (ruby-here-doc-beg-re):
2181         Define while compiling.
2182         (ruby-here-doc-end-re, ruby-here-doc-beg-match)
2183         (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2184         (syntax-ppss, ruby-in-ppss-context-p, ruby-in-here-doc-p)
2185         (ruby-here-doc-find-end, ruby-here-doc-beg-syntax)
2186         (ruby-here-doc-end-syntax): Only define when
2187         syntax-propertize is not available.
2188         (ruby-syntax-propertize-function, ruby-syntax-propertize-heredoc):
2189         New functions.
2190         (ruby-in-ppss-context-p): Update to new syntax of heredocs.
2191         (electric-indent-chars): Silence bytecompiler.
2192         (ruby-mode): Use prog-mode, syntax-propertize-function, and
2193         electric-indent-chars.
2195         * progmodes/python.el (python-syntax-propertize-function): New var to
2196         replace python-font-lock-syntactic-keywords.
2197         (python-mode): Use it.
2198         (python-quote-syntax): Simplify and adjust to new use.
2200         * progmodes/perl-mode.el (perl-syntax-propertize-function): New fun to
2201         replace perl-font-lock-syntactic-keywords.
2202         (perl-syntax-propertize-special-constructs): New fun to replace
2203         perl-font-lock-special-syntactic-constructs.
2204         (perl-font-lock-syntactic-face-function): New fun.
2205         (perl-mode): Use it.
2207         * progmodes/octave-mod.el (octave-syntax-propertize-sqs): New function
2208         to replace octave-font-lock-close-quotes.
2209         (octave-syntax-propertize-function): New function to replace
2210         octave-font-lock-syntactic-keywords.
2211         (octave-mode): Use it.
2213         * progmodes/mixal-mode.el (mixal-syntax-propertize-function): New var;
2214         replaces mixal-font-lock-syntactic-keywords.
2215         (mixal-mode): Use it.
2217         * progmodes/make-mode.el (makefile-syntax-propertize-function):
2218         New var; replaces makefile-font-lock-syntactic-keywords.
2219         (makefile-mode): Use it.
2220         (makefile-imake-mode): Adjust.
2222         * progmodes/js.el (js--regexp-literal): Define while compiling.
2223         (js-syntax-propertize-function): New var; replaces
2224         js-font-lock-syntactic-keywords.
2225         (js-mode): Use it.
2227         * progmodes/gud.el (gdb-script-syntax-propertize-function): New var;
2228         replaces gdb-script-font-lock-syntactic-keywords.
2229         (gdb-script-mode): Use it.
2231         * progmodes/fortran.el (fortran-mode): Use syntax-propertize-function.
2232         (fortran--font-lock-syntactic-keywords): New var.
2233         (fortran-line-length): Update syntax-propertize-function and
2234         fortran--font-lock-syntactic-keywords.
2236         * progmodes/cperl-mode.el (cperl-mode): Use syntax-propertize-function.
2238         * progmodes/cfengine.el (cfengine-mode):
2239         Use syntax-propertize-function.
2240         (cfengine-font-lock-syntactic-keywords): Remove.
2242         * progmodes/autoconf.el (autoconf-mode):
2243         Use syntax-propertize-function.
2244         (autoconf-font-lock-syntactic-keywords): Remove.
2246         * progmodes/ada-mode.el (ada-set-syntax-table-properties)
2247         (ada-after-change-function, ada-initialize-syntax-table-properties)
2248         (ada-handle-syntax-table-properties): Only define when
2249         syntax-propertize is not available.
2250         (ada-mode): Use syntax-propertize-function.
2252         * font-lock.el (font-lock-syntactic-keywords): Make obsolete.
2253         (font-lock-fontify-syntactic-keywords-region): Move handling of
2254         font-lock-syntactically-fontified to...
2255         (font-lock-default-fontify-region): ...here.
2256         Let syntax-propertize-function take precedence.
2257         (font-lock-fontify-syntactically-region): Cal syntax-propertize.
2259         * emacs-lisp/syntax.el (syntax-propertize-function)
2260         (syntax-propertize-chunk-size, syntax-propertize--done)
2261         (syntax-propertize-extend-region-functions): New vars.
2262         (syntax-propertize-wholelines, syntax-propertize-multiline)
2263         (syntax-propertize--shift-groups, syntax-propertize-via-font-lock)
2264         (syntax-propertize): New functions.
2265         (syntax-propertize-rules): New macro.
2266         (syntax-ppss-flush-cache): Set syntax-propertize--done.
2267         (syntax-ppss): Call syntax-propertize.
2269         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Skip named groups.
2271 2010-09-10  Agustín Martín  <agustin.martin@hispalinux.es>
2273         * textmodes/ispell.el (ispell-init-process): Improve comments.
2274         XEmacs compatibility changes regarding (add-hook) 'local option
2275         and (set-process-query-on-exit-flag).
2277 2010-09-09  Michael Albinus  <michael.albinus@gmx.de>
2279         * net/tramp-cache.el (tramp-parse-connection-properties):
2280         Set tramp-autoload cookie.
2282 2010-09-09  Glenn Morris  <rgm@gnu.org>
2284         * image.el (imagemagick-types-inhibit): Add :type, :version, :group.
2285         (imagemagick-register-types): Doc fix.
2287 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2289         * progmodes/octave-mod.el (electric-indent-chars): Silence bytecomp.
2291         * progmodes/js.el (require): Require is already "eval-and-compile".
2292         (js--re-search-forward): Avoid `eval'.  Preserve the error data.
2293         (js--re-search-backward): Use js--re-search-forward.
2295         * progmodes/fortran.el (fortran-line-length): Don't recompute
2296         syntactic keywords redundantly a second time.
2298         * progmodes/ada-mode.el: Replace "(set '" with setq.
2299         (ada-mode): Simplify.
2300         (ada-create-case-exception, ada-adjust-case-interactive)
2301         (ada-adjust-case-region, ada-format-paramlist, ada-indent-current)
2302         (ada-search-ignore-string-comment, ada-move-to-start)
2303         (ada-move-to-end): Use with-syntax-table.
2305         * font-lock.el (save-buffer-state): Remove `varlist' arg.
2306         (font-lock-unfontify-region, font-lock-default-fontify-region):
2307         Update usage correspondingly.
2308         (font-lock-fontify-syntactic-keywords-region):
2309         Set parse-sexp-lookup-properties buffer-locally here.
2310         (font-lock-fontify-syntactically-region): Remove unused `ppss' arg.
2312         * simple.el (blink-matching-open): Don't burp if we can't find a match.
2314 2010-09-08  Glenn Morris  <rgm@gnu.org>
2316         * emacs-lisp/bytecomp.el (byte-compile-report-ops):
2317         Error if not compiled with -DBYTE_CODE_METER.
2319         * emacs-lisp/bytecomp.el (byte-recompile-directory):
2320         Ignore dir-locals-file.
2322 2010-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2324         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2325         Not a const.
2326         (compilation-error-regexp-alist-alist): Rule out ": " in file names
2327         for the `gnu' messages.
2328         (compilation-set-skip-threshold): New command.
2329         (compilation-start): Use \' rather than $.
2330         (compilation-forget-errors): Use clrhash.
2332 2010-09-08  Agustín Martín  <agustin.martin@hispalinux.es>
2334         * textmodes/ispell.el (ispell-valid-dictionary-list):
2335         Simplify logic.
2337 2010-09-08  Michael Albinus  <michael.albinus@gmx.de>
2339         Migrate to Tramp 2.2.  Rearrange load dependencies.
2340         (Bug#1529, Bug#5448, Bug#5705)
2342         * Makefile.in (TRAMP_DIR, TRAMP_SRC): New variables.
2343         ($(TRAMP_DIR)/tramp-loaddefs.el): New target.
2344         (LOADDEFS): Add $(lisp)/net/tramp-loaddefs.el.
2346         * net/tramp.el (top): Remove all other tramp-* loads except
2347         tramp-compat.el.  Remove all changes to tramp-unload-hook for
2348         other tramp-* packages.  Rearrange defun order.  Change calls of
2349         `tramp-compat-call-process', `tramp-compat-decimal-to-octal',
2350         `tramp-compat-octal-to-decimal' to new function names.
2351         (tramp-terminal-type, tramp-initial-end-of-output)
2352         (tramp-methods, tramp-foreign-file-name-handler-alist)
2353         (tramp-tramp-file-p, tramp-completion-mode-p)
2354         (tramp-send-command-and-check, tramp-get-remote-path)
2355         (tramp-get-remote-tmpdir, tramp-get-remote-ln)
2356         (tramp-shell-quote-argument): Set tramp-autoload cookie.
2357         (with-file-property, with-connection-property): Move to
2358         tramp-cache.el.
2359         (tramp-local-call-process, tramp-decimal-to-octal)
2360         (tramp-octal-to-decimal): Move to tramp-compat.el.
2361         (tramp-handle-shell-command): Do not require 'shell.
2362         (tramp-compute-multi-hops): No special handling for tramp-gw-*
2363         symbols.
2364         (tramp-unload-tramp): Do not call `tramp-unload-file-name-handlers'.
2366         * net/tramp-cache.el (top): Require 'tramp.  Add to
2367         `tramp-unload-hook'.
2368         (tramp-cache-data, tramp-get-file-property)
2369         (tramp-set-file-property, tramp-flush-file-property)
2370         (tramp-flush-directory-property, tramp-get-connection-property)
2371         (tramp-set-connection-property, tramp-flush-connection-property)
2372         (tramp-cache-print, tramp-list-connections): Set tramp-autoload
2373         cookie.
2374         (with-file-property, with-connection-property): New defuns, moved
2375         from tramp.el.
2376         (tramp-flush-file-function): Use `with-parsed-tramp-file-name'
2377         macro.
2379         * net/tramp-cmds.el (top): Add to `tramp-unload-hook'.
2380         (tramp-version): Set tramp-autoload cookie.
2382         * net/tramp-compat.el (top): Require 'tramp-loaddefs.  Remove all
2383         changes to tramp-unload-hook for other tramp-* packages.  Add to
2384         `tramp-unload-hook'.
2385         (tramp-compat-decimal-to-octal, tramp-compat-octal-to-decimal)
2386         (tramp-compat-call-process): New defuns, moved from tramp.el.
2388         * net/tramp-fish.el (top) Require just 'tramp.  Add objects to
2389         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2390         to `tramp-unload-hook'.  Change call of
2391         `tramp-compat-decimal-to-octal' to new function name.
2392         (tramp-fish-method): Make it a defconst.
2393         (tramp-fish-file-name-p): Make it a defsubst.
2394         (tramp-fish-method, tramp-fish-file-name-handler)
2395         (tramp-fish-file-name-p): Set tramp-autoload cookie.
2397         * net/tramp-ftp.el (top) Add objects to `tramp-methods' and
2398         `tramp-foreign-file-name-handler-alist'.  Add to
2399         `tramp-unload-hook'.
2400         (tramp-ftp-method): Make it a defconst.
2401         (tramp-ftp-file-name-p): Make it a defsubst.
2402         (tramp-ftp-method, tramp-ftp-file-name-handler)
2403         (tramp-ftp-file-name-p): Set tramp-autoload cookie.
2405         * net/tramp-gvfs.el (top) Add objects to `tramp-methods' and
2406         `tramp-foreign-file-name-handler-alist'.  Add to
2407         `tramp-unload-hook'.  Change checks, whether package can be
2408         loaded.
2409         (tramp-gvfs-file-name-p): Make it a defsubst.
2410         (tramp-gvfs-methods, tramp-gvfs-file-name-handler)
2411         (tramp-gvfs-file-name-p): Set tramp-autoload cookie.
2412         (tramp-gvfs-handle-file-directory-p): New defun.
2413         (tramp-gvfs-file-name-handler-alist): Use it.
2415         * net/tramp-gw.el (top) Add objects to `tramp-methods' and
2416         `tramp-foreign-file-name-handler-alist'.  Add to
2417         `tramp-unload-hook'.
2418         (tramp-gw-tunnel-method, tramp-gw-default-tunnel-port)
2419         (tramp-gw-socks-method, tramp-gw-default-socks-port): Make it a
2420         defconst.
2421         (tramp-gw-tunnel-method, tramp-gw-socks-method)
2422         (tramp-gw-open-connection): Set tramp-autoload cookie.
2424         * net/tramp-imap.el (top) Require just 'tramp.  Add objects to
2425         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2426         to `tramp-unload-hook'.  Change checks, whether package can be
2427         loaded.
2428         (tramp-imap-file-name-p): Make it a defsubst.
2429         (tramp-imap-method, tramp-imaps-method)
2430         (tramp-imap-file-name-handler)
2431         (tramp-imap-file-name-p): Set tramp-autoload cookie.
2433         * net/tramp-smb.el (top) Require just 'tramp.  Add objects to
2434         `tramp-methods' and `tramp-foreign-file-name-handler-alist'.  Add
2435         to `tramp-unload-hook'.  Change checks, whether package can be
2436         loaded.  Change call of `tramp-compat-decimal-to-octal' to new
2437         function name.
2438         (tramp-smb-tunnel-method): Make it a defconst.
2439         (tramp-smb-file-name-p): Make it a defsubst.
2440         (tramp-smb-method, tramp-smb-file-name-handler)
2441         (tramp-smb-file-name-p): Set tramp-autoload cookie.
2443         * net/tramp-uu.el (top) Add to `tramp-unload-hook'.
2444         (tramp-uuencode-region): Set tramp-autoload cookie.
2446         * net/trampver.el (top) Add to `tramp-unload-hook'.
2447         (tramp-version, tramp-bug-report-address): Set tramp-autoload
2448         cookie.  Update release number.
2450 2010-09-07  Agustín Martín  <agustin.martin@hispalinux.es>
2452         * textmodes/ispell.el (ispell-start-process): Make sure original
2453         arg list is properly initialized (Bug#6993, Bug#6994).
2455 2010-09-06  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2457         * files.el (directory-abbrev-alist): Use \` as default regexp.
2459         * emacs-lisp/rx.el (rx-any): Don't explode ranges that end in special
2460         chars like - or ] (bug#6984).
2461         (rx-any-condense-range): Explode 2-char ranges.
2463 2010-09-06  Glenn Morris  <rgm@gnu.org>
2465         * desktop.el (desktop-path): Bump :version after 2009-09-15 change.
2467 2010-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2469         * textmodes/bibtex.el:
2470         * proced.el: Update to new email for Roland Winkler <winkler@gnu.org>.
2472 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474         * net/imap.el (imap-message-map): Remove optional buffer parameter,
2475         since no callers use it.
2476         (imap-message-get): Ditto.
2477         (imap-message-put): Ditto.
2478         (imap-mailbox-map): Ditto.
2479         (imap-mailbox-put): Ditto.
2480         (imap-mailbox-get): Ditto.
2481         (imap-mailbox-get): Revert last change for this function.
2483 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2485         * net/imap.el (imap-fetch-safe): Remove function, and alter all
2486         callers to use `imap-fetch' instead.  According to the comments, this
2487         should be safe, since all other IMAP clients use the 1:* syntax.
2488         (imap-enable-exchange-bug-workaround): Remove.
2489         (imap-debug): Remove -- doesn't seem very useful.
2491 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * net/imap.el (imap-log): New convenience function used throughout
2494         instead of repeating the same code all over the place.
2496 2010-09-05  David De La Harpe Golden  <david@harpegolden.net>
2498         * mouse.el (mouse-save-then-kill): Save region to kill-ring
2499         when mouse-drag-copy-region is non-nil (Bug#6956).
2501 2010-09-05  Chong Yidong  <cyd@stupidchicken.com>
2503         * dired.el (dired-ls-sorting-switches, dired-sort-by-name-regexp):
2504         Improve regexps (Bug#6987).
2505         (dired-sort-toggle): Search more robustly for -t flag.
2507         * files.el (get-free-disk-space): Search more robustly for
2508         "available" column.  Suggested by Ehud Karni
2509         <ehud@unix.mvs.co.il>.
2511 2010-09-05  Juanma Barranquero  <lekktu@gmail.com>
2513         * international/uni-bidi.el:
2514         * international/uni-category.el:
2515         * international/uni-combining.el:
2516         * international/uni-decimal.el:
2517         * international/uni-mirrored.el:
2518         * international/uni-name.el: Regenerate.
2520 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2522         * electric.el (electric-indent-post-self-insert-function):
2523         Don't reindent with a sloppy indentation function.
2525         * emacs-lisp/syntax.el (syntax-ppss): More sanity check to catch
2526         border case in change-log-mode.
2528 2010-09-04  Chong Yidong  <cyd@stupidchicken.com>
2530         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2531         Remove ruby regexp; handle Ruby errors with gcc-include and gnu.
2532         Recognize leading tab in gcc-include regexp.  Ignore names with
2533         leading "from" or "in" in gnu regexp (Bug#6937).
2535 2010-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
2537         Avoid global recursive calls to kill-buffer-hooks; fit into 80 cols.
2538         * textmodes/ispell.el (ispell-process-buffer-name): Remove.
2539         (ispell-start-process): Avoid setq and simplify logic.
2540         (ispell-init-process): Setup kill-buffer-hook locally when needed.
2541         (kill-buffer-hook): Don't use it globally with code that uses
2542         expand-file-name since that may call kill-buffer via
2543         code_conversion_restore.
2545 2010-09-04  Noorul Islam K M  <noorul@noorul.com>  (tiny change)
2547         * emacs-lisp/package.el (package-directory-list): Only call
2548         file-name-nondirectory on a string.
2550 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2552         * emacs-lisp/package.el (package--download-one-archive):
2553         Ensure that archive-contents is valid before saving it.
2554         (package-activate-1, package-mark-obsolete, define-package)
2555         (package-compute-transaction, package-list-maybe-add): Use push.
2557 2010-09-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2559         Use SMIE's blink-paren for octave-mode.
2560         * progmodes/octave-mod.el (octave-font-lock-close-quotes):
2561         Backslashes do not escape single-quotes, single-quotes do.
2562         (octave-block-else-regexp, octave-block-end-regexp)
2563         (octave-block-match-alist): Remove.
2564         (octave-smie-bnf-table): New var, with old content.
2565         (octave-smie-op-levels): Use it.
2566         (octave-smie-closer-alist): New var.
2567         (octave-mode): Use it.  Setup smie-blink-matching and electric-indent.
2568         (octave-blink-matching-block-open): Remove.
2569         (octave-reindent-then-newline-and-indent, octave-electric-semi)
2570         (octave-electric-space): Let self-insert-command run expand-abbrev and
2571         blink parens.
2573         * electric.el (electricity): New group.
2574         (electric-indent-chars): New var.
2575         (electric-indent-post-self-insert-function): New fun.
2576         (electric-indent-mode): New minor mode.
2577         (electric-pair-skip-self): New custom.
2578         (electric-pair-post-self-insert-function): New function.
2579         (electric-pair-mode): New minor mode.
2581         * calc/calc-aent.el (calcAlg-blink-matching-check): New fun, to replace
2582         calcAlg-blink-matching-open.
2583         (calc-alg-ent-map, calc-alg-ent-esc-map): Initialize in the declaration.
2584         (calc-do-alg-entry): Only touch the part of the keymap that varies.
2585         Use the new blink-matching-check-function.
2587         Provide blink-matching support to SMIE.
2588         * emacs-lisp/smie.el (smie-bnf-closer-alist): New function.
2589         (smie-blink-matching-triggers, smie-blink-matching-inners): New vars.
2590         (smie-blink-matching-check, smie-blink-matching-open): New functions.
2592         * simple.el (newline): Fix last change to properly remove itself from
2593         the hook.
2595 2010-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
2597         * simple.el (newline): Eliminate optimization.
2598         Use post-self-insert-hook to set hard-newline and things before
2599         running post-self-insert-hook.
2600         (blink-matching-check-mismatch): New function.
2601         (blink-matching-check-function): New variable.
2602         (blink-matching-open): Use them.
2603         Skip back forward over prefix chars skipped by forward-sexp.
2604         Don't check if the parens are backslash escaped.
2605         (blink-paren-post-self-insert-function): Check backslash escaping here.
2607 2010-09-02  Chong Yidong  <cyd@stupidchicken.com>
2609         * emacs-lisp/package.el (package-menu-mode-map):
2610         Change package-menu-revert bindings to revert-buffer.
2611         (package-menu-mode): Set revert-buffer-function.
2612         (package-menu-revert): Doc fix.
2614 2010-09-02  Agustín Martín  <agustin.martin@hispalinux.es>
2616         * textmodes/ispell.el (ispell-init-process): Use "~/" as
2617         `default-directory' unless using Ispell per-directory personal
2618         dictionaries and not in a mini-buffer under XEmacs.
2619         (kill-buffer-hook): Do not kill ispell process on exit when
2620         `ispell-process-directory' is "~/".  (Bug#6143)
2622 2010-09-02  Jan Djärv  <jan.h.d@swipnet.se>
2624         * simple.el (kill-new): Call interprogram-cut-function with only
2625         one argument.
2627         * term.el (term-mouse-paste): Don't call x-get-cutbuffer.
2628         Remove cut buffer from error message.
2630         * term/x-win.el (x-select-text):
2631         * term/pc-win.el (x-selection-value):
2632         * term/ns-win.el (x-selection-value):
2633         * eshell/em-term.el:
2634         * w32-fns.el (x-get-selection-value):
2635         * mouse-sel.el (mouse-sel-set-selection-function):
2636         * frame.el (display-selections-p): Remove cut-buffer in documentation.
2638         * term/x-win.el: Update documentation for x-last-selected-text-*.
2639         (x-last-selected-text-cut, x-last-selected-text-cut-encoded)
2640         (x-last-cut-buffer-coding, x-cut-buffer-max): Remove.
2641         (x-select-text): Remove argument PUSH, update documentation.  Remove
2642         cut-buffer code.
2643         (x-selection-value-internal): Was previously x-selection-value.
2644         (x-selection-value): Rename from x-cut-buffer-or-selection-value.
2645         Update documentation, remove cut-buffer code.  Call
2646         x-selection-value-internal.
2647         (x-clipboard-yank): Call x-selection-value-internal.
2648         (x-initialize-window-system): Remove setting of x-cut-buffer-max.
2650         * term/pc-win.el (x-last-selected-text):
2651         x-cut-buffer-or-selection-value renamed to x-selection-value
2652         (x-select-text): Remove argument PUSH, update documentation.
2654         * term/ns-win.el (x-setup-function-keys, ns-last-selected-text):
2655         x-cut-buffer-or-selection-value renamed to x-selection-value
2656         (x-selection-value): Renamed from x-cut-buffer-or-selection-value.
2657         (x-select-text): Remove argument PUSH, update documentation.
2659         * emacs-lisp/cl-macs.el (x-get-cutbuffer, x-get-cut-buffer): Remove.
2661         * w32-fns.el (x-last-selected-text):
2662         x-cut-buffer-or-selection-value renamed to x-selection-value.
2663         (x-cut-buffer-max): Remove.
2664         (x-select-text): Remove argument PUSH, update documentation.
2666         * simple.el (interprogram-cut-function): Remove mention of PUSH.
2668         * select.el (x-get-cut-buffer, x-set-cut-buffer): Remove.
2670         * mouse-sel.el (mouse-sel-get-selection-function):
2671         x-cut-buffer-or-selection-value renamed to x-selection-value.
2672         (x-select-text): Remove optional push.
2674 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2676         * simple.el (blink-paren-function): Move from C to here.
2677         (blink-paren-post-self-insert-function): New function.
2678         (post-self-insert-hook): Use it.
2680         * emacs-lisp/pcase.el (pcase-split-memq):
2681         Fix overenthusiastic optimisation.
2682         (pcase-u1): Handle the case of a lambda pred.
2684 2010-08-31  Kenichi Handa  <handa@m17n.org>
2686         * international/mule-cmds.el (standard-display-european-internal):
2687         Setup standard-display-table for 8-bit characters by storing 8-bit
2688         characters in the element vector.
2690         * disp-table.el (standard-display-8bit):
2691         Setup standard-display-table for 8-bit characters by storing 8-bit
2692         characters in the element vector.
2693         (standard-display-european): Likewise.
2695 2010-08-31  Masatake YAMATO  <yamato@redhat.com>
2697         * textmodes/nroff-mode.el (nroff-view): New command.
2698         (nroff-mode-map): Bind it to C-c C-c.
2700 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2702         * emacs-lisp/smie.el (smie-down-list): New command.
2704         Remove old indentation and navigation code on octave-mode.
2705         * progmodes/octave-mod.el (octave-mode-map): Remap down-list to
2706         smie-down-list rather than add a binding for octave-down-block.
2707         (octave-mark-block, octave-blink-matching-block-open):
2708         Rely on forward-sexp-function.
2709         (octave-fill-paragraph): Don't narrow, so you can use
2710         indent-according-to-mode.
2711         (octave-block-begin-regexp, octave-block-begin-or-end-regexp): Remove.
2712         (octave-in-block-p, octave-re-search-forward-kw)
2713         (octave-re-search-backward-kw, octave-indent-calculate)
2714         (octave-end-as-array-index-p, octave-block-end-offset)
2715         (octave-scan-blocks, octave-forward-block, octave-backward-block)
2716         (octave-down-block, octave-backward-up-block, octave-up-block)
2717         (octave-before-magic-comment-p, octave-indent-line): Remove.
2719 2010-08-31  Chong Yidong  <cyd@stupidchicken.com>
2721         * emacs-lisp/package.el (package--read-archive-file): Just use
2722         `read', to avoid copying an additional string.
2723         (package-menu-mode): Set header-line-format here.
2724         (package-menu-refresh, package-menu-revert): Signal an error if
2725         not in the Package Menu.
2726         (package-menu-package-list): New var.
2727         (package--generate-package-list): Operate on the current buffer;
2728         don't assume that it is *Packages*, since the user may rename it.
2729         Allow persistent package listings and sort keys using
2730         package-menu-package-list and package-menu-package-sort-key.
2731         (package-menu--version-predicate): Fix version calculation.
2732         (package-menu-sort-by-column): Don't select the window.
2733         (package--list-packages): Create the *Packages* buffer.
2734         Set package-menu-package-list-key.
2735         (list-packages): Sorting by status is now the default.
2736         (package-buffer-info): Use match-string-no-properties.
2737         (define-package): Add a &rest argument for future proofing, but
2738         don't use it yet.
2739         (package-install-from-buffer, package-install-buffer-internal):
2740         Merge into a single function, package-install-from-buffer.
2741         (package-install-file): Change caller.
2743         * finder.el: Load finder-inf using `require'.
2744         (finder-list-matches): Sorting by status is now the default.
2745         (finder-compile-keywords): Simpify printing.
2747 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2749         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
2750         (octave-mode-map): Remove special bindings for forward/backward-block
2751         and octave-backward-up-block.  Use smie-close-block.
2752         (octave-continuation-marker-regexp): New var.
2753         (octave-continuation-regexp): Use it.
2754         (octave-operator-table, octave-smie-op-levels)
2755         (octave-operator-regexp, octave-smie-indent-rules): New vars.
2756         (octave-smie-backward-token, octave-smie-forward-token): New funs.
2757         (octave-mode): Use SMIE.
2758         (octave-close-block): Delete.
2760 2010-08-30  Eli Zaretskii  <eliz@gnu.org>
2762         * menu-bar.el (menu-bar-edit-menu) <"Paste">: Check selection in
2763         CLIPBOARD, not in PRIMARY.  (Bug#6944)
2765 2010-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2767         * emacs-lisp/smie.el (smie-indent-offset-rule): Let :parent take
2768         a list of parents.
2769         (smie-indent-column): Allow indirection through variables.
2771         * composite.el (save-buffer-state): Delete, unused.
2772         * font-lock.el (save-buffer-state): Use with-silent-modifications.
2773         (font-lock-default-fontify-region): Use with-syntax-table.
2774         * jit-lock.el (with-buffer-unmodified): Remove.
2775         (with-buffer-prepared-for-jit-lock): Use with-silent-modifications.
2777         Use `declare' in defmacros.
2778         * window.el (save-selected-window):
2779         * subr.el (with-temp-file, with-temp-message, with-syntax-table):
2780         * progmodes/python.el (def-python-skeleton):
2781         * net/dbus.el (dbus-ignore-errors):
2782         * jka-cmpr-hook.el (with-auto-compression-mode):
2783         * international/mule.el (with-category-table):
2784         * emacs-lisp/timer.el (with-timeout):
2785         * emacs-lisp/lisp-mnt.el (lm-with-file):
2786         * emacs-lisp/eieio.el (with-slots):
2787         * emacs-lisp/easymenu.el (easy-menu-define):
2788         * emacs-lisp/debug.el (debugger-env-macro):
2789         * emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
2790         (Multiple-value-call, Multiple-value-prog1):
2791         * emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
2792         (cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
2793         edebug rule to definition.
2794         * emacs-lisp/lisp-mode.el (save-selected-window)
2795         (with-current-buffer, combine-after-change-calls)
2796         (with-output-to-string, with-temp-file, with-temp-buffer)
2797         (with-temp-message, with-syntax-table, read-if, eval-after-load)
2798         (dolist, dotimes, when, unless):
2799         * emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
2801 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2803         * finder.el: Require `package'.
2804         (finder-known-keywords): Tweak descriptions.  Retire `oop' keyword.
2805         (finder-package-info): Var deleted.
2806         (finder-keywords-hash, finder--builtins-alist): New vars.
2807         (finder-compile-keywords): Compute package--builtins and
2808         finder-keywords-hash instead of finder-keywords-hash, respecting
2809         the "Package" header.
2810         (finder-unknown-keywords, finder-list-matches):
2811         Use finder-keywords-hash and package--list-packages.
2812         (finder-mode): Don't set font-lock-defaults.
2813         (finder-exit): We don't use "*Finder-package*" and "*Finder
2814         Category*" buffers anymore.
2816         * emacs-lisp/package.el (package--builtins-base): Var deleted.
2817         (package--builtins): Set default value to nil.
2818         (package-initialize): Load precomputed value of package--builtins
2819         from finder-inf.el.
2820         (package-alist, package-compute-transaction)
2821         (package-download-transaction): Improve docstring.
2822         (package-read-all-archive-contents): Do not change
2823         package--builtins here.
2824         (list-packages): Make package-list-packages an alias for this.
2825         Sort by status by default.
2826         (package--list-packages): Add optional PACKAGES arg.
2827         (describe-package-1): Use font-lock-face property.  For built-in
2828         packages, insert file commentary.
2829         (package--generate-package-list): Rename from
2830         package-list-packages-internal; all callers changed.  Add optional
2831         PACKAGES arg.  Add alphabetical sort fallbacks.
2832         (package-menu--version-predicate, package-menu--status-predicate)
2833         (package-menu--description-predicate)
2834         (package-menu--name-predicate): New functions.
2836         * info.el (Info-finder-find-node): Search package-alist instead of
2837         finder-package-info.
2839 2010-08-29  Chong Yidong  <cyd@stupidchicken.com>
2841         * subr.el (version-regexp-alist): Don't use "a" and "b" for
2842         "alpha" and "beta".
2843         (version-to-list): Handle versions like "10.3d".
2845 2010-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2847         * emacs-lisp/macroexp.el (macroexpand-all-1): Use pcase.
2848         (macroexp-accumulate): Use `declare'.
2850 2010-08-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2852         * whitespace.el (whitespace-style): Adjust type declaration.
2854 2010-08-26  Magnus Henoch  <magnus.henoch@gmail.com>
2856         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
2857         empty argument to gvfs-copy.
2859 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2861         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
2862         handle new TRASH arg of `delete-file'.
2864 2010-08-26  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
2866         * net/tramp.el (tramp-handle-insert-directory): Don't use
2867         `forward-word', its default syntax could be changed.
2869 2010-08-26  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
2870             Michael Albinus  <michael.albinus@gmx.de>
2872         Implement compression for inline methods.
2874         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
2875         (tramp-copy-size-limit): Allow also nil.
2876         (tramp-inline-compress-commands): New defconst.
2877         (tramp-find-inline-compress, tramp-get-inline-compress)
2878         (tramp-get-inline-coding): New defuns.
2879         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
2880         replaced by `tramp-get-inline-coding'.
2881         (tramp-handle-file-local-copy, tramp-handle-write-region)
2882         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
2884 2010-08-26  Noah Lavine  <noah549@gmail.com>  (tiny change)
2886         Detect ssh 'ControlMaster' argument automatically in some cases.
2888         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
2889         (tramp-default-method): Use it.
2891 2010-08-26  Karel Klíč  <kklic@redhat.com>
2893         * net/tramp.el (tramp-file-name-for-operation):
2894         Add file-selinux-context.
2896 2010-08-26  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2898         * play/cookie1.el (read-cookie): Fix off-by-one error (bug#6921).
2900 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
2902         * simple.el (beginning-of-buffer, end-of-buffer): Doc fix
2903         (Bug#6907).
2905 2010-08-26  Nathan Weizenbaum  <nweiz@cressida.sea.corp.google.com>  (tiny change)
2907         * progmodes/js.el: Make indentation more customizable (Bug#6914).
2908         (js-paren-indent-offset, js-square-indent-offset)
2909         (js-curly-indent-offset): New options.
2910         (js--proper-indentation): Use them.
2912 2010-08-26  Daniel Colascione  <dan.colascione@gmail.com>
2914         * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss
2915         instead of inspecting font-lock properties (Bug#6916).
2917 2010-08-26  David Reitter  <david.reitter@gmail.com>
2919         * server.el (server-visit-files): Run pre-command-hook and
2920         post-command-hook for each buffer while it is current (Bug#6910).
2921         (server-execute): Do not run hooks here.
2923 2010-08-26  Michael Albinus  <michael.albinus@gmx.de>
2925         Sync with Tramp 2.1.19.
2927         * net/tramp-cmds.el (tramp-cleanup-all-connections)
2928         (tramp-reporter-dump-variable, tramp-load-report-modules)
2929         (tramp-append-tramp-buffers): Use `tramp-compat-funcall'.
2930         (tramp-bug): Recommend setting of `tramp-verbose' to 9.
2932         * net/tramp-compat.el (top): Do not autoload
2933         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
2934         only when `start-file-process' is not bound.
2935         (byte-compile-not-obsolete-vars): Define if not bound.
2936         (tramp-compat-funcall): New defmacro.
2937         (tramp-compat-line-beginning-position)
2938         (tramp-compat-line-end-position)
2939         (tramp-compat-temporary-file-directory)
2940         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
2941         (tramp-compat-copy-file, tramp-compat-copy-directory)
2942         (tramp-compat-delete-file, tramp-compat-delete-directory)
2943         (tramp-compat-number-sequence, tramp-compat-process-running-p):
2944         Use it.
2945         (tramp-advice-file-expand-wildcards): Do not use
2946         `tramp-handle-file-remote-p'.
2947         (tramp-compat-make-temp-file): Simplify fallback implementation.
2948         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
2949         (tramp-compat-copy-tree): Remove function.
2950         (tramp-compat-delete-file): New defun.
2951         (tramp-compat-delete-directory): Provide implementation for older
2952         Emacsen.
2953         (tramp-compat-file-attributes): Handle only
2954         `wrong-number-of-arguments' error.
2956         * net/tramp-fish.el (tramp-fish-handle-copy-file):
2957         Add PRESERVE_SELINUX_CONTEXT.
2958         (tramp-fish-handle-delete-file): Add TRASH arg.
2959         (tramp-fish-handle-directory-files-and-attributes):
2960         Do not use `tramp-fish-handle-file-attributes.
2961         (tramp-fish-handle-file-local-copy)
2962         (tramp-fish-handle-insert-file-contents)
2963         (tramp-fish-maybe-open-connection): Use `with-progress-reporter'.
2965         * net/tramp-gvfs.el (top): Require url-util.
2966         (tramp-gvfs-mount-point): Remove.
2967         (tramp-gvfs-file-name-handler-alist): Add `file-selinux-context'
2968         and `set-file-selinux-context'.
2969         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command)
2970         (tramp-gvfs-handle-file-selinux-context)
2971         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
2972         (with-tramp-dbus-call-method): Format trace message.
2973         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
2974         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
2975         Implement backup call, when operation on local files fails.
2976         Use progress reporter.  Flush properties of changed files.
2977         (tramp-gvfs-handle-delete-file): Add TRASH arg.  Use
2978         `tramp-compat-delete-file'.
2979         (tramp-gvfs-handle-expand-file-name): Expand "~/".
2980         (tramp-gvfs-handle-make-directory): Make more traces.
2981         (tramp-gvfs-handle-write-region): Protect deleting tmpfile.
2982         (tramp-gvfs-url-file-name): Hexify file name in url.
2983         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
2984         into account for the resulting file name.
2985         (tramp-gvfs-handler-askquestion): Preserve current message, in
2986         order to let progress reporter continue afterwards.  (Bug#6257)
2987         Return dummy mountpoint, when the answer is "no".
2988         See `tramp-gvfs-maybe-open-connection'.
2989         (tramp-gvfs-handler-mounted-unmounted)
2990         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
2991         attribute "default_location".  Set "prefix" property.
2992         Handle default-location.
2993         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
2994         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
2995         exists.  Raise an error, if not (due to a corresponding answer
2996         "no" in interactive questions, for example).
2997         Use `tramp-compat-funcall'.
2999         * net/tramp-imap.el (top): Autoload `epg-make-context'.
3000         (tramp-imap-handle-copy-file): Add PRESERVE-SELINUX-CONTEXT.
3001         (tramp-imap-do-copy-or-rename-file)
3002         (tramp-imap-handle-insert-file-contents)
3003         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
3004         (tramp-imap-handle-delete-file): Add TRASH arg.
3006         * net/tramp-smb.el (tramp-smb-handle-copy-file):
3007         Add PRESERVE-SELINUX-CONTEXT.
3008         (tramp-smb-handle-copy-file)
3009         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
3010         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
3011         Use `with-progress-reporter'.
3012         (tramp-smb-handle-delete-file): Add TRASH arg.
3014         * net/tramp.el (tramp-methods): Move hostname to the end in all
3015         ssh `tramp-login-args'.  Add `tramp-async-args' attribute where
3016         appropriate.
3017         (tramp-verbose): Describe verbose level 9.
3018         (tramp-completion-function-alist)
3019         (tramp-file-name-regexp, tramp-chunksize)
3020         (tramp-local-coding-commands, tramp-remote-coding-commands)
3021         (with-connection-property, tramp-completion-mode-p)
3022         (tramp-action-process-alive, tramp-action-out-of-band)
3023         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
3024         (tramp-exists-file-name-handler): Fix docstring.
3025         (tramp-remote-process-environment): Use `format' instead of
3026         `concat'.  Protect version string by apostroph.
3027         (tramp-shell-prompt-pattern): Do not use a shy group in case of
3028         XEmacs.
3029         (tramp-file-name-regexp-unified)
3030         (tramp-completion-file-name-regexp-unified): On W32 systems, do
3031         not regard the volume letter as remote filename.  (Bug#5447)
3032         (tramp-perl-file-attributes)
3033         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
3034         (tramp-vc-registered-read-file-names): Read input as
3035         here-document, otherwise the command could exceed maximum length
3036         of command line.
3037         (tramp-file-name-handler-alist): Add `file-selinux-context' and
3038         `set-file-selinux-context'.
3039         (tramp-debug-message): Add `tramp-compat-funcall' to ignored
3040         backtrace functions.
3041         (tramp-error-with-buffer): Don't show the connection buffer when
3042         we are in completion mode.
3043         (tramp-progress-reporter-update, tramp-remote-selinux-p)
3044         (tramp-handle-file-selinux-context)
3045         (tramp-handle-set-file-selinux-context, tramp-process-sentinel)
3046         (tramp-connectable-p, tramp-open-shell, tramp-get-remote-trash):
3047         New defuns.
3048         (with-progress-reporter): New defmacro.
3049         (tramp-debug-outline-regexp): New defconst.
3050         (top, tramp-rfn-eshadow-setup-minibuffer)
3051         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
3052         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
3053         (tramp-completion-mode-p, tramp-check-for-regexp)
3054         (tramp-open-connection-setup-interactive-shell)
3055         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
3056         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
3057         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp):
3058         Use `tramp-compat-funcall'.
3059         (tramp-handle-make-symbolic-link): Flush file properties.
3060         (tramp-handle-load, tramp-handle-file-local-copy)
3061         (tramp-handle-insert-file-contents, tramp-handle-write-region)
3062         (tramp-handle-vc-registered, tramp-maybe-send-script)
3063         (tramp-find-shell): Use `with-progress-reporter'.
3064         (tramp-do-file-attributes-with-stat): Add space in format string,
3065         in order to work around a bug in pdksh.  Reported by Gilles Pion
3066         <gpion@lfdj.com>.
3067         (tramp-handle-verify-visited-file-modtime): Do not send a command
3068         when the connection is not established.
3069         (tramp-handle-set-file-times): Simplify the check for utc.
3070         (tramp-handle-directory-files-and-attributes)
3071         (tramp-get-remote-path): Use `copy-tree'.
3072         (tramp-completion-handle-file-name-all-completions): Ensure, that
3073         non remote files are still checked.  Oops.
3074         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
3075         Handle PRESERVE-SELINUX-CONTEXT.
3076         (tramp-do-copy-or-rename-file): Add progress reporter.
3077         (tramp-do-copy-or-rename-file-directly): Do not use
3078         `tramp-handle-file-remote-p'.
3079         (tramp-do-copy-or-rename-file-out-of-band):
3080         Use `tramp-compat-delete-directory'.
3081         (tramp-do-copy-or-rename-file-out-of-band)
3082         (tramp-compute-multi-hops, tramp-maybe-open-connection):
3083         Use `format-spec-make'.
3084         (tramp-handle-delete-file): Add TRASH arg.
3085         (tramp-handle-dired-uncache): Flush directory cache, not only file
3086         cache.
3087         (tramp-handle-expand-file-name)
3088         (tramp-completion-handle-file-name-all-completions)
3089         (tramp-completion-handle-file-name-completion):
3090         Use `tramp-connectable-p'.
3091         (tramp-handle-start-file-process): Set connection property "vec".
3092         Use it, in order to invalidate file caches.  Check only for
3093         `remote-tty' process property.
3094         Implement tty setting.  (Bug#4604, Bug#6360)
3095         (tramp-file-name-for-operation): Add `call-process-region' and
3096         `set-file-selinux-context'.
3097         (tramp-find-foreign-file-name-handler)
3098         (tramp-advice-make-auto-save-file-name)
3099         (tramp-set-auto-save-file-modes): Remove superfluous check for
3100         `stringp'.  This is done inside `tramp-tramp-file-p'.
3101         (tramp-file-name-handler): Trace 'quit.  Catch the error for some
3102         operations when we are in completion mode.  This gives the user
3103         the chance to correct the file name in the minibuffer.
3104         (tramp-completion-mode-p): Use `non-essential'.
3105         (tramp-handle-file-name-all-completions): Backward/ XEmacs
3106         compatibility: Use `completion-ignore-case' if
3107         `read-file-name-completion-ignore-case' does not exist.
3108         (tramp-get-debug-buffer): Use `tramp-debug-outline-regexp'.
3109         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
3110         `tramp-open-shell'.
3111         (tramp-action-password): Hide password prompt before next run.
3112         (tramp-process-actions): Widen connection buffer for the trace.
3113         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3114         process property.  Trace stty settings if `tramp-verbose' >= 9.
3115         Apply workaround for IRIX64 bug.  Move argument of last
3116         `tramp-send-command' where it belongs to.
3117         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
3118         front of `login-args'.
3119         (tramp-get-ls-command, tramp-get-ls-command-with-dired): Run tests
3120         on "/dev/null" instead of "/".
3121         (tramp-get-ls-command-with-dired): Make test for "--dired"
3122         stronger.
3123         (tramp-set-auto-save-file-modes): Adapt version check.
3124         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
3125         (tramp-handle-process-file): Call the program in a subshell, in
3126         order to preserve working directory.
3127         (tramp-handle-shell-command): Don't use hard-wired "/bin/sh" but
3128         `tramp-remote-sh' from `tramp-methods'.
3129         (tramp-get-ls-command): Make test for "--color=never" stronger.
3130         (tramp-check-for-regexp): Use (forward-line 1).
3132         * net/trampver.el: Update release number.
3134 2010-08-26  Chong Yidong  <cyd@stupidchicken.com>
3136         * help.el (help-map): Bind `C-h P' to describe-package.
3138         * menu-bar.el (menu-bar-describe-menu): Add describe-package.
3140         * emacs-lisp/package.el (package-refresh-contents): Catch errors
3141         when downloading archives.
3142         (describe-package-1): Add package commentary.
3143         (package-install-button-action): New function.
3144         (package-menu-mode-map): Bind ? to package-menu-describe-package.
3145         (package-menu-view-commentary): Function removed.
3146         (package-list-packages-internal): Hide the `package' package too.
3148 2010-08-25  Kenichi Handa  <handa@m17n.org>
3150         * language/misc-lang.el ("Arabic"): New language environment.
3151         Setup composition-function-table for Arabic characters.
3153         * international/fontset.el (setup-default-fontset): Fix typo for
3154         arabic OTF spec (fini->fina).
3156 2010-08-25  Jan Djärv  <jan.h.d@swipnet.se>
3158         * menu-bar.el (menu-bar-set-tool-bar-position): Set frame parameter
3159         on all frames.
3161 2010-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3163         * whitespace.el: Allow cleaning up blanks without blank
3164         visualization (Bug#6651).  Adjust help window for
3165         whitespace-toggle-options (Bug#6479).  Allow to use fill-column
3166         instead of whitespace-line-column (from EmacsWiki).  New version
3167         13.1.
3168         (whitespace-style): Added new value 'face.  Adjust docstring.
3169         (whitespace-space, whitespace-hspace, whitespace-tab): Adjust
3170         foreground property face.
3171         (whitespace-line-column): Adjust docstring and type declaration.
3172         (whitespace-style-value-list, whitespace-toggle-option-alist)
3173         (whitespace-help-text): Adjust const initialization.
3174         (whitespace-toggle-options, global-whitespace-toggle-options):
3175         Adjust docstring.
3176         (whitespace-display-window, whitespace-interactive-char)
3177         (whitespace-style-face-p, whitespace-color-on): Adjust code.
3178         (whitespace-help-scroll): New fun.
3180 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3182         * emacs-lisp/package.el (list-packages): Alias for
3183         package-list-packages.
3185 2010-08-24  Kevin Ryde  <user42@zip.com.au>
3187         * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
3188         (Bug#5651).
3190         * progmodes/ruby-mode.el (ruby): Add defgroup.
3192 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3194         * progmodes/python.el: Add Ipython support (Bug#5390).
3195         (python-shell-prompt-alist)
3196         (python-shell-continuation-prompt-alist): New options.
3197         (python--set-prompt-regexp): New function.
3198         (inferior-python-mode, run-python, python-shell): Require
3199         ansi-color.  Use python--set-prompt-regexp to set the comint
3200         prompt based on the Python interpreter.
3201         (python--prompt-regexp): New var.
3202         (python-check-comint-prompt)
3203         (python-comint-output-filter-function): Use it.
3204         (run-python): Use a pipe (Bug#5694).
3206 2010-08-24  Fabian Ezequiel Gallina  <galli.87@gmail.com>  (tiny change)
3208         * progmodes/python.el (python-send-region): Send a different
3209         Python command if Ipython is in use.
3210         (python-check-version): Use a Python command to find the version.
3212 2010-08-24  Chong Yidong  <cyd@stupidchicken.com>
3214         * mouse.el (mouse-yank-primary): Avoid setting primary when
3215         deactivating the mark (Bug#6872).
3217 2010-08-23  Chris Foote  <chris@foote.com.au>  (tiny change)
3219         * progmodes/python.el (python-block-pairs): Allow use of "finally"
3220         with "else" (Bug#3991).
3222 2010-08-23  Michael Albinus  <michael.albinus@gmx.de>
3224         * net/dbus.el: Accept UNIX domain sockets as bus address.
3225         (top): Don't initialize `dbus-registered-objects-table' anymore,
3226         this is done in dbusbind,c.
3227         (dbus-check-event): Adapt test for bus.
3228         (dbus-return-values-table, dbus-unregister-service)
3229         (dbus-event-bus-name, dbus-introspect, dbus-register-property):
3230         Adapt doc string.
3232 2010-08-23  Juanma Barranquero  <lekktu@gmail.com>
3234         * ido.el (ido-use-virtual-buffers): Fix typo in docstring.
3236 2010-08-22  Juri Linkov  <juri@jurta.org>
3238         * simple.el (read-extended-command): New function with the logic
3239         for `completing-read' moved to Elisp from `execute-extended-command'.
3240         Use `function-called-at-point' in `minibuffer-default-add-function'
3241         to get a command name for M-n (bug#5364, bug#5214).
3243 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3245         * startup.el (command-line-1): Issue warning for ignored arguments
3246         --unibyte, etc (Bug#6886).
3248 2010-08-22  Leo  <sdl.web@gmail.com>
3250         * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
3251         (ignore, bright, dim, keyword): Split list of nicknames before
3252         passing to rcirc-add-or-remove (Bug#6894).
3254 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3256         * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
3258 2010-08-22  Leo  <sdl.web@gmail.com>
3260         Fix buffer-list rename&refresh after killing a buffer in ido.
3261         * ido.el: Revert Óscar's.
3262         (ido-kill-buffer-at-head): Exit the minibuffer with ido-exit=refresh.
3263         Remember the buffers at head, rather than their name.
3264         * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
3266 2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
3267             Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
3270         extra backslash added to each line (bug#6890).
3272 2010-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3274         * subr.el (read-key): Don't echo keystrokes (bug#6883).
3276 2010-08-22  Glenn Morris  <rgm@gnu.org>
3278         * menu-bar.el (menu-bar-games-menu): Add landmark.
3280 2010-08-22  Glenn Morris  <rgm@gnu.org>
3282         * align.el (align-regexp): Make group and spacing arguments
3283         use the interactive defaults when non-interactive.  (Bug#6698)
3285         * mail/rmail.el (rmail-forward): Replace mail-text-start with its
3286         expansion, so as not to need sendmail.
3287         (mail-text-start): Remove declaration.
3288         (rmail-retry-failure): Require sendmail.
3290 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3292         * subr.el (read-key): Don't hide the menu-bar entries (bug#6881).
3294 2010-08-22  Michael Albinus  <michael.albinus@gmx.de>
3296         * progmodes/flymake.el (flymake-start-syntax-check-process):
3297         Use `start-file-process' in order to let it run also on remote hosts.
3299 2010-08-22  Kenichi Handa  <handa@m17n.org>
3301         * files.el: Add `word-wrap' as safe local variable.
3303 2010-08-22  Glenn Morris  <rgm@gnu.org>
3305         * woman.el (woman-translate): Case matters.  (Bug#6849)
3307 2010-08-22  Chong Yidong  <cyd@stupidchicken.com>
3309         * simple.el (kill-region): Doc fix (Bug#6787).
3311 2010-08-22  Glenn Morris  <rgm@gnu.org>
3313         * calendar/diary-lib.el (diary-header-line-format):
3314         Fit it to the window, not the frame.
3316 2010-08-22  Andreas Schwab  <schwab@linux-m68k.org>
3318         * subr.el (ignore-errors): Add debug declaration.
3320 2010-08-22  Geoff Gole  <geoffgole@gmail.com>  (tiny change)
3322         * whitespace.el (whitespace-color-off): Remove post-command-hook
3323         locally.
3325 2010-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3327         * vc/add-log.el (add-log-file-name): Don't get confused by symlinks.
3329 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3331         * cus-edit.el (custom-group-value-create): Add extra newline
3332         before end line (Bug#6876).
3334 2010-08-21  Chong Yidong  <cyd@stupidchicken.com>
3336         * mouse.el (mouse-save-then-kill): Don't save region to kill ring
3337         when extending it.  Before killing on the second click, check if
3338         the buffer is the correct one.  Doc fix.
3339         (mouse-secondary-save-then-kill): Allow usage without first
3340         calling mouse-start-secondary, by defaulting to point.  Don't save
3341         an empty secondary selection.  Doc fix.
3343 2010-08-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3345         * whitespace.el: Fix slow cursor movement (Bug#6172).  Reported by
3346         Christoph Groth <cwg@falma.de> and Liu Xin <x_liu@neusoft.com>.
3347         New version 13.0.
3348         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
3349         Adjust initialization.
3350         (whitespace-bob-marker, whitespace-eob-marker)
3351         (whitespace-buffer-changed): New vars.
3352         (whitespace-cleanup, whitespace-color-on, whitespace-color-off)
3353         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3354         (whitespace-post-command-hook, whitespace-display-char-on):
3355         Adjust code.
3356         (whitespace-looking-back, whitespace-buffer-changed): New funs.
3357         (whitespace-space-regexp, whitespace-tab-regexp): Fun eliminated.
3359 2010-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3361         * files.el (locate-file-completion-table): Only list the .el and .elc
3362         extensions if there's no other choice (bug#5955).
3364         * facemenu.el (facemenu-self-insert-data): New var.
3365         (facemenu-post-self-insert-function, facemenu-set-self-insert-face):
3366         New functions.
3367         (facemenu-add-face): Use them.
3369         * simple.el (blink-matching-open): Obey forward-sexp-function.
3371 2010-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3373         * simple.el (prog-mode-map): New var.
3374         (prog-indent-sexp): New command.
3376         * progmodes/octave-mod.el (octave-mode-menu): Make toggle buttons.
3378         * progmodes/prolog.el (smie): Require.
3380         * emacs-lisp/smie.el (smie-default-backward-token)
3381         (smie-default-forward-token): Strip properties.
3382         (smie-next-sexp): Be more careful with associative operators.
3383         (smie-forward-sexp-command): Generalize.
3384         (smie-backward-sexp-command): Simplify.
3385         (smie-closer-alist): New var.
3386         (smie-close-block): New command.
3387         (smie-indent-debug-log): New var.
3388         (smie-indent-offset-rule): Add a few more cases.
3389         (smie-indent-column): New function.
3390         (smie-indent-after-keyword): Use it.
3391         (smie-indent-keyword): Use it.
3392         Fix up the opener code's point position.
3393         (smie-indent-comment): Only applies at BOL.
3394         (smie-indent-debug): New command.
3396         * emacs-lisp/autoload.el (make-autoload): Preload the macros's
3397         declarations that are useful before running the macro.
3399 2010-08-18  Joakim Verona  <joakim@verona.se>
3401         * image.el (imagemagick-types-inhibit): New variable.
3402         (imagemagick-register-types): New function.
3403         * image-mode.el (image-transform-properties): New function.
3404         (image-transform-set-scale, image-transform-fit-to-height)
3405         (image-transform-set-rotation, image-transform-set-resize)
3406         (image-transform-fit-to-width, image-transform-fit-to-height):
3407         New functions.
3408         (image-toggle-display-image): Support image transforms.
3410 2010-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3412         * image.el (create-animated-image): Don't add heuristic mask to image
3413         (Bug#6839).
3415 2010-08-18  Jan Djärv  <jan.h.d@swipnet.se>
3417         * term/ns-win.el (ns-get-pasteboard, ns-set-pasteboard):
3418         Use QCLIPBOARD instead of QPRIMARY (Bug#6677).
3420 2010-08-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3422         * emacs-lisp/lisp.el (up-list): Obey forward-sexp-function if set.
3424         Font-lock '...' strings, plus various simplifications and fixes.
3425         * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
3426         (octave-font-lock-close-quotes): New function.
3427         (octave-font-lock-syntactic-keywords): New var.
3428         (octave-mode): Use it.  Set beginning-of-defun-function.
3429         (octave-mode-map): Don't override the <foo>-defun commands.
3430         (octave-mode-menu): Pass it directly to easy-menu-define;
3431         remove (now generic) <foo>-defun commands; use info-lookup-symbol.
3432         (octave-block-match-alist): Fix up last change so that
3433         octave-close-block uses the more specific keyword.
3434         (info-lookup-mode): Silence byte-compiler.
3435         (octave-beginning-of-defun): Not interactive any more.
3436         Optimize slightly.
3437         (octave-end-of-defun, octave-mark-defun, octave-in-defun-p): Remove.
3438         (octave-indent-defun, octave-send-defun): Use mark-defun instead.
3439         (octave-completion-at-point-function): Make sure point is within
3440         beg..end.
3441         (octave-reindent-then-newline-and-indent):
3442         Use reindent-then-newline-and-indent.
3443         (octave-add-octave-menu): Remove.
3445 2010-08-17  Jan Djärv  <jan.h.d@swipnet.se>
3447         * mail/emacsbug.el (report-emacs-bug-insert-to-mailer)
3448         (report-emacs-bug-can-use-xdg-email): New functions.
3449         (report-emacs-bug): Set can-xdg-email to result of
3450         report-emacs-bug-can-use-xdg-email.  If can-xdg-email bind
3451         \C-cm to report-emacs-bug-insert-to-mailer and add help text
3452         about it.
3454         * net/browse-url.el (browse-url-default-browser): Add cond
3455         for browse-url-xdg-open.
3456         (browse-url-can-use-xdg-open, browse-url-xdg-open): New functions.
3458 2010-08-17  Glenn Morris  <rgm@gnu.org>
3460         * progmodes/cc-engine.el (c-new-BEG, c-new-END)
3461         (c-fontify-recorded-types-and-refs): Define for compiler.
3462         * progmodes/cc-mode.el (c-new-BEG, c-new-END): Move definitions
3463         before use.
3465         * calendar/icalendar.el (icalendar--convert-recurring-to-diary):
3466         Fix format call.
3468 2010-08-17  Michael Albinus  <michael.albinus@gmx.de>
3470         * net/tramp.el (tramp-handle-make-symbolic-link): Flush file
3471         properties.
3472         (tramp-handle-process-file): Call the program in a subshell, in
3473         order to preserve working directory.
3474         (tramp-action-password): Hide password prompt before next run.
3475         (tramp-process-actions): Widen connection buffer for the trace.
3477 2010-08-16  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
3479         * net/rcirc.el (rcirc-log-process-buffers): New option.
3480         (rcirc-print): Use it.
3481         (rcirc-generate-log-filename): New function.
3482         (rcirc-log-filename-function): Change default to
3483         rcirc-generate-log-filename (Bug#6828).
3485 2010-08-16  Chong Yidong  <cyd@stupidchicken.com>
3487         * simple.el (deactivate-mark): If select-active-regions is `only',
3488         only set selection for temporarily active regions.
3490         * cus-start.el: Change defcustom for select-active-regions.
3492 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3494         * mouse.el (mouse--drag-set-mark-and-point): New function.
3495         (mouse-drag-track): Use LOCATION arg to push-mark.
3496         Use mouse--drag-set-mark-and-point to take click-count into
3497         consideration when updating point and mark (Bug#6840).
3499 2010-08-15  Chong Yidong  <cyd@stupidchicken.com>
3501         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3502         Give the Ruby rule a lower priority than Gnu (Bug#6778).
3504 2010-08-14  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
3506         * font-lock.el (lisp-font-lock-keywords-2):
3507         Add combine-after-change-calls, condition-case-no-debug,
3508         with-demoted-errors, and with-silent-modifications (Bug#6025).
3510 2010-08-14  Kevin Ryde  <user42@zip.com.au>
3512         * emacs-lisp/copyright.el (copyright-update-year)
3513         (copyright-update): Temporary switch-to-buffer to ensure the
3514         buffer change being queried is visible (Bug#5394).
3516 2010-08-14  Tom Tromey  <tromey@redhat.com>
3518         * progmodes/etags.el (tags-file-name): Mark safe if stringp
3519         (Bug#6733).
3521 2010-08-14  Eli Zaretskii  <eliz@gnu.org>
3523         * mouse.el (mouse-yank-primary): Fix mouse-2 on MS-Windows and
3524         MS-DOS.  (Bug#6689)
3526 2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
3528         * menu-bar.el (menu-bar-set-tool-bar-position): New function.
3529         (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3530         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3531         (menu-bar-showhide-tool-bar-menu-customize-enable-top)
3532         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom):
3533         Call menu-bar-set-tool-bar-position.
3535 2010-08-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3537         * progmodes/octave-mod.el (octave-mode-syntax-table): Use the new "c"
3538         comment style (bug#6834).
3539         * progmodes/scheme.el (scheme-mode-syntax-table):
3540         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Remove spurious
3541         "b" flag in "' 14b" syntax.
3543         * progmodes/octave-mod.el (octave-mode-map): Remove special bindings
3544         for (un)commenting the region and performing completion.
3545         (octave-mode-menu): Use standard commands for help and completion.
3546         (octave-mode-syntax-table): Support %{..%} comments (sort of).
3547         (octave-mode): Use define-derived-mode.
3548         Set completion-at-point-functions and don't set columns.
3549         Don't disable adaptive-fill-regexp.
3550         (octave-describe-major-mode, octave-comment-region)
3551         (octave-uncomment-region, octave-comment-indent)
3552         (octave-indent-for-comment): Remove.
3553         (octave-indent-calculate): Rename from calculate-octave-indent.
3554         (octave-indent-line, octave-fill-paragraph): Update caller.
3555         (octave-initialize-completions): No need to make an alist.
3556         (octave-completion-at-point-function): New function.
3557         (octave-complete-symbol): Use it.
3558         (octave-insert-defun): Use define-skeleton.
3560         * progmodes/octave-mod.el (octave-mode): Set comment-add.
3561         (octave-mode-map): Use comment-dwim (bug#6829).
3563 2010-08-12  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3565         * cus-edit.el (custom-save-variables, custom-save-faces): Fix up
3566         indentation of inserted comment.
3568 2010-08-11  Jan Djärv  <jan.h.d@swipnet.se>
3570         * faces.el (region): Add type gtk that uses gtk colors.
3572         * dynamic-setting.el (dynamic-setting-handle-config-changed-event):
3573         Handle theme-name change.
3575 2010-08-10  Michael R. Mauger  <mmaug@yahoo.com>
3577         * progmodes/sql.el: Version 2.5
3578         (sql-product-alist): Add :prompt-cont-regexp property for several
3579         database products.
3580         (sql-prompt-cont-regexp): New variable.
3581         (sql-output-newline-count, sql-output-by-send):
3582         New variables.  Record number of newlines in input text.
3583         (sql-send-string): Handle multiple filters and count newlines.
3584         (sql-send-magic-terminator): Count terminator newline.
3585         (sql-interactive-remove-continuation-prompt): Filters output to
3586         remove continuation prompts; one for each newline.
3587         (sql-interactive-mode): Set up new variables, prompt regexp and
3588         output filter.
3589         (sql-mode-sqlite-font-lock-keywords): Correct some keywords.
3590         (sql-make-alternate-buffer-name): Correct buffer name in edge cases.
3592 2010-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3594         * emacs-lisp/pcase.el: New file.
3596 2010-08-10  Michael Albinus  <michael.albinus@gmx.de>
3598         * net/tramp.el (tramp-vc-registered-read-file-names): Read input
3599         as here-document, otherwise the command could exceed maximum
3600         length of command line.
3601         (tramp-handle-vc-registered): Call script accordingly.
3602         Reported by Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>.
3604 2010-08-10  Kenichi Handa  <handa@m17n.org>
3606         * language/hebrew.el: Exclude U+05C3 (Hebrew SOF PASUQ) from the
3607         composable pattern.
3609 2010-08-09  Chong Yidong  <cyd@stupidchicken.com>
3611         * emacs-lisp/package.el (package-version-split)
3612         (package--version-first-nonzero, package-version-compare):
3613         Functions removed.
3614         (package-directory-list, package-load-all-descriptors)
3615         (package--built-in, package-activate, define-package)
3616         (package-installed-p, package-compute-transaction)
3617         (package-read-all-archive-contents)
3618         (package--add-to-archive-contents, package-buffer-info)
3619         (package-tar-file-info, package-list-packages-internal):
3620         Use version-to-list and version-list-*.
3622         * emacs-lisp/package-x.el (package-upload-buffer-internal):
3623         Use version-to-list.
3624         (package-upload-buffer-internal): Use version-list-<=.
3626 2010-08-09  Kenichi Handa  <handa@m17n.org>
3628         * language/hebrew.el: Exclude U+05BD (Hebrew MAQAF) from the
3629         composable pattern.
3631 2010-08-08  Chong Yidong  <cyd@stupidchicken.com>
3633         * tutorial.el (tutorial--default-keys): C-d is now bound to
3634         delete-forward-char (Bug#6826).
3636         * mouse.el (mouse-drag-track): Remove accidentally-removed check
3637         for `double' value of mouse-1-click-follows-link (Bug#6807).
3639 2010-08-08  Johan Bockgård  <bojohan@gnu.org>
3641         * replace.el (replace-highlight): Bind isearch-forward and
3642         isearch-error, ensuring that highlighting is updated if the user
3643         switches the search direction (Bug#6808).
3645         * isearch.el (isearch-lazy-highlight-forward): New var.
3646         (isearch-lazy-highlight-new-loop, isearch-lazy-highlight-search):
3647         (isearch-lazy-highlight-update): Use it.
3649 2010-08-08  Kenichi Handa  <handa@m17n.org>
3651         * international/mule.el (define-charset): Store NAME as :base property.
3652         (ctext-non-standard-encodings-table): Pay attention to charset aliases.
3653         (ctext-pre-write-conversion): Sort ctext-standard-encodings by the
3654         current priority.  Force using the designation of the specific
3655         charset by adding `charset' text property.  Improve the whole algorithm.
3657 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3659         * emulation/pc-select.el (pc-selection-mode-hook)
3660         (copy-region-as-kill-nomark, beginning-of-buffer-mark)
3661         (pc-selection-mode): Fix typos in docstrings.
3663 2010-08-08  Kenichi Handa  <handa@m17n.org>
3665         * language/cyrillic.el: Don't add "microsoft-cp1251" to
3666         ctext-non-standard-encodings-alist here.
3668         * international/mule.el (ctext-non-standard-encodings-alist):
3669         Add "koi8-r" and "microsoft-cp1251".
3670         (ctext-standard-encodings): New variable.
3671         (ctext-non-standard-encodings-table): List only elements for
3672         non-standard encodings.
3673         (ctext-pre-write-conversion): Adjust for the above change.
3674         Check ctext-standard-encodings.
3676         * international/mule-conf.el (compound-text): Doc fix.
3677         (ctext-no-compositions): Doc fix.
3678         (compound-text-with-extensions): Doc fix.
3680 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3682         * simple.el (exchange-dot-and-mark): Mark obsolete, finally.
3684 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3686         * progmodes/which-func.el (which-func-format): Split help-echo text
3687         into lines, like other mode-line tooltips.
3689         * server.el (server-start): When using TCP sockets, force IPv4
3690         and use a literal 127.0.0.1 for localhost.  (Related to bug#6781.)
3692 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3694         * bindings.el (complete-symbol): Run completion-at-point as a fallback.
3696 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3698         * term.el (term-delimiter-argument-list): Reflow docstring.
3699         (term-read-input-ring, term-write-input-ring, term-send-input)
3700         (term-bol, term-erase-in-display, serial-supported-or-barf):
3701         Fix typos in docstrings.
3703 2010-08-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3705         * bindings.el (function-key-map): Add a S-tab => backtab fallback.
3707 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3709         * dabbrev.el (dabbrev-completion): Fix typo in docstring.
3711 2010-08-08  MON KEY  <monkey@sandpframing.com>  (tiny change)
3713         * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
3714         Fix typo in docstring (bug#6747).
3716 2010-08-08  Leo  <sdl.web@gmail.com>
3718         * eshell/esh-io.el (eshell-get-target): Better detection of
3719         read-only file (Bug#6762).
3721 2010-08-08  Juanma Barranquero  <lekktu@gmail.com>
3723         * align.el (align-default-spacing): Doc fix.
3724         (align-region-heuristic, align-regexp): Fix typos in docstrings.
3726 2010-08-08  Stephen Peters  <speters@itasoftware.com>
3728         * calendar/icalendar.el
3729         (icalendar--split-value): Fix splitting regexp.  (Bug#6766)
3730         (icalendar--get-weekday-numbers): New.
3731         (icalendar--convert-recurring-to-diary): Handle multiple byday
3732         values in weekly rules.  (Bug#6766)
3734 2010-08-08  Ulf Jasper  <ulf.jasper@web.de>
3736         * calendar/icalendar.el (icalendar-uid-format): Doc fix.
3737         (icalendar--create-uid, icalendar-export-region)
3738         (icalendar--parse-summary-and-rest): Code formatting.
3740 2010-08-08  Jay Belanger  <jay.p.belanger@gmail.com>
3742         * calc/calc.el (calc-trail-mode,calc-refresh): Use `face' property
3743         to italicize headers.
3744         (calc-highlight-selections-with-faces): New variable.
3745         (calc-selected-face, calc-nonselected-face): New faces.
3747         * calc/calccomp.el (math-comp-highlight-string): Use
3748         `calc-highlight-selections-with-faces' to determine how to highlight
3749         sub-formulas.
3751         * calc/calc-sel.el (calc-show-selections): Change message to when
3752         using faces to highlight selections.
3754 2010-08-07  Michael R. Mauger  <mmaug@yahoo.com>
3756         * progmodes/sql.el (sql-mode-sqlite-font-lock-keywords):
3757         Add SQLite 3 keywords, functions and datatypes.
3758         (sql-interactive-mode): Remove `comint-process-echoes' set to t
3759         (Bug#6686).
3761 2010-08-07  Chong Yidong  <cyd@stupidchicken.com>
3763         * simple.el (select-active-regions): Move to keyboard.c.
3764         (deactivate-mark): Used saved-region-selection.
3765         (select-active-region): Function removed.
3766         (activate-mark, set-mark, push-mark-command)
3767         (handle-shift-selection): Don't call it.
3768         (keyboard-quit): Avoid adding the region to the window selection.
3770         * mouse.el (mouse-drag-track): Remove hacks to deal with old
3771         select-active-regions implementation.
3772         (mouse-yank-at-click): Doc fix.
3774         * cus-start.el: Add custom declaration for select-active-regions.
3776 2010-08-07  Eli Zaretskii  <eliz@gnu.org>
3778         * simple.el (delete-forward-char): Doc fix.
3780         * tutorial.el (help-with-tutorial): Hack safe file-local variables
3781         after reading the tutorial.
3783 2010-08-06  Alan Mackenzie  <bug-cc-mode@gnu.org>
3785         * progmodes/cc-cmds.el (c-mask-paragraph, c-fill-paragraph): Fix
3786         for the case that a C style comment has its delimiters alone on
3787         their respective lines.
3789 2010-08-06  Michael Albinus  <michael.albinus@gmx.de>
3791         * net/tramp.el (tramp-handle-start-file-process): Set connection
3792         property "vec".
3793         (tramp-process-sentinel): Use it for flushing the cache.  We
3794         cannot do it via the process buffer, the buffer could be deleted
3795         already when running the sentinel.
3797 2010-08-06  Jürgen Hötzel  <juergen@archlinux.org>  (tiny change)
3799         * comint.el (comint-mode): Make directory tracking functions
3800         functional on remote files.  (Bug#6764)
3802 2010-08-06  Dan Nicolaescu  <dann@ics.uci.edu>
3804         * vc/diff-mode.el (diff-mode-shared-map): Bind g to revert-buffer.
3806 2010-08-05  Eli Zaretskii  <eliz@gnu.org>
3808         * emacs-lisp/find-gc.el (find-gc-source-files): Rename
3809         unexec.c => unexcoff.c.
3811         * emacs-lisp/authors.el (authors-fixed-entries): Rename
3812         unexec.c => unexcoff.c.
3814 2010-08-05  Michael Albinus  <michael.albinus@gmx.de>
3816         * net/tramp.el (tramp-handle-dired-uncache): Flush directory
3817         cache, not only file cache.
3818         (tramp-process-sentinel): New defun.
3819         (tramp-handle-start-file-process): Use it, in order to invalidate
3820         file caches.
3822 2010-08-03  Leo  <sdl.web@gmail.com>
3824         * server.el (server-start): Simplify loop.
3826 2010-08-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3828         * frame.el (screen-height, screen-width, set-screen-width)
3829         (set-screen-height): Remove ancient compatibility aliases.
3831         * textmodes/fill.el (justify-current-line): Don't add 1 to nspaces
3832         when justifying.  It seems useless and harmful for ncols=1 (bug#6738).
3834         * emacs-lisp/timer.el (timer-event-handler): Protect against timers
3835         that change current buffer.
3837 2010-08-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3839         * mouse.el (mouse-fixup-help-message): Match "mouse-2" only at the
3840         beginning of the string.  Use `string-match-p'.  (Bug#6765)
3842 2010-08-01  Jan Djärv  <jan.h.d@swipnet.se>
3844         * cus-start.el (x-gtk-use-system-tooltips): New variable.
3846 2010-08-01  Chong Yidong  <cyd@stupidchicken.com>
3848         * emacs-lisp/package.el (package--list-packages): Fix column alignment.
3849         (package--builtins): Tweak descriptions.
3850         (package-print-package): Upcase descriptions if necessary.
3851         Show all built-in packages in font-lock-builtin-face.
3852         (package-list-packages-internal): Omit "emacs" package.
3853         Show status of built-in packages as "built-in".
3855 2010-07-31  Chong Yidong  <cyd@stupidchicken.com>
3857         * mouse.el (mouse-save-then-kill): Doc fix.  Deactivate mark
3858         before killing to preserve the primary selection (Bug#6701).
3860         * term/x-win.el (x-select-text): Doc fix.
3862 2010-07-31  Nathaniel Flath  <flat0103@gmail.com>
3864         Enhance Java Mode to handle Java 5.0 (Tiger) and Java 6 (Mustang).
3865         The following functions were modified or created:
3867         * progmodes/cc-vars.el (c-offsets-alist, c-inside-block-syms)
3868         (objc-font-lock-extra-types):
3869         * progmodes/cc-mode.el (c-basic-common-init):
3870         * progmodes/cc-langs.el (c-make-mode-syntax-table)
3871         (c++-make-template-syntax-table)
3872         (c-identifier-syntax-modifications, c-symbol-start, c-operators)
3873         (c-<-op-cont-regexp, c->-op-cont-regexp, c-class-decl-kwds)
3874         (c-brace-list-decl-kwds, c-modifier-kwds, c-prefix-spec-kwds-re)
3875         (c-type-list-kwds, c-decl-prefix-re, c-opt-type-suffix-key):
3876         * progmodes/cc-fonts.el (c-make-inverse-face)
3877         (c-basic-matchers-after):
3878         * progmodes/cc-engine.el (c-forward-keyword-clause)
3879         (c-forward-<>-arglist, c-forward-<>-arglist-recur)
3880         (c-forward-name, c-forward-type, c-forward-decl-or-cast-1)
3881         (c-guess-continued-construct, c-guess-basic-syntax):
3883 2010-07-31  Jan Djärv  <jan.h.d@swipnet.se>
3885         * faces.el (face-all-attributes): Improve documentation (Bug#6767).
3887 2010-07-31  Eli Zaretskii  <eliz@gnu.org>
3889         * files.el (bidi-paragraph-direction): Define safe local values.
3891         * language/hebrew.el ("Hebrew"): Add TUTORIAL.he to
3892         language-info-alist.  Remove outdated FIXME in a comment.
3894 2010-07-31  Alan Mackenzie  <acm@muc.de>
3896         * progmodes/cc-cmds.el (c-mask-paragraph): Fix bug #6688:
3897         Auto-fill broken in C/C++ modes.
3899 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
3901         * menu-bar.el (menu-bar-showhide-tool-bar-menu-customize-enable-left)
3902         (menu-bar-showhide-tool-bar-menu-customize-disable)
3903         (menu-bar-showhide-tool-bar-menu-customize-enable-right)
3904         (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
3905         (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
3906         (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
3907         make a menu for Options => toolbar that can move it.
3909 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
3911         * emacs-lisp/package-x.el (package--make-rss-entry):
3912         (package-maint-add-news-item, package--update-news)
3913         (package-upload-buffer-internal): New arg ARCHIVE-URL.
3915         * emacs-lisp/package.el (package-archive-url): Rename from
3916         package-archive-id.
3917         (package-install): Doc fix.
3918         (package-download-single, package-download-tar, package-install)
3919         (package-menu-view-commentary): Callers changed.
3921 2010-07-29  Michael Albinus  <michael.albinus@gmx.de>
3923         * net/tramp.el (tramp-handle-start-file-process): Check only for
3924         `remote-tty' process property.
3925         (tramp-open-shell): Don't check for tty.
3926         (tramp-open-connection-setup-interactive-shell): Set `remote-tty'
3927         process property.
3929         * progmodes/gdb-mi.el (gdb-init-1): Check also for tty on a remote
3930         host.
3932 2010-07-28  Chong Yidong  <cyd@stupidchicken.com>
3934         * emacs-lisp/package.el (package-load-list, package-archives)
3935         (package-archive-contents, package-user-dir)
3936         (package-directory-list, package--builtins, package-alist)
3937         (package-activated-list, package-obsolete-alist): Mark as risky.
3939 2010-07-28  Phil Hagelberg  <phil@evri.com>
3941         Add support for non-default package repositories.
3942         * emacs-lisp/package.el (package-archive-base): Var deleted.
3943         (package-archives): New variable.
3944         (package-archive-contents): Doc fix.
3945         (package-load-descriptor): Do nothing if descriptor file is missing.
3946         (package--write-file-no-coding): New function.
3947         (package-unpack-single): Use it.
3948         (package-archive-id): New function.
3949         (package-download-single, package-download-tar)
3950         (package-menu-view-commentary): Use it.
3951         (package-installed-p): Make second argument optional.
3952         (package-read-all-archive-contents): New function.
3953         (package-initialize): Use it.
3954         (package-read-archive-contents): Add ARCHIVE argument.
3955         (package--add-to-archive-contents): New function.
3956         (package-install): Don't call package-read-archive-contents.
3957         (package--download-one-archive): Store archive file in a
3958         subdirectory of package-user-dir.
3959         (package-menu-execute): Remove spurious line movement.
3961 2010-07-28  Jan Djärv  <jan.h.d@swipnet.se>
3963         * cus-start.el (tool-bar-style): Add text-image-horiz.
3965 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3967         * progmodes/gud.el (gud-common-init): Check for remoteness of
3968         `file', and not of `default-directory'.
3970 2010-07-28  Michael Albinus  <michael.albinus@gmx.de>
3972         * net/tramp.el (tramp-methods): Move hostname to the end in all
3973         ssh `tramp-login-args'.
3974         (tramp-verbose): Describe verbose level 9.
3975         (tramp-open-shell): Check for tty if `tramp-verbose' >= 9.
3976         (tramp-open-connection-setup-interactive-shell): Trace stty
3977         settings if `tramp-verbose' >= 9.
3978         (tramp-handle-start-file-process): Implement tty setting.
3979         (Bug#4604, Bug#6360)
3981         * net/tramp-cmds.el (tramp-bug): Recommend setting of
3982         `tramp-verbose' to 9.
3984 2010-07-27  Aaron S. Hawley  <ashawley@burlingtontelecom.net>
3986         * emacs-lisp/re-builder.el (reb-re-syntax, reb-lisp-mode)
3987         (reb-lisp-syntax-p, reb-change-syntax, reb-cook-regexp):
3988         Remove references to package `lisp-re' (bug#4369).
3990 2010-07-27  Tom Tromey  <tromey@redhat.com>
3992         * progmodes/js.el (js-mode):
3993         * progmodes/make-mode.el (makefile-mode):
3994         * progmodes/simula.el (simula-mode):
3995         * progmodes/tcl.el (tcl-mode): Derive from prog-mode.
3997 2010-07-27  Juanma Barranquero  <lekktu@gmail.com>
3999         * help-fns.el (find-lisp-object-file-name): Doc fix (bug#6494).
4001         * time.el (display-time-day-and-date): Remove spurious * in docstring.
4002         (display-time-world-buffer-name, display-time-world-mode-map):
4003         Fix typos in docstrings.
4005 2010-07-27  Shyam Karanatt  <shyam@swathanthran.in>  (tiny change)
4007         * image-mode.el (image-display-size): New function.
4008         (image-forward-hscroll, image-next-line, image-eol, image-eob)
4009         (image-mode-fit-frame): Use it (Bug#6639).
4011 2010-07-27  Chong Yidong  <cyd@stupidchicken.com>
4013         * dired.el (dired-buffers-for-dir): Handle list values of
4014         dired-directory (Bug#6636).
4016 2010-07-26  Sam Steingold  <sds@gnu.org>
4018         * mouse.el (mouse-yank-primary, mouse-yank-secondary):
4019         Do not call `x-get-selection' the second time, reuse the value.
4021 2010-07-26  Daiki Ueno  <ueno@unixuser.org>
4023         * epa-mail.el (epa-mail-mode-map): Add alternative key bindings
4024         which consist of control chars only.  Suggested by Richard Stallman.
4026 2010-07-25  Daiki Ueno  <ueno@unixuser.org>
4028         * epa-file.el (epa-file-insert-file-contents): Check if LOCAL-FILE
4029         exists before passing an error to find-file-not-found-functions
4030         (bug#6723).
4032 2010-07-23  Lukas Huonker  <l.huonker@gmail.com>
4034         * play/tetris.el (tetris-tty-colors, tetris-x-colors, tetris-blank):
4035         Remove leading nil element, adjust values.
4036         (tetris-shapes, tetris-shape-scores):
4037         Change representation of shapes and remove some redundancy.
4038         (tetris-get-shape-cell, tetris-shape-width, tetris-draw-next-shape)
4039         (tetris-draw-shape, tetris-erase-shape, tetris-test-shape):
4040         Adjust for working with new representation of shapes.
4041         (tetris-shape-rotations): New function.
4042         (tetris-move-bottom, tetris-move-left, tetris-move-right)
4043         (tetris-rotate-prev, tetris-rotate-next):
4044         Adjust for working with the new version of tetris-test-shape.
4046 2010-07-23  Markus Triska  <markus.triska@gmx.at>
4048         * progmodes/ps-mode.el: Use comint (bug#5954).
4049         (ps-run-mode-map): Adapt for comint-mode; omit "\r", [return]..
4050         (ps-mode-other-newline): Simplify.
4051         (ps-run-mode): Derive from comint-mode instead of
4052         fundamental-mode, yielding input history etc.
4053         (ps-run-start, ps-run-quit, ps-run-clear, ps-run-region)
4054         (ps-run-send-string): Adapt for comint-mode.
4055         (ps-run-newline): Remove now unneeded function.
4057 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4059         * net/tramp.el (tramp-methods): Move hostname to the end in all
4060         plink `tramp-login-args'.
4062 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4064         * net/tramp.el (tramp-open-shell): New defun.
4065         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
4066         Use it.
4068 2010-07-23  Michael Albinus  <michael.albinus@gmx.de>
4070         * net/tramp.el (tramp-file-name-regexp-unified)
4071         (tramp-completion-file-name-regexp-unified): On W32 systems, do
4072         not regard the volume letter as remote filename.  (Bug#5447)
4074 2010-07-23  Juanma Barranquero  <lekktu@gmail.com>
4076         * custom.el (custom-declare-variable): Give a clearer error message
4077         when the docstring is missing (bug#6476).
4079 2010-07-22  Michael R. Mauger  <mmaug@yahoo.com>
4081         * progmodes/sql.el: Version 2.4.  Improved Login prompting.
4082         (sql-login-params): New widget definition.
4083         (sql-oracle-login-params, sql-mysql-login-params)
4084         (sql-solid-login-params, sql-sybase-login-params)
4085         (sql-informix-login-params, sql-ingres-login-params)
4086         (sql-ms-login-params, sql-postgres-login-params)
4087         (sql-interbase-login-params, sql-db2-login-params)
4088         (sql-linter-login-params): Use it.
4089         (sql-sqlite-login-params): Use it; Define "database" parameter as
4090         a file name.
4091         (sql-sqlite-program): Change to "sqlite3".
4092         (sql-comint-sqlite): Make sure database name is complete.
4093         (sql-for-each-login): New function.
4094         (sql-connect, sql-save-connection): Use it.
4095         (sql-get-login-ext): New function.
4096         (sql-get-login): Use it.
4097         (sql-make-alternate-buffer-name): Handle :file parameters.
4099 2010-07-22  Juanma Barranquero  <lekktu@gmail.com>
4101         * dired.el (dired-no-confirm): Document value t and fix defcustom to
4102         accept it (bug#6597).  Suggested by Drew Adams <drew.adams@oracle.com>.
4104 2010-07-22  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4106         * dired.el (dired-mode-map): Use command remapping (bug#6632).
4108 2010-07-22  Lawrence Mitchell  <wence@gmx.li>
4110         * term/vt100.el (vt100-wide-mode): Fix :init-value keyword (bug#6620).
4112 2010-07-21  Michael Albinus  <michael.albinus@gmx.de>
4114         * net/tramp.el (tramp-get-ls-command)
4115         (tramp-get-ls-command-with-dired): Run tests on "/dev/null"
4116         instead of "/".
4118 2010-07-20  Michael R. Mauger  <mmaug@yahoo.com>
4120         * progmodes/sql.el: Version 2.3.
4121         (sql-connection-alist): Changed keys from symbols to strings;
4122         enhanced the widget definition.
4123         (sql-mode-menu): Added submenu to select connections.
4124         (sql-interactive-mode-menu): Added "Save Connection" item.
4125         (sql-add-product): Fixed menu item.
4126         (sql-get-product-feature): Improved error handling.
4127         (sql--alt-buffer-part, sql--alt-if-not-empty): Removed.
4128         (sql-make-alternate-buffer-name): Simplified.
4129         (sql-product-interactive): Handle missing product.
4130         (sql-connect): Support string keys, minor improvements.
4131         (sql-save-connection): New function.
4132         (sql-connection-menu-filter): New function.
4134 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4136         * net/tramp.el (tramp-file-name-handler): Trace 'quit.
4137         (tramp-open-connection-setup-interactive-shell): Apply
4138         workaround for IRIX64 bug.  Move argument of last
4139         `tramp-send-command' where it belongs to.
4141 2010-07-20  Michael Albinus  <michael.albinus@gmx.de>
4143         * net/tramp.el (tramp-perl-file-attributes)
4144         (tramp-perl-directory-files-and-attributes): Don't pass "$3".
4145         (tramp-maybe-open-connection): Use `async-args' and `gw-args' in
4146         front of `login-args'.
4148 2010-07-19  Juanma Barranquero  <lekktu@gmail.com>
4150         * time.el (display-time-world-mode): Define with `define-derived-mode'.
4151         Set `show-trailing-whitespace' to nil.
4152         (display-time-world-display): Simplify.
4154 2010-07-18  Alan Mackenzie  <acm@muc.de>
4156         Enhance `c-file-style' in file/directory local variables.
4157         * progmodes/cc-mode.el (c-count-cfss): New function.
4158         (c-before-hack-hook): Call `c-set-style' differently according to
4159         whether c-file-style was set in file or directory local
4160         variables.
4162 2010-07-18  Michael R. Mauger  <mmaug@yahoo.com>
4164         * progmodes/sql.el: Version 2.2.
4165         (sql-product, sql-user, sql-database, sql-server, sql-port): Use
4166         defcustom :safe keyword rather than putting safe-local-variable
4167         property.
4168         (sql-password): Use defcustom :risky keyword rather than putting
4169         risky-local-variable property.
4170         (sql-oracle-login-params, sql-sqlite-login-params)
4171         (sql-solid-login-params, sql-sybase-login-params)
4172         (sql-informix-login-params, sql-ingres-login-params)
4173         (sql-ms-login-params, sql-postgres-login-params)
4174         (sql-interbase-login-params, sql-db2-login-params)
4175         (sql-linter-login-params): Add `port' option.
4176         (sql-get-product-feature): Added NO-INDIRECT parameter.
4177         (sql-comint-oracle, sql-comint-sybase)
4178         (sql-comint-informix, sql-comint-sqlite, sql-comint-mysql)
4179         (sql-comint-solid, sql-comint-ingres, sql-comint-ms)
4180         (sql-comint-postgres, sql-comint-interbase, sql-comint-db2)
4181         (sql-comint-linter): Renamed sql-connect-* functions to
4182         sql-comint-*.
4183         (sql-product-alist, sql-mode-menu): Renamed as above and
4184         :sqli-connect-func to :sqli-comint-func.
4185         (sql-connection): New variable.
4186         (sql-interactive-mode): Set it.
4187         (sql-connection-alist): New variable.
4188         (sql-connect): New function.
4189         (sql--alt-buffer-part, sql--alt-if-not-empty)
4190         (sql-make-alternate-buffer-name): Improved alternative buffer name.
4192 2010-07-17  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4194         * image-mode.el (image-bookmark-make-record): Do not set context
4195         in an image (Bug#6650).
4197 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4199         * simple.el (select-active-region): New function.
4200         (push-mark-command, set-mark, activate-mark)
4201         (handle-shift-selection): Use it.
4202         (deactivate-mark): Don't check for size of region.
4204         * mouse.el (mouse-drag-track): Use select-active-region.
4206 2010-07-17  Michael Albinus  <michael.albinus@gmx.de>
4208         * net/tramp.el (tramp-get-ls-command-with-dired): Make test for
4209         "--dired" stronger.
4211 2010-07-17  Chong Yidong  <cyd@stupidchicken.com>
4213         * term/x-win.el (x-select-enable-primary): Change default to nil.
4214         (x-select-enable-clipboard): Add :version keyword.
4216         * mouse.el (mouse-drag-copy-region):
4217         * simple.el (select-active-regions): Likewise.
4219 2010-07-16  Reiner Steib  <Reiner.Steib@gmx.de>
4221         * vc/vc.el (vc-coding-system-inherit-eol): New defvar.
4222         (vc-coding-system-for-diff): Use it to decide whether to inherit
4223         from the file the EOL format for reading the diffs of that file.
4224         (Bug#4451)
4226 2010-07-16  Eli Zaretskii  <eliz@gnu.org>
4228         * mail/rmailmm.el (rmail-mime-save): Make the temp buffer
4229         unibyte, so compressed attachments are not compressed again.
4231 2010-07-16  Michael Albinus  <michael.albinus@gmx.de>
4233         * net/tramp.el (tramp-handle-shell-command): Don't use hard-wired
4234         "/bin/sh" but `tramp-remote-sh' from `tramp-methods'.
4235         (tramp-find-shell): Simplify setting connection property.
4236         (tramp-get-ls-command): Make test for "--color=never" stronger.
4238 2010-07-15  Simon South  <ssouth@member.fsf.org>
4240         * progmodes/delphi.el (delphi-previous-indent-of): Indent case
4241         blocks within record declarations (i.e. variant parts) correctly.
4243 2010-07-15  Simon South  <ssouth@member.fsf.org>
4245         * progmodes/delphi.el (delphi-token-at): Give newlines precedence
4246         over literal tokens when parsing so newlines aren't "absorbed" by
4247         single-line comments.  Corrects the indentation of case blocks
4248         that have a comment on the first line.
4250 2010-07-14  Karl Fogel  <kfogel@red-bean.com>
4252         * bookmark.el (bookmark-load-hook): Fix doc string as suggested
4253         by Drew Adams (Bug#5504).
4255 2010-07-14  Jan Djärv  <jan.h.d@swipnet.se>
4257         * xt-mouse.el (xterm-mouse-event-read): Fix for characters > 127
4258         now that Unicode is used (Bug#6594).
4260 2010-07-14  Chong Yidong  <cyd@stupidchicken.com>
4262         * term/x-win.el (x-select-enable-clipboard): Default to t.
4263         (x-initialize-window-system): Don't overwrite Paste menu item.
4265         * simple.el (select-active-regions): Default to t.
4266         (push-mark-command): Don't overwrite primary with empty string.
4268         * mouse.el: Bind mouse-2 to mouse-yank-primary.
4269         (mouse-drag-copy-region): Default to nil.
4271         * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
4272         Cut/Copy/Paste menu bar items.
4274 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4276         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4277         Patch applied by Karl Fogel.
4279         * bookmark.el (bookmark-set): Don't set `bookmark-yank-point'
4280         and `bookmark-current-buffer' if they have been already set in
4281         another buffer (e.g gnus-art).
4283 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4284             Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4286         Preparation for setting bookmarks in Gnus article buffers (Bug#5975).
4288         * bookmark.el (bookmark-make-record-default): Allow unneeded
4289         information to be omitted from the record.
4291         Adjust declarations and calls:
4293         * info.el (bookmark-make-record-default): Adjust declaration.
4294         (Info-bookmark-make-record): Adjust call.
4296         * woman.el (bookmark-make-record-default): Adjust declaration.
4297         (woman-bookmark-make-record): Adjust call.
4299         * man.el (bookmark-make-record-default): Adjust declaration.
4300         (Man-bookmark-make-record): Adjust call.
4302         * image-mode.el (bookmark-make-record-default): Adjust declaration.
4304         * doc-view.el (bookmark-make-record-default): Adjust declaration.
4306 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4308         * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
4309         This is also from Thierry Volpiatto's patch in bug #6444.  However,
4310         because it was extraneous to the functional change in that patch,
4311         and causes a re-indendation, I am committing it separately.
4313 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4315         * bookmark.el (bookmark-show-annotation): Ensure annotations show,
4316         e.g. in Info bookmarks, by using `switch-to-buffer-other-window'.
4317         Patch applied by Karl Fogel (Bug#6444).
4319 2010-07-13  Chong Yidong  <cyd@stupidchicken.com>
4321         * frame.el (make-frame): Fix typo in 2010-06-30 change (Bug#6625).
4323 2010-07-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
4325         * term/ns-win.el: Bind M-~ to 'ns-prev-frame (due to Matthew
4326         Dempsky; bug#5084).  Remove incorrect binding for S-tab.
4327         (ns-alternatives-map): Change S-tab binding to backtab
4328         (bug#6616).
4330         * simple.el (normal-erase-is-backspace-setup-frame): Set mode on
4331         under ns.
4333 2010-07-12  Andreas Schwab  <schwab@linux-m68k.org>
4335         * language/tai-viet.el ("TaiViet"): Try to fix re-encoding bugs.
4336         (Bug#5806)
4338         * language/tv-util.el (tai-viet-re): Remove format.
4340 2010-07-12  Kenichi Handa  <handa@m17n.org>
4342         * language/hebrew.el: Remove no-byte-compile declaration.
4343         Change coding: tag to utf-8.  Register hebrew-shape-gstring in
4344         composition-function-table for 3-character looking back.
4345         (hebrew-font-get-precomposed): New function.
4346         (hebrew-shape-gstring): Utilize precomposed glyphs if available.
4348 2010-07-11  Chong Yidong  <cyd@stupidchicken.com>
4350         * mouse.el (mouse-drag-track): Handle select-active-regions
4351         (Bug#6612).
4353 2010-07-11  Magnus Henoch  <magnus.henoch@gmail.com>
4355         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Do not pass
4356         empty argument to gvfs-copy.
4358 2010-07-10  Glenn Morris  <rgm@gnu.org>
4360         * calendar/calendar.el (calendar-week-end-day): New function.
4361         * calendar/cal-tex.el (cal-tex-cursor-month): Remove unused vars.
4362         Respect calendar-week-start-day.  (Bug#6606)
4363         (cal-tex-insert-day-names, cal-tex-insert-blank-days)
4364         (cal-tex-insert-blank-days-at-end): Respect calendar-week-start-day.
4365         (cal-tex-first-blank-p, cal-tex-last-blank-p): Simplify, and
4366         respect calendar-week-start-day.
4368 2010-07-10  Chong Yidong  <cyd@stupidchicken.com>
4370         * simple.el (use-region-p): Doc fix (Bug#6607).
4372 2010-07-10  Aleksei Gusev  <aleksei.gusev@gmail.com>  (tiny change)
4374         * progmodes/compile.el (compilation-error-regexp-alist-alist): Add
4375         regexps for cucumber and ruby.
4377 2010-07-08  Daiki Ueno  <ueno@unixuser.org>
4379         * epa-file.el (epa-file-error, epa-file--find-file-not-found-function)
4380         (epa-file-insert-file-contents): Hack to prevent
4381         find-file from opening empty buffer when decryption failed
4382         (bug#6568).
4384 2010-07-07  Agustín Martín  <agustin.martin@hispalinux.es>
4386         * textmodes/ispell.el (ispell-alternate-dictionary):
4387         Use file-readable-p.
4388         Return nil if no word-list is found at default locations.
4389         (ispell-complete-word-dict): Default to nil.
4390         (ispell-command-loop): Use 'word-list' when using lookup-words.
4391         (lookup-words): Use ispell-complete-word-dict or
4392         ispell-alternate-dictionary.  Check for word-list availability
4393         and handle errors if needed with better messages (Bug#6539).
4394         (ispell-complete-word): Use ispell-complete-word-dict or
4395         ispell-alternate-dictionary.
4397 2010-07-07  Christoph Scholtes  <cschol2112@gmail.com>
4399         * progmodes/python.el (python-font-lock-keywords): Add Python 2.7
4400         builtins (BufferError, BytesWarning, WindowsError; callables
4401         bin, bytearray, bytes, format, memoryview, next, print; __package__).
4403 2010-07-07  Glenn Morris  <rgm@gnu.org>
4405         * play/zone.el (top-level): Do not require timer, tabify, or cl.
4406         (zone-shift-left): Ignore intangibility, and any errors from
4407         forward-char.
4408         (zone-shift-right): Remove no-op end-of-line.  Ignore intangibility.
4409         (zone-pgm-putz-with-case): Use upcase-region rather than inserting,
4410         deleting, and copying text properties.
4411         (zone-line-specs, zone-pgm-stress): Check forward-line exit status.
4412         (zone-pgm-rotate): Handle odd buffers like that of gomoku, where getting
4413         to point-max is hard.
4414         (zone-fret, zone-fill-out-screen): Replace cl's do with dotimes.
4415         (zone-fill-out-screen): Ignore intangibility.
4417 2010-07-05  Chong Yidong  <cyd@stupidchicken.com>
4419         * menu-bar.el (menu-bar-mode):
4420         * tool-bar.el (tool-bar-mode): Replace default-frame-alist element
4421         if it has been set.
4423         * mouse.el (mouse-drag-track): Call mouse-start-end to handle
4424         word/line selection (Bug#6565).
4426 2010-07-04  Juanma Barranquero  <lekktu@gmail.com>
4428         * net/dbus.el (dbus-send-signal): Declare function.
4430 2010-07-04  Michael Albinus  <michael.albinus@gmx.de>
4432         * net/dbus.el: Implement signal "PropertiesChanged" (from D-Bus 1.3.1).
4433         (dbus-register-property): New optional argument EMITS-SIGNAL.
4434         (dbus-property-handler): Send signal "PropertiesChanged" if requested.
4436 2010-07-03  Chong Yidong  <cyd@stupidchicken.com>
4438         * mouse.el (mouse-drag-overlay): Variable deleted.
4439         (mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
4440         (mouse--remap-link-click-p): New function.
4441         (mouse-drag-track): Handle dragging by using temporary Transient
4442         Mark mode, instead of a special overlay.
4443         (mouse-kill-ring-save, mouse-save-then-kill): Don't call
4444         mouse-show-mark.
4446         * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
4447         deleted.
4449 2010-07-02  Juri Linkov  <juri@jurta.org>
4451         * autoinsert.el (auto-insert-alist): Fix readability
4452         by using dotted pair notation for lambda.
4454 2010-07-02  Juri Linkov  <juri@jurta.org>
4456         * faces.el (read-face-name): Rename arg `string-describing-default'
4457         to `default'.  Doc fix.  Display the default value in quotes
4458         in the prompt.  With empty input, return the `default' arg,
4459         unless the default value is a string (in which case return nil).
4460         (describe-face): Replace the string `default' arg of `read-face-name'
4461         with the symbol `default'.
4463 2010-07-02  Chong Yidong  <cyd@stupidchicken.com>
4465         * emulation/viper-cmd.el (viper-delete-backward-char)
4466         (viper-del-backward-char-in-insert)
4467         (viper-del-backward-char-in-replace, viper-change)
4468         (viper-backward-indent): Replace delete-backward-char with
4469         delete-char (Bug#6552).
4471 2010-07-01  Chong Yidong  <cyd@stupidchicken.com>
4473         * ruler-mode.el (ruler--save-header-line-format): Fix typos.
4475 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4477         * frame.el (make-frame): Add default-frame-alist to the PARAMETERS
4478         argument passed to frame-creation-function (Bug#5378).
4480         * faces.el (x-handle-named-frame-geometry)
4481         (x-handle-reverse-video, x-create-frame-with-faces)
4482         (face-set-after-frame-default, tty-create-frame-with-faces): Don't
4483         separately consult default-frame-alist.  It is now passed as the
4484         PARAMETER argument.
4486 2010-06-30  Andreas Schwab  <schwab@linux-m68k.org>
4488         * startup.el (command-line): Don't call tool-bar-setup in a
4489         tty-only build.
4491 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4493         * ruler-mode.el (ruler--save-header-line-format): New fun.
4494         (ruler-mode): Use it as a setter function, so as not to overwrite
4495         ruler-mode-header-line-format-old if Ruler mode is on (Bug#5370).
4497 2010-06-29  Chong Yidong  <cyd@stupidchicken.com>
4499         * vc/vc.el (vc-deduce-backend): New fun.  Handle diff buffers.
4500         (vc-root-diff, vc-print-root-log, vc-log-incoming)
4501         (vc-log-outgoing): Use it.
4502         (vc-diff-internal): Set diff-vc-backend.
4504         * vc/diff-mode.el (diff-vc-backend): New var.
4506 2010-06-28  Jan Djärv  <jan.h.d@swipnet.se>
4508         * dynamic-setting.el (font-setting-change-default-font): Remove
4509         call to message.
4511 2010-06-28  Kenichi Handa  <handa@m17n.org>
4513         * international/quail.el (quail-insert-kbd-layout): Fix the
4514         showing of untranslated characters.
4516 2010-06-28  Chong Yidong  <cyd@stupidchicken.com>
4518         * simple.el (delete-active-region): New option.
4519         (delete-backward-char): Implement in Lisp.
4520         (delete-forward-char): New command.
4522         * mouse.el (mouse-region-delete-keys): Deleted.
4523         (mouse-show-mark): Simplify.
4525         * bindings.el (global-map): Bind delete and DEL, the former to
4526         delete-forward-char.
4528 2010-06-27  Lennart Borgman  <lennart.borgman@gmail.com>
4530         * progmodes/ruby-mode.el (ruby-mode-map): Don't bind TAB.
4531         (ruby-mode): Bind indent-line-function (Bug#5119).
4533 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4535         * startup.el (command-line): Recognize "0" X resource value.
4537 2010-06-27  Chong Yidong  <cyd@stupidchicken.com>
4539         * startup.el (command-line): Use X resources to set the value of
4540         menu-bar-mode and tool-bar-mode, before calling frame-initialize.
4542         * menu-bar.el (menu-bar-mode):
4543         * tool-bar.el (tool-bar-mode): Don't change default-frame-alist.
4544         Set init-value to t.
4546         * frame.el (frame-notice-user-settings): Don't change
4547         default-frame-alist based on menu-bar-mode and tool-bar-mode, or
4548         vice versa (Bug#2249).
4550 2010-06-26  Eli Zaretskii  <eliz@gnu.org>
4552         * w32-fns.el (w32-convert-standard-filename): Doc fix.
4554 2010-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
4556         * textmodes/flyspell.el (flyspell-check-previous-highlighted-word):
4557         Make sure `flyspell-word' re-checks word after function run (Bug#6504).
4559         * textmodes/ispell.el (ispell-init-process): Make sure ispell and
4560         default directories are expanded (Bug#6143).
4562 2010-06-24  Juri Linkov  <juri@jurta.org>
4564         * minibuffer.el (completions-format): Change default from nil to
4565         `horizontal'.  Remove `nil' value from :type.  Doc fix.  (Bug#6459)
4567 2010-06-24  Juri Linkov  <juri@jurta.org>
4569         * vc/vc.el (vc-diff-internal): Set `revert-buffer-function'
4570         buffer-locally to lambda that re-runs the vc diff command.
4571         (Bug#6447)
4573 2010-06-24  Chong Yidong  <cyd@stupidchicken.com>
4575         * kmacro.el (kmacro-call-macro): Don't issue hint message if the
4576         echo area is in use (Bug#3412).
4578 2010-06-22  Glenn Morris  <rgm@gnu.org>
4580         * textmodes/texinfmt.el (texinfo-format-region)
4581         (texinfo-raise-lower-sections, texinfo-format-separate-node)
4582         (texinfo-itemize-item, texinfo-multitable-item, texinfo-alias)
4583         (texinfo-format-option, texinfo-noindent):
4584         Use line-beginning-position and line-end-position.
4586         * calc/calc-aent.el, calc/calc-ext.el, calc/calc-lang.el:
4587         * calc/calc-store.el, calc/calc-units.el, calc/calc.el:
4588         * calc/calccomp.el: Add explicit utf-8 coding cookies to files with
4589         utf-8 characters.
4591 2010-06-21  Karl Fogel  <kfogel@red-bean.com>
4593         * play/zone.el (zone-fall-through-ws): Fix next-line ->
4594         forward-line fallout.
4596 2010-07-06  Chong Yidong  <cyd@stupidchicken.com>
4598         * mouse.el (mouse-appearance-menu): Add docstring.
4600         * help.el (describe-key): Print up-event using key-description.
4602 2010-07-03  Michael Albinus  <michael.albinus@gmx.de>
4604         * net/zeroconf.el (zeroconf-resolve-service)
4605         (zeroconf-service-resolver-handler): Use `dbus-byte-array-to-string'.
4606         (zeroconf-publish-service): Use `dbus-string-to-byte-array'.
4608 2010-07-03  Jan Moringen  <jan.moringen@uni-bielefeld.de>
4610         * net/zeroconf.el (zeroconf-service-remove-hook): New defun.
4612 2010-06-30  Dan Nicolaescu  <dann@ics.uci.edu>
4614         Avoid displaying files with a nil state in vc-dir.
4615         * vc/vc-dir.el (vc-dir-update): Obey the noinsert argument in all
4616         cases that cause insertion.
4617         (vc-dir-resynch-file): Tell vc-dir-update to avoid inserting files
4618         with a nil state.
4620 2010-06-30  Chong Yidong  <cyd@stupidchicken.com>
4622         * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
4624 2010-06-29  Leo  <sdl.web@gmail.com>
4626         * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
4628 2010-06-27  Oleksandr Gavenko  <gavenkoa@gmail.com>  (tiny change)
4630         * generic-x.el (bat-generic-mode): Fix regexp for command line
4631         switches (Bug#5719).
4633 2010-06-27  Masatake YAMATO  <yamato@redhat.com>
4635         * htmlfontify.el (hfy-face-attr-for-class): Use append instead
4636         of nconc to avoid pure storage error (Bug#6239).
4638 2010-06-27  Christoph  <cschol2112@googlemail.com>  (tiny change)
4640         * bookmark.el (bookmark-bmenu-2-window, bookmark-bmenu-other-window)
4641         (bookmark-bmenu-other-window-with-mouse): Remove unnecessary
4642         bindings of bookmark-automatically-show-annotations (Bug#6515).
4644 2010-06-25  Eli Zaretskii  <eliz@gnu.org>
4646         * arc-mode.el (archive-zip-extract): Don't quote the file name on
4647         MS-Windows and MS-DOS.  (Bug#6467, Bug#6144)
4649 2010-06-24  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
4651         * comint.el (make-comint, make-comint-in-buffer): Mention return
4652         value in the docstrings.  (Bug#6498)
4654 2010-06-24  Yoni Rabkin  <yoni@rabkins.net>
4656         * bs.el (bs-mode-font-lock-keywords): Remove "by" from Dired pattern,
4657         since it is not present when using some non-default switches.
4659 2010-06-23  Karl Fogel  <kfogel@red-bean.com>
4661         * simple.el (compose-mail): Fix doc string to refer to
4662         `compose-mail-user-agent-warnings', instead of to the
4663         nonexistent `compose-mail-check-user-agent'.
4665 2010-06-21  Alan Mackenzie  <bug-cc-mode@gnu.org>
4667         Fix an indentation bug:
4669         * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
4670         (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
4671         of existing values.
4673         * progmodes/cc-engine.el (c-clear-<-pair-props-if-match-after)
4674         (c-clear->-pair-props-if-match-before): now return t when they've
4675         cleared properties, nil otherwise.
4676         (c-before-change-check-<>-operators): Set c-new-beg/end correctly
4677         by taking account of the existing value.
4679         * progmodes/cc-defs.el
4680         (c-clear-char-property-with-value-function): Fix this to clear the
4681         property rather than overwriting it with nil.
4683 2010-06-20  Chong Yidong  <cyd@stupidchicken.com>
4685         * emacs-lisp/package.el (package-print-package): Add link to
4686         package description via describe-package.
4687         (describe-package-1): List package requirements.  Add button to
4688         perform installation.
4689         (package-menu-describe-package): New command.
4691         * help-mode.el (help-package): New button type.
4693 2010-06-19  Chong Yidong  <cyd@stupidchicken.com>
4695         * emacs-lisp/package.el: Move package-list-packages binding to
4696         menu-bar.el.
4697         (describe-package, describe-package-1, package--dir): New funs.
4698         (package-activate-1): Use package--dir.
4700         * emacs-lisp/package-x.el (gnus-article-buffer): Require package.
4702         * help-mode.el (help-package-def): New button type.
4704         * menu-bar.el: Move package-list-packages binding here from
4705         package.el.
4707 2010-06-19  Gustav Hållberg  <gustav@gmail.com>  (tiny change)
4709         * descr-text.el (describe-char): Avoid trailing whitespace.  (Bug#6423)
4711 2010-06-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4713         * emacs-lisp/edebug.el (edebug-read-list):
4714         Phase out old-style backquotes.
4716 2010-06-17  Juri Linkov  <juri@jurta.org>
4718         * help-mode.el (help-mode): Set buffer-local variable
4719         revert-buffer-function to help-mode-revert-buffer.
4720         (help-mode-revert-buffer): New function.
4722         * info.el (Info-revert-find-node): Check for major-mode Info-mode
4723         before popping to "*info*" (like in other Info functions).
4724         Keep buffer-name in old-buffer-name.  Keep Info-history-forward in
4725         old-history-forward.  Pop to old-buffer-name or "*info*" to
4726         recreate the killed buffer.  Set Info-history-forward from
4727         old-history-forward.
4728         (Info-breadcrumbs-depth): Add :group and :version.
4730 2010-06-17  Dan Nicolaescu  <dann@ics.uci.edu>
4732         * emacs-lisp/package.el (package-menu-mode-map): Add a menu.
4734 2010-06-17  Agustín Martín  <agustin.martin@hispalinux.es>
4736         * textmodes/ispell.el (ispell-aspell-find-dictionary): Fix regexp
4737         for languages like Portuguese with pt_{BR,PT} and no plain pt.
4739 2010-06-17  Juanma Barranquero  <lekktu@gmail.com>
4741         * emacs-lisp/package.el (package-menu-mode-map):
4742         Move initialization into declaration.
4744         * menu-bar.el (menu-bar-options-menu): Fix typo in menu entry.
4746 2010-06-17  Chong Yidong  <cyd@stupidchicken.com>
4748         * emacs-lisp/package.el (package-archive-base): Point to
4749         elpa.gnu.org.
4750         (package-enable, package-load-list): New defcustoms.
4751         (package-user-dir, package-directory-list): Turn into defcustoms.
4752         Don't include package-user-dir in package-directory-list.
4753         (package--builtins-base): Don't include Emacs as a "package".
4754         (package-subdirectory-regexp): New var.
4755         (package-load-all-descriptors, package-compute-transaction)
4756         (package-download-transaction): Obey package-load-list.
4757         (package-activate-1): Rename from package-do-activate.
4758         (package-list-packages-internal): Check package-load-list.
4759         (package-load-descriptor, package-generate-autoloads)
4760         (package-unpack, package-unpack-single)
4761         (package--read-archive-file, package-delete): Use
4762         expand-file-name.
4764         * emacs-lisp/package-x.el: New file.  Package uploading
4765         functionality split out from package.el.
4767         * startup.el (command-line): Load packages after reading init file.
4769 2010-06-17  Tom Tromey  <tromey@redhat.com>
4771         * emacs-lisp/package.el: New file.
4773 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4775         Fix vc-annotate for renamed files when using Git.
4776         * vc/vc-git.el (vc-git-find-revision): Deal with empty results from
4777         ls-files.  Doe not pass the object as a file name to cat-file, it
4778         is not a file name.
4779         (vc-git-annotate-command): Pass the file name using -- to avoid
4780         ambiguity with the revision.
4781         (vc-git-previous-revision): Pass a relative file name.
4783 2010-06-22  Glenn Morris  <rgm@gnu.org>
4785         * progmodes/js.el (js-mode-map): Use standard capitalization and
4786         ellipses for menu entries.
4788         * wid-edit.el (widget-complete): Doc fix.
4790 2010-06-22  Jürgen Hötzel  <juergen@hoetzel.info>  (tiny change)
4792         * wid-edit.el (widget-complete): Fix typo in 2009-12-02 change.
4794 2010-06-22  Dan Nicolaescu  <dann@ics.uci.edu>
4796         Fix annotating other revisions for renamed files in vc-annotate.
4797         * vc/vc-annotate.el (vc-annotate): Add an optional argument for the
4798         VC backend.  Use it when non-nil.
4799         (vc-annotate-warp-revision): Pass the VC backend to vc-annotate.
4800         (Bug#6487)
4802         Fix vc-annotate-show-changeset-diff-revision-at-line for git.
4803         * vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):
4804         Do not pass the file name to the 'previous-revision call when we
4805         don't want a file diff.  (Bug#6489)
4807 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4809         Fix finding revisions for renamed files in vc-annotate.
4810         * vc/vc.el (vc-find-revision): Add an optional argument for
4811         the VC backend.  Use it when non-nil.
4812         * vc/vc-annotate.el (vc-annotate-find-revision-at-line): Pass the VC
4813         backend to vc-find-revision.  (Bug#6487)
4815 2010-06-21  Dan Nicolaescu  <dann@ics.uci.edu>
4817         Fix reading file names in Git annotate buffers.
4818         * vc/vc-git.el (vc-git-annotate-extract-revision-at-line):
4819         Remove trailing whitespace.  Suggested by Eric Hanchrow.  (Bug#6481)
4821 2010-06-20  Alan Mackenzie  <acm@muc.de>
4823         * progmodes/cc-mode.el (c-before-hack-hook): When the mode is set
4824         in file local variables, set it first.
4826 2010-06-19  Glenn Morris  <rgm@gnu.org>
4828         * descr-text.el (describe-char-unicode-data): Insert separating
4829         space when needed.  (Bug#6422)
4831         * progmodes/idlwave.el (idlwave-action-and-binding):
4832         Fix typo in 2009-12-03 change.  (Bug#6450)
4834 2010-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4836         * emacs-lisp/macroexp.el (macroexpand-all-1): Put back special
4837         handling for `lambda' (misunderstanding).
4839 2010-06-16  Jay Belanger  <jay.p.belanger@gmail.com>
4841         * calc/calc-poly.el (math-accum-factors): Make sure that
4842         constants aren't distributed after they are factored out.
4844 2010-06-16  Juri Linkov  <juri@jurta.org>
4846         * facemenu.el (list-colors-display): Call `pop-to-buffer' before
4847         `list-colors-print'.  (Bug#6332)
4849         * subr.el (read-quoted-char): Fix up last change (bug#6290).
4851 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4853         * emacs-lisp/macroexp.el (macroexpand-all-1): Don't handle `lambda'
4854         specially, since it's a macro.  Fix up wrong hint passed to maybe-cons.
4856         * font-lock.el (font-lock-major-mode): Rename from
4857         font-lock-mode-major-mode to distinguish it from
4858         global-font-lock-mode's own font-lock-mode-major-mode (bug#6135).
4859         (font-lock-set-defaults):
4860         * font-core.el (font-lock-default-function): Adjust users.
4861         (font-lock-mode): Don't set it at all.
4863 2010-06-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4865         * vc/vc-annotate.el (vc-annotate): Use vc-read-revision.
4867 2010-06-16  Glenn Morris  <rgm@gnu.org>
4869         * calendar/appt.el (appt-time-msg-list): Doc fix.
4870         (appt-check): Let-bind appt-warn-time.
4871         (appt-add): Make the 3rd argument optional.
4872         Simplify argument names.  Doc fix.  Check for integer WARNTIME.
4873         Only add WARNTIME to the output list if non-nil.
4875 2010-06-16  Ivan Kanis  <apple@kanis.eu>
4877         * calendar/appt.el (appt-check): Let the 3rd element of
4878         appt-time-msg-list specify the warning time.
4879         (appt-add): Add new argument with the warning time.  (Bug#5176)
4881 2010-06-16  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4883         * vc/vc-svn.el (vc-svn-after-dir-status): Fix regexp for Subversions
4884         older than version 1.6.  (Bug#6361)
4886 2010-06-16  Helmut Eller  <eller.helmut@gmail.com>
4888         * emacs-lisp/cl-macs.el (destructuring-bind): Bind `bind-enquote',
4889         used by cl-do-arglist.  (Bug#6408)
4891 2010-06-16  Agustín Martín  <agustin.martin@hispalinux.es>
4893         * textmodes/ispell.el (ispell-dictionary-base-alist): Fix
4894         portuguese casechars/not-casechars for missing 'çÇ'.
4895         Suggested by Rolando Pereira (bug#6434).
4897 2010-06-15  Juanma Barranquero  <lekktu@gmail.com>
4899         * facemenu.el (list-colors-sort): Doc fix.
4901 2010-06-15  Bob Rogers  <rogers-emacs@rgrjr.dyndns.org>  (tiny change)
4903         * progmodes/sql.el (sql-connect-mysql): Fix typo.
4905 2010-06-14  Juri Linkov  <juri@jurta.org>
4907         Add sort option `list-colors-sort'.  (Bug#6332)
4908         * facemenu.el (color-rgb-to-hsv): New function.
4909         (list-colors-sort): New defcustom.
4910         (list-colors-sort-key): New function.
4911         (list-colors-display): Doc fix.  Sort list according to the option
4912         `list-colors-sort'.
4913         (list-colors-print): Add HSV values to `help-echo' property of
4914         RGB strings.
4916 2010-06-14  Juri Linkov  <juri@jurta.org>
4918         * compare-w.el: Move to the "vc" subdirectory.
4920 2010-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4922         * image-mode.el (image-mode-map): Remap left-char and right-char.
4924         * nxml/nxml-mode.el (nxml-indent-line): Standardize indent behavior.
4926 2010-06-12  Chong Yidong  <cyd@stupidchicken.com>
4928         * term/common-win.el (x-colors): Add all the color names defined
4929         in rgb.txt (Bug#6332).
4931         * facemenu.el (list-colors-print): Don't print extra names if it
4932         will overflow the window width.
4934         * vc/log-edit.el (log-edit-font-lock-keywords): Revert 2010-06-02
4935         change (Bug#6343).
4937 2010-06-12  Eli Zaretskii  <eliz@gnu.org>
4939         * files.el (make-directory): Doc fix (bug#6396).
4941 2010-06-12  Michael Albinus  <michael.albinus@gmx.de>
4943         * net/tramp.el (tramp-remote-process-environment): Protect version
4944         string by apostroph.
4945         (tramp-shell-prompt-pattern): Do not use a shy group in case of
4946         XEmacs.
4947         (tramp-file-name-for-operation): Add `call-process-region'.
4948         (tramp-set-process-query-on-exit-flag): Fix wrong parentheses.
4950         * net/tramp-compat.el (top): Do not autoload
4951         `tramp-handle-file-remote-p'.  Load tramp-util.el and tramp-vc.el
4952         only when `start-file-process' is not bound.
4953         (tramp-advice-file-expand-wildcards): Do not use
4954         `tramp-handle-file-remote-p'.
4955         (tramp-compat-make-temp-file): Handle the case, that
4956         `make-temp-file' has no third argument EXTENSION.
4958 2010-06-11  Juanma Barranquero  <lekktu@gmail.com>
4960         * makefile.w32-in (WINS_BASIC): Include new directory vc.
4962         * loadup.el ("vc-hooks", "ediff-hook"): Load from lisp/vc/.
4964 2010-06-11  Juri Linkov  <juri@jurta.org>
4966         * finder.el (finder-known-keywords): Add keyword "vc"
4967         for version control.
4969         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff.el,
4970         * emerge.el, log-edit.el, log-view.el, pcvs.el, smerge-mode.el,
4971         * vc-annotate.el, vc-bzr.el, vc-dir.el, vc-dispatcher.el, vc-git.el,
4972         * vc-hg.el, vc-mtn.el, vc.el: Add keyword "vc".
4974 2010-06-11  Juri Linkov  <juri@jurta.org>
4976         Move version control related files to the "vc" subdirectory.
4977         * add-log.el, cvs-status.el, diff.el, diff-mode.el, ediff-diff.el,
4978         * ediff.el, ediff-help.el, ediff-hook.el, ediff-init.el,
4979         * ediff-merg.el, ediff-mult.el, ediff-ptch.el, ediff-util.el,
4980         * ediff-vers.el, ediff-wind.el, emerge.el, log-edit.el, log-view.el,
4981         * pcvs-defs.el, pcvs.el, pcvs-info.el, pcvs-parse.el, pcvs-util.el,
4982         * smerge-mode.el, vc-annotate.el, vc-arch.el, vc-bzr.el, vc-cvs.el,
4983         * vc-dav.el, vc-dir.el, vc-dispatcher.el, vc.el, vc-git.el,
4984         * vc-hg.el, vc-hooks.el, vc-mtn.el, vc-rcs.el, vc-sccs.el, vc-svn.el:
4985         Move files to the "vc" subdirectory.
4987 2010-06-11  Chong Yidong  <cyd@stupidchicken.com>
4989         * comint.el (comint-password-prompt-regexp): Fix 2010-04-10 change
4990         (Bug#6367).
4992 2010-06-11  Stephen Eglen  <stephen@gnu.org>
4994         * shell.el: Bind `shell-resync-dirs' to M-RET.
4996 2010-06-10  Michael Albinus  <michael.albinus@gmx.de>
4998         * notifications.el: Move file from lisp/net, because it is
4999         supposed to talk locally to the user.
5001 2010-06-10  Julien Danjou  <julien@danjou.info>
5003         * net/notifications.el (notifications-on-action-signal)
5004         (notifications-on-closed-signal): Pass notification id as first
5005         argument to the callback functions.  Add docstrings.
5006         (notifications-notify): Fix docstring.
5008 2010-06-10  Glenn Morris  <rgm@gnu.org>
5010         * emacs-lisp/authors.el (authors-ignored-files)
5011         (authors-valid-file-names): Add some files.
5013 2010-06-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5015         * net/rcirc.el (rcirc-server-alist, rcirc, rcirc-connect): Resolve
5016         merge conflict, giving preference to the emacs-23 version of the code.
5018 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5020         * emacs-lisp/advice.el (ad-compile-function):
5021         Define warning-suppress-types before we let-bind it (bug#6275).
5023         * vc-dispatcher.el: Rename mode-line-hook to vc-mode-line-hook;
5024         declare it, make it buffer-local and permanent-local (bug#6324).
5025         (vc-resynch-window): Adjust name.
5026         * vc-hooks.el (vc-find-file-hook): Adjust name.
5028 2010-06-09  Michael Albinus  <michael.albinus@gmx.de>
5030         * net/notifications.el (notifications-notify): Fix docstring.
5032 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5034         Update to Unicode 6.0.0 beta.
5035         * international/charprop.el: Update copyright.
5036         * international/mule-cmds.el (ucs-names): Update character ranges.
5037         * international/uni-bidi.el:
5038         * international/uni-category.el:
5039         * international/uni-combining.el:
5040         * international/uni-comment.el:
5041         * international/uni-decimal.el:
5042         * international/uni-decomposition.el:
5043         * international/uni-digit.el:
5044         * international/uni-lowercase.el:
5045         * international/uni-mirrored.el:
5046         * international/uni-name.el:
5047         * international/uni-numeric.el:
5048         * international/uni-old-name.el:
5049         * international/uni-titlecase.el:
5050         * international/uni-uppercase.el: Regenerate.
5052 2010-06-09  Juanma Barranquero  <lekktu@gmail.com>
5054         * emacs-lisp/smie.el (comment-string-strip): Declare function.
5055         (smie-precs-precedence-table): Fix typo in docstring.
5057         * vc-mtn.el (log-edit-extract-headers): Declare function.
5059         * vc-hg.el (log-edit-extract-headers): Remove duplicate declaration.
5061         * net/notifications.el (dbus-register-signal): Declare function.
5062         (notifications-notify): Fix typos and reflow docstring.
5064 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5066         Improve VC create/retrieve tag/branch.
5067         * vc.el (vc-create-tag): Do not read the directory name for VCs
5068         with repository revision granularity.  Adjust the tag/branch
5069         prompt.  Reset VC properties.
5070         (vc-retrieve-tag): Do not read the directory name for VCs
5071         with repository revision granularity.  Reset VC properties.
5073 2010-06-09  Julien Danjou  <julien@danjou.info>
5075         * net/notifications.el: New file.
5077 2010-06-09  Dan Nicolaescu  <dann@ics.uci.edu>
5079         Add optional support for resetting VC properties.
5080         * vc-dispatcher.el (vc-resynch-window): Add new optional argument,
5081         call vc-file-clearprops when true.
5082         (vc-resynch-buffer): Add new optional argument, pass it down.
5083         (vc-resynch-buffers-in-directory): Likewise.
5085         Improve support for special markup in the VC commit message.
5086         * vc-mtn.el (vc-mtn-checkin): Add support for Author: and Date: markup.
5087         * vc-hg.el (vc-hg-checkin): Add support for Date:.
5088         * vc-git.el (vc-git-checkin):
5089         * vc-bzr.el (vc-bzr-checkin): Likewise.
5091 2010-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5093         * emacs-lisp/smie.el (smie-indent-keyword): Remove special case that
5094         can be handled with a ((:before "fn") (:prev "=>" parent)) rule.
5096 2010-06-07  Martin Pohlack  <mp26@os.inf.tu-dresden.de>
5098         * iimage.el: Remove images as soon as the underlying text is modified.
5099         (iimage-modification-hook): New function.
5100         (iimage-mode-buffer): Use it.
5102 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5104         * emacs-lisp/smie.el (smie-indent-offset-rule): Rename from
5105         smie-indent-offset-after.  Add :prev case.  Make a bit more generic.
5106         (smie-indent-virtual): Remove `virtual' arg.  Update callers.
5107         (smie-indent-keyword): Add handling of open-paren keywords.
5108         (smie-indent-comment-continue): Don't assume comment-continue.
5110 2010-06-07  Martin Rudalics  <rudalics@gmx.at>
5112         * window.el (pop-to-buffer): Remove the conditional that
5113         compares new-window and old-window, so it will reselect
5114         the selected window unconditionally.
5115         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00078.html
5117 2010-06-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5119         * emacs-lisp/smie.el (smie-indent-offset-after)
5120         (smie-indent-forward-token, smie-indent-backward-token): New functions.
5121         (smie-indent-after-keyword): Use them.
5122         (smie-indent-fixindent): Only applies to the indentation of the BOL.
5123         (smie-indent-keyword): Tweak the black magic.
5124         (smie-indent-comment-continue): Strip comment-continue before use.
5125         (smie-indent-functions): Indent comments before keywords.
5127 2010-06-06  Juri Linkov  <juri@jurta.org>
5129         * isearch.el (isearch-lazy-highlight-search): Fix looping
5130         by checking for empty match.  This syncs this loop with the
5131         similar loop in `isearch-search'.  (Bug#6362)
5133 2010-06-05  Juanma Barranquero  <lekktu@gmail.com>
5135         * net/dbus.el (dbus-register-method): Declare function.
5136         (dbus-handle-event, dbus-property-handler): Fix typos in docstrings.
5137         (dbus-introspect): Doc fix.
5138         (dbus-event-bus-name, dbus-introspect-get-interface)
5139         (dbus-introspect-get-argument): Reflow docstrings.
5141 2010-06-05  Dan Nicolaescu  <dann@ics.uci.edu>
5143         vc-log-incoming/vc-log-outgoing fixes for Git.
5144         * vc-git.el (vc-git-log-view-mode): Fix font lock for
5145         incoming/outgoing logs.
5146         (vc-git-log-outgoing, vc-git-log-incoming): Use @{upstream}
5147         instead of vc-git-compute-remote.
5148         (vc-git-compute-remote): Remove.
5150 2010-06-04  Chong Yidong  <cyd@stupidchicken.com>
5152         * term/common-win.el (x-colors): Add "dark green" and "dark
5153         turquoise" (Bug#6332).
5155 2010-06-04  Juri Linkov  <juri@jurta.org>
5157         * simple.el (kill-new): Fix logic of kill-do-not-save-duplicates.
5158         Instead of setting `replace' to t and replacing the same string
5159         with itself, don't do certain actions when
5160         kill-do-not-save-duplicates is non-nil and string is equal to car
5161         of kill-ring: don't call menu-bar-update-yank-menu, don't push
5162         interprogram-paste strings to kill-ring, and don't push the input
5163         argument `string' to kill-ring.
5164         http://lists.gnu.org/archive/html/emacs-devel/2010-06/msg00072.html
5166 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5168         * subr.el (directory-sep-char): Move from fileio.c and make a defconst.
5170 2010-06-04  Michael Albinus  <michael.albinus@gmx.de>
5172         * net/tramp-gvfs.el (tramp-gvfs-handle-expand-file-name): Expand "~/".
5173         (tramp-gvfs-handler-mounted-unmounted)
5174         (tramp-gvfs-connection-mounted-p): Handle default-location.
5176         * net/tramp-smb.el (tramp-smb-handle-delete-directory): Don't try to
5177         move files to trash.
5179 2010-06-04  Juanma Barranquero  <lekktu@gmail.com>
5181         * international/mule-cmds.el (nonascii-insert-offset)
5182         (nonascii-translation-table): Add obsolescence information.
5184         * international/mule.el (make-translation-table-from-vector): Doc fix.
5186 2010-06-03  Glenn Morris  <rgm@gnu.org>
5188         * desktop.el (desktop-clear-preserve-buffers):
5189         Add "*Warnings*" buffer.  (Bug#6336)
5191 2010-06-03  Dan Nicolaescu  <dann@ics.uci.edu>
5193         vc-log-incoming/vc-log-outgoing improvements for Git.
5194         * vc-git.el (vc-git-log-outgoing): Use the same format as the
5195         short log.
5196         (vc-git-log-incoming): Likewise.  Run "git fetch" before the log command.
5198         Add bindings for vc-log-incoming and vc-log-outgoing.
5199         * vc-hooks.el (vc-prefix-map): Add bindings for vc-log-incoming
5200         and vc-log-outgoing.
5201         * vc-dir.el (vc-dir-menu-map): Add menu bindings for vc-log-incoming
5202         and vc-log-outgoing.
5204 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5206         * net/rcirc.el (rcirc-sort-nicknames): Remove.
5207         (rcirc-handler-366): Always sort nicknames.
5209 2010-06-03  Juanma Barranquero  <lekktu@gmail.com>
5211         * emacs-lisp/smie.el (comment-continue): Declare for byte-compiler.
5213 2010-06-03  Chong Yidong  <cyd@stupidchicken.com>
5215         * net/rcirc.el (rcirc-nickname<, rcirc-sort-nicknames-join): Doc fix.
5217 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5219         * net/rcirc.el (rcirc-sort-nicknames): Change default.
5220         (rcirc-sort-nicknames-join): Avoid setq.
5222 2010-06-03  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
5224         * net/rcirc.el (rcirc-sort-nicknames): New custom.
5225         (rcirc-nickname<, rcirc-sort-nicknames-join): New funs.
5226         (rcirc-handler-366): Use them.
5228 2010-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5230         Split smie-indent-calculate into more manageable chunks.
5231         * emacs-lisp/smie.el (smie-indent-virtual, smie-indent-fixindent)
5232         (smie-indent-comment, smie-indent-after-keyword, smie-indent-keyword)
5233         (smie-indent-close, smie-indent-comment-continue, smie-indent-bob)
5234         (smie-indent-exps): Extract from smie-indent-calculate.
5235         (smie-indent-functions): New var.
5236         (smie-indent-functions): Use them.
5238 2010-06-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5240         * emacs-lisp/smie.el (smie-indent-hanging-p): Use smie-bolp.
5241         (smie-indent-calculate): Simplify and cleanup.
5243 2010-06-02  Michael Albinus  <michael.albinus@gmx.de>
5245         * net/tramp-gvfs.el (top): Require url-util.
5246         (tramp-gvfs-mount-point): Remove.
5247         (tramp-gvfs-stringify-dbus-message, tramp-gvfs-send-command):
5248         New defuns.
5249         (with-tramp-dbus-call-method): Format trace message.
5250         (tramp-gvfs-handle-copy-file, tramp-gvfs-handle-rename-file):
5251         Implement backup call, when operation on local files fails.
5252         Use progress reporter.  Flush properties of changed files.
5253         (tramp-gvfs-handle-make-directory): Make more traces.
5254         (tramp-gvfs-url-file-name): Hexify file name in url.
5255         (tramp-gvfs-fuse-file-name): Take also prefix (like dav shares)
5256         into account for the resulting file name.
5257         (tramp-gvfs-handler-askquestion): Return dummy mountpoint, when
5258         the answer is "no".  See `tramp-gvfs-maybe-open-connection'.
5259         (tramp-gvfs-handler-mounted-unmounted)
5260         (tramp-gvfs-connection-mounted-p): Test also for new mountspec
5261         attribute "default_location".  Set "prefix" property.
5262         (tramp-gvfs-mount-spec): Return both prefix and mountspec.
5263         (tramp-gvfs-maybe-open-connection): Test, whether mountpoint
5264         exists.  Raise an error, if not (due to a corresponding answer
5265         "no" in interactive questions, for example).
5267 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
5269         * log-edit.el (log-edit-font-lock-keywords): Make group 4 match lax.
5271 2010-06-01  Juanma Barranquero  <lekktu@gmail.com>
5273         * emacs-lisp/eldoc.el: Add completions for new commands left-* and
5274         right-*.  (Bug#6265)
5276 2010-06-01  Dan Nicolaescu  <dann@ics.uci.edu>
5278         Add support for vc-log-incoming, improve vc-log-outgoing for Git.
5279         * vc-git.el (vc-git-compute-remote): New function.
5280         (vc-git-log-outgoing): Use it instead of hard coding a value.
5281         (vc-git-log-incoming): New function.
5283         Improve state updating for VC tag commands.
5284         * vc.el (vc-create-tag, vc-retrieve-tag): Call vc-resynch-buffer
5285         to update the state of all buffers in the directory.
5287         * vc-dir.el (vc-dir-update): Remove entries with a nil state (bug#5539).
5289 2010-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5291         * vc-bzr.el (vc-bzr-revision-completion-table): Apply
5292         `file-directory-p' to the filename part rather than to the whole text.
5294 2010-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5296         * man.el (Man-completion-table): Let the user type "-k " (bug#6319).
5298 2010-05-31  Drew Adams  <drew.adams@oracle.com>
5300         * files.el (directory-files-no-dot-files-regexp): Doc fix (bug#6298).
5302 2010-05-31  Juanma Barranquero  <lekktu@gmail.com>
5304         * subr.el (momentary-string-display): Just use read-event to read
5305         the exit event (Bug#6238).
5307 2010-05-30  Eli Zaretskii  <eliz@gnu.org>
5309         * international/mule.el (define-coding-system): Doc fix (bug#6313).
5311 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5313         * emulation/cua-base.el: Recognize also `right-word' and `left-word'.
5314         Suggested by Eli Zaretskii <eliz@gnu.org>.
5316 2010-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5318         * minibuffer.el (completion-file-name-table): Don't return a boundary
5319         past the end of `string' (bug#6299).
5320         (completion--file-name-table): Delegate to completion-file-name-table
5321         for the `boundaries' case.
5323 2010-05-30  Juanma Barranquero  <lekktu@gmail.com>
5325         * emulation/cua-base.el: Recognize `right-char' and `left-char' as
5326         movement commands.
5328         * progmodes/ada-xref.el (ada-prj-ada-project-path-sep): Set from
5329         `path-separator', but maintain compatibility with Emacs 20.2.
5331 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5333         * server.el (server-process-filter): Receive parent-id argument
5334         from emacsclient.
5335         (server-create-window-system-frame): New arg.  Pass parent-id as
5336         frame parameter.
5338 2010-05-29  Eli Zaretskii  <eliz@gnu.org>
5340         Bidi-sensitive word movement with arrow keys.
5341         * subr.el (right-arrow-command, left-arrow-command): Move to
5342         bindings.el.
5344         * bindings.el (right-char, left-char): Move from subr.el and
5345         rename from right-arrow-command and left-arrow-command.
5346         (right-word, left-word): New functions.
5347         (global-map) <right>: Bind to right-char.
5348         (global-map) <left>: Bind to left-char.
5349         (global-map) <C-right>: Bind to right-word.
5350         (global-map) <C-left>: Bind to left-word.
5352         * ls-lisp.el (ls-lisp-classify-file): New function.
5353         (ls-lisp-insert-directory): Call it if switches include -F (bug#6294).
5354         (ls-lisp-classify): Call ls-lisp-classify-file.
5355         (insert-directory): Remove blanks from switches.
5357 2010-05-29  Chong Yidong  <cyd@stupidchicken.com>
5359         * ansi-color.el: Delete unused escape sequences (Bug#6085).
5360         (ansi-color-drop-regexp): New constant.
5361         (ansi-color-apply, ansi-color-filter-region)
5362         (ansi-color-apply-on-region): Delete unrecognized control sequences.
5363         (ansi-color-apply): Build string list before calling concat.
5365 2010-05-28  Juri Linkov  <juri@jurta.org>
5367         * image-dired.el (image-dired-dired-toggle-marked-thumbs):
5368         Replace LOCALP arg of `dired-get-filename' 'no-dir with nil.
5369         (Bug#5270)
5371 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5373         * net/tramp.el (tramp-debug-message): Add `tramp-compat-funcall'
5374         to ignored backtrace functions.
5375         (with-progress-reporter): Expand docstring.
5376         (tramp-handle-delete-file): Implement TRASH argument.
5377         (tramp-get-remote-trash): New defun.
5379 2010-05-28  Michael Albinus  <michael.albinus@gmx.de>
5381         * net/tramp-compat.el (tramp-compat-delete-file): Use
5382         `symbol-value' for backward compatibility.
5384         * net/tramp.el (tramp-handle-make-symbolic-link)
5385         (tramp-handle-load)
5386         (tramp-do-copy-or-rename-file-via-buffer)
5387         (tramp-do-copy-or-rename-file-directly)
5388         (tramp-do-copy-or-rename-file-out-of-band)
5389         (tramp-handle-process-file, tramp-handle-call-process-region)
5390         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5391         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5392         (tramp-delete-temp-file-function): Use `delete-file' instead
5393         of `tramp-compat-delete-file'.
5395         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5396         (tramp-fish-handle-make-symbolic-link)
5397         (tramp-fish-handle-process-file): Use `delete-file' instead
5398         of `tramp-compat-delete-file'.
5400         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use
5401         `delete-file' instead of `tramp-compat-delete-file'.
5403         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5404         (tramp-gvfs-handle-write-region): Use `delete-file' instead of
5405         `tramp-compat-delete-file'.
5407         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file): Use
5408         `delete-file' instead of `tramp-compat-delete-file'.
5410         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5411         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5412         (tramp-smb-handle-write-region): Use `delete-file' instead of
5413         `tramp-compat-delete-file'.
5414         (tramp-smb-handle-delete-directory): Use 'trash as arg.
5416 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5418         * dired.el (dired-delete-file): New arg TRASH.
5419         (dired-internal-do-deletions): New arg TRASH.  Use progress reporter.
5420         (dired-do-flagged-delete, dired-do-delete): Use trash.
5422         * speedbar.el (speedbar-item-delete): Allow trashing.
5424         * files.el (delete-directory): New arg TRASH.
5426         * net/ange-ftp.el (ange-ftp-del-tmp-name, ange-ftp-delete-file)
5427         (ange-ftp-rename-remote-to-remote)
5428         (ange-ftp-rename-local-to-remote)
5429         (ange-ftp-rename-remote-to-local, ange-ftp-load)
5430         (ange-ftp-compress, ange-ftp-uncompress): Remove optional arg from
5431         `delete-file'.
5432         (ange-ftp-delete-directory): Add optional arg to `delete-file', to
5433         allow trashing.
5435         * net/tramp-compat.el (tramp-compat-delete-file): Rewrite to
5436         handle new TRASH arg of `delete-file'.
5438         * net/tramp.el (tramp-handle-delete-file): Change FORCE arg to TRASH.
5439         (tramp-handle-make-symbolic-link, tramp-handle-load)
5440         (tramp-do-copy-or-rename-file-via-buffer)
5441         (tramp-do-copy-or-rename-file-directly)
5442         (tramp-do-copy-or-rename-file-out-of-band)
5443         (tramp-handle-process-file, tramp-handle-call-process-region)
5444         (tramp-handle-shell-command, tramp-handle-file-local-copy)
5445         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5446         (tramp-delete-temp-file-function): Use null TRASH arg in
5447         tramp-compat-delete-file call.
5449         * net/tramp-fish.el (tramp-fish-handle-delete-directory)
5450         (tramp-fish-handle-delete-file)
5451         (tramp-fish-handle-make-symbolic-link)
5452         (tramp-fish-handle-process-file): Use null TRASH arg in
5453         `tramp-compat-delete-file' call.
5455         * net/tramp-ftp.el (tramp-ftp-file-name-handler): Use null TRASH
5456         arg in `tramp-compat-delete-file' call.
5458         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Rename arg.
5459         (tramp-gvfs-handle-write-region): Use null TRASH arg in
5460         `tramp-compat-delete-file' call.
5462         * net/tramp-imap.el (tramp-imap-handle-delete-file): Rename arg.
5463         (tramp-imap-do-copy-or-rename-file): Use null TRASH arg in
5464         `tramp-compat-delete-file' call.
5466         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5467         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5468         (tramp-smb-handle-write-region): Use null TRASH arg in
5469         tramp-compat-delete-file call.
5470         (tramp-smb-handle-delete-directory): Use tramp-compat-delete-file.
5471         (tramp-smb-handle-delete-file): Rename arg.
5473         * diff.el (diff-sentinel):
5474         * epg.el (epg--make-temp-file, epg-decrypt-string)
5475         (epg-verify-string, epg-sign-string, epg-encrypt-string):
5476         * jka-compr.el (jka-compr-partial-uncompress)
5477         (jka-compr-call-process, jka-compr-write-region):
5478         * server.el (server-sentinel): Remove optional arg from
5479         delete-file, reverting 2010-05-03 change.
5481 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5483         * progmodes/verilog-mode.el (verilog-type-font-keywords): Use
5484         font-lock-constant-face, not obsolete font-lock-reference-face.
5486 2010-05-27  Kenichi Handa  <handa@m17n.org>
5488         * language/hebrew.el (hebrew-shape-gstring): Check if a glyph
5489         element of GSTRING is nil.
5491 2010-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5493         * emacs-lisp/smie.el (smie-forward-token-function)
5494         (smie-backward-token-function): New vars.
5495         (smie-backward-sexp, smie-forward-sexp)
5496         (smie-indent-hanging-p, smie-indent-calculate): Use them.
5497         (smie-default-backward-token): Rename from smie-backward-token and
5498         skip comments.
5499         (smie-default-forward-token): Rename from smie-forward-token and
5500         skip comments.
5501         (smie-next-sexp): Handle nil results from next-token.
5502         (smie-indent-calculate): Add a new case for special `fixindent' comments.
5504 2010-05-27  Chong Yidong  <cyd@stupidchicken.com>
5506         * progmodes/verilog-mode.el (verilog-type-font-keywords):
5507         Use font-lock-constant-face, not obsolete font-lock-reference-face.
5509 2010-05-27  Masatake YAMATO  <yamato@redhat.com>
5511         * htmlfontify.el (hfy-face-resolve-face): New function.
5512         (hfy-face-to-style): Use it (Bug#6279).
5514 2010-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5516         * progmodes/ada-xref.el (ada-gnat-parse-gpr):
5517         * emulation/edt.el (edt-load-keys): Avoid (expand-file-name ".").
5519 2010-05-26  Glenn Morris  <rgm@gnu.org>
5521         * emulation/edt.el (edt-load-keys): Use locate-library.
5523 2010-05-25  Chong Yidong  <cyd@stupidchicken.com>
5525         * log-edit.el (log-edit-strip-single-file-name): Default to nil.
5526         (log-edit-changelog-entries): Doc fix.
5527         (log-edit-changelog-insert-entries): Args changed.
5528         Rename relative filenames in ChangeLog entries.  Delete tabs.
5529         (log-edit-insert-changelog-entries): Reorganize return value of
5530         `log-edit-changelog-entries' to pass filenames to
5531         log-edit-changelog-insert-entries.
5533 2010-05-25  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5535         * dired.el (dired-mode-map): Rebind "\C-t\C-t" from
5536         `image-dired-dired-insert-marked-thumbs' to
5537         `image-dired-dired-toggle-marked-thumbs'.
5539         * image-dired.el: Require cl when compiling.
5540         (image-dired-dired-toggle-marked-thumbs): Rename from
5541         `image-dired-dired-insert-marked-thumbs'.  Add ARG.  Doc fix.
5542         Use interactive spec "P".  Set LOCALP arg of `dired-get-filename'
5543         to 'no-dir.  Skip files whose names don't match
5544         `image-file-name-regexp'.  When file has a thumbnail overlay,
5545         delete it.  (Bug#5270)
5547 2010-05-25  Juri Linkov  <juri@jurta.org>
5549         * image-mode.el (image-mode): Add image-after-revert-hook to
5550         after-revert-hook.
5551         (image-after-revert-hook): New function.  (Bug#5669)
5553 2010-05-25  Juri Linkov  <juri@jurta.org>
5555         * image.el (image-animated-p): When delay between animated images
5556         is 0, set it to 10 (0.1 sec).  (Bug#6258)
5558 2010-05-25  Christian Lynbech  <christian.lynbech@tieto.com>  (tiny change)
5560         * net/tramp.el (tramp-handle-insert-directory): Don't use
5561         `forward-word', its default syntax could be changed.
5563 2010-05-25  Michael Albinus  <michael.albinus@gmx.de>
5565         * net/tramp.el (tramp-progress-reporter-update): New defun.
5566         (with-progress-reporter): Use it.
5567         (tramp-process-actions):
5568         * net/tramp-gvfs.el (tramp-gvfs-handler-askquestion): Preserve
5569         current message, in order to let progress reporter continue
5570         afterwards.  (Bug#6257)
5572 2010-05-25  Glenn Morris  <rgm@gnu.org>
5574         * net/rcirc.el (rcirc-default-user-name, rcirc-default-full-name):
5575         Add :version.
5577 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5579         * net/rcirc.el (rcirc-default-user-name): Change to "user".
5580         (rcirc-default-full-name): Change to "unknown".
5581         (rcirc-user-name-history): Add variable.
5583 2010-05-25  Ryan Yeske  <rcyeske@gmail.com>
5584             Jonathan Rockway  <jon@jrock.us>
5586         * net/rcirc.el (rcirc-server-alist): Add :pass.
5587         (rcirc): When prompting for connection parameters, also prompt for
5588         username and password.
5589         (rcirc-connect): Take a PASS argument.  If PASS is non-nil, send
5590         value to server when connecting.
5592 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * emacs-lisp/smie.el (smie-set-prec2tab): Check override before use.
5595         (smie-merge-prec2s): Pass the tables as separate args.
5596         (smie-bnf-precedence-table): Adjust call accordingly.
5597         (smie-prec2-levels): Set levels at the end.
5599         Replace Lisp calls to delete-backward-char by delete-char.
5600         * bs.el, expand.el, ido.el, image-dired.el, lpr.el, pcomplete.el,
5601         * skeleton.el, term.el, time.el, wid-edit.el, woman.el,
5602         * calc/calc-graph.el, calc/calc-help.el, calc/calc-incom.el,
5603         * calc/calc.el, emacs-lisp/cl-extra.el, emacs-lips/cl-loaddefs.el,
5604         * emulation/cua-rect.el, emulation/viper-ex.el, eshell/esh-test.el,
5605         * eshell/eshell.el, gnus/gnus-uu.el, gnus/nndoc.el, gnus/nnrss.el,
5606         * gnus/rfc2047.el, gnus/utf7.el, international/utf-7.el,
5607         * language/ethio-util.el, mh-e/mh-alias.el, mh-e/mh-search.el,
5608         * net/imap.el, net/rcirc.el, obsolete/complete.el, play/decipher.el,
5609         * progmodes/ada-mode.el, progmodes/cc-awk.el, progmodes/dcl-mode.el,
5610         * progmodes/ps-mode.el, progmodes/verilog-mode.el,
5611         * progmodes/vhdl-mode.el, textmodes/bibtex.el, textmodes/fill.el,
5612         * textmodes/reftex-auc.el, textmodes/rst.el, textmodes/sgml-mode.el,
5613         * textmodes/table.el, textmodes/texinfmt.el: Replace Lisp calls to
5614         delete-backward-char by calls to delete-char.
5616 2010-05-25  Kenichi Handa  <handa@m17n.org>
5618         * language/hebrew.el (hebrew-shape-gstring): New function.
5619         Register it in composition-function-table for all Hebrew combining
5620         characters.
5622 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5624         * epa.el (epa--select-keys): Don't explicitly delete the window since
5625         that can fail (e.g. sole window in frame).  Use dedication instead.
5627 2010-05-24  Uday S Reddy  <u.s.reddy@cs.bham.ac.uk>  (tiny change)
5629         * textmodes/fill.el (fill-region): Don't fill past the end (bug#6201).
5631 2010-05-22  Chong Yidong  <cyd@stupidchicken.com>
5633         * image.el (image-refresh): Define as an alias for image-flush.
5635         * image-mode.el (image-toggle-display-image): Caller changed.
5637 2010-05-21  Juri Linkov  <juri@jurta.org>
5639         * progmodes/grep.el (grep-read-files): Fix multi-pattern aliases.
5640         Remove "all" from grep-files-aliases.  Split grep-files-aliases by
5641         whitespace, call wildcard-to-regexp on substrings and concat them
5642         with "\\|".  (Bug#6114)
5644 2010-05-21  Alan Mackenzie  <acm@muc.de>
5646         * progmodes/cc-engine.el (c-parse-state-get-strategy):
5647         Replace parameter `here' with `here-' and `here-plus', which sandwich
5648         any pertinent CPP construct.
5649         (c-remove-stale-state-cache-backwards): Fix a bug which happens
5650         when doing (c-parse-state) in a CPP construct: Exclude any "new"
5651         CPP construct from taking part in the scanning.
5653 2010-05-21  Michael Albinus  <michael.albinus@gmx.de>
5655         * net/tramp.el (tramp-do-copy-or-rename-file)
5656         (tramp-handle-file-local-copy, tramp-maybe-open-connection):
5657         Tune `with-progress-reporter' messages.
5658         (tramp-handle-vc-registered):
5659         * net/tramp-fish.el (tramp-fish-handle-file-local-copy)
5660         (tramp-fish-handle-insert-file-contents)
5661         (tramp-fish-maybe-open-connection):
5662         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection):
5663         * net/tramp-imap.el (tramp-imap-do-copy-or-rename-file)
5664         (tramp-imap-handle-insert-file-contents)
5665         (tramp-imap-handle-file-local-copy): Use `with-progress-reporter'.
5667 2010-05-21  Juanma Barranquero  <lekktu@gmail.com>
5669         * add-log.el (change-log-font-lock-keywords):
5670         Highlight all authors in multi-author entries.
5672         * smerge-mode.el (smerge-refine-ignore-whitespace)
5673         (smerge-refine-weight-hack, smerge-refine, smerge-makeup-conflict):
5674         Fix typos in docstrings.
5675         (smerge-resolve, smerge-refine-subst): Reflow docstrings.
5677 2010-05-21  Glenn Morris  <rgm@gnu.org>
5679         * progmodes/fortran.el (fortran-mode):
5680         * progmodes/f90.el (f90-mode): Derive from prog-mode.
5682         * loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
5683         having a relative path in src/Makefile.in.
5685 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5687         * help-mode.el (help-make-xrefs): For Info node links turn
5688         newlines into spaces.  Link node names with newlines are matched
5689         by help-xref-info-regexp and buttonized, this change ensures they
5690         can be followed successfully with RET.  (Bug#6206)
5692 2010-05-20  Juri Linkov  <juri@jurta.org>
5694         * locate.el (locate): Use pop-to-buffer instead of
5695         switch-to-buffer-other-window.  (Bug#6204)
5697 2010-05-20  Juri Linkov  <juri@jurta.org>
5699         * replace.el (replace-highlight): Fix lazy-highlighting
5700         for `M-s w str M-% str RET'.
5702 2009-12-15  Masatake YAMATO  <yamato@redhat.com>
5704         * isearch.el (isearch-yank-word-or-char): Pull next subword
5705         when `subword-mode' is activated.  (Bug#6220)
5707 2010-05-20  Mark A. Hershberger  <mah@everybody.org>
5709         * isearch.el (isearch-update-post-hook): New hook.
5710         (isearch-update): Use the new hook.  (Bug#6225)
5712 2010-05-20  Juri Linkov  <juri@jurta.org>
5714         * isearch.el (isearch-mode-map): Bind more keys to isearch-help-map:
5715         [f1], [help], and (char-to-string help-char) instead of "\C-h".
5716         (Bug#6222)
5718 2010-05-20  Juri Linkov  <juri@jurta.org>
5720         * isearch.el (isearch-yank-string): Use isearch-process-search-string.
5721         (Bug#6223)
5723 2010-05-20  Juri Linkov  <juri@jurta.org>
5725         * dired-x.el (dired-jump, dired-jump-other-window): Add arg
5726         FILE-NAME to read from the minibuffer when called interactively
5727         with prefix argument instead of using buffer-file-name.
5728         http://lists.gnu.org/archive/html/emacs-devel/2010-05/msg00534.html
5730         * dired.el: Update autoloads.
5732 2010-05-20  Chong Yidong  <cyd@stupidchicken.com>
5734         * nxml/nxml-mode.el (nxml-mode-map): Bind C-c / to
5735         nxml-finish-element, for consistency with SGML mode.
5737         * progmodes/octave-mod.el (octave-mode-map): Bind C-c / to
5738         octave-close-block.
5740 2010-05-20  Juanma Barranquero  <lekktu@gmail.com>
5742         * composite.el: Require cl when compiling.
5743         (reference-point-alist, compose-gstring-for-graphic)
5744         (compose-gstring-for-terminal): Fix typos in docstrings.
5746 2010-05-19  Juri Linkov  <juri@jurta.org>
5748         * emacs-lisp/cl-macs.el (window-parameter): Add defsetf with
5749         set-window-parameter.
5751 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5753         * net/tramp.el (tramp-methods): Add `tramp-async-args' attribute
5754         where appropriate.
5755         (tramp-maybe-open-connection): Use it.
5757 2010-05-19  Eli Zaretskii  <eliz@gnu.org>
5759         * simple.el (move-end-of-line): Make sure we are at line beginning
5760         before backing up to end of previous line.
5762 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5764         * password-cache.el (password-cache-remove): Fix docstring.
5766         * net/secrets.el: Autoload the widget functions.
5767         (secrets-search-items, secrets-create-item)
5768         (secrets-get-attributes, secrets-expand-item): Attributes will be
5769         stored on the password database without leading ":", as all other
5770         clients do as well.
5771         (secrets-mode): Fix docstring.
5772         (secrets-show-secrets): Provide it as autoloaded command only when
5773         D-Bus support is available.  Check existence of Secret Service API.
5775 2010-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5777         * indent.el (indent-region): Deactivate region (bug#6200).
5779 2010-05-19  Glenn Morris  <rgm@gnu.org>
5781         * vc-dir.el (vc-dir): Don't pop-up-windows.  (Bug#6204)
5783 2010-05-19  Kenichi Handa  <handa@m17n.org>
5785         * composite.el: Register compose-gstring-for-graphic in
5786         composition-function-table only for combining characters (Mn, Mc, Me).
5788 2010-05-18  Jay Belanger  <jay.p.belanger@gmail.com>
5790         * calc/calc-trail.el (calc-trail-isearch-forward)
5791         (calc-trail-isearch-backward): Ensure that the new window
5792         point is set correctly.
5794 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * subr.el (read-quoted-char): Resolve modifiers after key
5797         remapping (bug#6212).
5799 2010-05-18  Michael Albinus  <michael.albinus@gmx.de>
5801         Add visualization code for secrets.
5802         * net/secrets.el (secrets-mode): New major mode.
5803         (secrets-show-secrets, secrets-show-collections)
5804         (secrets-expand-collection, secrets-expand-item)
5805         (secrets-tree-widget-after-toggle-function)
5806         (secrets-tree-widget-show-password): New defuns.
5808 2010-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5810         * emacs-lisp/smie.el (smie-next-sexp): Break inf-loop at BOB.
5811         (smie-backward-sexp, smie-forward-sexp): Remove boundary condition now
5812         handled in smie-next-sexp.
5813         (smie-indent-calculate): Provide a starting indentation (so the
5814         recursion is well-founded ;-).
5816         Fix handling of non-associative equal levels.
5817         * emacs-lisp/smie.el (smie-prec2-levels): Choose distinct levels even
5818         when it's not needed.
5819         (smie-op-left, smie-op-right): New functions.
5820         (smie-next-sexp): New function, extracted from smie-backward-sexp.
5821         Better handle equal levels to distinguish the associative case from
5822         the "multi-keyword construct" case.
5823         (smie-backward-sexp, smie-forward-sexp): Use it.
5825 2010-05-18  Juanma Barranquero  <lekktu@gmail.com>
5827         * progmodes/prolog.el (smie-indent-basic): Declare for byte-compiler.
5829         * emacs-lisp/smie.el (smie-precs-precedence-table, smie-backward-sexp)
5830         (smie-forward-sexp, smie-indent-calculate): Fix typos in docstrings.
5832 2010-05-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5834         Provide a simple generic indentation engine and use it for Prolog.
5835         * emacs-lisp/smie.el: New file.
5836         * progmodes/prolog.el (prolog-smie-op-levels)
5837         (prolog-smie-indent-rules): New var.
5838         (prolog-mode-variables): Use them to configure SMIE.
5839         (prolog-indent-line, prolog-indent-level): Remove.
5841 2010-05-17  Jay Belanger  <jay.p.belanger@gmail.com>
5843         * calc/calc-vec.el (math-vector-avg): Put the vector elements in
5844         order before computing the averages.
5846 2010-05-16  Jay Belanger  <jay.p.belanger@gmail.com>
5848         * calc/calc-vec.el (calc-histogram):
5849         (calcFunc-histogram): Allow vectors as inputs.
5850         (math-vector-avg): New function.
5852         * calc/calc-ext.el (math-group-float): Have the number of digits
5853         being grouped depend on the radix (Bug#6189).
5855 2010-05-15  Ken Raeburn  <raeburn@raeburn.org>
5857         * version.el (emacs-copyright, emacs-version): Don't define here,
5858         now that emacs.c defines it.
5860 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
5862         * international/mule-cmds.el (mule-menu-keymap): Fix definition of
5863         "Describe Language Environment" menu item.
5865         * language/hebrew.el ("Hebrew", "Windows-1255"): Doc fix.
5867         Bidi-sensitive movement with arrow keys.
5868         * subr.el (right-arrow-command, left-arrow-command): New functions.
5870         * bindings.el (global-map): Bind them to right and left arrow keys.
5872         Don't override standard definition of convert-standard-filename.
5873         * files.el (convert-standard-filename): Call
5874         w32-convert-standard-filename and dos-convert-standard-filename on
5875         the corresponding systems.
5877         * w32-fns.el (w32-convert-standard-filename): Rename from
5878         convert-standard-filename.  Doc fix.
5880         * dos-fns.el (dos-convert-standard-filename): Doc fix.
5881         (convert-standard-filename): Don't defalias.
5882         (register-name-alist, make-register, register-value)
5883         (set-register-value, intdos): Obsolete aliases for the
5884         corresponding dos-* functions and variables.
5885         (dos-intdos): Add a doc string.
5887 2010-05-15  Jay Belanger  <jay.p.belanger@gmail.com>
5889         * calc/calc-aent.el (math-read-token, math-find-user-tokens):
5890         * calc/calc-lang.el (math-read-big-rec, math-lang-read-symbol):
5891         (math-compose-tex-func):
5892         * calc/calccomp.el (math-compose-expr):
5893         * calc/calc-ext.el (math-format-flat-expr-fancy):
5894         * calc/calc-store.el (calc-read-var-name):
5895         * calc/calc-units.el (calc-explain-units-rec): Allow Greek letters.
5897         * calc/calc.el (var-π, var-φ, var-γ): New variables.
5898         * calc/calc-aent.el (math-read-replacement-list): Add "micro" symbol.
5899         * calc/calc-units.el (math-unit-prefixes): Add mu for micro.
5900         (math-standard-units): Add units.
5902 2010-05-15  Stefan Monnier  <monnier@iro.umontreal.ca>
5904         * progmodes/asm-mode.el (asm-mode):
5905         * progmodes/prolog.el (prolog-mode): Use define-derived-mode.
5907         * pcomplete.el (pcomplete-completions-at-point): New function,
5908         extracted from pcomplete-std-complete.
5909         (pcomplete-std-complete): Use it.
5911 2010-05-15  Glenn Morris  <rgm@gnu.org>
5913         * Makefile.in (setwins, setwins_almost, setwins_for_subdirs):
5914         Remove references to CVS, RCS and Old directories.
5916 2010-05-14  Jay Belanger  <jay.p.belanger@gmail.com>
5918         * calc/calc-bin.el (math-format-twos-complement): Group digits when
5919         appropriate.
5921 2010-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5923         * progmodes/sh-script.el (sh-mode-default-syntax-table): Remove.
5924         (sh-mode-syntax-table): Give it a default value instead.
5925         (sh-header-marker): Make buffer-local.
5926         (sh-mode): Move make-local-variable to the corresponding setq.
5927         (sh-add-completer): Avoid gratuitously let-binding a buffer-local var.
5928         Use complete-with-action.
5930         * simple.el (prog-mode): New (abstract) major mode.
5931         * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode): Use it.
5932         * progmodes/sh-script.el (sh-mode): Remove redundant var assignment.
5934 2010-05-14  Juanma Barranquero  <lekktu@gmail.com>
5936         * progmodes/sql.el (sql-oracle-program): Reflow docstring.
5937         (sql-oracle-scan-on, sql-sybase-program, sql-product-font-lock)
5938         (sql-add-product-keywords, sql-highlight-product, sql-set-product)
5939         (sql-make-alternate-buffer-name, sql-placeholders-filter)
5940         (sql-escape-newlines-filter, sql-input-sender)
5941         (sql-send-magic-terminator, sql-sybase): Fix typos in docstrings.
5943 2010-05-13  Chong Yidong  <cyd@stupidchicken.com>
5945         Add TeX open-block and close-block keybindings to SGML, and vice versa.
5947         * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
5948         latex-open-block and C-c / to latex-close-block.
5950         * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
5951         and C-c C-e to sgml-close-tag.
5953 2010-05-13  Michael Albinus  <michael.albinus@gmx.de>
5955         * net/tramp.el (with-progress-reporter): Create reporter object
5956         only when the message would be displayed.  Handle nested calls.
5957         (tramp-handle-load, tramp-handle-file-local-copy)
5958         (tramp-handle-insert-file-contents, tramp-handle-write-region)
5959         (tramp-maybe-send-script, tramp-find-shell):
5960         Use `with-progress-reporter'.
5961         (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
5962         Fix message text.
5964         * net/tramp-smb.el (tramp-smb-handle-copy-file)
5965         (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
5966         (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
5967         Use `with-progress-reporter'.
5969 2010-05-13  Agustín Martín  <agustin.martin@hispalinux.es>
5971         * textmodes/ispell.el (ispell-init-process): Do not kill ispell
5972         process everytime when spellchecking from the minibuffer (bug#6143).
5974 2010-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5976         * progmodes/sh-script.el (sh-mode): Use define-derived-mode.
5978         * dos-fns.el: Add "dos-" prefix for namespace control.
5979         (convert-standard-filename): Define as alias for
5980         dos-convert-standard-filename but only if applicable.
5982 2010-05-12  Alan Mackenzie  <acm@muc.de>
5984         * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
5985         Push the mark at the start of these functions when appropriate.
5987 2010-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5989         * minibuffer.el (completion-cycle-threshold): New custom var.
5990         (completion--do-completion): Use it.
5991         (minibuffer-complete): Use cycling if appropriate.
5993 2010-05-11  Juanma Barranquero  <lekktu@gmail.com>
5995         * dirtrack.el (dirtrackp): Remove defcustom; don't make automatically
5996         buffer-local (it's an obsolete alias for `dirtrack-mode') (bug#6173).
5998 2010-05-11  Juri Linkov  <juri@jurta.org>
6000         * scroll-all.el (scroll-all-check-to-scroll):
6001         Add `scroll-up-command' and `scroll-down-command' (bug#6164).
6003 2010-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6005         * iimage.el (iimage-mode-map): Move initialization into declaration.
6006         (iimage-mode-buffer): Use with-silent-modifications.
6007         Simplify calling convention.  Adjust callers.
6008         (iimage-mode): Don't run hook redundantly.
6010         * minibuffer.el (completion-pcm--pattern->regex):
6011         Fix last change (bug#6160).
6013 2010-05-10  Juri Linkov  <juri@jurta.org>
6015         Remove nodes visited during Isearch from the Info history.
6016         * info.el (Info-isearch-initial-history)
6017         (Info-isearch-initial-history-list): New variables.
6018         (Info-isearch-start): Record initial values of
6019         Info-isearch-initial-history and Info-isearch-initial-history-list.
6020         Add Info-isearch-end to isearch-mode-end-hook.
6021         (Info-isearch-end): New function.
6023 2010-05-10  Michael Albinus  <michael.albinus@gmx.de>
6025         * net/tramp.el (tramp-do-file-attributes-with-stat): Add space in
6026         format string, in order to work around a bug in pdksh.
6027         Reported by Gilles Pion <gpion@lfdj.com>.
6028         (tramp-handle-verify-visited-file-modtime): Do not send a command
6029         when the connection is not established.
6030         (tramp-handle-set-file-times): Simplify the check for utc.
6032 2010-05-10  Juanma Barranquero  <lekktu@gmail.com>
6034         Fix use of `filter-buffer-substring' (rework previous change).
6035         * emulation/cua-base.el (cua--filter-buffer-noprops): New function.
6036         (cua-repeat-replace-region):
6037         * emulation/cua-rect.el (cua--extract-rectangle, cua-incr-rectangle):
6038         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6039         (cua-cut-region-to-global-mark): Use it.
6041 2010-05-09  Michael R. Mauger  <mmaug@yahoo.com>
6043         * progmodes/sql.el: Version 2.1.
6044         (sql-product-alist): Redesign structure of product info.
6045         (sql-product, sql-user, sql-server, sql-database): Safe variables.
6046         (sql-port, sql-port-history): New variables.
6047         (sql-interactive-product): New variable.
6048         (sql-send-terminator): New variable.
6049         (sql-imenu-generic-expression): Add "Types" imenu entry.
6050         (sql-oracle-login-params, sql-sqlite-login-params)
6051         (sql-mysql-login-params, sql-solid-login-params)
6052         (sql-sybase-login-params, sql-informix-login-params)
6053         (sql-ingres-login-params, sql-ms-login-params)
6054         (sql-postgres-login-params, sql-interbase-login-params)
6055         (sql-db2-login-params, sql-linter-login-params)
6056         (sql-oracle-scan-on): New variables.
6057         (sql-mode-map): Add C-c C-i to start interactive mode.
6058         (sql-mode-menu): Update existing menu entries.
6059         (sql-font-lock-keywords-builder): Compile-time font-lock optimization.
6060         (sql-mode-oracle-font-lock-keywords)
6061         (sql-mode-postgres-font-lock-keywords)
6062         (sql-mode-ms-font-lock-keywords)
6063         (sql-mode-sybase-font-lock-keywords)
6064         (sql-mode-informix-font-lock-keywords)
6065         (sql-mode-interbase-font-lock-keywords)
6066         (sql-mode-ingres-font-lock-keywords)
6067         (sql-mode-solid-font-lock-keywords)
6068         (sql-mode-mysql-font-lock-keywords)
6069         (sql-mode-sqlite-font-lock-keywords)
6070         (sql-mode-db2-font-lock-keywords)
6071         (sql-mode-linter-font-lock-keywords): Update initialization to
6072         reduce run-time complexity.
6073         (sql-add-product, sql-del-product): New functions.
6074         (sql-set-product-feature, sql-get-product-feature): New functions.
6075         (sql-product-font-lock): Update product API.
6076         (sql-add-product-keywords): New function.
6077         (sql-highlight-product): Update product API.
6078         (sql-help-list-products): New function.
6079         (sql-help): Dynamically lists free and non-free products.
6080         (sql-get-login): Correct bug in handling history and added
6081         prompt for port.
6082         (sql-copy-column): Copy without properties.
6083         (sqli-input-sender): Apply filters to SQLi input.
6084         (sql-query-placeholders-and-send): Obey `sql-oracle-scan-on' setting.
6085         Implement as a filter.
6086         (sql-escape-newlines-filter): Implement as a filter.
6087         (sql-remove-tabs-filter): New function.
6088         (sql-send-magic-terminator): New function.
6089         (sql-send-string): Implement magic terminator.
6090         (sql-send-region): Use `sql-send-string'.
6091         (sql-interactive-mode): Use product API.
6092         (sql-product-interactive): Use product API.
6093         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6094         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6095         (sql-db2, sql-linter): Use `sql-product-interactive'.
6096         (sql-connect): New function.
6097         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6098         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6099         (sql-connect-ingres, sql-connect-ms, sql-connect-postgres)
6100         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6101         Use `sql-connect'.
6103 2010-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6105         * minibuffer.el (completion-pcm-complete-word-inserts-delimiters):
6106         New custom variable.
6107         (completion-pcm--string->pattern): Use it.
6108         (completion-pcm--pattern->regex, completion-pcm--pattern->string):
6109         Make it handle any symbol as `any'.
6110         (completion-pcm--merge-completions): Extract common suffix for the new
6111         `prefix' symbol as well.
6112         (completion-substring--all-completions): Use the new `prefix' symbol.
6114 2010-05-09  Michael Albinus  <michael.albinus@gmx.de>
6116         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Define if
6117         not bound.
6118         (tramp-compat-copy-file): Add PRESERVE-SELINUX-CONTEXT.
6119         (tramp-compat-funcall): New defmacro.
6120         (tramp-compat-line-beginning-position)
6121         (tramp-compat-line-end-position)
6122         (tramp-compat-temporary-file-directory)
6123         (tramp-compat-make-temp-file, tramp-compat-file-attributes)
6124         (tramp-compat-copy-file, tramp-compat-copy-directory)
6125         (tramp-compat-delete-file, tramp-compat-delete-directory)
6126         (tramp-compat-number-sequence, tramp-compat-process-running-p)
6127         * net/tramp.el (top, with-progress-reporter)
6128         (tramp-rfn-eshadow-setup-minibuffer)
6129         (tramp-rfn-eshadow-update-overlay, tramp-handle-set-file-times)
6130         (tramp-handle-dired-compress-file, tramp-handle-shell-command)
6131         (tramp-completion-mode-p, tramp-check-for-regexp)
6132         (tramp-open-connection-setup-interactive-shell)
6133         (tramp-compute-multi-hops, tramp-read-passwd, tramp-clear-passwd)
6134         (tramp-time-diff, tramp-coding-system-change-eol-conversion)
6135         (tramp-set-process-query-on-exit-flag, tramp-unload-tramp)
6136         * net/tramp-cmds.el (tramp-cleanup-all-connections)
6137         (tramp-reporter-dump-variable, tramp-load-report-modules)
6138         (tramp-append-tramp-buffers)
6139         * net/tramp-gvfs.el (tramp-gvfs-handle-file-selinux-context): Use it.
6141         * net/tramp-imap.el (top): Autoload `epg-make-context'.
6143 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6145         * progmodes/compile.el (compilation-buffer-modtime): Rename from
6146         buffer-modtime.  Adjust users.
6148 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6150         * international/mule.el (auto-coding-alist): Only purecopy
6151         car of each item, not the whole list (Bug#6083).
6153 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6155         * progmodes/js.el (js-mode): Make paragraph variables local before
6156         calling c-setup-paragraph-variables (Bug#6071).
6158 2010-05-08  Eli Zaretskii  <eliz@gnu.org>
6160         * composite.el (compose-region, reference-point-alist): Fix typos
6161         in the doc strings.
6163 2010-05-08  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
6165         * calc/calc-graph.el (calc-graph-plot): Use the proper form for
6166         gnuplot's "set" command.
6168 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6170         * abbrev.el (last-abbrev-text): Doc fix.
6171         (abbrev-prefix-mark): Don't escape parenthesis.
6173 2010-05-08  Andreas Schwab  <schwab@linux-m68k.org>
6175         * composite.el (find-composition): Doc fix.
6177 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6179         * progmodes/sql.el (sql-electric-stuff): Fix typo in tag.
6180         (sql-oracle-program, sql-sqlite-options)
6181         (sql-query-placeholders-and-send): Doc fixes.
6182         (sql-set-product, sql-interactive-mode): Reflow docstrings.
6183         (sql-imenu-generic-expression, sql-buffer)
6184         (sql-mode-ansi-font-lock-keywords, sql-mode-oracle-font-lock-keywords)
6185         (sql-mode-postgres-font-lock-keywords, sql-mode-ms-font-lock-keywords)
6186         (sql-mode-sybase-font-lock-keywords)
6187         (sql-mode-informix-font-lock-keywords)
6188         (sql-mode-interbase-font-lock-keywords)
6189         (sql-mode-ingres-font-lock-keywords, sql-mode-solid-font-lock-keywords)
6190         (sql-mode-mysql-font-lock-keywords, sql-mode-sqlite-font-lock-keywords)
6191         (sql-mode-db2-font-lock-keywords, sql-mode-font-lock-keywords)
6192         (sql-product-feature, sql-highlight-product)
6193         (comint-line-beginning-position, sql-rename-buffer)
6194         (sql-toggle-pop-to-buffer-after-send-region sql-oracle)
6195         (sql-sybase, sql-informix, sql-sqlite, sql-mysql, sql-solid)
6196         (sql-ingres, sql-ms, sql-postgres, sql-interbase, sql-db2, sql-linter):
6197         Fix typos in docstrings.
6199 2010-05-08  Juri Linkov  <juri@jurta.org>
6201         * info.el (Info-fontify-node): Put Info-breadcrumbs to the `display'
6202         property instead of `invisible' and `after-string' (bug#5998).
6204 2010-05-08  Juri Linkov  <juri@jurta.org>
6206         * image-mode.el (image-mode-as-text): Fix typo in docstring.
6208 2010-05-08  Juanma Barranquero  <lekktu@gmail.com>
6210         * filecache.el (file-cache-add-directory-list)
6211         (file-cache-add-directory-recursively): Fix typos in docstrings.
6213 2010-05-08  Kenichi Handa  <handa@m17n.org>
6215         * language/indian.el (gurmukhi-composable-pattern): Fix typo.
6216         (gujarati-composable-pattern): Fix typo.
6218 2010-05-08  Kenichi Handa  <handa@m17n.org>
6220         * language/indian.el (oriya-composable-pattern)
6221         (tamil-composable-pattern, malayalam-composable-pattern):
6222         Add two-part vowels to "v" (vowel sign).
6224 2010-05-08  Chong Yidong  <cyd@stupidchicken.com>
6226         * files.el (copy-directory): Handle symlinks (Bug#5982).
6228 2010-05-08  Dan Nicolaescu  <dann@ics.uci.edu>
6230         * vc-hg.el (vc-hg-state): Use HGRCPATH, not HGRC.
6231         (vc-hg-working-revision): Likewise.  Use hg parents, not hg parent
6232         (Bug#5846).
6234 2010-05-08  Glenn Morris  <rgm@gnu.org>
6236         * emacs-lisp/lisp.el (lisp-completion-at-point): Give it a doc string.
6238         * minibuffer.el (completion-at-point): Doc fix.
6240 2010-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * electric.el (Electric-command-loop): Minor tweak.
6244         * ebuff-menu.el (electric-buffer-list): Try and make it behave a bit
6245         better with dedicated windows.
6247 2010-05-07  Chong Yidong  <cyd@stupidchicken.com>
6249         * Version 23.2 released.
6251 2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
6252             Stefan Monnier  <monnier@iro.umontreal.ca>
6254         Highlight vendor specific properties.
6255         * textmodes/css-mode.el (css-proprietary-nmstart-re): New var.
6256         (css-proprietary-property): New face.
6257         (css-font-lock-keywords): Use them.
6259 2010-05-07  Eli Zaretskii  <eliz@gnu.org>
6261         * cus-start.el (all): Add native condition for tool-bar-* symbols.
6263 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6265         * textmodes/dns-mode.el (auto-mode-alist): Add entry for .zone files.
6266         * files.el (auto-mode-alist): Remove redundant entries.
6268         * files.el (auto-save-mode): Move to simple.el to fix bootstrap.
6269         * simple.el (auto-save-mode): Move from files.el.
6270         * minibuffer.el (completion--common-suffix): Fix copy&paste error.
6272 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6274         * epg.el (epg-key-capablity-alist): Add "D" flag (Bug#5592).
6276 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6278         * mail/binhex.el (binhex-decode-region-internal)
6279         * mail/uudecode.el (uudecode-decode-region-internal)
6280         * net/dns.el (dns-read-string-name, dns-write, dns-read)
6281         (dns-read-type, dns-query)
6282         * pgg-parse.el (pgg-parse-armor)
6283         * pgg.el (pgg-verify-region)
6284         * sha1.el (sha1-string-external): Don't run set-buffer-multibyte for
6285         XEmacs.
6287         * net/imap.el (imap-disable-multibyte): Redefine it as a macro.
6289 2010-05-07  Juanma Barranquero  <lekktu@gmail.com>
6291         * progmodes/cperl-mode.el (cperl-mode-unload-function): New function.
6293         Fix use of `filter-buffer-substring' (4th arg NOPROPS removed).
6294         * emulation/cua-base.el (cua-repeat-replace-region):
6295         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
6296         (cua-cut-region-to-global-mark):
6297         Remove text properties with `set-text-properties'.
6299 2010-05-06  Michael Albinus  <michael.albinus@gmx.de>
6301         * net/tramp.el (top, with-progress-reporter):
6302         Use `symbol-function' inside `funcall'.
6304         * net/tramp-compat.el (tramp-compat-file-attributes)
6305         (tramp-compat-delete-file, tramp-compat-delete-directory):
6306         Handle only `wrong-number-of-arguments' error.
6308         * net/tramp-gvfs.el (tramp-gvfs-handle-copy-file): Fix typo.
6309         (tramp-gvfs-handle-file-selinux-context): Use `symbol-function'
6310         inside `funcall'.
6312 2010-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6314         * minibuffer.el (completion--sreverse, completion--common-suffix):
6315         New functions.
6316         (completion-pcm--merge-completions): Extract common suffix when safe.
6318         * emacs-lisp/easy-mmode.el (define-minor-mode):
6319         Make :variable more flexible.
6320         * files.el (auto-save-mode): Use it to define using define-minor-mode.
6322 2010-05-05  Juri Linkov  <juri@jurta.org>
6324         Add `slow' and `history' tags to the desktop data.
6326         * info.el (Info-virtual-nodes) [*Index*]: Add `slow' tag.
6327         (Info-virtual-files) [*Apropos*]: Add `slow' tag.
6328         (Info-finder-find-node): Require `finder.el' to be able
6329         to restore node from the desktop.
6330         (Info-desktop-buffer-misc-data): Save all nodes.  Save additional
6331         data `Info-history' and `slow' tag in the assoc list.
6332         (Info-restore-desktop-buffer): Don't restore nodes with the
6333         `slow' tag.  Restore `Info-history'.
6335 2010-05-05  Michael Albinus  <michael.albinus@gmx.de>
6337         Add FORCE argument to `delete-file'.
6339         * net/ange-ftp.el (ange-ftp-del-tmp-name): Make it a defun,
6340         forcing to delete the temporary file.
6341         (ange-ftp-delete-file): Add FORCE arg.
6342         (ange-ftp-rename-remote-to-remote)
6343         (ange-ftp-rename-local-to-remote, ange-ftp-rename-remote-to-local)
6344         (ange-ftp-load, ange-ftp-compress, ange-ftp-uncompress):
6345         Force file deletion.
6347         * net/tramp-compat.el (tramp-compat-delete-file): New defun.
6349         * net/tramp.el (tramp-handle-delete-file): Add FORCE arg.
6350         (tramp-handle-make-symbolic-link, tramp-handle-load)
6351         (tramp-do-copy-or-rename-file-via-buffer)
6352         (tramp-do-copy-or-rename-file-directly)
6353         (tramp-do-copy-or-rename-file-out-of-band)
6354         (tramp-handle-process-file, tramp-handle-call-process-region)
6355         (tramp-handle-shell-command, tramp-handle-file-local-copy)
6356         (tramp-handle-insert-file-contents, tramp-handle-write-region)
6357         (tramp-delete-temp-file-function): Use `tramp-compat-delete-file'.
6359         * net/tramp-fish.el (tramp-fish-handle-delete-file): Add FORCE arg.
6360         (tramp-fish-handle-make-symbolic-link)
6361         (tramp-fish-handle-process-file): Use `tramp-compat-delete-file'.
6363         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
6364         Use `tramp-compat-delete-file'.
6366         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-file): Add FORCE arg.
6367         (tramp-gvfs-handle-write-region): Use `tramp-compat-delete-file'.
6369         * net/tramp-imap.el (tramp-imap-handle-delete-file): Add FORCE arg.
6370         (tramp-imap-do-copy-or-rename-file): Use `tramp-compat-delete-file'.
6372         * net/tramp-smb.el (tramp-smb-handle-delete-file): Add FORCE arg.
6373         (tramp-smb-handle-copy-file, tramp-smb-handle-file-local-copy)
6374         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region): Use
6375         `tramp-compat-delete-file'.
6377 2010-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6379         Minor cleanups.
6380         * subr.el (add-minor-mode): Use push.
6381         * mail/supercite.el (sc-electric-mode): Use more descriptive arg name.
6382         * emulation/edt.el (edt-select-mode): Simplify.
6384         Use define-minor-mode in more cases.
6385         * term/tvi970.el (tvi970-set-keypad-mode):
6386         * simple.el (auto-fill-mode, overwrite-mode, binary-overwrite-mode)
6387         (normal-erase-is-backspace-mode):
6388         * scroll-bar.el (scroll-bar-mode): Use it and define-minor-mode.
6389         (set-scroll-bar-mode-1): (Re)move to its sole caller.
6390         (get-scroll-bar-mode): New function.
6391         * emacs-lisp/cl-macs.el (eq): Handle a non-variable first arg.
6393         Use define-minor-mode for less obvious cases.
6394         * emacs-lisp/easy-mmode.el (define-minor-mode): Add :variable keyword.
6395         * emacs-lisp/cl-macs.el (terminal-parameter, eq): Add setf method.
6396         * international/iso-ascii.el (iso-ascii-mode):
6397         * frame.el (auto-raise-mode, auto-lower-mode):
6398         * composite.el (global-auto-composition-mode): Use define-minor-mode.
6400 2010-05-04  Michael Albinus  <michael.albinus@gmx.de>
6402         * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args'
6403         in order to see error messages for failed logins.
6405 2010-05-03  Chong Yidong  <cyd@stupidchicken.com>
6407         * diff.el (diff-sentinel):
6409         * epg.el (epg--make-temp-file, epg-decrypt-string)
6410         (epg-verify-string, epg-sign-string, epg-encrypt-string):
6412         * jka-compr.el (jka-compr-partial-uncompress)
6413         (jka-compr-call-process, jka-compr-write-region, jka-compr-load):
6415         * server.el (server-sentinel): Use delete-file's new FORCE arg
6416         (Bug#6070).
6418 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         Use define-minor-mode where applicable.
6421         * view.el (view-mode):
6422         * type-break.el (type-break-query-mode)
6423         (type-break-mode-line-message-mode):
6424         * textmodes/reftex.el (reftex-mode):
6425         * term/vt100.el (vt100-wide-mode):
6426         * tar-mode.el (tar-subfile-mode):
6427         * savehist.el (savehist-mode):
6428         * ibuf-ext.el (ibuffer-auto-mode):
6429         * composite.el (auto-composition-mode):
6430         * progmodes/vhdl-mode.el (vhdl-electric-mode, vhdl-stutter-mode):
6431         Use define-minor-mode.
6432         (vhdl-mode): Use static mode-line format.
6433         (vhdl-mode-line-update): Delete.
6434         (vhdl-create-mode-menu, vhdl-activate-customizations)
6435         (vhdl-hs-minor-mode): Don't bother calling it.
6437 2010-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6439         * simple.el (with-wrapper-hook): Move.
6440         (buffer-substring-filters): Mark obsolete.
6441         (filter-buffer-substring-functions): New variable.
6442         (filter-buffer-substring): Use it.  Remove unused arg `noprops'.
6444 2010-05-01  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
6445             Michael Albinus  <michael.albinus@gmx.de>
6447         Implement compression for inline methods.
6449         * net/tramp.el (tramp-inline-compress-start-size): New defcustom.
6450         (tramp-copy-size-limit): Allow also nil.
6451         (tramp-inline-compress-commands): New defconst.
6452         (tramp-find-inline-compress, tramp-get-inline-compress)
6453         (tramp-get-inline-coding): New defuns.
6454         (tramp-get-remote-coding, tramp-get-local-coding): Remove,
6455         replaced by `tramp-get-inline-coding'.
6456         (tramp-handle-file-local-copy, tramp-handle-write-region)
6457         (tramp-method-out-of-band-p): Use `tramp-get-inline-coding'.
6459 2010-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6461         * bindings.el (mode-line-abbrev-mode, mode-line-auto-fill-mode):
6462         Remove unused functions.
6464         * emacs-lisp/lisp-mode.el (lisp-mode): Use define-derived-mode.
6465         Set find-tag-default-function as a variable rather than a property.
6467         * minibuffer.el (tags-completion-at-point-function): Move to etags.el.
6468         * progmodes/etags.el (tags-completion-at-point-function):
6469         Remove left over interactive spec.  Add autoloading stub.
6470         (complete-tag): Use tags-completion-at-point-function.
6472 2010-04-30  Chong Yidong  <cyd@stupidchicken.com>
6474         * minibuffer.el (tags-completion-at-point-function): Fix return value.
6476 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6478         * ido.el (ido-init-completion-maps): Remove C-v binding.
6479         (ido-minibuffer-setup): Don't set cua-inhibit-cua-keys (Bug#5765).
6481 2010-04-29  Chong Yidong  <cyd@stupidchicken.com>
6483         * minibuffer.el (tags-completion-at-point-function): New function.
6484         (completion-at-point-functions): Use it.
6486         * progmodes/etags.el (complete-tag): Revert last change.
6488 2010-04-29  Alan Mackenzie  <acm@muc.de>
6490         * progmodes/cc-mode.el (c-extend-region-for-CPP): Fix an
6491         off-by-one error (in end of macro position).
6493 2010-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6495         * net/browse-url.el (browse-url-firefox-program): Use iceweasel if
6496         firefox is absent.  Don't autoload.
6497         (browse-url-galeon-program): Don't autoload.
6499 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6501         * bindings.el (complete-symbol): Move into minibuffer.el.
6503         * minibuffer.el (complete-tag): Move from etags.el.  If tags
6504         completion cannot be performed, return nil instead of signalling
6505         an error.
6506         (completion-at-point): Make it an alias for complete-symbol.
6507         (complete-symbol): Move from bindings.el, and replace with the
6508         body of completion-at-point.
6510         * progmodes/etags.el (complete-tag): Move to minibuffer.el.
6512 2010-04-28  Michael Albinus  <michael.albinus@gmx.de>
6514         * net/tramp.el (tramp-remote-selinux-p): New defun.
6515         (tramp-handle-file-selinux-context)
6516         (tramp-handle-set-file-selinux-context): Use it.
6518 2010-04-28  Sam Steingold  <sds@gnu.org>
6520         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6521         `safe-local-variable' if the value is a string or a symbol with
6522         the property `bug-reference-url-format'.
6524 2010-04-28  Chong Yidong  <cyd@stupidchicken.com>
6526         * progmodes/bug-reference.el (bug-reference-url-format):
6527         Revert 2010-04-27 change due to security risk.
6529 2010-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         Make it possible to locally disable a globally enabled mode.
6532         * simple.el (fundamental-mode): Run fundamental-mode-hook.
6533         * emacs-lisp/derived.el (define-derived-mode): Use fundamental-mode
6534         rather than kill-all-local-variables so it runs fundamental-mode-hook.
6535         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6536         Use fundamental-mode-hook to run MODE-enable-in-buffers earlier, so
6537         that subsequent hooks get a chance to disable it.
6539 2010-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6541         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
6542         Avoid re-enabling a minor mode after the user turned the minor mode
6543         off if MODE-enable-in-buffers is run twice (typically once from
6544         fundamental-mode's after-change-major-mode-hook and a second time from
6545         run-mode-hook's own after-change-major-mode-hook).
6547         * emacs-lisp/lisp.el (lisp-complete-symbol): Fail gracefully.
6549 2010-04-27  Sam Steingold  <sds@gnu.org>
6551         * progmodes/bug-reference.el (bug-reference-url-format): Mark as
6552         `safe-local-variable' if the value is a string or a function, as
6553         documented and implemented on 2010-04-02.
6555 2010-04-27  Juanma Barranquero  <lekktu@gmail.com>
6557         * ido.el (ido-buffer-internal): Bind `ido-use-virtual-buffers' to nil
6558         when method is 'kill.
6560 2010-04-27  Agustín Martín  <agustin.martin@hispalinux.es>
6562         * textmodes/ispell.el (ispell-init-process): Fix personal dictionary
6563         condition in default directory check.
6564         (ispell-init-process,ispell-kill-ispell,kill-buffer-hook):
6565         Kill ispell process when killing its associated buffer.
6567 2010-04-27  Jan Djärv  <jan.h.d@swipnet.se>
6569         * desktop.el (desktop-kill): ask-if-new: Ask if desktop file exists,
6570         but we aren't using it.
6572 2010-04-25  Jan Djärv  <jan.h.d@swipnet.se>
6574         * tool-bar.el (tool-bar-local-item-from-menu): Revert unintended
6575         checkin in 2010-04-23T16:26:11Z!monnier@iro.umontreal.ca.
6577 2010-04-24  Glenn Morris  <rgm@gnu.org>
6579         * emacs-lisp/authors.el (authors-obsolete-files-regexps):
6580         Ignore VCS-ignore files, and deleted nextstep preferences files.
6581         (authors-ignored-files): Ignore deleted cedet test files, and "*.el".
6582         (authors-ambiguous-files): New list.
6583         (authors-valid-file-names): Add some deleted files.
6584         (authors-renamed-files-alist): Add font-setting.el, edt-user.doc.
6585         (authors-disambiguate-file-name): New function.  (Bug#5501)
6586         (authors-canonical-file-name): Doc fix.
6587         Don't warn about obsolete files.
6588         (authors-canonical-file-name, authors-scan-el):
6589         Use authors-disambiguate-file-name.
6591         * hfy-cmap.el (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6592         Add autoload cookies.
6593         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values): Add docs.
6594         (generated-autoload-file): Set file-local value to "htmlfontify.el".
6595         * htmlfontify.el (caddr, cadddr): Remove fallback definitions.
6596         They have definitions / compiler macros in cl.el.
6597         (htmlfontify-load-rgb-file, hfy-fallback-colour-values):
6598         Replace manual autoloads with generated ones.
6599         (htmlfontify-unload-rgb-file): Remove autoload.
6600         * Makefile.in (autoloads): Ensure htmlfontify.el is writable.
6602 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6604         * emacs-lisp/bytecomp.el (byte-compile-set-default): New function.
6605         (byte-compile-setq-default): Optimize for the
6606         single-var case and don't call byte-compile-form in this case to avoid
6607         inf-loop with byte-compile-set-default.
6609         * progmodes/compile.el (compilation-start): Abbreviate default directory.
6611 2010-04-23  Michael Albinus  <michael.albinus@gmx.de>
6613         Implement SELINUX backends.
6615         * net/tramp.el (tramp-file-name-handler-alist):
6616         Add `file-selinux-context' and `set-file-selinux-context'.
6617         (tramp-handle-file-selinux-context)
6618         (tramp-handle-set-file-selinux-context): New defuns.
6619         (tramp-handle-copy-file, tramp-do-copy-or-rename-file):
6620         Handle PRESERVE-SELINUX-CONTEXT.
6622         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
6623         Add `file-selinux-context' and `set-file-selinux-context'.
6624         (tramp-gvfs-handle-file-selinux-context)
6625         (tramp-gvfs-handle-set-file-selinux-context): New defuns.
6626         (tramp-gvfs-handle-copy-file): Handle PRESERVE-SELINUX-CONTEXT.
6628         * net/ange-ftp.el (ange-ftp-copy-file):
6629         * net/tramp-fish.el (tramp-fish-handle-copy-file):
6630         * net/tramp-imap.el (tramp-imap-handle-copy-file):
6631         * net/tramp-smb.el (tramp-smb-handle-copy-file):
6632         Add PRESERVE-SELINUX-CONTEXT.
6634 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6636         Synchronize with Tramp repository.
6638         * net/tramp.el (with-connection-property, tramp-completion-mode-p)
6639         (tramp-action-process-alive, tramp-action-out-of-band)
6640         (tramp-check-for-regexp, tramp-file-name-p, tramp-equal-remote)
6641         (tramp-exists-file-name-handler): Fix docstring.
6642         (with-progress-reporter): New defmacro.
6643         (tramp-do-copy-or-rename-file, tramp-handle-dired-compress-file)
6644         (tramp-maybe-open-connection): Use it.
6646 2010-04-22  Noah Lavine  <noah549@gmail.com>  (tiny change)
6648         Detect ssh 'ControlMaster' argument automatically in some cases.
6650         * net/tramp.el (tramp-detect-ssh-controlmaster): New defun.
6651         (tramp-default-method): Use it.
6653 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6655         * net/tramp.el (tramp-handle-copy-file): Add new optional
6656         parameter `preserve-selinux-context'.
6657         (tramp-file-name-for-operation): Add `set-file-selinux-context'.
6659 2010-04-22  Michael Albinus  <michael.albinus@gmx.de>
6661         * net/tramp.el (tramp-completion-handle-file-name-all-completions):
6662         Ensure, that non remote files are still checked.  Oops.
6664 2010-04-21  Michael Albinus  <michael.albinus@gmx.de>
6666         Fix Bug#5840.
6668         * icomplete.el (icomplete-completions): Use `non-essential'.
6670         * net/tramp.el (tramp-connectable-p): New defun.
6671         (tramp-handle-expand-file-name)
6672         (tramp-completion-handle-file-name-all-completions)
6673         (tramp-completion-handle-file-name-completion): Use it.
6675 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * emacs-lisp/lisp.el (lisp-completion-at-point): Try and handle errors.
6679 2010-04-21  Jan Djärv  <jan.h.d@swipnet.se>
6681         * vc-dir.el (vc-dir-tool-bar-map): Add :label on some tool bar items.
6683         * tool-bar.el (tool-bar-setup): Add :label on some tool bar items.
6685         * loadup.el: Load dynamic-setting.el if feature dynamic-setting
6686         is present.
6688         * info.el (info-tool-bar-map): Add labels.
6690         * cus-start.el (all): Add tool-bar-style and tool-bar-max-label-size.
6692         * cus-edit.el (custom-commands): Add labels for tool bar.
6693         (custom-buffer-create-internal, Custom-mode): Adjust for
6694         labels in custom-commands.
6696         * dynamic-setting.el: Renamed from font-setting.el.
6698 2010-04-21  John Wiegley  <jwiegley@gmail.com>
6700         * ido.el (ido-init-completion-maps): For ido-switch-buffer, C-o
6701         toggles the use of virtual buffers.
6702         (ido-buffer-internal): Guard `ido-use-virtual-buffers' global value.
6703         (ido-toggle-virtual-buffers): New function.
6705 2010-04-21  Juanma Barranquero  <lekktu@gmail.com>
6707         Use `define-derived-mode'; fix window selection; doc fixes.
6708         * play/tetris.el (tetris, tetris-update-speed-function)
6709         (tetris-tty-colors, tetris-x-colors, tetris-move-bottom)
6710         (tetris-move-left, tetris-move-right, tetris-rotate-prev)
6711         (tetris-rotate-next, tetris-end-game, tetris-start-game)
6712         (tetris-pause-game): Fix typos in docstrings.
6713         (tetris-mode-map, tetris-null-map):
6714         Move initialization into declaration.
6715         (tetris-mode): Define with `define-derived-mode';
6716         set show-trailing-whitespace to nil.
6717         (tetris): Prefer window already displaying the "*Tetris*" buffer.
6719 2010-04-21  Karel Klíč  <kklic@redhat.com>
6721         * files.el (backup-buffer): Handle SELinux context, and return it
6722         if a backup was made by renaming.
6723         (backup-buffer-copy): Set SELinux context to the target file.
6724         (basic-save-buffer): Set SELinux context of the newly written file.
6725         (basic-save-buffer-1): Now it also returns any SELinux context.
6726         (basic-save-buffer-2): Set SELinux context of the newly created file,
6727         and return it.
6728         * net/tramp.el (tramp-file-name-for-operation):
6729         Add file-selinux-context.
6731 2010-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         Make the log-edit comments use RFC822 format throughout.
6735         * vc.el (vc-checkin, vc-modify-change-comment):
6736         Adjust to new vc-start/finish-logentry.
6737         (vc-find-conflicted-file): New command.
6738         (vc-transfer-file): Adjust to new vc-checkin.
6739         (vc-next-action): Improve scoping.
6741         * vc-hg.el (vc-hg-log-edit-mode): Remove.
6742         (vc-hg-checkin): Remove extra arg.  Use log-edit-extract-headers.
6744         * vc-git.el (vc-git-log-edit-mode): Remove.
6745         (vc-git-checkin): Remove extra arg.  Use log-edit-extract-headers.
6746         (vc-git-commits-coding-system): Rename from git-commits-coding-system.
6748         * vc-dispatcher.el (vc-log-edit): Shorten names for log-edit-show-files.
6749         (vc-start-logentry): Remove argument `extra'.
6750         (vc-finish-logentry): Remove extra args.
6752         * vc-bzr.el (vc-bzr-log-edit-mode): Remove.
6753         (vc-bzr-checkin): Remove extra arg.  Use log-edit-extract-headers.
6754         (vc-bzr-conflicted-files): New function.
6756         * log-edit.el (log-edit-extra-flags)
6757         (log-edit-before-checkin-process): Remove.
6758         (log-edit-summary, log-edit-header, log-edit-unknown-header): New faces.
6759         (log-edit-headers-alist): New var.
6760         (log-edit-header-contents-regexp): New const.
6761         (log-edit-match-to-eoh): New function.
6762         (log-edit-font-lock-keywords): Use them.
6763         (log-edit): Insert a "Summary:" header as default.
6764         (log-edit-mode): Mark font-lock rules as case-insensitive.
6765         (log-edit-done): Cleanup headers.
6766         (log-view-process-buffer): Remove.
6767         (log-edit-extract-headers): New function to replace it.
6769 2010-04-20  Juanma Barranquero  <lekktu@gmail.com>
6771         * subr.el (default-direction-reversed): Remove obsolescence info.
6773 2010-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6775         * vc-dispatcher.el (vc-finish-logentry): Don't mess so badly with the
6776         windows/frames.
6778         * emacs-lisp/lisp.el (lisp-completion-at-point): Complete around point.
6779         I.e. include text after point in the completion region.
6780         Also, return nil when we're not after/in a symbol.
6782         * international/mule-cmds.el (view-hello-file): Don't fiddle with the
6783         default enable-multibyte-characters.
6785 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6787         * international/mule.el: Help the user choose a valid coding-system.
6788         (read-buffer-file-coding-system): New function.
6789         (set-buffer-file-coding-system): Use it.  Prompt the user if the
6790         coding-system cannot encode all the chars.
6792         * vc-bzr.el: Use standard *vc* and *vc-diff* buffers.
6793         (vc-bzr-shelve-show, vc-bzr-shelve-apply)
6794         (vc-bzr-shelve-apply-and-keep, vc-bzr-shelve-snapshot):
6795         Don't use *vc-bzr-shelve*.
6797 2010-04-19  Dan Nicolaescu  <dann@ics.uci.edu>
6799         Fix the version number for added files.
6800         * vc-hg.el (vc-hg-working-revision): Check if the file is
6801         registered after hg parent fails (Bug#5961).
6803 2010-04-19  Glenn Morris  <rgm@gnu.org>
6805         * htmlfontify.el (htmlfontify-buffer)
6806         (htmlfontify-copy-and-link-dir): Autoload entry points.
6808 2010-04-19  Magnus Henoch  <magnus.henoch@gmail.com>
6810         * vc-hg.el (vc-hg-annotate-extract-revision-at-line): Expand file
6811         name relative to the project root (Bug#5960).
6813 2010-04-19  Glenn Morris  <rgm@gnu.org>
6815         * vc-git.el (vc-git-print-log): Doc fix.
6817 2010-04-19  Óscar Fuentes  <ofv@wanadoo.es>
6819         * ido.el (ido-file-internal): Fix 2009-12-02 change.
6821 2010-04-19  Christoph  <cschol2112@googlemail.com>  (tiny change)
6823         * progmodes/grep.el (grep-compute-defaults): Fix handling of host
6824         default settings (Bug#5928).
6826 2010-04-19  Glenn Morris  <rgm@gnu.org>
6828         * progmodes/fortran.el (fortran-match-and-skip-declaration):
6829         New function.
6830         (fortran-font-lock-keywords-3): Use it.  (Bug#1385)
6832 2010-04-19  Kenichi Handa  <handa@m17n.org>
6834         * language/indian.el (malayalam-composable-pattern): Fix previous
6835         change (add U+0D4D "SIGN VIRAMA").
6836         (oriya-composable-pattern): Add U+0B30 and fix typo in the regexp.
6837         (tamil-composable-pattern): Fix typo in the regexp.
6838         (telugu-composable-pattern): Fix U+0C4D and typo in the regexp.
6839         (kannada-composable-pattern): Fix U+0CB0 and typo in the regexp.
6840         (malayalam-composable-pattern): Fix U+0D4D and typo in the regexp.
6842 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6844         * textmodes/tex-mode.el (latex-mode): Revert 2008-03-03 change to
6845         paragraph-separate (Bug#5821).
6847 2010-04-19  Juri Linkov  <juri@jurta.org>
6849         Put breadcrumbs on overlay instead of inserting to buffer (bug#5809).
6851         * info.el (Info-find-node-2): Comment out code that skips
6852         breadcrumbs line.
6853         (Info-mouse-follow-link): New command.
6854         (Info-link-keymap): New keymap.
6855         (Info-breadcrumbs): Rename from `Info-insert-breadcrumbs'.
6856         Return a string with links instead of inserting breadcrumbs
6857         to the Info buffer.
6858         (Info-fontify-node): Comment out code that inserts breadcrumbs.
6859         Instead of putting the `invisible' text property over the Info
6860         header, make an overlay over the Info header with the `invisible'
6861         property and `after-string' set to the string returned by
6862         `Info-breadcrumbs'.
6864 2010-04-19  Chong Yidong  <cyd@stupidchicken.com>
6866         * help.el (help-window-setup-finish): Doc fix (Bug#5830).
6867         Reported by monkey@sandpframing.com.
6869 2010-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu.
6872         (tmm-get-keymap): Add key-binding shortcuts now that they're not
6873         available in the "keyseq cache" any more.
6875         * custom.el (defcustom): Add edebug spec.
6877 2010-04-18  Juri Linkov  <juri@jurta.org>
6879         Test for special mode-class in view-buffer instead of view-file (bug#5513).
6881         * view.el (view-file, view-buffer): Move test for special mode-class
6882         from view-file to view-buffer.
6884         * tar-mode.el (tar-extract): Turn if's into one cond
6885         like in arc-mode.el.
6887 2010-04-18  Juri Linkov  <juri@jurta.org>
6889         Add 7z archive format support (bug#5475).
6891         * arc-mode.el (archive-zip-extract): Try to find 7z executable.
6892         (archive-7z-extract): New defcustom.
6893         (archive-find-type): Add magic string for 7z.
6894         (archive-extract-by-stdout): Add new optional arg `stderr-file'.
6895         If `stderr-file' is non-nil, use `(t stderr-file)' for the
6896         `buffer' arg of `call-process'.
6897         (archive-zip-extract): Check `archive-zip-extract' for "7z" and
6898         call the function `archive-7z-extract' with the variable
6899         `archive-7z-extract' let-bound to `archive-zip-extract'.
6900         (archive-7z-summarize, archive-7z-extract): New functions.
6902         * international/mule.el (auto-coding-alist):
6903         * files.el (auto-mode-alist): Add 7z file extension.
6905 2010-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6907         * loadup.el: Setup hash-cons for pure data.
6909         Fix duplicate entries in cedet's loaddefs.el files.
6910         * emacs-lisp/autoload.el (autoload-file-load-name): Be more clever.
6911         Should make most file-local generated-autoload-file unnecessary.
6912         (print-readably): Silence warnings.
6913         (autoload-find-destination): Take load-name as an arg to make sure
6914         it's the same as the one that will be in the file.
6915         (autoload-generate-file-autoloads): Adjust to above changes.
6916         Try to make the dataflow a bit simpler.
6918         * cvs-status.el (cvs-refontify): Remove unused.
6920 2010-04-18  Jay Belanger  <jay.p.belanger@gmail.com>
6922         * calc/calc.el (calc-mode-map): Bind "O" to `calc-missing-key'.
6924         * calc/calc-bin.el (calc-radix): Have the "O" option turn on
6925         twos-complement mode.
6927 2010-04-17  Jay Belanger  <jay.p.belanger@gmail.com>
6929         * calc/calc-ext.el (calc-init-extensions): Add keybinding for
6930         'calc-option'.  Add `calc-option-prefix-help' to calc-help autoloads.
6931         (calc-inverse): Add "Option" to message, as appropriate.
6932         (calc-hyperbolic): Add "Option" to message, as appropriate.
6933         (calc-option, calc-is-option): New functions.
6935         * calc/calc-help.el (calc-full-help): Add `calc-option-help'.
6936         (calc-option-prefix-help): New function.
6938         * calc/calc-misc.el (calc-help): Add "Option" entry.
6940         * calc/calc.el (calc-local-var-list): Add `calc-option-flag'.
6941         (calc-option-flag): New variable.
6942         (calc-do): Set `calc-option-flag to nil.
6943         (calc-set-mode-line): Add "Opt " as appropriate.
6945 2010-04-16  Juri Linkov  <juri@jurta.org>
6947         Move scrolling commands from simple.el to window.el
6948         because their primitives are implemented in window.c.
6950         * simple.el (scroll-error-top-bottom)
6951         (scroll-up-command, scroll-down-command, scroll-up-line)
6952         (scroll-down-line, scroll-other-window-down)
6953         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6954         * window.el (scroll-error-top-bottom)
6955         (scroll-up-command, scroll-down-command, scroll-up-line)
6956         (scroll-down-line, scroll-other-window-down)
6957         (beginning-of-buffer-other-window, end-of-buffer-other-window):
6958         Move from simple.el to window.el because their primitives are
6959         implemented in window.c.
6961 2010-04-16  Juri Linkov  <juri@jurta.org>
6963         * isearch.el (isearch-lookup-scroll-key): Check both
6964         `isearch-scroll' and `scroll-command' properties.
6965         (scroll-up, scroll-down): Remove `isearch-scroll' property.
6967         * mwheel.el (mwheel-scroll): Remove `isearch-scroll' property.
6969         * simple.el (scroll-up-command, scroll-down-command)
6970         (scroll-up-line, scroll-down-line): Remove `isearch-scroll' property.
6972 2010-04-15  Juri Linkov  <juri@jurta.org>
6974         * simple.el (scroll-up-command, scroll-down-command)
6975         (scroll-up-line, scroll-down-line): Put `scroll-command'
6976         property on the these symbols.  Remove them from
6977         `scroll-preserve-screen-position-commands'.
6979         * mwheel.el (mwheel-scroll): Put `scroll-command' and
6980         `isearch-scroll' properties on the `mwheel-scroll' symbol.
6981         Remove it from `scroll-preserve-screen-position-commands'.
6983         * isearch.el (isearch-allow-scroll): Doc fix.
6985 2010-04-15  Michael Albinus  <michael.albinus@gmx.de>
6987         * net/tramp.el (tramp-error-with-buffer): Don't show the
6988         connection buffer when we are in completion mode.
6989         (tramp-file-name-handler): Catch the error for some operations
6990         when we are in completion mode.  This gives the user the chance to
6991         correct the file name in the minibuffer.
6993 2010-04-15  Glenn Morris  <rgm@gnu.org>
6995         * progmodes/verilog-mode.el (verilog-forward-sexp): Avoid free variable.
6997 2010-04-15  Juanma Barranquero  <lekktu@gmail.com>
6999         Simplify by using `define-derived-mode'.
7000         * info.el (Info-mode):
7001         * calendar/todo-mode.el (todo-mode):
7002         * play/gomoku.el (gomoku-mode): Define with `define-derived-mode'.
7003         (gomoku-mode-map): Move initialization into declaration.
7005 2010-04-14  Michael Albinus  <michael.albinus@gmx.de>
7007         Fix Bug#5840.
7008         * ido.el (ido-file-name-all-completions-1):
7009         * minibuffer.el (minibuffer-completion-help):
7010         * net/tramp.el (tramp-completion-mode-p): Use `non-essential'.
7012 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7014         * simple.el (non-essential): New var.
7016         Add a new field `location' to bookmarks for non-file bookmarks.
7017         * bookmark.el (bookmark-location): Use the new field, if present.
7018         (bookmark-insert-location): Undo last change, not needed any more.
7019         * man.el (Man-bookmark-make-record):
7020         * woman.el (woman-bookmark-make-record): Add `location' field.
7022 2010-04-14  Juri Linkov  <juri@jurta.org>
7024         * simple.el (scroll-error-top-bottom): New defcustom.
7025         (scroll-up-command, scroll-down-command): Use it.  Doc fix.
7027         * emulation/pc-select.el (pc-select-override-scroll-error):
7028         Obsolete in favor of `scroll-error-top-bottom'.
7030 2010-04-14  Juri Linkov  <juri@jurta.org>
7032         * tutorial.el (tutorial--default-keys): Rebind `C-v' to
7033         `scroll-up-command' and `M-v' to `scroll-down-command'.
7035         * emulation/cua-rect.el (cua--init-rectangles):
7036         * forms.el (forms--change-commands):
7037         * image-mode.el (image-mode-map):
7038         Remap scroll-down-command and scroll-up-command
7039         in addition to scroll-down and scroll-up.
7041 2010-04-14  Juri Linkov  <juri@jurta.org>
7043         * mwheel.el (scroll-preserve-screen-position-commands):
7044         Add mwheel-scroll to this list of commands.
7046         * simple.el (scroll-preserve-screen-position-commands):
7047         Add scroll-up-command, scroll-down-command, scroll-up-line,
7048         scroll-down-line to this list of commands.
7050 2010-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7052         * obsolete/complete.el: Move from lisp/complete.el.
7054         * pcomplete.el (pcomplete-here*): Fix mistaken change (bug#5935).
7056         * emacs-lisp/easy-mmode.el (define-minor-mode): Passing a nil argument
7057         to the minor mode function now turns the mode ON unconditionally.
7059 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7061         * vc-dir.el (vc-dir-kill-line): New command.
7062         (vc-dir-mode-map): Bind it to C-k.
7064         * bookmark.el (bookmark-insert-location): Handle a nil filename.
7066         * woman.el: Add bookmark declarations to silence the compiler.
7067         (bookmark-prop-get): Use `man-args' rather than `filename' as a first
7068         step to compatibility between man and woman bookmarks.
7069         Adjust for Man-default-bookmark-title renaming.
7070         (woman-bookmark-jump): Adjust accordingly.  Don't forget to autoload.
7072         * man.el: Add bookmark declarations to silence the compiler.
7073         (Man-name-local-regexp): Make it match NAME as well.
7074         (Man-getpage-in-background): Return the buffer.
7075         (Man-notify-when-ready): Use `case'.
7076         (man-set-default-bookmark-title): Rename to Man-default-bookmark-title.
7077         Don't hardcode "NAME".  Simplify.
7078         (Man-bookmark-make-record): Use Man-arguments rather than buffer-name.
7079         Rename from Man-bookmark-make-record.
7080         (Man-bookmark-jump): Rename from man-bookmark-jump.  Simplify now that
7081         we have the actual man-args.  Use Man-getpage-in-background rather
7082         than `man' since the arg is already processed.  Let bookmark.el do the
7083         window handling.  Only wait for the relevant process.
7084         Don't forget to autoload.
7086         * bookmark.el (bookmark-default-file): Use locate-user-emacs-file.
7088 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
7090         * woman.el (woman-bookmark-make-record, woman-bookmark-jump):
7091         New functions.
7092         (woman-mode): Setup bookmark support.
7094         * man.el (man-set-default-bookmark-title, man-bookmark-make-record)
7095         (man-bookmark-jump): New functions.
7096         (Man-mode): Setup bookmark support.
7098 2010-04-10  Jari Aalto  <jari.aalto@cante.net>
7100         * comint.el (comint-password-prompt-regexp): Use regexp-opt, and
7101         recognize ssh-keygen prompt (Bug#2817).
7103 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7105         * net/tramp.el (tramp-do-copy-or-rename-file): Add progress reporter.
7107 2010-04-10  Michael Albinus  <michael.albinus@gmx.de>
7109         Synchronize with Tramp repository.
7111         * net/tramp.el (tramp-completion-function-alist)
7112         (tramp-file-name-regexp, tramp-chunksize)
7113         (tramp-local-coding-commands, tramp-remote-coding-commands):
7114         Fix docstring.
7115         (tramp-remote-process-environment): Use `format' instead of `concat'.
7116         (tramp-handle-directory-files-and-attributes)
7117         (tramp-get-remote-path): Use `copy-tree'.
7118         (tramp-handle-file-name-all-completions): Backward/ XEmacs
7119         compatibility: Use `completion-ignore-case' if
7120         `read-file-name-completion-ignore-case' does not exist.
7121         (tramp-do-copy-or-rename-file-directly): Do not use
7122         `tramp-handle-file-remote-p'.
7123         (tramp-do-copy-or-rename-file-out-of-band):
7124         Use `tramp-compat-delete-directory'.
7125         (tramp-do-copy-or-rename-file-out-of-band)
7126         (tramp-compute-multi-hops, tramp-maybe-open-connection):
7127         Use `format-spec-make'.
7128         (tramp-find-foreign-file-name-handler)
7129         (tramp-advice-make-auto-save-file-name)
7130         (tramp-set-auto-save-file-modes): Remove superfluous check for
7131         `stringp'.  This is done inside `tramp-tramp-file-p'.
7132         (tramp-debug-outline-regexp): New defconst.
7133         (tramp-get-debug-buffer): Use it.
7134         (tramp-check-for-regexp): Use (forward-line 1).
7135         (tramp-set-auto-save-file-modes): Adapt version check.
7137         * net/tramp-compat.el (tramp-advice-file-expand-wildcards):
7138         Wrap call of `featurep' for 2nd argument.
7139         (tramp-compat-make-temp-file): Simplify fallback implementation.
7140         (tramp-compat-copy-tree): Remove function.
7141         (tramp-compat-delete-directory): Provide implementation for older
7142         Emacsen.
7144         * net/tramp-fish.el (tramp-fish-handle-directory-files-and-attributes):
7145         Do not use `tramp-fish-handle-file-attributes.
7147         * net/trampver.el: Update release number.
7149 2010-04-10  Glenn Morris  <rgm@gnu.org>
7151         * progmodes/compile.el (compilation-save-buffers-predicate):
7152         Add missing :version tag.
7154 2010-04-09  Sam Steingold  <sds@gnu.org>
7156         * progmodes/compile.el (compilation-save-buffers-predicate):
7157         Remove the "autoload" cookie.
7159         * progmodes/bug-reference.el (turn-on-bug-reference-mode)
7160         (turn-on-bug-reference-prog-mode): Remove, `bug-reference-mode'
7161         and `bug-reference-prog-mode' can be used in hooks directly.
7163 2010-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
7165         Add --author support to git commit.
7166         * vc-git.el (vc-git-checkin): Pass extra-args to the commit command.
7167         (vc-git-log-edit-mode): New minor mode.
7168         (log-edit-mode, log-edit-extra-flags, log-edit-mode):
7169         New declarations.
7171 2010-04-09  Eric Raymond  <esr@snark.thyrsus.com>
7173         * vc-hooks.el, vc-git.el: Improve documentation comments.
7175 2010-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7177         Fix some of the problems in defsubst* (bug#5728).
7178         * emacs-lisp/cl-macs.el (defsubst*): Don't substitute non-trivial args.
7179         (cl-defsubst-expand): Do the substitutions simultaneously (bug#5728).
7181 2010-04-07  Sam Steingold  <sds@gnu.org>
7183         * progmodes/compile.el (compilation-save-buffers-predicate):
7184         New custom variable.
7185         (compile, recompile): Pass it to `save-some-buffers'.
7187 2010-04-07  Jan Djärv  <jan.h.d@swipnet.se>
7189         * wid-edit.el (widget-choose): Move cursor to the second line of
7190         the buffer (Bug#5695).
7192 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7194         Add new VC methods: vc-log-incoming and vc-log-outgoing.
7195         * vc.el (vc-print-log-setup-buttons): New function split out from
7196         vc-print-log-internal.
7197         (vc-log-internal-common): New function, a parametrized version of
7198         vc-print-log-internal.
7199         (vc-print-log-internal): Just call vc-log-internal-common with the
7200         right arguments.
7201         (vc-incoming-outgoing-internal):
7202         (vc-log-incoming, vc-log-outgoing): New functions.
7203         (vc-log-view-type): New permanent local variable.
7205         * vc-hooks.el (vc-menu-map): Bind vc-log-incoming and vc-log-outgoing.
7207         * vc-bzr.el (vc-bzr-log-view-mode): Use vc-log-view-type instead
7208         of the dynamic bound vc-short-log.
7209         (vc-bzr-log-incoming, vc-bzr-log-outgoing): New functions.
7211         * vc-git.el (vc-git-log-outgoing): New function.
7212         (vc-git-log-view-mode): Use vc-log-view-type instead
7213         of the dynamic bound vc-short-log.
7215         * vc-hg.el (vc-hg-log-view-mode): Use vc-log-view-type instead
7216         of the dynamic bound vc-short-log.  Highlight the tag.
7217         (vc-hg-log-incoming, vc-hg-log-outgoing): New functions.
7218         (vc-hg-outgoing, vc-hg-incoming, vc-hg-outgoing-mode):
7219         (vc-hg-incoming-mode): Remove.
7220         (vc-hg-extra-menu-map): Do not bind vc-hg-incoming and vc-hg-outgoing.
7222 2010-04-07  Dan Nicolaescu  <dann@ics.uci.edu>
7224         Fix default-directory for vc-root-diff.
7225         * vc.el (vc-root-diff): Bind default-directory to the root
7226         directory for the diff command.
7228 2010-04-07  Michael McNamara  <mac@mail.brushroad.com>
7230         * progmodes/verilog-mode.el (verilog-forward-sexp):
7231         (verilog-calc-1): Support "disable fork" and "fork wait" multi
7232         word keywords, suggested by Steve Pearlmutter.
7233         (verilog-pretty-declarations): Support lineup of declarations in
7234         port lists.
7235         (verilog-skip-backward-comments, verilog-skip-forward-comment-p):
7236         fix bug for /* / comments.
7237         (verilog-backward-syntactic-ws, verilog-forward-syntactic-ws):
7238         Speed up and simplfy as this is never called with a bound.
7239         (verilog-pretty-declarations): Enhance to line up declarations
7240         inside a parameter list, suggested by Alan Morgan.
7241         (verilog-pretty-expr): Tune assignment regular expression match
7242         string for corner cases; also use markers instead of character
7243         number as indent changes the later.
7245 2010-04-07  Wilson Snyder  <wsnyder@wsnyder.org>
7247         * progmodes/verilog-mode.el (verilog-type-keywords): Fix pulldown
7248         as missing keyword.
7249         (verilog-read-sub-decls-line): Fix comments in AUTO_TEMPLATE
7250         causing truncation of AUTOWIRE signals.  Reported by Bruce Tennant.
7251         (verilog-auto-inst, verilog-auto-inst-port): Add vl_mbits for
7252         AUTO_TEMPLATEs needing multiple array bits.  Suggested by Bruce
7253         Tennant.
7254         (verilog-keywords):
7255         (verilog-1800-2005-keywords, verilog-1800-2009-keywords): Add IEEE
7256         1800-2009 keywords, including "global.".
7258 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7260         * ido.el (ido-add-virtual-buffers-to-list): Fix duplicated names
7261         appearing in buffer list (if a live buffer name matched a recentf
7262         file basename).  Should use uniquify to offer a real solution.
7264 2010-04-06  John Wiegley  <jwiegley@gmail.com>
7266         * ido.el (ido-use-virtual-buffers, ido-virtual): Move a ChangeLog
7267         comment to code, and add a :version tag.
7268         (ido-virtual-buffers): Move defvar to fix byte-compiler warning.
7270 2010-04-06  Juanma Barranquero  <lekktu@gmail.com>
7272         Enable recentf-mode if using virtual buffers.
7273         * ido.el (recentf-list): Declare for byte-compiler.
7274         (ido-virtual-buffers): Move up to silence byte-compiler.  Add docstring.
7275         (ido-make-buffer-list): Simplify.
7276         (ido-add-virtual-buffers-to-list): Simplify.  Enable recentf-mode.
7278 2010-04-05  Juri Linkov  <juri@jurta.org>
7280         Scrolling commands which scroll a line instead of full screen.
7281         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7283         * simple.el (scroll-up-line, scroll-down-line): New commands.
7284         Put property isearch-scroll=t on them.
7286         * emulation/ws-mode.el (scroll-down-line, scroll-up-line):
7287         Remove commands.
7289 2010-04-05  Juri Linkov  <juri@jurta.org>
7291         Scrolling commands which do not signal errors at top/bottom.
7292         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01452.html
7294         * simple.el (scroll-up-command, scroll-down-command): New commands.
7295         Put property isearch-scroll=t on them.
7297         * bindings.el (global-map): Rebind [prior] from `scroll-down' to
7298         `scroll-down-command' and [next] from `scroll-up' to
7299         `scroll-up-command'.
7301         * emulation/cua-base.el: Put property CUA=move on
7302         `scroll-up-command' and `scroll-down-command'.
7303         (cua--init-keymaps): Remap `scroll-up-command' to `cua-scroll-up'
7304         and `scroll-down-command' to `cua-scroll-down'.
7306 2010-04-05  Juanma Barranquero  <lekktu@gmail.com>
7308         * help.el (describe-mode): Return nil.
7310 2010-04-04  John Wiegley  <jwiegley@gmail.com>
7312         * ido.el (ido-use-virtual-buffers): New variable to indicate
7313         whether "virtual buffer" support is enabled for IDO.
7314         (ido-virtual): Face used to indicate virtual buffers in the list.
7315         (ido-buffer-internal): If a buffer is chosen, and no such buffer
7316         exists, but a virtual buffer of that name does (which would be why
7317         it was in the list), recreate the buffer by reopening the file.
7318         (ido-make-buffer-list): If virtual buffers are being used, call
7319         `ido-add-virtual-buffers-to-list' before the make list hook.
7320         (ido-virtual-buffers): New variable which contains a copy of the
7321         current contents of the `recentf-list', albeit pared down for the
7322         sake of speed, and with proper faces applied.
7323         (ido-add-virtual-buffers-to-list): Using the `recentf-list',
7324         create a list of "virtual buffers" to present to the user in
7325         addition to the currently open set.  Note that this logic could
7326         get rather slow if that list is too large.  With the default
7327         `recentf-max-saved-items' of 200, there is little speed penalty.
7329 2010-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * font-lock.el: Require CL when compiling.
7332         (font-lock-turn-on-thing-lock): Use `case'.
7334 2010-04-03  Eli Zaretskii  <eliz@gnu.org>
7336         * emacs-lisp/authors.el (authors-fixed-entries): Add entry for Eli
7337         Zaretskii.
7339 2010-04-02  Juri Linkov  <juri@jurta.org>
7341         * ehelp.el (electric-help-orig-major-mode):
7342         New buffer-local variable.
7343         (electric-help-mode): Set it to original major-mode.  Doc fix.
7344         (with-electric-help): Use `electric-help-orig-major-mode' instead
7345         of (default-value 'major-mode).  Doc fix.
7346         http://lists.gnu.org/archive/html/emacs-devel/2010-04/msg00069.html
7348 2010-04-02  Sam Steingold  <sds@gnu.org>
7350         * vc-hg.el (vc-hg-push, vc-hg-pull): Use `apply' when calling
7351         `vc-hg-command' with a list of flags.
7353         * progmodes/bug-reference.el (bug-reference-bug-regexp):
7354         Also accept "patch" and "RFE".
7355         (bug-reference-fontify): `bug-reference-url-format' can also be a
7356         function to be able to handle the bug kind.
7357         (turn-on-bug-reference-mode, turn-on-bug-reference-prog-mode): Add.
7359 2010-04-02  Jan Djärv  <jan.h.d@swipnet.se>
7361         * tmm.el (tmm-get-keymap): Check with symbolp before passing
7362         value to fboundp, it may not be a symbol.
7364 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7366         * cus-edit.el (custom-buffer-sort-alphabetically): Update :version.
7368 2010-03-31  Juri Linkov  <juri@jurta.org>
7370         * simple.el (next-line, previous-line): Re-throw a signal
7371         with `signal' instead of using `ding'.
7372         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01432.html
7374 2010-03-31  Juri Linkov  <juri@jurta.org>
7376         * simple.el (keyboard-escape-quit): Raise deselecting the active
7377         region higher than exiting the minibuffer.
7378         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00904.html
7380 2010-03-31  Juri Linkov  <juri@jurta.org>
7382         * image.el (image-animated-p): Use `image-metadata' instead of
7383         `image-extension-data'.  Get GIF extenstion data from metadata
7384         property `extension-data'.
7386 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7388         * simple.el (append-to-buffer): Simplify.
7390 2010-03-31  Tomas Abrahamsson  <tab@lysator.liu.se>
7392         * textmodes/artist.el (artist-mode): Fix typo in docstring.
7393         Reported by Alex Schröder <kensanata@gmail.com>.  (Bug#5807)
7395 2010-03-31  Kenichi Handa  <handa@m17n.org>
7397         * language/sinhala.el (composition-function-table): Fix regexp for
7398         the new Unicode specification.
7400         * language/indian.el (devanagari-composable-pattern)
7401         (tamil-composable-pattern, kannada-composable-pattern)
7402         (malayalam-composable-pattern): Adjust for the new Unicode
7403         specification.
7404         (bengali-composable-pattern, gurmukhi-composable-pattern)
7405         (gujarati-composable-pattern, oriya-composable-pattern)
7406         (telugu-composable-pattern): New variables to cope with the new
7407         Unicode specification.  Use them in composition-function-table.
7409 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7411         Make tmm-menubar work for the Buffers menu again (bug#5726).
7412         * tmm.el (tmm-prompt): Also handle keymap entries in the form of
7413         vectors rather than cons cells, as used in menu-bar-update-buffers.
7415 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7417         * progmodes/js.el (js-auto-indent-flag, js-mode-map)
7418         (js-insert-and-indent): Revert 2009-08-15 change, restoring
7419         electric punctuation for "{}();,:" (Bug#5586).
7421         * mail/sendmail.el (mail-default-directory): Doc fix.
7423 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7425         * mail/sendmail.el (mail-default-directory): Doc fix.
7427 2010-03-31  Eli Zaretskii  <eliz@gnu.org>
7429         * subr.el (version-regexp-alist, version-to-list)
7430         (version-list-<, version-list-=, version-list-<=)
7431         (version-list-not-zero, version<, version<=, version=): Doc fix.
7432         (Bug#5744).
7434 2010-02-31  Dan Nicolaescu  <dann@ics.uci.edu>
7436         * vc.el (vc-root-diff): Doc fix.
7438 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7440         * vc.el (vc-print-log, vc-print-root-log): Doc fix.
7442         * simple.el (append-to-buffer): Fix last change.
7444 2010-03-31  Chong Yidong  <cyd@stupidchicken.com>
7446         * simple.el (append-to-buffer): Ensure that point is preserved if
7447         BUFFER is the current buffer.  Suggested by YAMAMOTO Mitsuharu.
7448         (Bug#5749)
7450 2010-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7452         * files.el (auto-mode-case-fold): Change default to t.
7454 2010-03-30  Juri Linkov  <juri@jurta.org>
7456         * dired-x.el (dired-omit-mode): Doc fix.
7458 2010-03-30  Juri Linkov  <juri@jurta.org>
7460         * replace.el (occur-accumulate-lines): Move occur-engine related
7461         functions `occur-accumulate-lines' and `occur-engine-add-prefix'
7462         to be located after `occur-engine'.
7464 2010-03-30  Juri Linkov  <juri@jurta.org>
7466         Make occur handle multi-line matches cleanly with context.
7467         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01280.html
7469         * replace.el (occur-accumulate-lines): Add optional arg `pt'.
7470         (occur-engine): Add local variables `ret', `prev-after-lines',
7471         `prev-lines'.  Use more arguments for `occur-context-lines'.
7472         Set first elem of its returned list to `data', and the second elem
7473         to `prev-after-lines'.  Don't print the separator line.
7474         In the end, print remaining context after-lines.
7475         (occur-context-lines): Add new arguments `begpt', `endpt',
7476         `lines', `prev-lines', `prev-after-lines'.  Rewrite to combine
7477         after-lines of the previous match with before-lines of the
7478         current match and not overlap them.  Return a list with two
7479         values: the output line and the list of context after-lines.
7481 2010-03-30  Juri Linkov  <juri@jurta.org>
7483         * replace.el (occur-accumulate-lines): Fix a bug where the first
7484         context line at the beginning of the buffer was missing.
7486 2010-03-30  Eli Zaretskii  <eliz@gnu.org>
7488         * files.el: Make bidi-display-reordering safe variable for boolean
7489         values.
7491 2010-03-29  Phil Hagelberg  <phil@evri.com>
7492             Chong Yidong  <cyd@stupidchicken.com>
7494         * subr.el: Extend progress reporters to perform "spinning".
7495         (progress-reporter-update, progress-reporter-do-update):
7496         Handle non-numeric value arguments.
7497         (progress-reporter--pulse-characters): New var.
7499 2010-03-28  Chong Yidong  <cyd@stupidchicken.com>
7501         * progmodes/compile.el (compilation-start): Fix regexp detection
7502         of initial cd command (Bug#5771).
7504 2010-03-28  Stefan Guath  <stefan@automata.se>  (tiny change)
7506         * find-dired.el (find-dired): Use read-directory-name (Bug#5777).
7508 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
7510         Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
7511         * progmodes/gdb-mi.el: Restore.
7512         * progmodes/gdb-ui.el: Remove.
7513         * progmodes/gud.el: Re-accommodate for gdb-mi.el.
7515 2010-03-25  Glenn Morris  <rgm@gnu.org>
7517         * desktop.el (desktop-save-buffer-p): Don't mistakenly include
7518         all dired buffers, even tramp ones.  (Bug#5755)
7520 2010-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7522         Add "union tags" in mpc.el.
7523         * mpc.el: Remove backward compatibility code.
7524         (mpc-browser-tags): Change default.
7525         (mpc--find-memoize-union-tags): New var.
7526         (mpc-cmd-flush, mpc-cmd-special-tag-p): New fun.
7527         (mpc-cmd-find): Handle the case where the playlist does not exist.
7528         Handle union-tags.
7529         (mpc-cmd-list): Use mpc-cmd-special-tag-p.  Handle union-tags.
7530         (mpc-cmd-add): Use mpc-cmd-flush.
7531         (mpc-tagbrowser-tag-name): New fun.
7532         (mpc-tagbrowser-buf): Use it.
7533         (mpc-songs-refresh): Use cond.  Move to point-min as a fallback.
7535 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7537         Misc cleanup.
7538         * progmodes/make-mode.el (makefile-bsdmake-rule-action-regex):
7539         Use replace-regexp-in-string.
7540         (makefile-mode-abbrev-table): Merge defvar and define-abbrev-table.
7541         (makefile-imake-mode-syntax-table): Move init into defvar.
7542         (makefile-mode): Use define-derived-mode.
7544         * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
7545         (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
7546         not be present any more.
7548 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7550         * faces.el (set-face-attribute): Fix typo in docstring.
7551         (face-valid-attribute-values): Reflow docstring.
7553 2010-03-24  Glenn Morris  <rgm@gnu.org>
7555         * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
7557 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7559         * indent.el (indent-for-tab-command): Doc fix.
7561 2010-03-24  Alan Mackenzie  <acm@muc.de>
7563         * progmodes/cc-engine.el (c-remove-stale-state-cache):
7564         Fix off-by-one error.  Fixes bug #5747.
7566 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7568         * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
7569         (image-dired-read-comment): Doc fix.
7571         * json.el (json-object-type, json-array-type, json-key-type)
7572         (json-false, json-null, json-read-number):
7573         * minibuffer.el (completion-in-region-functions):
7574         * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
7575         (cal-tex-cursor-week):
7576         * emacs-lisp/trace.el (trace-function):
7577         * eshell/em-basic.el (eshell/printnl):
7578         * eshell/em-dirs.el (eshell-last-dir-ring, eshell-parse-drive-letter)
7579         (eshell-read-last-dir-ring, eshell-write-last-dir-ring):
7580         * obsolete/levents.el (allocate-event, event-key, event-object)
7581         (event-point, event-process, event-timestamp, event-to-character)
7582         (event-window, event-x, event-x-pixel, event-y, event-y-pixel):
7583         * textmodes/reftex-vars.el (reftex-index-macros-builtin)
7584         (reftex-section-levels, reftex-auto-recenter-toc, reftex-toc-mode-hook)
7585         (reftex-cite-punctuation, reftex-search-unrecursed-path-first)
7586         (reftex-highlight-selection): Fix typos in docstrings.
7588 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
7590         * minibuffer.el (completion-in-region-functions): Fix docstring typos.
7592 2010-03-24  Glenn Morris  <rgm@gnu.org>
7594         * mail/rmail.el (rmail-highlight-face): Restore option deleted
7595         2008-02-13 without comment; mark it obsolete.
7596         (rmail-highlight-headers): Use rmail-highlight-face once more.
7598 2010-03-24  Chong Yidong  <cyd@stupidchicken.com>
7600         * woman.el (woman2-process-escapes): Only consume the newline if
7601         the filler character is on a line by itself (Bug#5729).
7603 2010-03-24  Kenichi Handa  <handa@m17n.org>
7605         * language/indian.el (devanagari-composable-pattern): Add more
7606         consonants.
7608 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7610         * net/trampver.el: Update release number.
7612 2010-03-24  Michael Albinus  <michael.albinus@gmx.de>
7614         * net/tramp.el (tramp-find-executable):
7615         Use `tramp-get-connection-buffer'.  Make the regexp for checking
7616         output of "wc -l" more robust.
7617         (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
7618         (tramp-open-connection-setup-interactive-shell): Remove workaround
7619         for OpenSolaris bug, it is not needed anymore.
7621 2010-03-24  Glenn Morris  <rgm@gnu.org>
7623         * emacs-lisp/cl-macs.el (defsubst*): Add autoload cookie.  (Bug#4427)
7625 2010-03-24  Wilson Snyder  <wsnyder@wsnyder.org>
7627         * files.el (auto-mode-alist): Accept more verilog file patterns.
7629 2010-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7631         * vc-dir.el (vc-dir-headers): Abbreviate the working dir.
7633 2010-03-24  Glenn Morris  <rgm@gnu.org>
7635         * vc-bzr.el (vc-bzr-log-edit-mode): Add --fixes support to
7636         log-edit-before-checkin-process.
7638         * vc.el (vc-modify-change-comment): Pass MODE to vc-start-logentry.
7640         * vc.el, vc-bzr.el, vc-hg.el (log-edit-mode): Declare.
7642         * vc-dispatcher.el (vc-start-logentry): Doc fix.
7643         (log-view-process-buffer, log-edit-extra-flags): Declare.
7645         * log-edit.el (log-edit-before-checkin-process): Doc fix.
7647 2010-03-23  Sam Steingold  <sds@gnu.org>
7649         Fix bug#5620: recalculate all markers on compilation buffer
7650         modifications, not on file modifications.
7651         * progmodes/compile.el (buffer-modtime): New buffer-local variable:
7652         the buffer modification time, for buffers not associated with files.
7653         (compilation-mode): Create it.
7654         (compilation-filter): Update it.
7655         (compilation-next-error-function): Use it instead of
7656         `visited-file-modtime' for timestamp.
7658 2010-03-23  Juri Linkov  <juri@jurta.org>
7660         Implement Occur multi-line matches.
7661         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg01044.html
7663         * replace.el (occur): Doc fix.
7664         (occur-engine): Set `begpt' to the beginning of the first line.
7665         Set `endpt' to the end of the last match line.  At first, count
7666         line numbers between `origpt' and `begpt'.  Split out code from
7667         `out-line' variable to new let-bindings `match-prefix' and
7668         `match-str'.  In `out-line' add non-numeric prefix to all
7669         non-first lines of multi-line matches.  Finally, count lines
7670         between `begpt' and `endpt' and add to `lines'.
7672 2010-03-23  Juri Linkov  <juri@jurta.org>
7674         * replace.el (occur-accumulate-lines, occur-engine):
7675         Use `occur-engine-line' instead of duplicate code.
7676         (occur-engine-line): New function created from duplicate code
7677         in `occur-accumulate-lines' and `occur-engine'.
7679         * replace.el (occur-engine-line): Add optional arg `keep-props'.
7680         (occur-accumulate-lines, occur-engine): Add arg `keep-props'.
7682 2010-03-23  Juri Linkov  <juri@jurta.org>
7684         * finder.el: Remove TODO tasks.
7686         * info.el (Info-finder-find-node): Add node "all"
7687         with all package info.  Handle a list of multiple keywords
7688         separated by comma.
7689         (info-finder): In interactive use with a prefix argument,
7690         use `completing-read-multiple' to read a list of keywords
7691         separated by comma.
7693 2010-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7695         Add a new completion style `substring'.
7696         * minibuffer.el (completion-basic--pattern): New function.
7697         (completion-basic-try-completion, completion-basic-all-completions):
7698         Use it.
7699         (completion-substring--all-completions)
7700         (completion-substring-try-completion)
7701         (completion-substring-all-completions): New functions.
7702         (completion-styles-alist): New style `substring'.
7704 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7706         Get rid of .elc files after removal of the corresponding .el.
7707         * Makefile.in (compile-clean): New target.
7708         (compile-main): Use it.
7710 2010-03-22  Jan Djärv  <jan.h.d@swipnet.se>
7712         * Makefile.in (compile-main): cd to $(lisp) in a sub-shell, so we
7713         don't do make there.  When compiling with separate object dir, there
7714         is no Makefile there.
7716 2010-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7718         Get rid of the ELCFILES abomination, again.
7719         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
7720         (all, compile): Don't call compile-last.
7721         (compile-main): Build the "elcfiles" list dynamically.
7722         (compile-targets): New (internal) target.
7724 2010-03-21  Andreas Schwab  <schwab@linux-m68k.org>
7726         * Makefile.in (top_srcdir): Define.
7727         (abs_top_builddir): Define.
7728         (srcdir): Don't append `/..'.
7729         (EMACS): Use ${abs_top_builddir}.
7730         (all, compile, compile-always, compile-last): Don't set emacswd.
7731         (update-subdirs, update-authors): Use $(top_srcdir) instead of
7732         $(srcdir).
7733         (lisp): Use $(srcdir) instead of @srcdir@.
7735 2010-03-21  Juri Linkov  <juri@jurta.org>
7737         Fix message of multi-line occur regexps and multi-buffer header lines.
7738         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00457.html
7740         * replace.el (occur-1): Don't display regexp if it is longer
7741         than window-width.  Use `query-replace-descr' to display regexp.
7742         (occur-engine): Don't display regexp in the buffer header for
7743         multi-buffer occur.  Display a separate header line with total
7744         match count and regexp for multi-buffer occur.
7745         Use `query-replace-descr' to display regexp.
7747 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
7749         * net/secrets.el: Fix parenthesis.
7750         (secrets-enabled): Fix parenthesis.
7752 2010-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7754         Use more relative file and directory names.
7755         * Makefile.in (EMACS): Arrange for it to work when we chdir.
7756         (setwins, setwins_almost, setwins_for_subdirs):
7757         Don't `cd'; output relative names.
7758         (all, compile, compile-always, compile-last): Set emacswd.
7759         (custom-deps, finder-data, autoloads, update-subdirs, compile-last):
7760         Just cd to the lisp source dir so we can use relative file names.
7762         * outline.el (hide-sublevels): Unfix the paren non-typo! (bug#5738).
7764 2010-03-20  Glenn Morris  <rgm@gnu.org>
7766         * textmodes/rst.el: Use faces for font-lock customization, and make the
7767         old -face variables obsolete.
7768         (rst-block, rst-external, rst-definition, rst-directive, rst-comment)
7769         (rst-emphasis1, rst-emphasis2, rst-literal, rst-reference): New faces.
7770         (rst-block-face, rst-external-face, rst-definition-face)
7771         (rst-directive-face, rst-comment-face, rst-emphasis1-face)
7772         (rst-emphasis2-face, rst-literal-face, rst-reference-face):
7773         Make obsolete.
7774         (rst-font-lock-keywords-function): Update for above changes.
7776 2010-03-20  Juri Linkov  <juri@jurta.org>
7778         * s-region.el:
7779         * obsolete/s-region.el: Move to obsolete.
7781 2010-03-19  Juanma Barranquero  <lekktu@gmail.com>
7783         * vc-dispatcher.el (vc-do-command): Remove reference to `vc-path'.
7785 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7787         * vc-hooks.el (vc-path): Remove variable and obsolete declaration.
7789 2010-03-19  Dan Nicolaescu  <dann@ics.uci.edu>
7791         Add special markup processing for commit logs.
7792         * log-edit.el (log-edit-extra-flags): New variable.
7793         (log-edit): Add new argument MODE.  Use that mode when non-nil
7794         instead of the log-view-mode.
7795         (log-view-process-buffer): New function.
7797         * vc.el: Document that the checkin method takes optional
7798         arguments.  Document new backend specific method: log-view-mode.
7799         (vc-default-log-edit-mode): New function.
7800         (vc-checkin): Use a backend specific log-view-mode.
7801         Pass extra arguments to the checkin method.
7802         (vc-modify-change-comment): Pass a dummy extra argument.
7804         * vc-dispatcher.el (vc-log-edit): Add a mode argument, pass it to
7805         log-edit.
7806         (vc-start-logentry): Add a mode argument, pass it to vc-log-edit.
7807         (vc-finish-logentry): Process the log buffer before passing it
7808         down.  Pass log-edit-extra-flags.
7810         * vc-bzr.el (vc-bzr-checkin): Pass extra arguments to the commit
7811         command.
7812         (log-edit-extra-flags, log-edit-before-checkin-process):
7813         New declarations.
7815         * vc-hg.el (vc-hg-checkin): Pass extra arguments to the commit
7816         command.
7817         (log-edit-extra-flags, log-edit-before-checkin-process):
7818         New declarations.
7819         (vc-hg-log-edit-mode): New derived mode.
7821         * vc-arch.el (vc-arch-checkin):
7822         * vc-cvs.el (vc-cvs-checkin):
7823         * vc-git.el (vc-git-checkin):
7824         * vc-mtn.el (vc-mtn-checkin):
7825         * vc-rcs.el (vc-rcs-checkin):
7826         * vc-sccs.el (vc-sccs-checkin):
7827         * vc-svn.el (vc-svn-checkin): Add an optional ignored argument.
7829 2010-03-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * outline.el (hide-sublevels): Don't hide trailing newline (and fix
7832         parent typo).
7834 2010-03-19  Glenn Morris  <rgm@gnu.org>
7836         * password-cache.el (password-cache, password-cache-expiry): Autoload.
7838 2010-03-18  Glenn Morris  <rgm@gnu.org>
7840         * emacs-lisp/autoload.el (autoload-rubric): Doc fix.
7842         * replace.el (query-replace-history): Give it a doc string.
7843         (map-query-replace-regexp): Use query-replace-from-history-variable
7844         and query-replace-to-history-variable.
7846         * mail/hashcash.el (declare-function): Remove duplicate definition.
7848         * mail/emacsbug.el (report-emacs-bug-pretest-address):
7849         Make it an obsolete alias for report-emacs-bug-address.
7850         (message-strip-special-text-properties): Declare.
7851         (report-emacs-bug): Remove test for a pretest bug address.
7852         Combine message-mode-specific code.
7854         * mail/supercite.el: Don't require sendmail.
7855         (mh-in-header-p): Declare rather than using with-no-warnings.
7856         (sc-no-blank-line-or-header): Use rfc822-goto-eoh rather than
7857         mail-header-end.  Don't bind mysterious variable `kill-lines-magic'.
7859         * calendar/cal-french.el: Convert to utf-8.
7861         * files.el (interpreter-mode-alist): Use emacs-lisp-mode for
7862         Emacs scripts.
7864 2010-03-16  Michael Albinus  <michael.albinus@gmx.de>
7866         * net/secrets.el (secrets-enabled): New variable.  Use it instead
7867         of a subfeature.
7869 2010-03-15  Michael Albinus  <michael.albinus@gmx.de>
7871         * net/secrets.el (top): Register the D-Bus signals only when the
7872         service "org.freedesktop.secrets" can be pinged.
7873         Provide subfeature `enabled'.
7875 2010-03-14  Juri Linkov  <juri@jurta.org>
7877         Add finder unknown keywords.
7879         * finder.el (finder-unknown-keywords): New function.
7881         * info.el (Info-finder-find-node): Use `finder-unknown-keywords'
7882         to create a Finder node with unknown keywords.
7884 2010-03-14  Juri Linkov  <juri@jurta.org>
7886         * finder.el (finder-compile-keywords): Replace `princ' with
7887         `prin1' on a list of symbols interned from keyword strings.
7889         * emacs-lisp/lisp-mnt.el (lm-keywords-list): If `keywords' contains
7890         a comma, then split keywords using a comma and optional whitespace.
7891         Otherwise, split by whitespace.
7893         * complete.el:
7894         * face-remap.el:
7895         * log-view.el:
7896         * net/hmac-def.el:
7897         * net/hmac-md5.el:
7898         * net/netrc.el:
7899         * progmodes/mixal-mode.el: Fix keywords.
7901 2010-03-13  Michael Albinus  <michael.albinus@gmx.de>
7903         * Makefile.in (ELCFILES): Add net/secrets.elc.
7905         * net/secrets.el: New file.
7907 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7909         * facemenu.el (list-colors-display, list-colors-print): New arg
7910         callback.  Use it to allow selecting colors.
7912         * wid-edit.el (widget-image-insert): Insert image prop even if the
7913         current display is non-graphic.
7914         (widget-field-value-set): New fun.
7915         (editable-field): Use it.
7916         (widget-field-value-get): Clean up unused var.
7917         (widget-color-value-create, widget-color--choose-action):
7918         New funs.  Allow using list-colors-display to choose color.
7920 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7922         * cus-edit.el: Resort topmost custom groups.
7923         (custom-buffer-sort-alphabetically): Default to t.
7924         (customize-apropos): Use apropos-parse-pattern.
7925         (custom-search-field): New var.
7926         (custom-buffer-create-internal): Add custom-apropos search field.
7927         (custom-add-parent-links): Don't display parent doc.
7928         (custom-group-value-create): Don't sort top-level custom group.
7929         (custom-magic-value-create): Show visibility button before option name.
7931         (custom-variable-state): New fun, from custom-variable-state-set.
7932         (custom-variable-state-set): Use it.
7933         (custom-group-value-create): Hide options with standard values
7934         using the :hidden-states property.  Use progress reporter.
7936         (custom-show): Simplify.
7937         (custom-visibility): Disable images by default.
7938         (custom-variable): New property :hidden-states.
7939         (custom-variable-value-create): Enable images for
7940         custom-visibility widgets.  Use :hidden-states property to
7941         determine initial visibility.
7943         * wid-edit.el (widget-image-find): Give images center ascent.
7944         (visibility): Add :on-image and :off-image properties.
7945         (widget-visibility-value-create): Use them.
7947 2010-03-12  Chong Yidong  <cyd@stupidchicken.com>
7949         * cus-edit.el (processes): Remove from development group.
7950         (oop, hypermedia): Delete group.
7951         (comm): Promote to top-level group.
7953         * net/browse-url.el (browse-url):
7954         * net/xesam.el (xesam):
7955         * net/tramp.el (tramp):
7956         * net/goto-addr.el (goto-address):
7957         * net/ange-ftp.el (ange-ftp): Put in comm group.
7959         * view.el (view): Remove from editing group.
7961         * uniquify.el (uniquify): Put in files group.
7963         * net/browse-url.el (browse-url):
7964         * ps-print.el (postscript): Put in external group.
7966         * cus-edit.el (outlines):
7967         * textmodes/text-mode.el (text-mode-hook):
7968         * textmodes/table.el (table):
7969         * textmodes/picture.el (picture):
7970         * outline.el (outlines): Put in wp group.
7972         * nxml/nxml-mode.el (nxml): Remove from wp group.
7974         * net/tramp-imap.el (tramp-imap): Put in tramp group.
7976         * mail/metamail.el (metamail): Remove from hypermedia group.
7978         * cus-edit.el (abbrev):
7979         * whitespace.el (whitespace):
7980         * vcursor.el (vcursor):
7981         * reveal.el (reveal):
7982         * hl-line.el (hl-line): Put in convenience group.
7984         * epg-config.el (epg): Put in data group.
7986         * emulation/pc-select.el (pc-select): Put in emulations group.
7988         * calculator.el (calculator): Put in applications group.
7990 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
7992         Add .dir-locals.el support for file-less buffers.
7993         * files.el (hack-local-variables): Split out code to apply local
7994         variable settings ...
7995         (hack-local-variables-apply): ... here.  New function.
7996         (hack-dir-local-variables): Use the default directory for when the
7997         buffer does not have an associated file.
7998         (hack-dir-local-variables-non-file-buffer): New function.
7999         * diff-mode.el (diff-mode):
8000         * vc-annotate.el (vc-annotate-mode):
8001         * vc-dir.el (vc-dir-mode):
8002         * log-edit.el (log-edit-mode):
8003         * log-view.el (log-view-mode): Call hack-dir-local-variables-non-file-buffer.
8005 2010-03-12  Dan Nicolaescu  <dann@ics.uci.edu>
8007         Add support for shelving snapshots and for showing shelves.
8008         * vc-bzr.el (vc-bzr-shelve-show, vc-bzr-shelve-show-at-point)
8009         (vc-bzr-shelve-apply-and-keep-at-point, vc-bzr-shelve-snapshot):
8010         New functions.
8011         (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
8012         (vc-bzr-extra-menu-map): Map them.
8014 2010-03-11  Glenn Morris  <rgm@gnu.org>
8016         * cus-edit.el (customize-changed-options-previous-release):
8017         Bump to 23.1.
8019         * image.el (image-animate-max-time): Fix :version tag.
8021 2010-03-10  Chong Yidong  <cyd@stupidchicken.com>
8023         * Branch for 23.2.
8025 2010-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8027         * vc-git.el (vc-git-revision-table): Include remote branches.
8029 2010-03-10  Kim F. Storm  <storm@cua.dk>
8031         Animated image API.
8032         http://lists.gnu.org/archive/html/emacs-devel/2010-03/msg00211.html
8034         * image.el (image-animate-max-time): New defcustom.
8035         (image-animated-types): New defconst.
8036         (create-animated-image, image-animate-timer)
8037         (image-animate-start, image-animate-stop, image-animate-timeout)
8038         (image-animated-p): New functions.
8040         * image-mode.el (image-toggle-display-image):
8041         Replace `create-image' with `create-animated-image'.
8043 2010-03-09  Miles Bader  <miles@gnu.org>
8045         * vc-git.el (vc-git-print-log): Use "tformat:" for shortlog,
8046         instead of "format:"; this ensures that the output is
8047         newline-terminated.
8049 2010-03-08  Chong Yidong  <cyd@stupidchicken.com>
8051         * mail/rfc822.el (rfc822-addresses): Use nested catches to ensure
8052         that all errors are caught, and that the return value is always a
8053         list (Bug#5692).
8055 2010-03-08  Kenichi Handa  <handa@m17n.org>
8057         * language/misc-lang.el (windows-1256): New coding system.
8058         (cp1256): New alias of windows-1256 (bug#5690).
8060 2010-03-07  Andreas Schwab  <schwab@linux-m68k.org>
8062         * mail/rfc822.el (rfc822-addresses): Move catch clause down around
8063         call to rfc822-bad-address.  (Bug#5692)
8065 2010-03-07  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8067         * vc-git.el (vc-git-annotate-extract-revision-at-line):
8068         Use vc-git-root as default directory for revision path (Bug#5657).
8070 2010-03-06  Chong Yidong  <cyd@stupidchicken.com>
8072         * calculator.el (calculator): Don't bind split-window-keep-point
8073         (Bug#5674).
8075 2010-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * vc-git.el: Re-flow to fit into 80 columns.
8078         (vc-git-after-dir-status-stage, vc-git-dir-status-goto-stage):
8079         Remove spurious `quote' element in each case alternative.
8080         (vc-git-show-log-entry): Use prog1.
8081         (vc-git-after-dir-status-stage): Remove unused var `remaining'.
8083 2010-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8085         * man.el (Man-files-regexp): Tighten up the regexp (bug#5686).
8087 2010-03-03  Chong Yidong  <cyd@stupidchicken.com>
8089         * macros.el (insert-kbd-macro): Look up keyboard macro using the
8090         definition, not the name (Bug#5481).
8092 2010-03-03  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
8094         * subr.el (momentary-string-display): Don't overwrite the MESSAGE
8095         argument with a local variable.  (Bug#5670)
8097 2010-03-02  Juri Linkov  <juri@jurta.org>
8099         * info.el (Info-index-next): Decrement line number by 2.  (Bug#5652)
8101 2010-03-02  Michael Albinus  <michael.albinus@gmx.de>
8103         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix an
8104         error when FILENAME and NEWNAME are existing remote directories.
8106         * net/tramp-compat.el (tramp-compat-make-temp-file): Add optional
8107         parameter DIR-FLAG.
8109 2010-03-02  Glenn Morris  <rgm@gnu.org>
8111         * calendar/cal-hebrew.el (holiday-hebrew-passover): Fix date
8112         of Yom HaAtzma'ut when it falls on a Monday (rule changed in 2004).
8114 2010-03-01  Kenichi Handa  <handa@m17n.org>
8116         * language/burmese.el (burmese-composable-pattern): Rename from
8117         myanmar-composable-pattern.
8119         * international/characters.el (script-list):
8120         * international/fontset.el (script-representative-chars):
8121         Change myanmar to burmese.
8122         (otf-script-alist): Likewise.
8123         (setup-default-fontset): Likewise.  Re-fix :otf spec.
8125 2010-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8127         * menu-bar.el (menu-bar-manuals-menu): Fix typo.
8129 2010-02-28  Jan Djärv  <jan.h.d@swipnet.se>
8131         * scroll-bar.el (scroll-bar-drag-1): Add save-excursion, bug #5654.
8133 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8135         * net/tramp.el (tramp-handle-write-region): START can be a string.
8136         Take care in the checks.  Reported by Dan Davison
8137         <davison@stats.ox.ac.uk>.
8139 2010-02-28  Michael Albinus  <michael.albinus@gmx.de>
8141         * net/dbus.el (dbus-introspect, dbus-get-property)
8142         (dbus-set-property, dbus-get-all-properties):
8143         Use `dbus-call-method' when noninteractive.  (Bug#5645)
8145 2010-02-28  Chong Yidong  <cyd@stupidchicken.com>
8147         * textmodes/reftex-toc.el (reftex-toc-promote-prepare):
8148         * emacs-lisp/elint.el (elint-add-required-env):
8149         * calendar/icalendar.el (icalendar--add-diary-entry):
8150         * calc/calcalg2.el (math-tracing-integral):
8151         * files.el (recover-session-finish): Use with-current-buffer
8152         instead of save-excursion.
8154 2010-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8156         Fix in-buffer completion when after-change-functions modify the buffer.
8157         * minibuffer.el (completion--replace): New function.
8158         (completion--do-completion): Use it and use relative movement.
8160 2010-02-27  Chong Yidong  <cyd@stupidchicken.com>
8162         * international/fontset.el (setup-default-fontset): Fix :otf spec.
8164 2010-02-27  Jeremy Whitlock  <jcscoobyrs@gmail.com>  (tiny change)
8166         * progmodes/python.el (python-pdbtrack-stack-entry-regexp):
8167         Allow the characters _<> in the stack entry (Bug#5653).
8169 2010-02-26  Kenichi Handa  <handa@m17n.org>
8171         * language/burmese.el: Fix entries in composition-function-table.
8172         (myanmar-composable-pattern): New variable.
8174         * international/fontset.el (setup-default-fontset): Add an entry
8175         for myanmar.
8177         * international/characters.el (script-list): Add Myanmar
8178         Extended-A.
8180 2010-02-26  Glenn Morris  <rgm@gnu.org>
8182         * custom.el (custom-initialize-delay): Doc fix.
8184         * mail/sendmail.el (send-mail-function): Autoload the call
8185         to custom-initialize-delay, not otherwise preserved in loaddefs.el.
8187 2010-02-24  Chong Yidong  <cyd@stupidchicken.com>
8189         * files.el (hack-local-variables-filter): For eval forms, also
8190         check safe-local-variable-p (Bug#5636).
8192 2010-02-22  Michael Albinus  <michael.albinus@gmx.de>
8194         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Protect
8195         setting the modes by `ignore-errors'.  It might fail, for example
8196         if the file is not owned by the user but the group.
8197         (tramp-handle-write-region): Ensure, that `tmpfile' is always readable.
8199 2010-02-21  Chong Yidong  <cyd@stupidchicken.com>
8201         * files.el (directory-listing-before-filename-regexp): Use
8202         stricter matching for iso-style dates, to avoid false matches with
8203         date-like filenames (Bug#5597).
8205         * htmlfontify.el (htmlfontify): Doc fix.
8207         * eshell/eshell.el (eshell): Doc fix.
8209         * startup.el (fancy-about-screen): In mode-line, apply
8210         mode-line-buffer-id face only to the buffer name (Bug#5613).
8212 2010-02-20  Kevin Ryde  <user42@zip.com.au>
8214         * progmodes/compile.el (compilation-error-regexp-alist-alist):
8215         In `watcom' anchor regexp to start of line, to avoid slowness
8216         (Bug#5599).
8218 2010-02-20  Eli Zaretskii  <eliz@gnu.org>
8220         * subr.el (remove-yank-excluded-properties): Explain in a comment
8221         why `category' property is removed.
8223 2010-02-19  Chong Yidong  <cyd@stupidchicken.com>
8225         * isearch.el (isearch-update-post-hook, isearch-update): Revert
8226         2010-02-17 change.
8228 2010-02-19  Ulf Jasper  <ulf.jasper@web.de>
8230         * calendar/icalendar.el (icalendar--convert-ordinary-to-ical)
8231         (icalendar--convert-weekly-to-ical)
8232         (icalendar--convert-yearly-to-ical)
8233         (icalendar--convert-block-to-ical)
8234         (icalendar--convert-cyclic-to-ical)
8235         (icalendar--convert-anniversary-to-ical): Take care of time
8236         specifications where hour has 1-digit only (Bug#5549).
8238 2010-02-19  Nick Roberts  <nickrob@snap.net.nz>
8240         * progmodes/gdb-ui.el (gdb-assembler-handler): Accommodate change
8241         of disassemble output in GDB 7.1.
8243 2010-02-19  Glenn Morris  <rgm@gnu.org>
8245         * progmodes/f90.el (f90-electric-insert): Give it a delete-selection
8246         property.  (Bug#5593)
8248 2010-02-18  Sam Steingold  <sds@gnu.org>
8250         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
8252 2010-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8254         Use abbreviated file names in bookmarks (bug#5591).
8255         * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
8256         calls to expand-file-name.
8257         (bookmark-relocate): Use abbreviated file names in bookmarks.
8258         (bookmark-load): Use abbreviated file names in messages.
8260 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8262         * net/tramp.el (tramp-handle-directory-files): When FULL, do not
8263         expand "." and "..".  Reported by Thierry Volpiatto
8264         <thierry.volpiatto@gmail.com>.
8266 2010-02-18  Michael Albinus  <michael.albinus@gmx.de>
8268         * net/tramp.el (tramp-handle-insert-file-contents): Set always the
8269         permissions of the temporary file to "0600".  In case the remote
8270         file has no read permissions for the owner, there might be
8271         problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
8273 22010-02-18  Glenn Morris  <rgm@gnu.org>
8275         * emacs-lisp/authors.el (authors-renamed-files-alist):
8276         Add entries for INSTALL.CVS.
8278 2010-02-17  Mark A. Hershberger  <mah@everybody.org>
8280         * vc-bzr.el: Fix typo in Known Bugs section.
8282         * isearch.el (isearch-update-post-hook): New hook.
8283         (isearch-update): Use the new hook.
8285 2010-02-16  Michael Albinus  <michael.albinus@gmx.de>
8287         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
8288         Fix errors in copying directories.
8289         (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
8290         (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
8291         (tramp-handle-delete-file)
8292         (tramp-handle-dired-recursive-delete-directory)
8293         (tramp-handle-write-region): Flush also the cache for the upper
8294         directory.
8296 2010-02-16  Chong Yidong  <cyd@stupidchicken.com>
8298         * simple.el (save-interprogram-paste-before-kill): Doc fix.
8300         * cus-edit.el (hardware): Doc fix.
8302         * man.el (man): Add to external custom group.
8304         * delim-col.el (columns): Move to wp custom group.
8306         * doc-view.el (doc-view): Add to data custom group.
8308         * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
8310         * textmodes/flyspell.el (flyspell-word): Obey the offset specified
8311         by ispell-parse-output (Bug#5575).
8313 2010-02-16  Kenichi Handa  <handa@m17n.org>
8315         * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it.
8316         (skkdic-convert-okuri-ari): Ignore lines starting with '>'.
8317         (skkdic-convert): Use `euc-japan' coding system for writing.
8319 2010-02-16  Glenn Morris  <rgm@gnu.org>
8321         * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of
8322         tex-main-file before using it.  (Bug#5562)
8324 2010-02-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8326         * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler
8327         warnings, since it is annoying for the user to see them each time he
8328         runs the code.
8330 2010-02-15  Michael Albinus  <michael.albinus@gmx.de>
8332         * net/tramp.el (tramp-process-actions, tramp-read-passwd):
8333         * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC
8334         instead of PROC for caching "first-password-request".  Otherwise,
8335         new processes would not profit from passwords already entered.
8337         * net/tramp-cache.el (tramp-dump-connection-properties):
8338         Don't save "first-password-request" property.
8340 2010-02-14  Juanma Barranquero  <lekktu@gmail.com>
8342         * outline.el (outline-head-from-level):
8343         * simple.el (with-wrapper-hook):
8344         * emacs-lisp/elint.el (elint-extra-errors, elint-current-buffer)
8345         (elint-defun, elint-buffer-env, elint-top-form-logged)
8346         (elint-unbound-variable):
8347         * textmodes/reftex-toc.el (reftex-toc-newhead-from-alist):
8348         Fix typos in docstrings.
8350 2010-02-14  Michael Albinus  <michael.albinus@gmx.de>
8352         * files.el (insert-directory): When WILDCARD-REGEXP and
8353         FULL-DIRECTORY-P are nil, insert the file entry instead of the
8354         whole directory.  (Bug#5551)
8356         * net/ange-ftp.el (ange-ftp-insert-directory): Insert "  " for
8357         dired's alignment sanity.  (Bug#5516)
8359 2010-02-14  Juri Linkov  <juri@jurta.org>
8361         * man.el (Man-fontify-manpage, Man-cleanup-manpage):
8362         Remove remaining ^H with their preceding chars.  (Bug#5566)
8364 2010-02-13  Glenn Morris  <rgm@gnu.org>
8366         * simple.el (transpose-subr): Give it a doc-string.
8368         * textmodes/paragraphs.el (transpose-paragraphs, transpose-sentences):
8369         Doc fixes.
8371 2010-02-12  Juri Linkov  <juri@jurta.org>
8373         * arc-mode.el (archive-unique-fname): Make directories for nested
8374         archives.  (Bug#5540)
8376 2010-02-12  Juri Linkov  <juri@jurta.org>
8378         * ffap.el (dired-at-point): Fix docstring.  (Bug#5565)
8380 2010-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8382         * subr.el (copy-overlay): Handle deleted overlays.
8384         * man.el (Man-completion-table): Don't signal an error if we can't run
8385         manual-program (bug#4056).
8387 2010-02-10  Juanma Barranquero  <lekktu@gmail.com>
8389         * textmodes/artist.el (artist-mt): Fix typos in docstring.
8391 2010-02-10  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8393         * info.el (Info-bookmark-jump): Simplify.
8395         * bookmark.el (bookmark-handle-bookmark): Catch the right error.
8396         (bookmark-default-handler): Accept new bookmark field `buffer'.
8398 2010-02-10  Chong Yidong  <cyd@stupidchicken.com>
8400         * iswitchb.el (iswitchb-completions): Revert last change.
8402 2010-02-10  Michael Albinus  <michael.albinus@gmx.de>
8404         * ls-lisp.el (ls-lisp-insert-directory): When WILDCARD-REGEXP and
8405         FULL-DIRECTORY-P are nil, and FILE is absolute, expand it.
8406         This prevents file names like "~/" being listed literally.
8408 2010-02-10  Dan Nicolaescu  <dann@ics.uci.edu>
8410         * term/xterm.el (xterm-maybe-set-dark-background-mode):
8411         Remove dead code.  (Bug#5546)
8413 2010-02-09  Chong Yidong  <cyd@stupidchicken.com>
8415         * eshell/em-ls.el (eshell-ls-applicable): Frob file attributes
8416         correctly (Bug#5548).
8418 2010-02-08  Jose E. Marchesi  <jemarch@gnu.org>
8420         * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
8421         (ada-adjust-case): Don't adjust case in hexadecimal number literals.
8423 2010-02-08  Kenichi Handa  <handa@m17n.org>
8425         * international/mule-util.el (with-coding-priority): Add autoload
8426         cookie for putting `lisp-indent-function'.
8428 2010-02-07  Glenn Morris  <rgm@gnu.org>
8430         * progmodes/f90.el (f90-font-lock-keywords-1, f90-font-lock-keywords-2):
8431         Move F2003 named interfaces from keywords-2 to keywords-1, and
8432         use function-name-face rather than constant-face.
8433         Simplify "abstract interface" regexp.
8435 2010-02-07  Chong Yidong  <cyd@stupidchicken.com>
8437         * eshell/esh-util.el (eshell-file-attributes): New optional arg
8438         ID-FORMAT.  Pass it to `file-attributes'.
8440         * eshell/em-ls.el (eshell-do-ls): Use it (Bug#5528).
8442 2010-02-07  sj  <prime.wizard+emacs@gmail.com>  (tiny change)
8444         * faces.el (set-face-attribute): Allow calling
8445         internal-set-lisp-face-attribute with 'unspecified family and
8446         foundry argument (Bug#5536).
8448 2010-02-07  Glenn Morris  <rgm@gnu.org>
8450         * progmodes/f90.el (f90-font-lock-keywords-2)
8451         (f90-looking-at-type-like, f90-looking-at-program-block-end):
8452         Handle F2003 named interfaces.
8454 2010-02-06  Chong Yidong  <cyd@stupidchicken.com>
8456         * progmodes/cc-mode.el (c-common-init): Bind temporary variables
8457         beg and end before calling c-get-state-before-change-functions.
8459 2010-02-06  Dan Nicolaescu  <dann@ics.uci.edu>
8461         * vc-bzr.el (vc-bzr-dir-extra-headers): Disable the pending merges header.
8463 2010-02-05  Juri Linkov  <juri@jurta.org>
8465         * doc-view.el (doc-view-mode):
8466         * image-mode.el (image-mode): Put property mode-class=special.
8467         (Bug#4896)
8469 2010-02-05  Mark A. Hershberger  <mah@everybody.org>
8471         * vc-svn.el (vc-svn-revision-table): New function.
8473 2010-02-05  Michael Albinus  <michael.albinus@gmx.de>
8475         * net/ange-ftp.el (ange-ftp-insert-directory):
8476         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8477         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8478         Handle also directories.  (Bug#5478)
8480 2010-02-05  Glenn Morris  <rgm@gnu.org>
8482         * progmodes/f90.el (f90-font-lock-keywords-2): Fix `enum'.
8484 2010-02-05  Chong Yidong  <cyd@stupidchicken.com>
8486         * startup.el (command-line-1): Convert options beginning with a
8487         single dash as well (Bug#5519).
8489 2010-02-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8491         Make `initials' completion work for /hh -> /home/horn again (bug#5524).
8492         * minibuffer.el (completion-initials-expand): Only check the presence
8493         of delims *within* the boundaries, since otherwise the / delim is
8494         always found for files.
8496         Fix up various corner case problems.
8497         * doc-view.el (doc-view-last-page-number): New function.
8498         (doc-view-mode, doc-view-last-page, doc-view-goto-page): Use it.
8499         (doc-view-goto-page): Avoid inf-loops when the conversion fails.
8500         (doc-view-kill-proc): Avoid inf-loop in freak cases.
8501         (doc-view-reconvert-doc): Use the new recursive delete-directory.
8502         (doc-view-convert-current-doc): Don't create the resolution.el file
8503         here any more.
8504         (doc-view-pdf/ps->png): Do it here instead.
8505         (doc-view-already-converted-p): Check that resolution.el is present.
8506         (doc-view-pdf->png): Don't rely on doc-view-pdf/ps->png for the few
8507         windows that are not yet showing images.
8509 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
8511         * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
8512         `dired-uncache' for every elemnt which is an absolute file name.
8514         * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
8515         directory, handle its directory component.
8516         (tramp-handle-file-remote-p): Let-bind `tramp-verbose' to 3; this
8517         function is called permanently and creates noise, otherwise.
8519         * net/tramp-imap.el (tramp-imap-handle-insert-directory):
8520         * net/tramp-smb.el (tramp-smb-handle-insert-directory):
8521         Handle the case, FILENAME is not in `default-directory'.  (Bug#5478)
8523 2010-02-04  David Burger  <dburger@google.com>  (tiny change)
8525         * macros.el (apply-macro-to-region-lines):
8526         Minor simplification.  (Bug#5485)
8528 2010-02-04  Glenn Morris  <rgm@gnu.org>
8530         * mail/rmail.el (rmail-show-message-1): Handle malformed
8531         quoted-printable text.  (Bug#5441)
8533         * mail/mail-utils.el (mail-unquote-printable-region): Doc fix.
8535         * simple.el (visual-line-mode): Capitalize lighter.
8537 2010-02-03  John Wiegley  <jwiegley@gmail.com>
8539         * iswitchb.el (iswitchb-completions): Add bookmark files to the
8540         list of files considered for "virtual buffer" completions.
8542 2010-02-03  Michael Albinus  <michael.albinus@gmx.de>
8544         * net/ange-ftp.el (ange-ftp-insert-directory): Parse directory
8545         also in case of (and (not full) (not wildcard)).  This is needed
8546         when dired is called with a list of files, which are not in
8547         `default-directory'.  (Bug#5478)
8549 2010-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * vc-hooks.el (vc-path): Make it an obsolete var, rather than function.
8553 2010-02-02  Juri Linkov  <juri@jurta.org>
8555         * textmodes/ispell.el (ispell-message-text-end): Remove final newline
8556         from unidiff to allow function-line after @@.
8558 2010-02-02  Juri Linkov  <juri@jurta.org>
8560         * ediff-util.el (ediff-file-checked-in-p): Replace '(nil CVS) by
8561         '(RCS SCCS) with inverted condition.
8563 2010-02-02  Michael Albinus  <michael.albinus@gmx.de>
8565         * net/ange-ftp.el (ange-ftp-skip-msgs): Ignore all ""^500 .*AUTH"
8566         messages.
8568 2010-02-01  Juri Linkov  <juri@jurta.org>
8570         * arc-mode.el (archive-zip-extract): Use `member-ignore-case' to
8571         compare with "pkunzip" and "pkzip" instead of only "pkzip".
8572         In the `archive-extract-by-stdout' branch use `shell-quote-argument'
8573         only when (car archive-zip-extract) is "unzip".  (Bug#5475)
8575 2010-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8577         * doc-view.el (doc-view-new-window-function): Be a bit more defensive.
8578         (doc-view-revert-buffer): New command.
8579         (doc-view-mode-map): Use it.
8581 2010-02-01  Dan Nicolaescu  <dann@ics.uci.edu>
8583         * vc-bzr.el (vc-bzr-dir-extra-headers): Add a header when a
8584         pending merge is detected.
8586 2010-01-31  Juri Linkov  <juri@jurta.org>
8588         * progmodes/grep.el (zrgrep): Call `grep-compute-defaults' at the
8589         beginning of interactive spec like all other grep commands do.
8590         Put "all" in front of "gz".  (Bug#5260)
8592 2010-01-29  Dan Nicolaescu  <dann@ics.uci.edu>
8594         * vc-bzr.el (vc-bzr-after-dir-status): Match another renaming indicator.
8596 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
8598         * dirtrack.el (dirtrack): Warn instead of signalling error if the
8599         regexp is incorrect (Bug#5476).
8601 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
8603         * net/tramp.el (tramp-handle-insert-directory): Handle also
8604         symlinks, when FILENAME is not in `default-directory'.
8606 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8608         * net/ange-ftp.el (ange-ftp-insert-directory): Handle the case,
8609         FILE is not in `default-directory'.  (Bug#5478)
8611         * net/tramp.el (tramp-handle-insert-directory): Simplify handling
8612         of SWITCHES.  Handle the case, FILENAME is not in
8613         `default-directory'.  (Bug#5478)
8614         (tramp-register-file-name-handlers): Add safe-magic property.
8616 2010-01-28  Chong Yidong  <cyd@stupidchicken.com>
8618         * arc-mode.el (archive-zip-extract): Quote the argument passed to
8619         unzip (Bug#5475).
8621 2010-01-28  Nil Geisweiller  <ngeiswei@googlemail.com>  (tiny change)
8623         * progmodes/flymake.el (flymake-allowed-file-name-masks)
8624         (flymake-master-make-header-init): Add other C++ filename masks.
8625         (flymake-find-possible-master-files)
8626         (flymake-check-patch-master-file-buffer): Doc fixes (Bug#5488).
8628 2010-01-28  Michael Albinus  <michael.albinus@gmx.de>
8630         Fix some busybox annoyances.
8632         * net/tramp.el (tramp-wrong-passwd-regexp): Add "Timeout, server
8633         not responding." string.
8634         (tramp-open-connection-setup-interactive-shell): Dump stty
8635         settings.  Enable "neveropen" arg for all `tramp-send-command'
8636         calls.  Handle "=" in variable values properly.
8637         (tramp-find-inline-encoding): Raise an error, when no encoding is
8638         found.
8639         (tramp-wait-for-output): Check, whether PROC buffer is available.
8640         Remove spurious " ^H" sequences, sent by busybox.
8641         (tramp-get-ls-command): Suppress coloring, if possible.
8643 2010-01-28  Glenn Morris  <rgm@gnu.org>
8645         * vc-svn.el (vc-svn-update): Use "svn --non-interactive".  (Bug#4280)
8647         * log-edit.el (log-edit-strip-single-file-name): Add missing
8648         :safe, :group, and :version tags.
8650 2010-01-27  Stephen Berman  <stephen.berman@gmx.net>
8652         * calendar/diary-lib.el (diary-unhide-everything): Handle narrowed
8653         buffers.  (Bug#5477)
8655 2010-01-27  David De La Harpe Golden  <david@harpegolden.net>
8657         * files.el (delete-directory): Handle moving to trash without
8658         first doing recursion (Bug#5436).
8660 2010-01-26  Dan Nicolaescu  <dann@ics.uci.edu>
8662         * vc-hooks.el (vc-path): Mark as obsolete.
8664 2010-01-25  Dan Nicolaescu  <dann@ics.uci.edu>
8666         * vc-annotate.el (vc-annotate-revision-at-line): Compare file
8667         names too.
8669         * vc-bzr.el (vc-bzr-print-log): Use the more compact --line option
8670         for the short log.
8671         (vc-bzr-log-view-mode): Adjust regexp for the above change.
8673 2010-01-25  Mark A. Hershberger  <mah@everybody.org>
8675         * progmodes/python.el: Replace reference to obsolete c-subword-mode.
8677         * vc-bzr.el (vc-bzr-revision-table): New function.
8679 2010-01-25  Eric Hanchrow  <eric.hanchrow@gmail.com>  (tiny change)
8681         * vc-git.el (vc-git-dir-status-goto-stage): Pass --relative to the
8682         diff-index command.  This requires at least git-1.5.5.  (Bug#1589).
8684 2010-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8686         Remove support for adding --signoff on commit.
8687         Future support will use an incompatible generic mechanism.
8688         * vc-git.el (vc-git-add-signoff): Remove variable.
8689         (vc-git-toggle-signoff): Remove function.
8690         (vc-git-extra-menu-map): Do not bind vc-git-toggle-signoff.
8692         * term/xterm.el (xterm-maybe-set-dark-background-mode): Rename
8693         from xterm-set-background-mode.  Return t if the background mode
8694         was set.
8695         (terminal-init-xterm): Move tty-set-up-initial-frame-faces
8696         earlier, call it again in case the background mode has changed.
8698 2010-01-23  Dmitri Paduchikh  <dpaduch@k66.ru>  (tiny change)
8700         * emacs-lisp/advice.el (ad-set-orig-definition): Fix typo
8701         (Bug#3541).
8703 2010-01-23  Chong Yidong  <cyd@stupidchicken.com>
8705         * emacs-lisp/assoc.el (aelement): Doc fix.
8706         (aput, adelete, amake): Use lexical-let (Bug#5450).
8708 2010-01-23  Stephen Leake  <stephen_leake@member.fsf.org>
8710         * progmodes/ada-mode.el (ada-in-paramlist-p): Pragma syntax
8711         is the same as subprogram call, not declaration.  (Bug#5435).
8713 2010-01-23  Michael Albinus  <michael.albinus@gmx.de>
8715         * net/tramp-smb.el (tramp-smb-conf): New defcustom.
8716         (tramp-smb-maybe-open-connection): Use it.
8718 2010-01-22  Michael Albinus  <michael.albinus@gmx.de>
8720         * net/tramp-imap.el (top): Autoload needed packages.  (Bug#5448)
8722 2010-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8724         * mail/rmailmm.el (rmail-mime-handle): Don't set the buffer to unibyte
8725         just because we see "encoding: 8bit".
8726         * mail/rmail.el (rmail-show-message-1): Decode the body's QP into bytes.
8728 2010-01-22  Chong Yidong  <cyd@stupidchicken.com>
8730         * isearch.el (isearch-allow-scroll): Doc fix (Bug#5446).
8732 2010-01-22  Eli Zaretskii  <eliz@gnu.org>
8734         * jka-compr.el (jka-compr-load): If load-file is not in
8735         load-history, try its file-truename version.  (bug#5447)
8737 2010-01-21  Alan Mackenzie  <acm@muc.de>
8739         Fix a situation where deletion of a cpp construct throws an error.
8740         * progmodes/cc-engine.el (c-invalidate-state-cache):
8741         Before invoking c-with-all-but-one-cpps-commented-out, check that the
8742         special cpp construct is still in the buffer.
8743         (c-parse-state): Record the special cpp with markers, not numbers.
8745 2010-01-21  Kenichi Handa  <handa@m17n.org>
8747         * textmodes/sgml-mode.el (sgml-maybe-name-self): No need to
8748         process last-command-event, as it is now decoded first (Bug#5380).
8750 2010-01-20  Chong Yidong  <cyd@stupidchicken.com>
8752         * term.el (term-send-raw-meta): Revert 2009-12-04 change (Bug#5330).
8754 2010-01-20  Glenn Morris  <rgm@gnu.org>
8756         * indent.el (tab-always-indent): Fix custom-type.
8758 2010-01-19  Alan Mackenzie  <acm@muc.de>
8760         * progmodes/cc-defs.el: Fix bug#5395: typing '#' in an empty
8761         buffer throws "args out of range".
8762         (c-set-cpp-delimiters, c-clear-cpp-delimiters): Check for EOB
8763         playing the role of delimiter.
8765 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
8767         * progmodes/ada-mode.el: Fix bug#5400.
8768         (ada-matching-decl-start-re): Move into ada-goto-decl-start.
8769         (ada-goto-decl-start): Rename from ada-goto-matching-decl-start; callers
8770         changed.  Delete RECURSIVE parameter; never used.  Improve doc string.
8771         Improve comments in "is" portion.  Handle null procedure declaration.
8772         (ada-move-to-end): Improve doc string.
8774 2010-01-18  Óscar Fuentes  <ofv@wanadoo.es>
8776         * ido.el (ido-cur-list): Initialize to nil.
8777         Remove obsolete information from commentary.
8778         (ido-choice-list): Initialize to nil.
8779         (ido-get-bufname): Reject minibuffers.
8780         (ido-make-buffer-list): If "default" is a nonexistent
8781         buffer, ignore it, as per the function's comment.
8782         (ido-kill-buffer-internal): New function.
8783         (ido-kill-buffer-at-head): Use it.
8784         (ido-visit-buffer): Likewise.
8786 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
8788         * calendar/time-date.el (date-to-time): Doc fix (Bug#5408).
8790 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
8792         * emacs-lisp/chart.el (chart-file-count, chart-rmail-from):
8793         Fix typos in chart titles.
8795         * whitespace.el (whitespace-style, global-whitespace-newline-mode):
8796         * emacs-lisp/eieio.el (eieio-error-unsupported-class-tags)
8797         (eieio-generic-form, eieio-help-mode-augmentation-maybee, eieio-browse)
8798         (describe-class, eieio-describe-generic, describe-generic):
8799         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-handle-click)
8800         (eieio-speedbar-expand):
8801         * emulation/viper-cmd.el (viper-exec-form-in-vi)
8802         (viper-exec-form-in-emacs, viper-harness-minor-mode, viper-ESC)
8803         (viper-repeat, viper-replace-state-exit-cmd, viper-toggle-search-style)
8804         (viper-del-backward-char-in-replace, viper-backward-indent)
8805         (viper-brac-function, viper-register-to-point, viper-submit-report):
8806         * net/tramp.el (tramp-remote-coding-commands):
8807         * term/x-win.el (emacs-session-save, x-menu-bar-open, icon-map-list):
8808         Fix typos in docstrings.
8810 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8812         * mail/sendmail.el (mail-yank-original): Set the mark if the
8813         specified function for yanking does not do it.
8815 2010-01-17  Dan Nicolaescu  <dann@ics.uci.edu>
8817         * vc.el (with-vc-properties): Deal with directory arguments.  (Bug#5298)
8819         * vc-dir.el (vc-dir-resynch-file): Update the vc-dir header when
8820         resyncing a directory.
8822 2010-01-17  Stephen Leake  <stephen_leake@member.fsf.org>
8824         * progmodes/ada-mode.el: Fix bug#1920.
8825         (ada-ident-re): Delete ., allow multibyte characters.
8826         (ada-goto-label-re): New; matches goto labels.
8827         (ada-block-label-re): New; matches block labels.
8828         (ada-label-re): New; matches both.
8829         (ada-named-block-re): Deleted; callers changed to use
8830         `ada-block-label-re' instead.
8831         (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop):
8832         Use `ada-block-label-re'.
8833         (ada-indent-on-previous-lines): Improve handling of goto labels.
8834         (ada-get-indent-block-start): Special-case block label.
8835         (ada-get-indent-label): Split into `ada-indent-block-label' and
8836         `ada-indent-goto-label'.
8837         (ada-goto-stmt-start, ada-goto-next-non-ws):
8838         Optionally ignore goto labels.
8839         (ada-goto-next-word): Simplify.
8840         (ada-indent-newline-indent-conditional): Insert newline before
8841         trying to fix indentation; doc fix.
8843 2010-01-17  Jay Belanger  <jay.p.belanger@gmail.com>
8845         * calc/calc.el (calc-command-flags): Give it an initial value.
8847 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8849         * files.el (minibuffer-with-setup-hook):
8850         * textmodes/artist.el (artist-mt, artist-key-undraw-continously)
8851         (artist-key-draw-continously, artist-key-do-continously-continously)
8852         (artist-key-set-point-continously, artist-mouse-draw-continously):
8853         Fix typos in docstrings.
8855 2010-01-16  Lennart Borgman  <lennart.borgman@gmail.com>
8857         * nxml/nxml-mode.el (nxml-extend-after-change-region): Never
8858         return t (Bug#3898).
8860 2010-01-16  Frédéric Perrin  <frederic.perrin@resel.fr>  (tiny change)
8862         * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we
8863         can parse the output of the external commands (Bug#5279).
8865 2010-01-16  Jari Aalto  <jari.aalto@cante.net>
8867         * pcmpl-unix.el (pcmpl-unix-read-passwd-file): Doc fix.
8869 2010-01-16  Chong Yidong  <cyd@stupidchicken.com>
8871         * emacs-lisp/advice.el (ad-add-advice): Doc fix (Bug#5274)
8873         * emacs-lisp/cl-macs.el (defstruct): Doc fix (Bug#5267).
8875         * startup.el (command-line): Remove unused --icon-type arg.
8876         Handle --display arg, passing it to command-line-1 (Bug#5392).
8878 2010-01-16  Mario Lang  <mlang@delysid.org>
8880         * emacs-lisp/chart.el (chart-translate-namezone):
8881         * textmodes/artist.el (artist-compute-popup-menu-table):
8882         Remove duplicated words in doc-strings.
8884 2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
8886         * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
8887         to mairix-search to suppress threading (Bug#5342).
8889 2010-01-15  Kenichi Handa  <handa@m17n.org>
8891         * international/mule-cmds.el (canonicalize-coding-system-name):
8892         Convert "msXXX", "ibmXXX", "windows-XXX" to "cpXXX" (Bug#5387).
8894 2010-01-15  Glenn Morris  <rgm@gnu.org>
8896         * log-view.el (top-level): Require 'wid-edit.  (Bug#5311)
8898         * wid-edit.el (widget-keymap): Doc fix.
8900         * vc-svn.el (vc-svn-print-log): Use --limit rather than -l since the
8901         former seems to be more widely accepted by various svn versions.
8903 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8905         * find-cmd.el (find-constituents):
8906         * vc-arch.el (vc-arch-root):
8907         * window.el (window-body-height, pop-up-frames):
8908         * emacs-lisp/eieio-base.el (eieio-singleton, slot-missing):
8909         * progmodes/ada-stmt.el (ada-if):
8910         * progmodes/gdb-ui.el (gdb-jsonify-buffer):
8911         * textmodes/ispell.el (ispell-grep-options, ispell-dictionary-alist)
8912         (ispell-encoding8-command, ispell-aspell-supports-utf8)
8913         (ispell-last-program-name, ispell-help): Fix typos in docstrings.
8915         * progmodes/flymake.el (flymake-post-syntax-check):
8916         Fix typo in error message.
8918 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8920         * hexl.el (hexl-printable-character): Fix check of `hexl-iso',
8921         which is always a string.  (Bug#5313)
8923 2010-01-14  Juanma Barranquero  <lekktu@gmail.com>
8925         * progmodes/ada-xref.el (ada-default-prj-properties):
8926         Simplify previous change.
8928 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8930         * progmodes/ada-xref.el (ada-default-prj-properties):
8931         Default ada_project_path to $ADA_PROJECT_PATH.
8933 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8935         * progmodes/ada-mode.el (ada-create-keymap):
8936         Override `narrow-to-defun' with `ada-narrow-to-defun'.
8938 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8940         * progmodes/ada-mode.el: Deal with Ada 2005 "overriding" keyword.
8941         (ada-subprog-start-re, ada-imenu-subprogram-menu-re): Add keyword.
8942         (ada-get-current-indent, ada-imenu-generic-expression)
8943         (ada-which-function): Check for it.
8945 2010-01-14  Stephen Leake  <stephen_leake@member.fsf.org>
8947         * progmodes/ada-mode.el (ada-clean-buffer-before-saving): Make obsolete.
8948         (ada-mode): Don't obey `ada-clean-buffer-before-saving' anymore.
8950 2010-01-14  Glenn Morris  <rgm@gnu.org>
8952         * frame.el (show-trailing-whitespace): Safe if boolean.  (Bug#5312)
8954 2010-01-14  Kenichi Handa  <handa@m17n.org>
8956         * composite.el (auto-composition-mode): Make it a buffer local
8957         variable (permanent-local).
8958         (auto-composition-function): Set the default value to
8959         auto-compose-chars.
8960         (auto-composition-mode): Make it a simple function, not a minor mode.
8961         (global-auto-composition-mode): Likewise.
8962         (turn-on-auto-composition-if-enabled): Delete it.
8964 2010-01-13  Karl Fogel  <kfogel@red-bean.com>
8966         * bookmark.el (bookmark-bmenu-execute-deletions): Doc fix (Bug#5276).
8968 2010-01-12  Michael Albinus  <michael.albinus@gmx.de>
8970         * files.el (copy-directory): Compute target for recursive
8971         directories with identical names.  (Bug#5343)
8973 2010-01-12  Glenn Morris  <rgm@gnu.org>
8975         * mail/emacsbug.el (report-emacs-bug-pretest-address): Set
8976         it to bug-gnu-emacs rather than emacs-pretest-bug.
8978 2010-01-11  Sam Steingold  <sds@gnu.org>
8980         * imenu.el (imenu-default-create-index-function): Detect infinite
8981         loops caused by imenu-prev-index-position-function.
8983 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
8985         * htmlfontify.el (htmlfontify-load-rgb-file)
8986         (htmlfontify-unload-rgb-file, hfy-fallback-colour-values)
8987         (htmlfontify-manual, htmlfontify, hfy-page-header, hfy-page-footer)
8988         (hfy-src-doc-link-style, hfy-src-doc-link-unstyle, hfy-link-extn)
8989         (hfy-link-style-fun, hfy-index-file, hfy-instance-file)
8990         (hfy-html-quote-regex, hfy-init-kludge-hook, hfy-post-html-hooks)
8991         (hfy-default-face-def, hfy-etag-regex, hfy-html-quote-map)
8992         (hfy-etags-cmd-alist-default, hfy-etags-bin, hfy-ignored-properties)
8993         (hfy-which-etags, hfy-etags-cmd, hfy-istext-command, hfy-display-class)
8994         (hfy-optimisations, hfy-tags-cache, hfy-tags-sortl, hfy-tags-rmap)
8995         (hfy-style-assoc, hfy-sheet-assoc, hfy-facemap-assoc, hfy-interq)
8996         (hfy-colour-vals, hfy-default-header, hfy-link-style-string)
8997         (hfy-triplet, hfy-slant, hfy-weight, hfy-combined-face-spec)
8998         (hfy-face-attr-for-class, hfy-face-to-style-i, hfy-size-to-int)
8999         (hfy-flatten-style, hfy-face-to-style, hfy-face-or-def-to-name)
9000         (hfy-face-to-css, hfy-p-to-face, hfy-p-to-face-lennart, hfy-face-at)
9001         (hfy-fontified-p, hfy-merge-adjacent-spans, hfy-buffer)
9002         (hfy-html-enkludge-buffer, hfy-html-quote, hfy-html-dekludge-buffer)
9003         (hfy-force-fontification, htmlfontify-buffer, hfy-dirname)
9004         (hfy-make-directory, hfy-text-p, hfy-mark-tag-names, hfy-relstub)
9005         (hfy-href-stub, hfy-href, hfy-mark-tag-hrefs, hfy-prepare-index-i)
9006         (hfy-prepare-index, hfy-prepare-tag-map, hfy-subtract-maps)
9007         (htmlfontify-run-etags): Fix typos in docstrings and remove superfluous
9008         backslash-quoting from parentheses, etc.
9010 2010-01-11  Chong Yidong  <cyd@stupidchicken.com>
9012         * progmodes/js.el: Autoload javascript-mode alias.
9014 2010-01-11  Juanma Barranquero  <lekktu@gmail.com>
9016         * ffap.el (ffap-shell-prompt-regexp, ffap-all-subdirs, ffap-url-p)
9017         (ffap-alist, ffap-tex-path, ffap-url-at-point, ffap-gopher-regexp)
9018         (ffap-gopher-at-point, ffap-file-at-point, ffap-read-file-or-url)
9019         (ffap-read-url-internal, ffap-menu, ffap-at-mouse):
9020         Fix typos in docstrings.
9021         (ffap-url-regexp): Doc fix.
9022         (ffap-at-mouse): Fix typo in message.
9024 2010-01-11  Glenn Morris  <rgm@gnu.org>
9026         * version.el (emacs-copyright): Set copyright year to 2010.
9028 2010-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9030         * format.el (format-annotate-function): Only set
9031         write-region-post-annotation-function after running to-fn so as not to
9032         affect nested write-region calls (bug#5273).
9034 2010-01-10  Chong Yidong  <cyd@stupidchicken.com>
9036         * Makefile.in (ELCFILES): Add wisent/python-wy.el and
9037         wisent/python.el.
9039 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9041         * man.el (Man-goto-section): Signal error if the section is not
9042         found (Bug#5317).
9044 2010-01-09  Juanma Barranquero  <lekktu@gmail.com>
9046         * vc-bzr.el (vc-bzr-working-revision): On Windows and MS-DOS, accept
9047         URLs with a leading triple slash in the file: scheme.  (Bug#5345)
9049 2010-01-09  Chong Yidong  <cyd@stupidchicken.com>
9051         * progmodes/compile.el: Don't treat compile-command as safe if
9052         compilation-read-command might be nil (Bug#4218).
9054 2010-01-09  Jan Djärv  <jan.h.d@swipnet.se>
9056         * startup.el (command-line-1): Use orig-argi to check for ignored X and
9057         NS options.
9059 2010-01-08  Kenichi Handa  <handa@m17n.org>
9061         * international/fontset.el (build-default-fontset-data):
9062         Exclude characters in scripts kana, hangul, han, or cjk-misc.
9064 2010-01-07  Juanma Barranquero  <lekktu@gmail.com>
9066         * vc-dir.el (vc-dir-prepare-status-buffer): Pass a (fake) filename
9067         to `create-file-buffer' as it expects, not just a buffer name.
9068         (vc-dir-mode): Include the buffer name in `list-buffers-directory',
9069         to help uniquify.  (Bug#3224)
9071 2010-01-06  Jan Djärv  <jan.h.d@swipnet.se>
9073         * font-setting.el (font-setting-change-default-font): Use user-spec
9074         instead of name.
9076 2010-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9078         * vc-bzr.el (vc-bzr-after-dir-status): Ignore pending merges.
9080 2010-01-05  Tom Tromey  <tromey@redhat.com>
9082         * progmodes/python.el (python-font-lock-keywords):
9083         Handle qualified decorators (Bug#881).
9085 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9087         * vc-bzr.el (vc-bzr-working-revision): Fix looking for a revision
9088         in a lightweight checkout.
9090 2010-01-05  Kenichi Handa  <handa@m17n.org>
9092         * language/indian.el (malayalam-composable-pattern): Fix ZWNJ and ZWJ.
9094 2010-01-05  Dan Nicolaescu  <dann@ics.uci.edu>
9096         * vc-bzr.el (vc-bzr-diff): Obey vc-disable-async-diff.
9098 2010-01-04  Dan Nicolaescu  <dann@ics.uci.edu>
9100         * vc-bzr.el (vc-bzr-state-heuristic): Make it work for lightweight
9101         checkouts.  (Bug#618)
9102         (vc-bzr-log-view-mode): Also highlight the author.
9103         (vc-bzr-shelve-map): Change binding for vc-bzr-shelve-apply-at-point.
9104         (vc-bzr-shelve-menu-map):
9105         (vc-bzr-dir-extra-headers): Improve menu and tooltip text.
9106         (vc-bzr-shelve-apply): Make prompt more explicit.
9108 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
9110         * net/browse-url.el (browse-url-encode-url): Don't escape commas.
9111         They are valid characters in URL paths (rfc3986), and at least
9112         Firefox does not understand the encoded version (Bug#3166).
9114 2010-01-02  Daniel Elliott  <danelliottster@gmail.com>  (tiny change)
9116         * progmodes/octave-mod.el (octave-end-keywords)
9117         (octave-block-begin-or-end-regexp, octave-block-match-alist):
9118         Add "end" keyword (Bug#3061).
9119         (octave-end-as-array-index-p): New function.
9120         (calculate-octave-indent): Use it.
9122 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9124         * bookmark.el: Consistently put the text property on the bookmark name.
9125         (bookmark-bmenu-marks-width): Bump back to 2, to include
9126         annotation marks.
9127         (bookmark-bmenu-hide-filenames): Adjust for above, and put the text
9128         property on the bookmark name, instead of not putting it at all.
9129         (bookmark-bmenu-list): Fix where we put the text property.
9131 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9133         * bookmark.el (bookmark-bmenu-save): Just depend on the new logic
9134         for showing buffer modified state (as added in the previous change).
9136 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9138         * bookmark.el: Show modified state of bookmark buffer more accurately.
9139         (bookmark-bmenu-list): Initialize buffer-modified-p properly.
9140         (bookmark-send-edited-annotation): Mark bookmark-alist as modified.
9141         (with-buffer-modified-unmodified): New macro.
9142         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
9143         (bookmark-bmenu-mark, bookmark-bmenu-unmark, bookmark-bmenu-delete):
9144         Use new macro to preserve the buffer modified state.
9146 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9148         * bookmark.el (bookmark-bmenu-select, bookmark-bmenu-1-window)
9149         (bookmark-bmenu-2-window, bookmark-bmenu-this-window)
9150         (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window)
9151         (bookmark-bmenu-show-annotation, bookmark-bmenu-edit-annotation)
9152         (bookmark-bmenu-rename, bookmark-bmenu-locate)
9153         (bookmark-bmenu-relocate, bookmark-bmenu-goto-bookmark):
9154         Remove unnecessary calls to `bookmark-bmenu-ensure-position'.
9156 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9158         * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
9159         Make the lines in the generated doc string shorter.  (Bug#4668)
9161 2010-01-02  Ryan Yeske  <rcyeske@gmail.com>
9163         * net/rcirc.el: Add follow-link binding (Bug#4738).
9165 2010-01-02  Eli Zaretskii  <eliz@gnu.org>
9167         * Makefile.in (bzr-update): Rename from cvs-update.
9168         (cvs-update): New target for backward compatibility.
9170         * makefile.w32-in (bzr-update): Rename from cvs-update.
9171         (cvs-update): New target for backward compatibility.
9173 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9175         * bookmark.el: Remove gratuitous gratitude.
9177 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9179         * bookmark.el (bookmark-bmenu-any-marks): New function.
9180         (bookmark-bmenu-save): Clear buffer modification if no marks.
9182 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9184         * bookmark.el (bookmark-bmenu-marks-width): Define to 1, not 2.
9185         (bookmark-bmenu-list, bookmark-bmenu-bookmark): Calculate property
9186         positions by using `bookmark-bmenu-marks-width', instead of hardcoding.
9187         This fixes the `bookmark-bmenu-execute-deletions' bug reported here:
9189         http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00819.html
9190         From: Sun Yijiang <sunyijiang {_AT_} gmail.com>
9191         To: emacs-devel {_AT_} gnu.org
9192         Subject: bookmark.el bug report
9193         Date: Mon, 28 Dec 2009 14:19:16 +0800
9194         Message-ID: 5065e2900912272219y3734fc9fsdaee41167ef99ad7@mail.gmail.com
9196 2010-01-02  Karl Fogel  <kfogel@red-bean.com>
9198         * bookmark.el: Improvements suggested by Drew Adams:
9199         (bookmark-bmenu-ensure-position): New name for
9200         `bookmark-bmenu-check-position'.  Just ensure the position,
9201         don't return any meaningful value.
9202         (bookmark-bmenu-header-height, bookmark-bmenu-marks-width):
9203         New constants.
9205 2010-01-02  Juanma Barranquero  <lekktu@gmail.com>
9207         * bookmark.el (bookmarks-already-loaded): Doc fix (don't use `iff').
9208         (bookmark-yank-point, bookmark-bmenu-check-position):
9209         Fix typos in docstrings.
9210         (bookmark-save-flag, bookmark-bmenu-toggle-filenames)
9211         (bookmark-name-from-full-record, bookmark-get-position)
9212         (bookmark-set-position, bookmark-set, bookmark-handle-bookmark)
9213         (bookmark-delete, bookmark-save, bookmark-save, bookmark-bmenu-mode):
9214         Remove useless quoting of parenthesis, etc. in docstrings.
9216         * ediff-mult.el (ediff-prepare-meta-buffer): Fix typo in help message.
9217         (ediff-append-custom-diff): Fix typo in error message.
9218         (ediff-meta-mark-equal-files): Fix typos in messages.
9220         * mpc.el (mpc-playlist-delete): Fix typo in error messages.
9222         * net/imap-hash.el (imap-hash-make): Doc fix.
9223         (imap-hash-test): Fix typo in error message; reflow docstring.
9224         (imap-hash-p, imap-hash-get, imap-hash-put, imap-hash-make-message)
9225         (imap-hash-count, imap-hash-server, imap-hash-port, imap-hash-ssl)
9226         (imap-hash-mailbox, imap-hash-user, imap-hash-password):
9227         Fix typos in docstrings.
9228         (imap-hash-open-connection): Fix typo in error message.
9230         * play/gomoku.el (gomoku): Fix typos in docstring.
9232         * progmodes/gdb-ui.el (gdb-location-alist): Reflow docstring.
9233         (gdb-jsonify-buffer): Fix typos in docstring.
9234         (gdb-goto-breakpoint): Fix typo in error message.
9235         ("Display Other Windows"): Fix typo in help message.
9236         (gdb-speedbar-expand-node): Fix typo in question.
9238         * progmodes/idlw-help.el (idlwave-help-browse-url-available)
9239         (idlwave-html-system-help-location, idlwave-html-help-location)
9240         (idlwave-help-browser-function, idlwave-help-browser-generic-program)
9241         (idlwave-help-browser-generic-args, idlwave-help-directory)
9242         (idlwave-html-help-is-available, idlwave-help-mode-line-indicator)
9243         (idlwave-help-mode-map, idlwave-help-mode, idlwave-do-context-help)
9244         (idlwave-online-help, idlwave-help-html-link)
9245         (idlwave-help-show-help-frame, idlwave-help-assistant-command):
9246         Fix typos in docstrings.
9247         (idlwave-help-with-source, idlwave-help-find-routine-definition):
9248         Reflow docstrings.
9249         (idlwave-help-assistant-start): Fix typo in error message.
9251         * progmodes/octave-mod.el (octave-mode, octave-electric-semi)
9252         (octave-electric-space): Fix typos in docstrings.
9254 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
9256         * files.el (minibuffer-with-setup-hook): Doc fix (Bug#5149).
9258 2010-01-01  Juri Linkov  <juri@jurta.org>
9260         * comint.el (comint-input-ring-size): Make it a defcustom and
9261         increase the default to 500 (Bug#5148).
9263 2009-12-31  Nick Roberts  <nickrob@snap.net.nz>
9265         Further changes from EMACS_23_1_RC branch (2009-12-29 contd).
9266         * term/x-win.el (x-gtk-stock-map): Map some GUD buttons.
9267         * progmodes/gud.el (gud-menu-map): Add reverse-execution commands.
9269 2009-12-30  Nick Roberts  <nickrob@snap.net.nz>
9271         Show working revision correctly for mercurial.
9272         * vc-hg.el (vc-hg-working-revision): Use hg parent instead of
9273         hg log as suggested by Alex Harsanyi <alexharsanyi@gmail.com>.
9275 2009-12-29  Juanma Barranquero  <lekktu@gmail.com>
9277         Declare some functions for the byte-compiler.
9278         * progmodes/gdb-ui.el (speedbar-change-initial-expansion-list)
9279         (speedbar-timer-fn, speedbar-change-expand-button-char)
9280         (speedbar-delete-subblock, speedbar-center-buffer-smartly): Declare.
9282 2009-12-29  Nick Roberts  <nickrob@snap.net.nz>
9284         This changeset reverts GDB Graphical Interface to use annotations.
9285         * progmodes/gdb-ui.el, progmodes/gud.el: Import from EMACS_23_1_RC.
9287 2009-12-29  Dan Nicolaescu  <dann@ics.uci.edu>
9289         Make vc-dir work on subdirectories of the bzr root.
9290         * vc-bzr.el (vc-bzr-after-dir-status): Add new argument.  Return
9291         file names relative to it.
9292         (vc-bzr-dir-status, vc-bzr-dir-status-files): Pass the bzr root
9293         relative directory to vc-bzr-after-dir-status.
9295 2009-12-28  Tassilo Horn  <tassilo@member.fsf.org>
9297         * font-lock.el (font-lock-refresh-defaults): New function, which
9298         can be used to let font-lock react to external changes in
9299         variables like font-lock-defaults and keywords.
9300         See http://thread.gmane.org/gmane.emacs.devel/118777/focus=118802
9302 2009-12-28  Dan Nicolaescu  <dann@ics.uci.edu>
9304         * vc-rcs.el (vc-rcs-register): Fix registering a specific version.
9306         * vc-bzr.el (vc-bzr-log-view-mode): Fix short log regexp.
9308 2009-12-28  Juanma Barranquero  <lekktu@gmail.com>
9310         Supersede color.diff settings in git log (bug#5211).
9312         * vc-git.el (vc-git-print-log): Pass "--no-color" to log to avoid
9313         escape chars in its output when the user has color.diff set to `always'.
9314         This fix works on git 1.4.2 and newer (released on 2006-08-13).
9316 2009-12-26  Kevin Ryde  <user42@zip.com.au>
9318         * info-look.el (sh-mode): Look for coreutils new "Concept Index"
9319         node.  Keep previous "Index" name to work with past coreutils too.
9321         * man.el (man): Revise docstring a bit to show -a and -l as
9322         examples.  Add -k description since support for it has otherwise
9323         been a secret.  (Further to bug#3717.)
9324         (Man-bgproc-sentinel): When "-k foo" produces no output show error
9325         "no matches" rather than "Can't find manpage", as the latter reads
9326         like -k was interpreted as a page name, which is not so.  (Bug#5431)
9328 2009-12-26  Michael Albinus  <michael.albinus@gmx.de>
9330         * net/tramp.el (tramp-handle-insert-directory): Quote "'" in the
9331         switches.  Check also for //SUBDIRED// line.
9333 2009-12-25  Kenichi Handa  <handa@m17n.org>
9335         * language/indian.el (devanagari-composable-pattern): Fixed to
9336         handle ZWNJ and ZWJ.  Use it in composition-function-table for
9337         Devanagari.
9338         (malayalam-composable-pattern): Fix previous change.
9340 2009-12-23  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9342         * ps-print.el (ps-face-attributes): It was not returning the
9343         attribute face for faces specified as string.  Reported by harven
9344         <harven@free.fr>.  (Bug#5254)
9345         (ps-print-version): New version 7.3.5.
9347 2009-12-18  Ulf Jasper  <ulf.jasper@web.de>
9349         * calendar/icalendar.el (icalendar--convert-tz-offset):
9350         Fix timezone names.
9351         (icalendar--convert-tz-offset): Fix the "last-day-problem".
9352         (icalendar--add-diary-entry): Remove the trailing blank that
9353         diary-make-entry inserts.
9355 2009-12-17  Michael Albinus  <michael.albinus@gmx.de>
9357         Make `file-expand-wildcards' work for remote files.
9359         * files.el (file-expand-wildcards): In case of remote files, check
9360         only local file name part for wildcards.  Provide feature 'files
9361         and subfeature 'remote-wildcards.  (Bug#5198)
9363         * net/tramp.el (tramp-handle-file-remote-p): Expand file name only
9364         if there is already an established connection.
9365         (tramp-advice-file-expand-wildcards): Remove it.
9367         * net/tramp-compat.el (top): Autoload `tramp-handle-file-remote-p'.
9368         (tramp-advice-file-expand-wildcards): Move from tramp.el.
9369         Activate advice for older GNU Emacs versions.  (Bug#5237)
9371 2009-12-17  Juanma Barranquero  <lekktu@gmail.com>
9373         Some doc fixes (more needed).
9375         * find-cmd.el (find-constituents): Reflow docstring.
9376         (find-cmd, find-prune, find-command): Fix typos in docstrings.
9377         (find-generic): Doc fix.
9379 2009-12-17  Juri Linkov  <juri@jurta.org>
9381         Fix regression from 23.1 to allow multiple modes in Local Variables.
9383         * files.el (hack-local-variables-filter): While ignoring duplicates,
9384         don't take `mode' into account.
9385         (hack-local-variables-filter, hack-dir-local-variables):
9386         Don't remove duplicate `mode' from local-variables-alist (like `eval').
9388 2009-12-17  Juri Linkov  <juri@jurta.org>
9390         Make `dired-diff' safer.  (Bug#5225)
9392         * dired-aux.el (dired-diff): Signal an error when `file' equals to
9393         `current' or when `file' is a directory of the `current' file.
9395 2009-12-17  Andreas Schwab  <schwab@linux-m68k.org>
9397         * emacs-lisp/autoload.el (batch-update-autoloads): Only exclude
9398         unconditionally preloaded files.
9400 2009-12-16  Juri Linkov  <juri@jurta.org>
9402         Revert to old 23.1 logic of using the file at the mark as default.
9403         * dired-aux.el (dired-diff): Use the file at the mark as default
9404         if it's not the same as the current file, and the target dir is
9405         the current dir or the mark is active.  Add the current file
9406         as the arg of `dired-dwim-target-defaults'.  Use the default file
9407         in the prompt.  (Bug#5225)
9409 2009-12-15  Michael Albinus  <michael.albinus@gmx.de>
9411         * net/tramp.el (tramp-echo-mark-marker-length): New defconst.
9412         (tramp-echo-mark, tramp-echoed-echo-mark-regexp): Use it.
9413         (tramp-check-for-regexp): Check also, when an echoing shell stops
9414         to echo sent commands.
9416 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9418         * Makefile.in: Revert last change (Bug#5191).
9420 2009-12-14  Dan Nicolaescu  <dann@ics.uci.edu>
9422         * vc-hg.el (vc-hg-print-log): Fix argument order.
9423         (vc-hg-working-revision): Make sure the command is executed in a
9424         known environment so that we can parse the output.  (Bug#4417)
9426 2009-12-14  Chong Yidong  <cyd@stupidchicken.com>
9428         * progmodes/python.el (python-symbol-completions): Remove text
9429         properties from symbol string before calling python-send-receive.
9431 2009-12-14  Nick Roberts  <nickrob@snap.net.nz>
9433         * progmodes/gdb-mi.el (gdb-frame-handler): Only set gud-lat-frame
9434         when there are values for both file and line.  (Bug#5060)
9436 2009-12-14  Juri Linkov  <juri@jurta.org>
9438         * ediff-ptch.el (ediff-context-diff-label-regexp): Don't match
9439         whitespace after the file name of the first line of unified format,
9440         because git-diff doesn't output whitespace and file modification time
9441         after the file name.
9443 2009-12-14  David Kastrup  <dak@gnu.org>
9445         * info.el (Info-hide-cookies-node): Before hiding a cookie,
9446         check if it already has the `display' property added by
9447         `Info-display-images-node', and not put the `invisible' property
9448         in this case.
9450 2009-12-13  Glenn Morris  <rgm@gnu.org>
9452         * mail/emacsbug.el (message-sort-headers): Define for compiler.
9453         (report-emacs-bug): In message-mode, sort manually before storing
9454         original report text.  (Bug#5178)
9455         Remove superfluous save-excursion.
9457 2009-12-12  Michael Albinus  <michael.albinus@gmx.de>
9459         * net/dbus.el (dbus-property-handler): Filter lambda forms out
9460         when responding to "GetAll" properties.
9462 2009-12-12  Chong Yidong  <cyd@stupidchicken.com>
9464         * simple.el (compose-mail): Remove mail-setup-with-from from
9465         customization checks.
9467 2009-12-12  Eli Zaretskii  <eliz@gnu.org>
9469         * arc-mode.el (archive-rar-summarize): Support Attribute fields in
9470         RAR archives created on Unix systems.
9472 2009-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9474         * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate
9475         the varalias that was accidentally removed by the 2009-11-19 change
9476         (bug#5186).
9478 2009-12-12  Kenichi Handa  <handa@m17n.org>
9480         * language/indian.el (indian-compose-regexp): New function.
9481         (malayalam-composable-pattern): Fix the pattern.
9482         (composition-function-table): Set malayalam-composable-pattern for
9483         Malayalam characters.
9485 2009-12-11  Chong Yidong  <cyd@stupidchicken.com>
9487         * progmodes/bug-reference.el (bug-reference-map): Bind mouse-2
9488         rather than down-mouse-1, based on follow-link conventions.
9490         * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories
9491         are compiled.
9493 2009-12-11  Michael McNamara  <mac@mail.brushroad.com>
9495         * progmodes/verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re)
9496         (verilog-vmm-statement-re, verilog-ovm-statement-re)
9497         (verilog-defun-level-not-generate-re, verilog-calculate-indent)
9498         (verilog-leap-to-head, verilog-backward-token):
9499         Fix indenting VMM macros.  Reported by Jonathan Ashbrook.
9501 2009-12-11  Wilson Snyder  <wsnyder@wsnyder.org>
9503         * progmodes/verilog-mode.el (verilog-auto-lineup)
9504         (verilog-nameable-item-re): Cleanup user-visible spelling and
9505         documentation errors.  One reported by Gary Delp.
9506         (verilog-submit-bug-report): Mention bug tracking and CC co-author.
9507         (verilog-read-decls): Fix AUTOWIRE with types declared in a
9508         package, bug195.  Reported by Pierre-David Pfister.
9510 2009-12-11  Glenn Morris  <rgm@gnu.org>
9512         * progmodes/cc-engine.el (safe-pos-list): Define for compiler.
9514         * mail/emacsbug.el: No longer require sendmail.
9515         Replace sendmail's `mail-text' by `rfc822-goto-eoh'.  (Bug#5174)
9516         (report-emacs-bug-orig-text): Doc fix.
9517         (report-emacs-bug-send-command, report-emacs-bug-send-hook):
9518         New local variables, to adapt to different mail-user-agents.
9519         (report-emacs-bug): Fix test for a gnu.org address.
9520         Use overlays for emphasis, since font-lock defeats 'face property.
9521         Pretest bugs also end up at the newsgroup these days.
9522         Stop message-mode stripping text properties.
9523         Set and use the new buffer-local variables.
9524         (report-emacs-bug-hook): Add doc-string.
9525         Remove some unnecessary save-excursions and simplify.
9526         Use the appropriate hook and send-command.
9528         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Standardize the
9529         capitalization of some menu entries.
9531 2009-12-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9533         * whitespace.el (whitespace-display-char-on):
9534         Ensure `buffer-display-table' is unique when two or more windows are
9535         visible.  Reported by Martin Pohlack <mp26@os.inf.tu-dresden.de>.
9536         New version 12.1.
9538 2009-12-10  Eli Zaretskii  <eliz@gnu.org>
9540         * arc-mode.el (archive-rar-summarize): Allow between 6 and 7
9541         characters in the Attribute field.
9543 2009-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
9545         * vc-svn.el (vc-svn-after-dir-status): Fix regexp.  (Bug#4741)
9547 2009-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9549         Let loaddefs.el adjust to changes in autoload-excludes (bug#5162).
9550         * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9551         Disregard autoload-excludes.
9552         (update-directory-autoloads): Obey autoload-excludes here instead.
9553         But don't store its contents in no-autoloads and remove entries that
9554         refer to excludes files.
9556 2009-12-10  Glenn Morris  <rgm@gnu.org>
9558         * mail/feedmail.el (top-level): Move require 'mail-utils to start.
9559         (expand-mail-aliases): Define for compiler.
9561         * vc-annotate.el (log-view-vc-backend, log-view-vc-fileset):
9562         Define for compiler.
9564         * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
9565         appropriate for the mail-user-agent in use.
9567 2009-12-09  Michael Albinus  <michael.albinus@gmx.de>
9569         * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
9571 2009-12-09  Dan Nicolaescu  <dann@ics.uci.edu>
9573         Fix short log parsing and fontification.
9574         * vc-bzr.el (vc-bzr-log-view-mode): Match dot in revision number.
9575         Fix fontification for the [merge] label.
9577 2009-12-09  Vivek Dasmohapatra  <vivek@etla.org>
9579         Drop some properties to avoid surprises (bug#5002).
9580         * htmlfontify.el (hfy-ignored-properties): New defcustom.
9581         (hfy-fontify-buffer): Use it.
9583 2009-12-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9585         Minor cleanup.
9586         * ffap.el (ffap-symbol-value): Replace ffap-soft-value.
9587         Adjust all callers.
9588         (ffap-locate-file): Remove unused arg `dir-ok' and make other
9589         args compulsory.  Adjust callers.
9590         (ffap-gopher-at-point): Remove unused var `name'.
9592         Get rid of the ELCFILES abomination.
9593         * Makefile.in (update-elclist, ELCFILES, compile-last): Remove.
9594         (compile-elcfiles): New phony target.
9595         (compile-main): Compute ELCFILES dynamically.
9596         (compile-clean): New target to remove left-over elc files.
9597         (compile, all): Use it.
9599 2009-12-09  Kenichi Handa  <handa@etlken>
9601         * international/mule-diag.el: Require help-mode instead of help-fns.
9603 2009-12-09  Kenichi Handa  <handa@m17n.org>
9605         * international/mule-cmds.el (ucs-names): Supply sufficiently
9606         fine ranges instead of pre-calculating accurate ranges.
9607         Iterate with bigger gc-cons-threshold.
9609 2009-12-08  Dan Nicolaescu  <dann@ics.uci.edu>
9611         Add support for stashing a snapshot of the current tree.
9612         * vc-git.el (vc-git-stash-snapshot): New function.
9613         (vc-git-stash-map, vc-git-extra-menu-map): Add a mapping for it.
9615 2009-12-08  Jose E. Marchesi  <jemarch@gnu.org>
9617         * play/gomoku.el (gomoku-mode-map): Remap `move-(beginning|end)-of-line'
9618         instead of `(beginning|end)-of-line'.
9620 2009-12-08  Glenn Morris  <rgm@gnu.org>
9622         * vc-mtn.el (vc-mtn-print-log): Fix typo in previous.
9624         * Makefile.in (ELCFILES): Regenerate.
9626 2009-12-07  Juri Linkov  <juri@jurta.org>
9628         Don't lazy-highlight the comint output in history Isearch mode.
9630         * comint.el (comint-history-isearch-search): Instead of
9631         `comint-line-beginning-position', use `comint-after-pmark-p'
9632         to check if point if before the process mark, and go to
9633         `process-mark' in this case.
9635 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * textmodes/tex-mode.el (latex-complete)
9638         (latex-indent-or-complete): Remove.
9639         (latex-mode): Set completion-at-point-functions instead.
9641         Provide a standard completion command and hook it into TAB.
9642         * minibuffer.el (completion-at-point-functions): New var.
9643         (completion-at-point): New command.
9644         * indent.el (indent-for-tab-command): Handle the `complete' behavior.
9645         * progmodes/python.el (python-mode-map): Use completion-at-point.
9646         (python-completion-at-point): Rename from python-partial-symbol and
9647         adjust for use in completion-at-point-functions.
9648         (python-mode): Setup completion-at-point for Python completion.
9649         * emacs-lisp/lisp.el (lisp-completion-at-point): New function
9650         extracted from lisp-complete-symbol.
9651         (lisp-complete-symbol): Use it.
9652         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use define-derived-mode,
9653         setup completion-at-point for Elisp completion.
9654         (emacs-lisp-mode-map, lisp-interaction-mode-map):
9655         Use completion-at-point.
9656         * ielm.el (ielm-map): Use completion-at-point.
9657         (inferior-emacs-lisp-mode): Setup completion-at-point-functions.
9658         * progmodes/sym-comp.el: Move to...
9659         * obsolete/sym-comp.el: Move from progmodes.
9661 2009-12-07  Eli Zaretskii  <eliz@gnu.org>
9663         Prevent save-buffer in Rmail buffers from using the coding-system
9664         of the current message, and from clobbering the encoding mnemonics
9665         in the mode line (Bug#4623).
9667         * mail/rmail.el (rmail-swap-buffers): Swap encoding and modified
9668         flag, too.
9669         (rmail-message-encoding): New variable.
9670         (rmail-write-region-annotate): Record the encoding of the current
9671         message in rmail-message-encoding.
9672         (rmail-after-save-hook): New function, restores the encoding of
9673         the current message after the message collection is saved.
9675 2009-12-07  Juri Linkov  <juri@jurta.org>
9677         * progmodes/grep.el (grep-read-files): Use `completing-read'
9678         instead of `read-string'.  Set its `collection' arg to
9679         `read-file-name-internal'.  (Bug#4301)
9681 2009-12-07  Juri Linkov  <juri@jurta.org>
9683         Correctly restore original Isearch point.  (Bug#4994)
9685         * isearch.el (isearch-mode): Move `isearch-push-state' after
9686         `(run-hooks 'isearch-mode-hook)'.
9687         (isearch-cancel): When `isearch-push-state-function' is defined,
9688         let-bind `isearch-cmds' to the first state (the last element of
9689         `isearch-cmds') and call `isearch-top-state' (it calls pop-state
9690         function and restores the original point).  Otherwise, move point
9691         to `isearch-opoint'.
9693 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9695         * international/mule-cmds.el (ucs-names): Weed out at compile-time the
9696         chars that don't have names, so the table can be built much faster at
9697         run-time.
9699 2009-12-07  Chong Yidong  <cyd@stupidchicken.com>
9701         * vc-bzr.el (vc-bzr-annotate-command): More elegant form for last
9702         change.  Suggested by David Kastrup.
9704         * simple.el (compose-mail): Check for incompatibilities and warn.
9705         (compose-mail-user-agent-warnings): New option.
9707 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9709         Support showing a single log entry from vc-annotate.
9710         * vc.el (print-log): Add a new argument: START-REVISION.
9711         (vc-print-log-internal): Add a new optional argument and
9712         pass it to the backend.
9713         (vc-print-log, vc-print-root-log): Adjust callers.
9714         * vc-annotate.el (vc-annotate-show-log-revision-at-line): If a
9715         buffer already displays the requested log entry, use it.
9716         Otherwise display only the log entry in question.
9717         * vc-svn.el (vc-svn-print-log):
9718         * vc-mtn.el (vc-mtn-print-log):
9719         * vc-hg.el (vc-hg-state):
9720         * vc-git.el (vc-git-print-log): Add support for new argument START-REVISION.
9721         (vc-git-show-log-entry): Return t on success.
9722         * vc-bzr.el (vc-bzr-print-log): Add support new argument START-REVISION.
9723         (vc-bzr-show-log-entry): Return t on success.
9724         * vc-rcs.el (vc-rcs-print-log):
9725         * vc-sccs.el (vc-sccs-print-log):
9726         * vc-cvs.el (vc-cvs-print-log): Add new argument, ignore it.
9728 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9730         * ediff-mult.el (ediff-setup-meta-map, ediff-prepare-meta-buffer):
9731         Add menus to the meta mode.  (Bug#5043)
9733 2009-12-07  Michael Kifer  <kifer@cs.stonybrook.edu>
9735         * ediff-init.el (ediff-event-key): Use event-to-character instead of
9736         event-key.
9738         * ediff.el (ediff-buffers-internal): Add unwind-protect.
9740 2009-12-07  Michael Albinus  <michael.albinus@gmx.de>
9742         Handle prompt rules of ksh in OpenBSD 4.5.  Reported by Raphaël
9743         Berbain <raphael.berbain@gmail.com>.
9745         * net/tramp.el (tramp-end-of-output): Move up.  Use `#' and `$'
9746         characters.
9747         (tramp-initial-end-of-output): New defconst.
9748         (tramp-methods, tramp-find-shell)
9749         (tramp-open-connection-setup-interactive-shell)
9750         (tramp-maybe-open-connection): Use it.
9751         (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle
9752         existence of `#' and `$'.
9754         * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use
9755         `tramp-initial-end-of-output'.
9757 2009-12-07  Dan Nicolaescu  <dann@ics.uci.edu>
9759         Get the background mode from the terminal for xterm, and set
9760         faces accordingly.
9761         * term/xterm.el (xterm-set-background-mode): New function.
9762         (terminal-init-xterm): Use it in case xterm supports background
9763         color queries.  Recompute faces after getting the background
9764         color.
9766 2009-12-07  Ulrich Mueller  <ulm@gentoo.org>
9768         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Put the version
9769         number comment back on its own line, for easier parsing.
9771 2009-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9773         Make it work for non-file buffers (bug#5102).
9774         * doc-view.el (doc-view-current-cache-dir):
9775         Use doc-view-buffer-file-name rather than buffer-file-name.
9776         (doc-view-mode): Use buffer-name when buffer-file-name is nil.
9778 2009-12-06  Óscar Fuentes  <ofv@wanadoo.es>
9780         * vc-bzr.el (vc-bzr-annotate-command): Handle the case where the
9781         author field is too short.
9783 2009-12-06  Dan Nicolaescu  <dann@ics.uci.edu>
9785         * vc-git.el (vc-git-print-log): Handle a limit argument.
9786         Display the short log in graph form and with labels.
9787         (vc-git-log-view-mode): Handle labels.
9789         Make vc-revert change VC state from 'added to 'unregistered.
9790         * vc-git.el (vc-git-revert): Call git reset first.
9792 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9794         * net/newst-backend.el, net/newst-plainview.el:
9795         * net/newst-reader.el, net/newst-ticker.el:
9796         * net/newst-treeview.el, net/newsticker.el:
9797         Require/provide newst-... (instead of newsticker-...).  (Bug#5096)
9799 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9801         * log-view.el (log-view-mode-map): Bind "=" to log-view-diff too.
9803         * vc-bzr.el (vc-bzr-annotate-command): Show author in annotation.
9804         Handle empty author field (Bug#4144).  Suggested by Óscar Fuentes.
9805         (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
9806         Update annotation regexp.
9808         * simple.el (beginning-of-visual-line): Constrain to field
9809         boundaries (Bug#5106).
9811 2009-12-06  Ulf Jasper  <ulf.jasper@web.de>
9813         * xml.el (xml-substitute-numeric-entities): Move
9814         newsticker--decode-numeric-entities in newst-backend.el to
9815         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9816         * net/newst-backend.el (newsticker--parse-generic-feed)
9817         (newsticker--parse-generic-items)
9818         (newsticker--decode-numeric-entities): Move
9819         newsticker--decode-numeric-entities in newst-backend.el to
9820         xml-substitute-numeric-entities in xml.el.  (Bug#5008)
9822 2009-12-06  Daniel Colascione  <dan.colascione@gmail.com>
9824         * progmodes/js.el (js--js-not): Add null to the list of values.
9826 2009-12-06  Chong Yidong  <cyd@stupidchicken.com>
9828         * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
9830 2009-12-06  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9832         * textmodes/bibtex.el (bibtex-enclosing-field): Exclude entry
9833         delimiter if it is at the end of the current line.
9834         (bibtex-generate-url-list): Fix docstring.
9836 2009-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9838         * minibuffer.el (minibuffer-complete-and-exit): Don't replace the
9839         minibuffer's content with itself.
9840         Fold the confirm-after-completion case into the `confirm' case.
9841         (completion-pcm-word-delimiters): Add : and / to the delimiters.
9843 2009-12-06  Kevin Ryde  <user42@zip.com.au>
9845         * ffap.el (ffap-rfc-path): Make this a defcustom since
9846         `ffap-rfc-directories' is also a defcustom.  (Bug#4514.)
9848         * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
9849         manuals, similar to existing setup for help-mode.  (Bug#3913.)
9851 2009-12-05  Juri Linkov  <juri@jurta.org>
9853         Save and restore dired buffer's point positions too.  (Bug#4880)
9855         * dired.el (dired-save-positions): Return in the first element
9856         buffer's position in format (BUFFER DIRED-FILENAME BUFFER-POINT).
9857         Doc fix.
9858         (dired-restore-positions): First restore buffer's position.
9859         While restoring window's positions, check if window still displays
9860         the original buffer.
9862 2009-12-05  Chong Yidong  <cyd@stupidchicken.com>
9864         * bindings.el (complete-symbol): Call semantic-ia-complete-symbol
9865         if possible.
9867         * shell.el (shell): Require ansi-color (Bug#5113).
9869         * ansi-color.el (ansi-color-for-comint-mode): Default to t.
9871         * hl-line.el (global-hl-line-highlight): Minor doc fix (Bug#4925).
9873 2009-12-05  Alan Mackenzie  <acm@muc.de>
9875         * progmodes/cc-mode.el (c-before-hack-hook)
9876         (c-postprocess-file-styles): Revert change 2009-07-18T21:03:43Z!acm@muc.de to permit
9877         `c-file-style' to work again.  This reversion restores the current
9878         software to its state in Emacs 23.1.  (Bug#4146)
9880 2009-12-05  Kevin Ryde  <user42@zip.com.au>
9882         * textmodes/sgml-mode.el (sgml-lexical-context): Recognise
9883         comment-start-skip to comment-end-skip as comment (Bug#4781).
9885 2009-12-05  Juri Linkov  <juri@jurta.org>
9887         * info.el (Info-find-node-2): Set `Info-current-subfile' to nil
9888         for virtual nodes.  (Bug#4147)
9889         (Info-find-node-2): Set `Info-current-node-virtual' to nil
9890         when moving from a virtual node.
9891         (Info-mode-menu): Add `Info-virtual-index' to the menu.
9892         (Info-mode): Add `Info-virtual-index' to the docstring.
9894 2009-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9896         * textmodes/bibtex.el (bibtex-map-entries): Use marker to keep
9897         track of the buffer position of the end of a BibTeX entry as this
9898         position may change during reformatting.
9899         (bibtex-format-entry): Remove whitespace before processing
9900         numerical fields so that we recognize the latter properly.
9901         (bibtex-reformat): Do not use push which changes the global value
9902         of bibtex-entry-format.
9903         (bibtex-field-braces-alist, bibtex-field-strings-alist)
9904         (bibtex-field-re-init): Replace only space characters by regexp
9905         for whitespace.
9906         (bibtex-generate-url-list, bibtex-cite-matcher-alist): Fix docstring.
9907         (bibtex-initialize): Also update bibtex-strings.
9908         (bibtex-kill-field): Preserve white space at end of entry.
9909         (bibtex-kill-entry, bibtex-yank-pop, bibtex-insert-kill):
9910         Update bibtex-reference-keys.
9912 2009-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9914         * minibuffer.el (completion-pcm--merge-try): Also consider placing
9915         point after a star, if that's the only place where modifications can
9916         make progress.
9918 2009-12-05  Dan Nicolaescu  <dann@ics.uci.edu>
9920         * vc-dir.el (vc-dir): Use the correct markup for showing keymaps
9921         in docstrings.
9923 2009-12-04  Juri Linkov  <juri@jurta.org>
9925         * proced.el (proced): Call `(proced-update t)' to update process
9926         information instead of only running proced-post-display-hook.
9927         (proced-send-signal): Add a leading space to the buffer name
9928         " *Marked Processes*" to make this buffer ephemeral.
9930 2009-12-04  Juri Linkov  <juri@jurta.org>
9932         * dired.el (dired-auto-revert-buffer): New defcustom.
9933         (dired-internal-noselect): Use it.
9935 2009-12-04  Juri Linkov  <juri@jurta.org>
9937         Change roles of modes and functions in image-mode.el (Bug#5062).
9939         * image-mode.el: Replace `image-mode-maybe' with `image-mode'
9940         in `auto-mode-alist'.
9941         (image-mode-previous-major-mode): New variable.
9942         (image-minor-mode-map): Rename from `image-mode-text-map'.
9943         (image-mode): Move graceful error-handling code from
9944         `image-minor-mode' to here.  On errors call `image-mode-as-text'.
9945         (image-minor-mode): Remove all image-handling code.
9946         Replace `image-mode-text-map' with `image-minor-mode-map'.
9947         Check for `image-type' in mode-line format string.
9948         (image-mode-maybe): Make obsolete with an alias to `image-mode'.
9949         (image-mode-as-text): New function with most code from
9950         `image-mode-maybe'.
9951         (image-toggle-display-text): Move code that removes image
9952         properties from `image-toggle-display' to here.
9953         (image-toggle-display-image): New function with code that adds
9954         image properties copied from `image-toggle-display'.
9955         (image-toggle-display): Remove most code with leaving only code
9956         that toggles between `image-mode-as-text' and `image-mode'.
9958 2009-12-04  Ulf Jasper  <ulf.jasper@web.de>
9960         * net/newst-treeview.el
9961         (newsticker--treeview-list-highlight-start): Restored call to
9962         save-excursion: Selected item was stuck.
9963         (newsticker--treeview-list-select): New.
9964         (newsticker--treeview-item-show-text)
9965         (newsticker--treeview-item-show)
9966         (newsticker--treeview-item-update): Use new
9967         newsticker-treeview-item-mode.
9968         (newsticker-treeview-update): Keep current item.
9969         (newsticker-treeview-next-new-or-immortal-item): Doc change.
9970         (newsticker--treeview-first-feed): Doc change.
9971         (newsticker-treeview-list-menu)
9972         (newsticker-treeview-item-menu): Added menu entries.
9973         (newsticker-treeview-item-mode): New.
9975         * net/newst-backend.el (newsticker-customize): Delete other
9976         windows.
9978 2009-12-04  Sam Steingold  <sds@gnu.org>
9980         * log-view.el (log-view-mode-map): "q" calls quit-window,
9981         like in all the other non-self-insert buffers.
9983 2009-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9985         Minor cleanup.
9986         * term.el (term-send-raw, term-send-raw-meta): Use read-key-sequence's
9987         key decoding rather than do it manually via last-input-event +
9988         ascii-character.
9989         (term-exec): Use delete-and-extract-region.
9990         (term-handle-ansi-terminal-messages): Remove unused var `end'.
9991         (term-process-pager): Remove unused var `i'.
9992         (term-dynamic-simple-complete): Make obsolete.
9993         (serial-update-config-menu): Remove unused vars `y' and `str'.
9994         (term-update-mode-line): Remove unused var `temp'.
9996 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
9998         Limit the number of log entries displayed by default.
9999         * vc.el (vc-print-log-internal): Fix check for limit-unsupported.
10000         (vc-print-log, vc-print-root-log): Use vc-log-show-limit when not
10001         using a prefix argument.
10003 2009-12-03  Glenn Morris  <rgm@gnu.org>
10005         * progmodes/idlwave.el (class): Restore still useful declaration.
10007 2009-12-03  Alan Mackenzie  <acm@muc.de>
10009         Enhance `c-parse-state' to run efficiently in "brace deserts".
10011         * progmodes/cc-mode.el (c-basic-common-init):
10012         Call c-state-cache-init.
10013         (c-neutralize-syntax-in-and-mark-CPP): Rename from
10014         c-extend-and-neutralize-syntax-in-CPP.  Mark each CPP construct by
10015         placing `category' properties value 'c-cpp-delimiter at its boundaries.
10017         * progmodes/cc-langs.el (c-before-font-lock-function):
10018         c-extend-and-neutralize-syntax-in-CPP has been renamed
10019         c-neutralize-syntax-in-and-mark-CPP.
10021         * progmodes/cc-fonts.el (c-cpp-matchers): Mark template brackets
10022         with `category' properties now, not `syntax-table' ones.
10024         * progmodes/cc-engine.el (c-syntactic-end-of-macro): A new
10025         enhanced (but slower) version of c-end-of-macro that won't land
10026         inside a literal or on another awkward character.
10027         (c-state-cache-too-far, c-state-cache-start)
10028         (c-state-nonlit-pos-interval, c-state-nonlit-pos-cache)
10029         (c-state-nonlit-pos-cache-limit, c-state-point-min)
10030         (c-state-point-min-lit-type, c-state-point-min-lit-start)
10031         (c-state-min-scan-pos, c-state-brace-pair-desert)
10032         (c-state-old-cpp-beg, c-state-old-cpp-end): New constants and
10033         buffer local variables.
10034         (c-state-literal-at, c-state-lit-beg)
10035         (c-state-cache-non-literal-place, c-state-get-min-scan-pos)
10036         (c-state-mark-point-min-literal, c-state-cache-top-lparen)
10037         (c-state-cache-top-paren, c-state-cache-after-top-paren)
10038         (c-get-cache-scan-pos, c-get-fallback-scan-pos)
10039         (c-state-balance-parens-backwards, c-parse-state-get-strategy)
10040         (c-renarrow-state-cache)
10041         (c-append-lower-brace-pair-to-state-cache)
10042         (c-state-push-any-brace-pair, c-append-to-state-cache)
10043         (c-remove-stale-state-cache)
10044         (c-remove-stale-state-cache-backwards, c-state-cache-init)
10045         (c-invalidate-state-cache-1, c-parse-state-1)
10046         (c-invalidate-state-cache): New defuns/defmacros/defsubsts.
10047         (c-parse-state): Enhance and refactor.
10048         (c-debug-parse-state): Amend to deal with all the new variables.
10050         * progmodes/cc-defs.el (c-<-as-paren-syntax, c-mark-<-as-paren)
10051         (c->-as-paren-syntax, c-mark->-as-paren, c-unmark-<->-as-paren):
10052         modify to use category text properties rather than syntax-table ones.
10053         (c-suppress-<->-as-parens, c-restore-<->-as-parens): New defsubsts
10054         to switch off/on the syntactic paren property of C++ template
10055         delimiters using the category property.
10056         (c-with-<->-as-parens-suppressed): Macro to invoke code with
10057         template delims suppressed.
10058         (c-cpp-delimiter, c-set-cpp-delimiters, c-clear-cpp-delimiters):
10059         New constant/macros which apply category properties to the start
10060         and end of preprocessor constructs.
10061         (c-comment-out-cpps, c-uncomment-out-cpps): Defsubsts which
10062         "comment out" the syntactic value of characters in preprocessor
10063         constructs.
10064         (c-with-cpps-commented-out)
10065         (c-with-all-but-one-cpps-commented-out): Macros to invoke code
10066         with characters in all or all but one preprocessor constructs
10067         "commented out".
10069 2009-12-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10071         * proced.el (proced-filter-alist): Use regexp-quote.
10073 2009-12-03  Michael Albinus  <michael.albinus@gmx.de>
10075         Cleanup.
10076         * eshell/em-unix.el (top): Require 'esh-opt and 'pcomplete.
10077         (eshell/su, eshell/sudo): Require 'tramp.  Fix problems reading
10078         arguments.  Expand `default-directory'.
10080         * net/tramp.el (tramp-handle-file-remote-p): Expand FILENAME for
10081         the benefit of returning an expanded localname.
10082         (tramp-tramp-file-p): Handle the case NAME is not a string.
10084 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10086         Add support for bzr shelve/unshelve.
10087         * vc-bzr.el (vc-bzr-shelve-map, vc-bzr-shelve-menu-map)
10088         (vc-bzr-extra-menu-map): New variables.
10089         (vc-bzr-extra-menu, vc-bzr-extra-status-menu, vc-bzr-shelve)
10090         (vc-bzr-shelve-apply, vc-bzr-shelve-list)
10091         (vc-bzr-shelve-get-at-point, vc-bzr-shelve-delete-at-point)
10092         (vc-bzr-shelve-apply-at-point, vc-bzr-shelve-menu): New functions.
10093         (vc-bzr-dir-extra-headers): Display shelves.
10095         * vc-bzr.el (vc-bzr-print-log): Deal with nil arguments better.
10097 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10099         * textmodes/bibtex.el (bibtex-complete-internal):
10100         Use completion-in-region.
10101         (bibtex-text-in-field-bounds): Remove unused var `opoint'.
10103 2009-12-03  Dan Nicolaescu  <dann@ics.uci.edu>
10105         Support applying stashes.  Improve UI.
10106         * vc-git.el (vc-git-dir-extra-headers): Add tooltips.
10107         (vc-git-stash-apply, vc-git-stash-pop)
10108         (vc-git-stash-apply-at-point, vc-git-stash-pop-at-point)
10109         (vc-git-stash-menu): New functions.
10110         (vc-git-stash-menu-map): New variable.
10111         (vc-git-stash-map): Add bindings to popup a menu and to apply stashes.
10113 2009-12-03  Glenn Morris  <rgm@gnu.org>
10115         * vc.el (log-view-vc-backend, log-view-vc-fileset): Declare.
10116         (vc-print-log-internal): Fix previous change.
10117         (vc-revert): Correct pluralization.
10119 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10121         * progmodes/make-mode.el (makefile-special-targets-list): No need for
10122         it to be an alist any more.
10123         (makefile-complete): Use completion-in-region.
10125         * progmodes/octave-mod.el (octave-complete-symbol):
10126         Use completion-in-region.
10128         Misc cleanup.
10129         * progmodes/idlwave.el (idlwave-comment-hook): Simplify with `or'.
10130         (idlwave-code-abbrev, idlwave-display-user-catalog-widget)
10131         (idlwave-complete-class): Don't quote lambda.
10132         (idlwave-find-symbol-syntax-table, idlwave-mode-syntax-table)
10133         (idlwave-mode-map): Move initialization into declaration.
10134         (idlwave-action-and-binding): Use backquotes.
10135         (idlwave-in-quote, idlwave-reset-sintern, idlwave-complete-in-buffer):
10136         Simplify.
10137         (idlwave-is-pointer-dereference): Remove unused var `pos'.
10138         (idlwave-xml-create-rinfo-list): Remove unused var `entry'.
10139         (idlwave-convert-xml-clean-sysvar-aliases): Remove unused vars `new',
10140         `parts', and `all-parts'.
10141         (idlwave-xml-create-sysvar-alist): Remove unused var `fields'.
10142         (idlwave-convert-xml-system-routine-info): Remove unused string
10143         `version-string'.
10144         (idlwave-display-user-catalog-widget): Use dolist.
10145         (idlwave-scanning-lib): Declare dynamically-scoped var.
10146         (idlwave-scan-library-catalogs): Remove unused var `flags'.
10147         (completion-highlight-first-word-only): Declare to silence bytecomp.
10148         (idlwave-popup-select): Tighten scope of `resp'.
10149         (idlwave-find-struct-tag): Remove unused var `beg'.
10150         (idlwave-after-load-rinfo-hook): Declare.
10151         (idlwave-sintern-class-info): Remove unused var `taglist'.
10152         (idlwave-find-class-definition): Remove unused var `list'.
10153         (idlwave-complete-sysvar-tag-help): Remove unused var `main-base'.
10154         (idlwave-what-module-find-class): Remove unused var `classes'.
10156 2009-12-03  Juanma Barranquero  <lekktu@gmail.com>
10158         * progmodes/pascal.el: Require CL when compiling (for lexical-let).
10160 2009-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10162         * hippie-exp.el (try-expand-dabbrev-visible): Preserve point in the
10163         buffers visited.  Remove redundant current-buffer-saving.
10165 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10167         Use completion-in-buffer and remove uses of dynamic scoping.
10168         * progmodes/pascal.el (pascal-str, pascal-all, pascal-pred)
10169         (pascal-buffer-to-use, pascal-flag): Don't declare.
10170         (pascal-func-completion, pascal-type-completion, pascal-var-completion)
10171         (pascal-get-completion-decl, pascal-keyword-completion):
10172         Add `pascal-str' argument, save-excursion,
10173         return the found completions, and don't filter with pascal-pred.
10174         (pascal-completion-cache): New var.
10175         (pascal-completion): Don't switch buffer any more (it was never
10176         necessary).  Don't save-excursion any more (it's done by the called
10177         subroutines).  Use a cache to avoid redundant computations.
10178         Use complete-with-action rather than pascal-completion-response and
10179         let it apply the predicate as well.
10180         (pascal-complete-word): Use completion-in-buffer when
10181         pascal-toggle-completions is nil.
10182         (pascal-show-completions): Don't bind pascal-buffer-to-use since it's
10183         not used any more.
10184         (pascal-comp-defun): Don't change buffer any more.
10185         Use complete-with-action rather than pascal-completion-response and
10186         let it apply the predicate as well.
10187         (pascal-goto-defun): Change buffer before calling pascal-comp-defun
10188         when neded.
10190 2009-12-02  Kenichi Handa  <handa@m17n.org>
10192         * language/indian.el: Include ZWJ and ZWNJ in the patterns to
10193         shape for all Indic scripts.
10195 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10197         Use completion-in-buffer.
10198         * wid-edit.el (widget-field-text-end): New function.
10199         (widget-field-value-get): Use it.
10200         (widget-string-complete, widget-file-complete)
10201         (widget-color-complete): Use it and completion-in-region.
10202         (widget-complete): Don't narrow the buffer.
10204 2009-12-02  Glenn Morris  <rgm@gnu.org>
10206         * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
10207         (rmail-select-summary): Use rmail-pop-to-buffer.
10208         * mail/rmailsum.el: Replace all pop-to-buffer calls with
10209         rmail-pop-to-buffer, to prevent horizontal splits.
10211         * calendar/diary-lib.el (diary-list-entries): Replace superfluous
10212         save-excursion with save-current-buffer.
10213         Widen before searching.  (Bug#5093)
10214         (diary-list-sexp-entries): Remove superfluous save-excursion.
10216 2009-12-02  Michael Welsh Duggan  <mwd@cert.org>
10218         * woman.el (woman-make-bufname): Handle man-pages with "." in the
10219         name.  (Bug#5038)
10221 2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
10223         * ido.el (ido-file-internal): Handle filenames at point that do
10224         not have a directory part.  (Bug#5049)
10226 2009-12-02  Juanma Barranquero  <lekktu@gmail.com>
10228         * mpc.el (mpc-intersection, mpc-host, mpc-songs-playlist)
10229         (mpc-songs-jump-to, mpc-resume): Doc fixes.
10231 2009-12-01  Rob Riepel  <riepel@networking.Stanford.EDU>
10233         * emulation/tpu-extras.el (tpu-cursor-free-mode): Emit message.
10234         (tpu-set-cursor-free, tpu-set-cursor-bound): Don't emit a message
10235         any more.
10237 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10239         * comint.el (comint-insert-input): Ignore clicks to the right of
10240         the field.  Reported by Bob Nnamtrop <bobnnamtrop@gmail.com>.
10242         * vc.el (vc-print-log-internal): Don't wait for the process to
10243         terminate before setting up the major mode.
10245         * pcmpl-unix.el (pcomplete/cd): Complete more than one argument, just
10246         in case.
10248         * pcomplete.el (pcomplete-std-complete): Don't try to complete past
10249         the last element.
10251         * simple.el (normal-erase-is-backspace-mode): Fix thinko in message.
10253 2009-12-01  Glenn Morris  <rgm@gnu.org>
10255         * window.el (window--display-buffer-2): Fix previous changes.
10257 2009-12-01  Chong Yidong  <cyd@stupidchicken.com>
10259         * mail/sendmail.el (mail-setup-hook, mail-send-hook): Doc fixes.
10261 2009-12-01  Glenn Morris  <rgm@gnu.org>
10263         * Makefile.in (ELCFILES): Add mpc.elc.
10265 2009-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
10267         * mpc.el: New file.
10269 2009-12-01  Glenn Morris  <rgm@gnu.org>
10271         * window.el (window-to-use): Define for compiler.
10273         * emacs-lisp/bytecomp.el (byte-compile-save-excursion): Make message
10274         consistent with others (no final period).
10276         * mail/rmailmm.el (rmail-mime-handle): Doc fix.
10277         (rmail-mime-show): Downcase the encoding.  (Bug#5070)
10279 2009-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
10281         Make vc-print-log buttons work.
10282         * log-view.el (log-view-mode-map): Inherit from widget-keymap.
10284 2009-11-30  Ryan C. Thompson  <rct@thompsonclan.org>  (tiny change)
10286         * savehist.el (savehist-autosave-interval): Allow setting to nil
10287         through customize.  (Bug#5056)
10289 2009-11-30  Juanma Barranquero  <lekktu@gmail.com>
10291         Fix references to jit-lock properties.
10292         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10293         Refer to jit-lock-defer-multiline, not jit-lock-multiline.
10294         (perl-font-lock-special-syntactic-constructs):
10295         Quote jit-lock-defer-multiline property.
10297 2009-11-30  Dan Nicolaescu  <dann@ics.uci.edu>
10299         * vc-git.el (vc-git-registered): Call vc-git-root only once.
10301 2009-11-30  Juri Linkov  <juri@jurta.org>
10303         * misearch.el (multi-isearch-search-fun): Always provide a non-nil
10304         value `buffer' of `multi-isearch-next-buffer-current-function'.
10305         Use `(current-buffer)' when `buffer' is nil.
10306         (multi-isearch-next-buffer-from-list): Don't fallback to
10307         `(current-buffer)' when `buffer' is nil.  (Bug#4947)
10309 2009-11-30  Juri Linkov  <juri@jurta.org>
10311         * misearch.el (multi-isearch-read-buffers): Move canonicalization
10312         of buffers with `get-buffer' to `multi-isearch-buffers'.
10313         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10314         Canonicalize BUFFERS with `get-buffer'.  Doc fix.
10315         (multi-isearch-files, multi-isearch-files-regexp): Canonicalize
10316         FILES with `expand-file-name' converting relative file names
10317         to absolute.  Doc fix.  (Bug#4727)
10319 2009-11-30  Juri Linkov  <juri@jurta.org>
10321         * misearch.el (multi-isearch-read-buffers)
10322         (multi-isearch-read-matching-buffers): New functions.
10323         (multi-isearch-buffers, multi-isearch-buffers-regexp):
10324         Use them in the `interactive' spec.  Doc fix.
10325         (multi-isearch-read-files, multi-isearch-read-matching-files):
10326         New functions.
10327         (multi-isearch-files, multi-isearch-files-regexp):
10328         Use them in the `interactive' spec.  Doc fix.  (Bug#4725)
10330 2009-11-30  Juri Linkov  <juri@jurta.org>
10332         * doc-view.el (doc-view-continuous):
10333         Rename from `doc-view-continuous-mode'.
10334         (doc-view-menu): Move "Toggle display" to the top.
10335         Add submenu "Continuous" with radio buttons "Off"/"On"
10336         and "Save as Default".
10337         (doc-view-scroll-up-or-next-page)
10338         (doc-view-scroll-down-or-previous-page)
10339         (doc-view-next-line-or-next-page)
10340         (doc-view-previous-line-or-previous-page): Rename
10341         `doc-view-continuous-mode' to `doc-view-continuous'.  (Bug#4896)
10343 2009-11-30  Juri Linkov  <juri@jurta.org>
10345         * comint.el (comint-mode-map): Rebind `M-r' from
10346         `comint-previous-matching-input' to
10347         `comint-history-isearch-backward-regexp'.
10348         Unbind `M-s' to allow global key binding `M-s'.
10349         Add menu items for `comint-history-isearch-backward' and
10350         `comint-history-isearch-backward-regexp'.  (Bug#3746)
10352 2009-11-30  Juri Linkov  <juri@jurta.org>
10354         * replace.el (perform-replace): Let-bind recenter-last-op to nil.
10355         For def=recenter, replace `recenter' with `recenter-top-bottom'
10356         that is called with `this-command' and `last-command' let-bound
10357         to `recenter-top-bottom'.  When the last `def' was not `recenter',
10358         set `recenter-last-op' to nil.  (Bug#4981)
10360 2009-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10362         Minor cleanup and simplification.
10363         * filecache.el (file-cache-add-directory)
10364         (file-cache-add-directory-recursively)
10365         (file-cache-add-from-file-cache-buffer)
10366         (file-cache-delete-file-regexp, file-cache-delete-directory)
10367         (file-cache-files-matching-internal, file-cache-display): Use dolist.
10368         (file-cache-temp-minibuffer-message): Delete function.
10369         (file-cache-minibuffer-complete): Use minibuffer-message instead.
10371         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
10372         Don't signal an error when bumping into EOB in tr, s, or y.
10374 2009-11-29  Juri Linkov  <juri@jurta.org>
10376         * startup.el (fancy-about-text): Fix wording of Guided Tour.
10377         (Bug#4960)
10379         * descr-text.el (describe-char-unidata-list): Use lowercase name
10380         for "Unicode name" like in other tags.
10382 2009-11-29  Juri Linkov  <juri@jurta.org>
10384         * ediff-util.el (ediff-minibuffer-with-setup-hook):
10385         New compatibility macro.
10386         (ediff-read-file-name): Use it instead of `minibuffer-with-setup-hook'.
10388 2009-11-29  Juri Linkov  <juri@jurta.org>
10390         Add defcustom to define the cycling order of `recenter-top-bottom'.
10391         (Bug#4981)
10393         * window.el (recenter-last-op): Doc fix.
10394         (recenter-positions): New defcustom.
10395         (recenter-top-bottom): Rewrite to use `recenter-positions'.
10396         (move-to-window-line-top-bottom): Rewrite to use `recenter-positions'.
10398 2009-11-29  Michael Albinus  <michael.albinus@gmx.de>
10400         Improve integration of Tramp and ange-ftp in eshell.
10402         * eshell/em-unix.el (eshell/whoami): Make it a defun but a defalias.
10403         (eshell/su): Flatten args.  Apply better args parsing.  Use "cd".
10404         (eshell/sudo): Flatten args.  Let-bind `default-directory'.
10406         * eshell/esh-util.el (top): Require also Tramp when compiling.
10407         (eshell-directory-files-and-attributes): Check for FTP remote
10408         connection.
10409         (eshell-parse-ange-ls): Let-bind `ange-ftp-name-format',
10410         `ange-ftp-ftp-name-arg', `ange-ftp-ftp-name-res'.
10411         (eshell-file-attributes): Handle ".".  Return `entry'.
10413         * net/ange-ftp.el (ange-ftp-parse-filename): Use `save-match-data'.
10414         (ange-ftp-directory-files-and-attributes)
10415         (ange-ftp-real-directory-files-and-attributes): New defuns.
10417         * net/tramp.el (tramp-maybe-open-connection): Open the remote
10418         shell with "exec" when possible.  This prevents trailing prompts
10419         in `start-file-process'.
10421 2009-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10423         Try and remove assumptions about point-min==1.
10424         * nxml/rng-valid.el (rng-validate-mode): Don't hardcode point-min==1.
10425         (rng-compute-mode-line-string): Show the validation percentage in
10426         terms of the narrowed text, not the widened text.
10427         (rng-do-some-validation): Don't catch internal errors when debugging.
10428         (rng-first-error): Simplify.
10429         (rng-after-change-function): Remove work around.  AFAIK the bug has
10430         been fixed a while ago.
10432         * image-mode.el (image-minor-mode): Exit more gracefully when the image
10433         cannot be displayed (e.g. when doing C-x C-f some-new-file.svg RET).
10435         * man.el (Man-completion-table): Make it easier to enter "<sec> <name>".
10437         * eshell/em-prompt.el (eshell-prompt-function): Abbreviate pwd, since
10438         `cd' doesn't always do it for us (bug#5067).
10440         * pcomplete.el (pcomplete-entries): Revert change installed mistakenly
10441         on 2009-10-25 as part of some other change (bug#5067).
10443 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10445         * emacs-lisp/bytecomp.el (byte-compile-warning-types): New type
10446         `suspicious'.
10447         (byte-compile-warnings): Use byte-compile-warning-types.
10448         (byte-compile-save-excursion): Warn about use of set-buffer right
10449         after save-excursion.
10451         * progmodes/gud.el (gud-basic-call): Don't only save the buffer but
10452         the excursion as well.
10454 2009-11-27  Michael Albinus  <michael.albinus@gmx.de>
10456         * eshell/em-unix.el (eshell/su, eshell/sudo): New defuns,
10457         providing a Tramp related implementation of "su" and "sudo".
10458         (eshell-unix-initialize): Add "su" and "sudo".
10460 2009-11-27  Daiki Ueno  <ueno@unixuser.org>
10462         * net/socks.el (socks-send-command): Convert binary request to
10463         unibyte before sending.  This fixes mishandling of some port
10464         numbers such as 129.
10466 2009-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10468         * help.el (describe-bindings-internal): Remove `interactive'.
10470         * man.el (Man-completion-table): Trim a terminating "(".
10471         Remove the space between name page a section.
10472         Add the command's description on the `help-echo' property.
10473         Remove `process-connection-type' binding since it's unused by
10474         call-process.
10475         Provide completion for the "<section> <name>" format as well.
10476         (Man-default-man-entry): Remove spurious var shadowing the argument.
10478 2009-11-26  Kevin Ryde  <user42@zip.com.au>
10480         * log-view.el: Add "Keywords: tools", since its other keywords
10481         aren't in finder-known-keywords, and following vc.el.
10483         * sha1.el (sha1-string-external): default-directory "/" in case
10484         otherwise non-existent.  process-connection-type pipe for touch of
10485         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
10487 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10489         Misc coding convention cleanups.
10490         * htmlfontify.el (hfy-init-kludge-hook): Rename from
10491         hfy-init-kludge-hooks.
10492         (hfy-etags-cmd, hfy-flatten-style, hfy-invisible-name, hfy-face-at)
10493         (hfy-fontify-buffer, hfy-prepare-index-i, hfy-subtract-maps)
10494         (hfy-save-kill-buffers, htmlfontify-copy-and-link-dir): Use dolist
10495         and push.
10496         (hfy-slant, hfy-weight): Use tables rather than code.
10497         (hfy-box-to-border-assoc, hfy-box-to-style, hfy-decor)
10498         (hfy-face-to-style-i, hfy-fontify-buffer): Use `case'.
10499         (hfy-face-attr-for-class): Initialize `face-spec' directly.
10500         (hfy-face-to-css): Remove `nconc' with single arg.
10501         (hfy-p-to-face-lennart): Use `or'.
10502         (hfy-face-at): Hoist common code.  Remove spurious quotes in `case'.
10503         (hfy-overlay-props-at, hfy-mark-tag-hrefs): Eta-reduce.
10504         (hfy-compile-stylesheet, hfy-merge-adjacent-spans)
10505         (hfy-compile-face-map, hfy-parse-tags-buffer): Use push.
10506         (hfy-force-fontification): Use run-hooks.
10508 2009-11-26  Vivek Dasmohapatra  <vivek@etla.org>
10510         Various minor fixes.
10511         * htmlfontify.el (hfy-default-header): Add toggle_invis since
10512         Javascript belongs in the header, not the body.
10513         (hfy-javascript): Remove.
10514         (hfy-fontify-buffer): Don't insert it any more.
10515         (hfy-face-at): Handle (face0 face1 face2) style face properties.
10516         Fix bug in invis handling when there were no invis props in a chunk.
10518 2009-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10520         * vc-bzr.el (vc-bzr-annotate-command): Make operation asynchronous.
10522 2009-11-26  Dan Nicolaescu  <dann@ics.uci.edu>
10524         * finder.el (finder-mode-map): Add a menu.
10526 2009-11-26  Michael McNamara  <mac@mail.brushroad.com>
10528         * progmodes/verilog-mode.el (verilog-at-struct-p): Support "signed" and
10529         "unsigned" structs.
10531         (verilog-leap-to-head, verilog-backward-token): Handle "disable
10532         fork" statement better.
10534 2009-11-26  Wilson Snyder  <wsnyder@wsnyder.org>
10536         * progmodes/verilog-mode.el (verilog-auto-insert-lisp)
10537         (verilog-delete-auto, verilog-delete-empty-auto-pair)
10538         (verilog-library-filenames): Fix AUTOINSERTLISP to support insert-file.
10539         Reported by Clay Douglass.
10541         (verilog-auto-inst, verilog-auto-star-safe)
10542         (verilog-delete-auto-star-implicit, verilog-read-sub-decls):
10543         Fix removing "// Interfaces" when saving .* expansions.  Reported by
10544         Pierre-David Pfister.
10546 2009-11-26  Glenn Morris  <rgm@gnu.org>
10548         * eshell/em-dirs.el (eshell/cd): Don't throw to a tag outside
10549         the scope.
10551 2009-11-25  Johan Bockgård  <bojohan@gnu.org>
10553         * vc-annotate.el (vc-annotate-revision-previous-to-line):
10554         Really use previous revision.
10556 2009-11-25  Kevin Ryde  <user42@zip.com.au>
10558         * man.el (Man-completion-table): default-directory "/" in case
10559         doesn't otherwise exist.  process-environment COLUMNS=999 so as
10560         not to truncate long names.  process-connection-type pipe to avoid
10561         any chance of hitting the pseudo-tty TIOCGWINSZ.
10562         (man): completion-ignore-case t for friendliness and since man
10563         itself is case-insensitive on the command line.
10564         Further to Bug#3717.
10566         * arc-mode.el: Add "Keywords: files", so the details in its
10567         commentary can be reached from finder-by-keyword.
10568         * textmodes/dns-mode.el: Add "Keywords: comm".  It's only an
10569         editing mode, but it's comms related and sgml-mode.el has "comm"
10570         on that basis too.
10571         * textmodes/bibtex-style.el: Add "Keywords: tex".
10572         * international/isearch-x.el, international/ja-dic-cnv.el:
10573         * international/ja-dic-utl.el, international/kkc.el:
10574         Add "Keywords: i18n", so they can be reached from finder-by-keyword.
10576 2009-11-25  Juri Linkov  <juri@jurta.org>
10578         * man.el (Man-completion-table): Modify regexp to include
10579         section names to completion strings.  (Bug#3717)
10581 2009-11-25  Juri Linkov  <juri@jurta.org>
10583         Search recursively in gzipped files.  (Bug#4982)
10585         * progmodes/grep.el (grep-highlight-matches): Add new options
10586         `always' and `auto'.  Doc fix.
10587         (grep-process-setup): Check `grep-highlight-matches' for
10588         `auto-detect' to determine the need to compute grep defaults.
10589         Move Windows/DOS specific --colors settings handling
10590         to `grep-compute-defaults'.  Check `grep-highlight-matches'
10591         to get the value of "--color=".
10592         (grep-compute-defaults): Compute `grep-highlight-matches' when it
10593         has the value `auto-detect'.  Move Windows/DOS specific settings
10594         from `grep-process-setup'.
10595         (zrgrep): New command with alias `rzgrep'.
10597 2009-11-25  Juri Linkov  <juri@jurta.org>
10599         * doc-view.el (doc-view-mode): Set buffer-local `view-read-only'
10600         to nil instead of switching off view-mode.  (Bug#4896)
10602 2009-11-25  Juri Linkov  <juri@jurta.org>
10604         Mouse-wheel scrolling for DocView Continuous mode.  (Bug#4896)
10606         * mwheel.el (mwheel-scroll-up-function)
10607         (mwheel-scroll-down-function): New defvars.
10608         (mwheel-scroll): Funcall `mwheel-scroll-up-function' instead of
10609         `scroll-up', and `mwheel-scroll-down-function' instead of
10610         `scroll-down'.
10612         * doc-view.el (doc-view-scroll-up-or-next-page)
10613         (doc-view-scroll-down-or-previous-page): Add optional ARG.
10614         Use this ARG in the call to image-scroll-up/image-scroll-down.
10615         Change `interactive' spec to "P".  Goto next/previous page only
10616         when `doc-view-continuous-mode' is non-nil or ARG is nil (for the
10617         SPC/DEL case).  Doc fix.
10618         (doc-view-next-line-or-next-page)
10619         (doc-view-previous-line-or-previous-page): Rename arg to ARG
10620         for consistency.
10621         (doc-view-mode): Set buffer-local `mwheel-scroll-up-function' to
10622         `doc-view-scroll-up-or-next-page', and buffer-local
10623         `mwheel-scroll-down-function' to
10624         `doc-view-scroll-down-or-previous-page'.
10626 2009-11-25  Juri Linkov  <juri@jurta.org>
10628         Provide additional default values (directories at other Dired
10629         windows) via M-n in the minibuffer of some Dired commands.
10631         * dired-aux.el (dired-diff, dired-compare-directories)
10632         (dired-do-create-files): Use `dired-dwim-target-defaults' to set
10633         `minibuffer-default' in `minibuffer-with-setup-hook'.
10634         (dired-dwim-target-directory): Find a window that displays Dired
10635         buffer instead of failing when the next window is not Dired.
10636         Use `get-window-with-predicate' to find for the next Dired window.
10637         (dired-dwim-target-defaults): New function.
10639         * ediff-util.el (ediff-read-file-name):
10640         Use `dired-dwim-target-defaults' to set `minibuffer-default'
10641         in `minibuffer-with-setup-hook'.
10643 2009-11-25  Juri Linkov  <juri@jurta.org>
10645         Provide additional default values (file name at point or at the
10646         current Dired line) via M-n for file reading minibuffers.  (Bug#5010)
10648         * minibuffer.el (read-file-name-defaults): New function.
10649         (read-file-name): Reset `minibuffer-default' to nil when
10650         it duplicates initial input `insdef'.
10651         Bind `minibuffer-default-add-function' to lambda that
10652         calls `read-file-name-defaults' in `minibuffer-selected-window'.
10653         (minibuffer-insert-file-name-at-point): New command.
10655         * files.el (file-name-at-point-functions): New defcustom.
10656         (find-file-default): Remove defvar.
10657         (find-file-read-args): Don't use `find-file-default'.
10658         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10659         to `read-file-name'.
10660         (find-file-literally): Use `read-file-name' with
10661         `confirm-nonexistent-file-or-buffer'.
10663         * ffap.el (ffap-guess-file-name-at-point): New autoloaded function.
10665         * dired.el (dired-read-dir-and-switches):
10666         Move `minibuffer-with-setup-hook' that sets `minibuffer-default'
10667         to `read-file-name'.
10668         (dired-file-name-at-point): New function.
10669         (dired-mode): Add hook `dired-file-name-at-point' to
10670         `file-name-at-point-functions'.
10672 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10674         Really make the *Completions* window soft-dedicated (bug#5030).
10675         * window.el (window--display-buffer-2): Add `dedicated' argument.
10676         (display-buffer): Pass it when needed so the dedicated flag is set
10677         after calling set-window-buffer, which would otherwise reset it.
10679 2009-11-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10681         * progmodes/meta-mode.el (meta-complete-symbol):
10682         * progmodes/etags.el (complete-tag):
10683         * mail/mailabbrev.el (mail-abbrev-complete-alias):
10684         Use completion-in-region.
10686         * dabbrev.el (dabbrev--minibuffer-origin): Use minibuffer-selected-window.
10687         (dabbrev-completion): Use completion-in-region.
10688         (dabbrev--abbrev-at-point): Simplify regexp.
10690         * abbrev.el (abbrev--before-point): Use word-motion functions
10691         if :regexp is not specified (bug#5031).
10693         * subr.el (string-prefix-p): New function.
10695         * man.el (Man-completion-cache): New var.
10696         (Man-completion-table): Use it.
10698         * vc.el (vc-print-log-internal): Make `limit' optional for better
10699         compatibility (e.g. with vc-annotate.el).
10701 2009-11-24  Kevin Ryde  <user42@zip.com.au>
10703         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
10704         Build value with regexp-opt instead of explicit joining loop.  (Bug#4927)
10706         * emacs-lisp/elint.el (elint-add-required-env): Better error message
10707         when .el source file not found or other error.
10709 2009-11-24  Markus Triska  <markus.triska@gmx.at>
10711         * linum.el (linum-update-window): Ignore intangible (bug#4996).
10713 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10715         Handle the [back] button properly (bug#4979).
10716         * descr-text.el (describe-text-properties): Add a `buffer' argument.
10717         Use help-setup-xref, help-buffer, and with-help-window.
10718         (describe-char): Add `buffer' argument.
10719         Pass proper command to help-setup-xref.  Don't meddle with
10720         help-xref-stack-item directly.
10721         (describe-text-category): Use with-help-window and help-buffer.
10723         * emacs-lisp/shadow.el (list-load-path-shadows): Setup a major mode
10724         for the displayed buffer (bug#4887).
10726         * man.el (Man-completion-table): New function.
10727         (man): Use it.
10729 2009-11-24  David Reitter  <david.reitter@gmail.com>
10731         * vc-git.el (vc-git-registered): Use checkout directory (where
10732         .git is) rather than the file's directory and a relative path spec
10733         to work around a bug in git.
10735 2009-11-24  Michael Albinus  <michael.albinus@gmx.de>
10737         Improve handling of processes on remote hosts.
10739         * eshell/esh-util.el (eshell-path-env): New defvar.
10740         (eshell-parse-colon-path): New defun.
10741         (eshell-file-attributes): Use `eshell-parse-colon-path'.
10743         * eshell/esh-ext.el (eshell-search-path):
10744         Use `eshell-parse-colon-path'.
10745         (eshell-remote-command): Remove argument HANDLER.
10746         (eshell-external-command): Check for FTP remote connection.
10748         * eshell/esh-proc.el (eshell-gather-process-output):
10749         Use `file-truename', in order to start also symlinked files.
10750         Apply `start-file-process' instead of `start-process'.
10751         Shorten `command' to the local file name part.
10753         * eshell/em-cmpl.el (eshell-complete-commands-list):
10754         Use `eshell-parse-colon-path'.
10756         * eshell/em-unix.el (eshell/du): Check for FTP remote connection.
10758         * net/tramp.el (tramp-eshell-directory-change): New defun.  Add it
10759         to `eshell-directory-change-hook'.
10761 2009-11-24  Tassilo Horn  <tassilo@member.fsf.org>
10763         * doc-view.el (doc-view-mode): Switch off view-mode explicitly,
10764         because it could be enabled automatically if view-read-only is non-nil.
10766 2009-11-24  Michael Kifer  <kifer@cs.stonybrook.edu>
10768         * ediff-vers.el (ediff-rcs-get-output-buffer): Revert the change
10769         made on 2009-11-22.
10771 2009-11-24  Glenn Morris  <rgm@gnu.org>
10773         * bookmark.el (bookmark-bmenu-hide-filenames): Remove assignment to
10774         deleted variable bookmark-bmenu-bookmark-column.
10776 2009-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10778         * bookmark.el (bookmark-bmenu-search): Clear echo area when exiting.
10780 2009-11-23  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10782         * net/browse-url.el (browse-url-filename-alist): On Windows, add
10783         two slashes to the "file:" prefix.
10784         (browse-url-file-url): De-munge Cygwin filenames before passing
10785         them to Windows browser.
10786         (browse-url-default-windows-browser): Use call-process.
10788 2009-11-23  Juri Linkov  <juri@jurta.org>
10790         Implement DocView Continuous mode.  (Bug#4896)
10791         * doc-view.el (doc-view-continuous-mode): New defcustom.
10792         (doc-view-mode-map): Bind C-n/<down> to
10793         `doc-view-next-line-or-next-page', C-p/<up> to
10794         `doc-view-previous-line-or-previous-page'.
10795         (doc-view-next-line-or-next-page)
10796         (doc-view-previous-line-or-previous-page): New commands.
10798 2009-11-23  Juri Linkov  <juri@jurta.org>
10800         Implement Isearch in comint input history.  (Bug#3746)
10801         * comint.el (comint-mode): Add `comint-history-isearch-setup' to
10802         `isearch-mode-hook'.
10803         (comint-history-isearch): New defcustom.
10804         (comint-history-isearch-backward)
10805         (comint-history-isearch-backward-regexp): New commands.
10806         (comint-history-isearch-message-overlay): New buffer-local variable.
10807         (comint-history-isearch-setup, comint-history-isearch-end)
10808         (comint-goto-input, comint-history-isearch-search)
10809         (comint-history-isearch-message, comint-history-isearch-wrap)
10810         (comint-history-isearch-push-state)
10811         (comint-history-isearch-pop-state): New functions.
10813 2009-11-23  Michael Albinus  <michael.albinus@gmx.de>
10815         * net/tramp.el (tramp-shell-prompt-pattern): Use \r for carriage
10816         return.
10817         (tramp-handle-make-symbolic-link)
10818         (tramp-handle-dired-compress-file, tramp-handle-expand-file-name):
10819         Quote file names.
10820         (tramp-send-command-and-check): New argument DONT-SUPPRESS-ERR.
10821         (tramp-handle-process-file): Use it.
10823 2009-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10825         * window.el (move-to-window-line-last-op): Remove.
10826         (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
10828 2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
10830         Make M-r mirror the new cycling behavior of C-l.
10831         * window.el (move-to-window-line-last-op): New var.
10832         (move-to-window-line-top-bottom): New command.
10833         (global-map): Bind M-r move-to-window-line-top-bottom.
10835 2009-11-23  Sven Joachim  <svenjoac@gmx.de>
10837         * dired-x.el (dired-guess-shell-alist-default):
10838         Support xz format.  (Bug#4953)
10840 2009-11-22  Michael Kifer  <kifer@cs.stonybrook.edu>
10842         * emulation/viper-cmd.el: Use viper-last-command-char instead of
10843         last-command-char/last-command-event.
10844         (viper-prefix-arg-value): Do correct conversion of event-char for
10845         XEmacs.
10847         * emulation/viper-util.el, emulation/viper.el:
10848         Use viper-last-command-char instead of
10849         last-command-char/last-command-event.
10851         * ediff-init.el, ediff-mult.el, ediff-util.el:
10852         Replace last-command-char and last-command-event
10853         with (ediff-last-command-char) everywhere.
10855         * ediff-vers.el (ediff-rcs-get-output-buffer): Make sure the buffer is
10856         created in fundamental mode.
10858         * ediff.el (ediff-version): Revert the change of interactive-p to
10859         called-interactively-p.
10861 2009-11-22  Tassilo Horn  <tassilo@member.fsf.org>
10863         * progmodes/subword.el (subword-mode-map): Fix subword-mode-map
10864         generation from word-movement command names.
10866 2009-11-21  Jan Djärv  <jan.h.d@swipnet.se>
10868         * cus-start.el (all): Add native condition for font-use-system-font.
10870 2009-11-21  Nathaniel Flath  <flat0103@gmail.com>
10872         * progmodes/cc-menus.el (cc-imenu-java-generic-expression):
10873         Correct the patch from 2009-11-18.  (Bug#3910)
10875 2009-11-21  Tassilo Horn  <tassilo@member.fsf.org>
10877         * progmodes/subword.el: Rename from lisp/subword.el.
10879         * subword.el: Rename to progmodes/subword.el.
10881         * Makefile.in (ELCFILES): Adapt to subword.el move.
10883 2009-11-21  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10884             Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * bookmark.el (bookmark-bmenu-bookmark-column): Remove var.
10887         (bookmark-bmenu-list): Save name on `bookmark-name-prop' text-prop.
10888         (bookmark-bmenu-show-filenames): Use push.
10889         (bookmark-bmenu-hide-filenames): Use local var instead of
10890         bookmark-bmenu-bookmark-column.  Use pop.  Don't save window-excursion.
10891         (bookmark-bmenu-bookmark): Use the new `bookmark-name-prop' text-prop.
10892         (bookmark-bmenu-execute-deletions): Don't bother adding/removing the
10893         filenames now that the bookmark names are always available.
10895 2009-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10897         * bookmark.el (bookmark-search-prompt, bookmark-search-timer): Remove.
10898         (bookmark-search-pattern): Move and leave unbound.
10899         (bookmark-bmenu-mode-map): Change binding.
10900         (bookmark-read-search-input): Simplify.
10901         Don't use text-char-description.  Don't error on non-char events.
10902         (bookmark-filtered-alist-by-regexp-only): Remove by folding into the
10903         only caller (i.e. bookmark-bmenu-filter-alist-by-regexp).
10904         (bookmark-bmenu-search): Don't check we're in a bookmark-list buffer.
10905         Use a local var for the timer.
10906         (bookmark-bmenu-cancel-search): Remove by folding into the only caller
10907         (i.e. bookmark-bmenu-search).
10909 2009-11-21  Glenn Morris  <rgm@gnu.org>
10911         * mail/rmailmm.el (rmail-mime): Decode in fundamental-mode.  (Bug#4993)
10913 2009-11-20  Ken Brown  <kbrown@cornell.edu>  (tiny change)
10915         * net/browse-url.el (browse-url-default-windows-browser):
10916         Use cygstart for cygwin.
10918 2009-11-20  Karl Fogel  <karl.fogel@red-bean.com>
10920         * bookmark.el: Formatting and doc fixes only:
10921         (bookmark-search-delay): Shorten doc string to fit in 80 columns.
10922         (bookmark-bmenu-search): Wrap to fit within 80 columns.
10923         Minor grammar and punctuation fixes in doc string.
10924         (bookmark-read-search-input): Adjust to fit within 80 columns.
10926 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10928         * progmodes/cc-cmds.el (c-forward-into-nomenclature)
10929         (c-backward-into-nomenclature): Adapt to subword renaming.
10931         * subword.el (subword-forward, subword-backward, subword-mark)
10932         (subword-kill, subword-backward-kill, subword-transpose)
10933         (subword-downcase, subword-upcase, subword-capitalize)
10934         (subword-forward-internal, subword-backward-internal):
10935         Rename from forward-subword, backward-subword, mark-subword,
10936         kill-subword, backward-kill-subword, transpose-subwords,
10937         downcase-subword, upcase-subword, capitalize-subword,
10938         forward-subword-internal, backward-subword-internal.
10940 2009-11-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10942         * bookmark.el (bookmark-search-delay, bookmark-search-prompt):
10943         New options.
10944         (bookmark-search-pattern, bookmark-search-timer, bookmark-quit-flag):
10945         New vars.
10946         (bookmark-read-search-input, bookmark-filtered-alist-by-regexp-only)
10947         (bookmark-bmenu-filter-alist-by-regexp)
10948         (bookmark-bmenu-goto-bookmark, bookmark-bmenu-cancel-search): New funs.
10949         (bookmark-bmenu-search): New command.
10950         (bookmark-bmenu-mode-map): Bind it.
10952 2009-11-20  Tassilo Horn  <tassilo@member.fsf.org>
10954         * progmodes/cc-cmds.el: declare-functioned forward-subword and
10955         backward-subword to quit the byte-compiler.
10957         * makefile.w32-in: Don't refer cc-subword.elc but subword.elc.
10959         * Makefile.in: Don't refer cc-subword.elc but subword.elc.
10961         * progmodes/cc-cmds.el (c-update-modeline)
10962         (c-forward-into-nomenclature, c-backward-into-nomenclature):
10963         Refer to subword.el functions instead of cc-subword.el.
10965         * progmodes/cc-mode.el (subword-mode, c-mode-base-map): Refer to
10966         subword.el functions instead of cc-subword.el.
10968         * progmodes/cc-subword.el: Rename to subword.el.
10969         * subword.el: Rename from progmodes/cc-subword.el.
10970         (subword-mode-map): Rename from c-subword-mode-map.
10971         (subword-mode): Rename from c-subword-mode.
10972         (global-subword-mode): New global minor mode.
10973         (forward-subword): Rename from c-forward-subword.
10974         (backward-subword): Rename from c-backward-subword.
10975         (mark-subword): Rename from c-mark-subword.
10976         (kill-subword): Rename from c-kill-subword.
10977         (backward-kill-subword): Rename from c-backward-kill-subword.
10978         (transpose-subwords): Rename from c-tranpose-subword.
10979         (downcase-subword): Rename from c-downcase-subword.
10980         (capitalize-subword): Rename from c-capitalize-subword.
10981         (forward-subword-internal): Rename from c-forward-subword-internal.
10982         (backward-subword-internal): Rename from c-backward-subword-internal.
10984 2009-11-20  Dan Nicolaescu  <dann@ics.uci.edu>
10986         * vc.el (vc-deduce-fileset): Allow non-state changing operations
10987         from a dired buffer.
10988         (vc-dired-deduce-fileset): New function.
10989         (vc-root-diff, vc-print-root-log): Use it.
10991         * vc-annotate.el (vc-annotate-show-log-revision-at-line): Pass a
10992         nil LIMIT argument to vc-print-log-internal.
10994 2009-11-20  Glenn Morris  <rgm@gnu.org>
10996         * Makefile.in (ELCFILES): Regenerate.
10998 2009-11-20  Jay Belanger  <jay.p.belanger@gmail.com>
11000         * calc/calc.el (calc-set-mode-line):
11001         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11002         (math-format-number): Rename `math-format-complement-signed' to
11003         `math-format-twos-complement'.
11005         * calc/calc-bin.el (math-format-twos-complement): Rename from
11006         math-format-complement-signed.
11007         (calc-radix): Rename `calc-complement-signed-mode' to
11008         `calc-twos-complement-mode'.
11009         (calc-octal-radix, calc-hex-radix): Add an argument for
11010         two's complement.
11012         * calc/calc-embed.el (calc-embedded-mode-vars):
11013         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11015         * calc/calc-ext.el (calc-init-extensions):
11016         Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
11017         (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
11019         * calc/calc-units.el (math-build-units-table-buffer):
11020         Let `calc-twos-complement-mode' be nil.
11022         * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
11023         entries.
11025         * calc/calc-vec.el (calcFunc-vunpack):
11026         * calc/calc-aent.el (calc-do-calc-eval):
11027         * calc/calc-forms.el (math-format-date):
11028         * calc/calc-graph.el (calc-graph-plot):
11029         * calc/calc-math.el (math-use-emacs-fn):
11030         * calc/calccomp.el (math-compose-expr):
11031         Let `calc-twos-complement-mode' be nil.
11033 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11035         * abbrev.el (abbrev-with-wrapper-hook): (re)move...
11036         * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
11037         * minibuffer.el (completion-in-region-functions): New hook.
11038         (completion-in-region): New function.
11039         * emacs-lisp/lisp.el (lisp-complete-symbol):
11040         * pcomplete.el (pcomplete-std-complete): Use it.
11042 2009-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11044         * textmodes/tex-mode.el (latex-complete-bibtex-cache)
11045         (latex-complete-alist): New vars.
11046         (latex-string-prefix-p, latex-complete-bibtex-keys)
11047         (latex-complete-envnames, latex-complete-refkeys)
11048         (latex-complete-data): New functions.
11049         (latex-complete, latex-indent-or-complete): New commands.
11051         * window.el (display-buffer-mark-dedicated): New var.
11052         (display-buffer): Obey it.
11053         * minibuffer.el (minibuffer-completion-help): Use it.
11055         * progmodes/sym-comp.el (symbol-complete): Use completion-in-region.
11057         * filecache.el (file-cache-add-file): Use push and cons.
11058         (file-cache-delete-file-regexp): Use push.
11059         (file-cache-complete): Use completion-in-region.
11061         * simple.el (with-wrapper-hook): Fix thinko.
11063         * hfy-cmap.el (hfy-rgb-file): Use locate-file.
11064         (htmlfontify-load-rgb-file): Remove unnused var `ff'.
11065         Use with-current-buffer and string-to-number.
11066         (hfy-fallback-colour-values): Use assoc-string.
11067         * htmlfontify.el (hfy-face-to-css): Remove unused var `style'.
11068         (hfy-face-at): Remove unused var `found-face'.
11069         (hfy-compile-stylesheet): Remove unused var `css'.
11070         (hfy-fontify-buffer): Remove unused vars `in-style', `invis-button',
11071         and `orig-buffer'.
11072         (hfy-buffer, hfy-copy-and-fontify-file, hfy-parse-tags-buffer):
11073         Use with-current-buffer.
11074         (hfy-text-p): Use expand-file-name and fewer setq.
11076 2009-11-19  Vivek Dasmohapatra  <vivek@etla.org>
11078         * htmlfontify.el, hfy-cmap.el: New files.
11080 2009-11-19  Juri Linkov  <juri@jurta.org>
11082         * minibuffer.el (completions-format): New defcustom.
11083         (completion--insert-strings): Implement vertical format.
11085         * simple.el (switch-to-completions): Move point to the first
11086         completion when point was at the beginning of the buffer.
11088 2009-11-19  Juri Linkov  <juri@jurta.org>
11090         * find-dired.el (find-name-arg): Remove autoload.  (Bug#4387)
11092         * progmodes/grep.el (rgrep): Require `find-dired' for `find-name-arg'.
11094 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
11096         * mail/sendmail.el (mail-yank-prefix): Change default to "> ".
11097         (mail-signature): Change default to t.
11098         (mail-from-style): Deprecate `system-default' value.
11099         (mail-insert-from-field): For default value of mail-from-style,
11100         default to `angles' unless `angles' needs quoting and `parens'
11101         does not.
11102         (mail-citation-prefix-regexp): Use citation regexp from
11103         message-mode.
11105 2009-11-19  Michael Albinus  <michael.albinus@gmx.de>
11107         * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
11108         Set variables for computing the prompt for reading password.
11110 2009-11-19  Glenn Morris  <rgm@gnu.org>
11112         * dired-aux.el (dired-compress-file-suffixes): Add ".xz".  (Bug#4953)
11114         * textmodes/flyspell.el (sgml-lexical-context): Declare.
11116         * net/newst-treeview.el (newsticker-treeview-treewindow-width)
11117         (newsticker-treeview-listwindow-height): Fix custom type.
11119 2009-11-19  Kenichi Handa  <handa@m17n.org>
11121         * descr-text.el (describe-char-padded-string): Compose with TAB
11122         only if there's a font for CH.
11123         (describe-char): Fix the condition for detecting a trivial composition.
11125 2009-11-18  Nathaniel Flath  <flat0103@gmail.com>
11127         * progmodes/cc-menus.el (cc-imenu-java-generic-expression): A new,
11128         more accurate version of the regexp.  (Bug#3910)
11130 2009-11-18  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
11132         * vc-hg.el (vc-hg-diff): Fix last patch: do not change directory.
11134 2009-11-18  Juanma Barranquero  <lekktu@gmail.com>
11136         * font-setting.el (font-use-system-font): Declare for byte-compiler.
11137         (font-setting-change-default-font): Fix typo in docstring.
11139 2009-11-18  Alan Mackenzie  <acm@muc.de>
11141         * progmodes/cc-defs.el (c-version): Bump to 5.31.8.
11143 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11145         * font-setting.el (font-use-system-font): Move ...
11147         * cus-start.el (all): ... to here.
11149 2009-11-17  Michael Albinus  <michael.albinus@gmx.de>
11151         * net/tramp.el (tramp-advice-file-expand-wildcards): Simplify.
11152         Don't set `ad-return-value' if `ad-do-it' doesn't.
11154         * net/tramp-gvfs.el (tramp-gvfs-handle-write-region): Set file
11155         modification time.
11157 2009-11-17  Jan Djärv  <jan.h.d@swipnet.se>
11159         * menu-bar.el: Put "Use system font" in Option-menu.
11160         (menu-bar-options-save): Add font-use-system-font.
11162         * loadup.el: If feature system-font-setting or font-render-setting is
11163         there, load font-setting.
11165         * Makefile.in (ELCFILES): Add font-settings.el.
11166         * font-setting.el: New file.
11168 2009-11-17  Glenn Morris  <rgm@gnu.org>
11170         * vc-svn.el (vc-svn-print-log): Fix typo in previous.
11172         * net/newst-treeview.el (newsticker--treeview-list-update-faces):
11173         Preserve point in the list buffer.  (Bug#4939)
11174         Use point-at-eol.
11175         (newsticker--treeview-list-update-highlight)
11176         (newsticker--treeview-tree-update-highlight): Use point-at-bol/eol.
11178 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11180         * calc/calc-bin.el (math-symclip, calcFunc-symclip, calc-symclip):
11181         Remove.
11183         * calc/calc-ext.el (calc-init-extensions): Remove references to
11184         symclip.
11186         * calc/calc-menu.el (calc-arithmetic-menu): Remove `calc-symclip'.
11188         * calc/calc-map.el (calc-get-operator, calc-b-oper-keys):
11189         * calc/calc-help.el (calc-b-prefix-help): Remove references to
11190         `calc-symclip'.
11192 2009-11-16  Kevin Ryde  <user42@zip.com.au>
11194         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
11195         Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
11197         * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
11198         (lm-keywords-list): Allow comma-only separator like "foo,bar".
11199         Ignore trailing spaces by omit-nulls to split-string (fixing
11200         regression from Emacs 21 due to the incompatible split-string
11201         change).  (Bug #4928.)
11203 2009-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11205         * vc.el (vc-log-show-limit): Default to 2000.
11206         (vc-print-log-internal): Insert buttons to request more entries
11207         when limiting the output.
11209         * vc-sccs.el (vc-sccs-print-log):
11210         * vc-rcs.el (vc-rcs-print-log):
11211         * vc-cvs.el (vc-cvs-print-log):
11212         * vc-git.el (vc-git-print-log): Return 'limit-unsupported when
11213         LIMIT is non-nil.
11215 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11217         * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): Raise only an
11218         error when `tramp-gvfs-dbus-event-vector' is set.
11219         (tramp-gvfs-maybe-open-connection): Loop over `read-event'.
11221 2009-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11223         * vc-rcs.el (vc-rcs-consult-headers): Add missing save-excursion.
11225 2009-11-16  Michael Albinus  <michael.albinus@gmx.de>
11227         * net/dbus.el (dbus-unregister-service): New defun.
11228         (dbus-register-property): Register the handlers of
11229         "org.freedesktop.DBus.Properties" for SERVICE.
11230         (dbus-property-handler): Fix docstring.
11232 2009-11-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11234         * emacs-lisp/bytecomp.el (byte-compile-output-file-form):
11235         Quote doc string reference in defvaralias as it is not in special form.
11236         (byte-compile-output-docform): Doc fix.
11238 2009-11-16  Jay Belanger  <jay.p.belanger@gmail.com>
11240         * calc/calc.el (math-2-word-size, math-half-2-word-size)
11241         (calc-complement-signed-mode): New variables.
11242         (calc-set-mode-line): Add indicator for twos-complements.
11243         (math-format-number): Format twos-complement notation.
11245         * calc/calc-bin.el (calc-word-size): Reset the variables
11246         `math-2-word-size' and `math-half-2-word-size'.
11247         (math-format-complement-signed, math-symclip, calcFunc-symclip)
11248         (calc-symclip): New functions.
11250         * calc/calc-aent.el (math-read-token): Read complement signed numbers.
11252         * calc/calc-embed.el (calc-embedded-mode-vars):
11253         Add `calc-complement-signed-mode' to the list of modes.
11255         * calc/calc-map.el (calc-get-operator): Add `calc-symclip'.
11256         (calc-b-oper-keys): Add `calc-symclip' to list.
11258         * calc/calc-ext.el (math-read-number-fancy): Read complement
11259         signed numbers.
11260         (calc-init-extensions): Add binding for `calc-symclip'.
11261         Add autoload for `calcFunc-symclip' and `calc-symclip'.
11263         * calc/calc-menu.el (calc-arithmetic-menu): Add item for
11264         `calc-symclip'.
11265         (calc-modes-menu): Add item for twos complement mode.
11267         * calc/calc-help.el (calc-b-prefix-help): Add help for `calc-symclip'.
11269 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11271         * register.el (jump-to-register, insert-register): Handle Semantic
11272         tags.  From commented-out advice in semantic/senator.el.
11274 2009-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
11276         * vc.el (vc-log-show-limit): New variable.
11277         (vc-print-log, vc-print-root-log): Add new argument LIMIT.  Set it
11278         when using a prefix argument.
11279         (vc-print-log-internal): Add new argument LIMIT.
11281         * vc-svn.el (vc-svn-print-log):
11282         * vc-mtn.el (vc-mtn-print-log):
11283         * vc-hg.el (vc-hg-print-log):
11284         * vc-bzr.el (vc-bzr-print-log): Add new optional argument LIMIT,
11285         pass it to the log command when set.  Make the BUFFER argument
11286         non-optional.
11288         * vc-sccs.el (vc-sccs-print-log):
11289         * vc-rcs.el (vc-rcs-print-log):
11290         * vc-git.el (vc-git-print-log):
11291         * vc-cvs.el (vc-cvs-print-log): Add new optional argument LIMIT,
11292         ignore it.  Make the BUFFER argument non-optional
11294         * bindings.el (mode-line-buffer-identification): Do not purecopy.
11296 2009-11-15  Chong Yidong  <cyd@stupidchicken.com>
11298         * dired.el (dired-mode-map): Move encryption items to "Operate"
11299         menu (Bug#4703).
11301         * strokes.el (strokes-update-window-configuration): Make strokes
11302         buffer current before erasing (Bug#4906).
11304 2009-11-15  Juri Linkov  <juri@jurta.org>
11306         * simple.el (set-mark-default-inactive): Add :type, :group
11307         and :version.  (Bug#4876)
11309 2009-11-15  Michael Albinus  <michael.albinus@gmx.de>
11311         * arc-mode.el (archive-maybe-copy): Move creation of directory ...
11312         (archive-unique-fname): ... here.  (Bug#4929)
11314 2009-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11316         * help-mode.el (help-make-xrefs): Undo the last revert, and replace it
11317         with a real fix.
11319         * novice.el (disabled-command-function): Add useful args.
11320         Setup the help buffer so that [back] works.
11321         Remove redundant call to help-mode.
11322         (disabled-command-function): Use `case'.
11323         (en/disable-command): New function extracted from enable-command.
11324         (enable-command, disable-command): Use it.
11326 2009-11-14  Glenn Morris  <rgm@gnu.org>
11328         * menu-bar.el (menu-bar-tools-menu): Read and send mail entries are not
11329         constants.  (Bug#4913)
11331         * emacs-lisp/elint.el (elint-standard-variables): Doc fix.
11333 2009-11-14  Shigeru Fukaya  <shigeru.fukaya@gmail.com>
11335         * emacs-lisp/elint.el (elint-standard-variables): Add some variables
11336         defined in C that have no doc-strings.  (Bug#1063)
11338 2009-11-14  Francis Wright  <F.J.Wright@qmul.ac.uk>
11340         * cus-edit.el (data, files):
11341         * ps-print.el (postscript): Doc fixes for custom groups.  (Bug#3327)
11343 2009-11-14  Chong Yidong  <cyd@stupidchicken.com>
11345         * simple.el (shell-command): Doc fix (Bug#4891).
11347         * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.
11349 2009-11-14  Glenn Morris  <rgm@gnu.org>
11351         * emulation/viper.el (viper-set-hooks): Remove duplicate advice
11352         statements for vc-diff, emerge-quit, and rmail-cease-edit.
11353         If they are already loaded, eval-after-load will do the right thing.
11355         * speedbar.el (top-level): Remove unnecessary load of ange-ftp when
11356         compiling.
11358         * emacs-lisp/bytecomp.el (byte-compile-single-version): Remove, unused.
11360         * simple.el (x-selection-owner-p): Declare.
11361         (read-mail-command): Use custom radio type rather than choice.
11362         (completion-no-auto-exit): Doc fix.
11364         * custom.el (defgroup):
11365         * epg-config.el (epg): Doc fixes.
11367 2009-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
11369         * bindings.el (mode-line-buffer-identification): Purecopy only the string.
11370         * international/ccl.el (define-ccl-program): Do not purecopy the
11371         docstring, defconst does it anyway.
11373 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * add-log.el (add-change-log-entry): Avoid displaying the changelog
11376         a second time.
11378         * x-dnd.el (x-dnd-maybe-call-test-function):
11379         * window.el (split-window-vertically):
11380         * whitespace.el (whitespace-help-on):
11381         * vc-rcs.el (vc-rcs-consult-headers):
11382         * userlock.el (ask-user-about-lock-help)
11383         (ask-user-about-supersession-help):
11384         * type-break.el (type-break-force-mode-line-update):
11385         * time-stamp.el (time-stamp-conv-warn):
11386         * terminal.el (te-set-output-log, te-more-break, te-filter)
11387         (te-sentinel, terminal-emulator):
11388         * term.el (make-term, term-exec, term-sentinel, term-read-input-ring)
11389         (term-write-input-ring, term-check-source, term-start-output-log):
11390         (term-display-buffer-line, term-dynamic-list-completions):
11391         (term-ansi-make-term, serial-term):
11392         * subr.el (selective-display):
11393         * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer)
11394         (strokes-encode-buffer, strokes-xpm-for-compressed-string):
11395         * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info)
11396         (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support)
11397         (speedbar-remove-localized-speedbar-support)
11398         (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy)
11399         (speedbar-update-special-contents, speedbar-buffer-buttons-engine)
11400         (speedbar-buffers-line-directory):
11401         * simple.el (shell-command-on-region, append-to-buffer)
11402         (prepend-to-buffer):
11403         * shadowfile.el (shadow-save-todo-file):
11404         * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1)
11405         (scroll-bar-maybe-set-window-start):
11406         * sb-image.el (speedbar-image-dump):
11407         * saveplace.el (save-place-alist-to-file, save-places-to-alist)
11408         (load-save-place-alist-from-file):
11409         * ps-samp.el (ps-print-message-from-summary):
11410         * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox)
11411         (ps-background-image, ps-begin-job, ps-do-despool):
11412         * ps-bdf.el (bdf-find-file, bdf-read-font-info):
11413         * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting)
11414         (pr-ps-message-from-summary, pr-lpr-message-from-summary):
11415         (pr-call-process, pr-file-list, pr-interface-save):
11416         * novice.el (disabled-command-function)
11417         (enable-command, disable-command):
11418         * mouse.el (mouse-buffer-menu-alist):
11419         * mouse-copy.el (mouse-kill-preserving-secondary):
11420         * macros.el (kbd-macro-query):
11421         * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt):
11422         * informat.el (batch-info-validate):
11423         * ido.el (ido-copy-current-word, ido-initiate-auto-merge):
11424         * hippie-exp.el (try-expand-dabbrev-visible):
11425         * help-mode.el (help-make-xrefs):
11426         * help-fns.el (describe-variable):
11427         * generic-x.el (bat-generic-mode-run-as-comint):
11428         * finder.el (finder-mouse-select):
11429         * find-dired.el (find-dired-sentinel):
11430         * filesets.el (filesets-file-close):
11431         * files.el (list-directory):
11432         * faces.el (list-faces-display, describe-face):
11433         * facemenu.el (list-colors-display):
11434         * ezimage.el (ezimage-image-association-dump, ezimage-image-dump):
11435         * epg.el (epg--process-filter, epg-cancel):
11436         * epa.el (epa--marked-keys, epa--select-keys, epa-display-info)
11437         (epa--read-signature-type):
11438         * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B)
11439         (emerge-file-names):
11440         * ehelp.el (electric-helpify):
11441         * ediff.el (ediff-regions-wordwise, ediff-regions-linewise):
11442         * ediff-vers.el (rcs-ediff-view-revision):
11443         * ediff-util.el (ediff-setup):
11444         * ediff-mult.el (ediff-append-custom-diff):
11445         * ediff-diff.el (ediff-exec-process, ediff-process-sentinel)
11446         (ediff-wordify):
11447         * echistory.el (Electric-command-history-redo-expression):
11448         * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
11449         * disp-table.el (describe-display-table):
11450         * dired.el (dired-find-buffer-nocreate):
11451         * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory):
11452         * dabbrev.el (dabbrev--same-major-mode-p):
11453         * chistory.el (list-command-history):
11454         * apropos.el (apropos-documentation):
11455         * allout.el (allout-obtain-passphrase):
11456         (allout-copy-exposed-to-buffer):
11457         (allout-verify-passphrase): Use with-current-buffer.
11459 2009-11-13  Glenn Morris  <rgm@gnu.org>
11461         * Makefile.in (ELCFILES): Regenerate.
11463 2009-11-13  Michael Albinus  <michael.albinus@gmx.de>
11465         * net/dbus.el (dbus-registered-objects-table): Rename from
11466         `dbus-registered-functions-table', because it contains also properties.
11467         (dbus-unregister-object): Unregister also properties.
11468         (dbus-get-property, dbus-set-property, dbus-get-all-properties):
11469         Use a timeout of 500 msec, in order to not block.
11470         (dbus-register-property, dbus-property-handler): New defuns.
11472 2009-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11474         * simple.el (minibuffer-default-add-completions): Drop deprecated
11475         4th arg.
11477 2009-11-13  Tomas Abrahamsson  <tab@lysator.liu.se>
11479         * textmodes/artist.el (artist-mouse-choose-operation):
11480         Call `tmm-prompt' instead of `x-popup-menu' if we cannot popup
11481         menus.  Bug noticed by Eli Zaretskii <eliz@gnu.org>.
11482         (artist-compute-up-event-key): New function.
11483         (artist-mouse-choose-operation, artist-down-mouse-1): Call it.
11485 2009-11-13  Kenichi Handa  <handa@m17n.org>
11487         * language/japan-util.el: Make sure that the value of jisx0208
11488         property is jisx0208 character.
11490 2009-11-13  Dan Nicolaescu  <dann@ics.uci.edu>
11492         * international/mule.el (auto-coding-regexp-alist): Only purecopy
11493         car or each item, not the whole list.
11495 2009-11-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11497         * minibuffer.el (minibuffer-completion-help):
11498         Use minibuffer-hide-completions.
11500 2009-11-12  Per Starbäck  <per@starback.se>  (tiny change)
11502         * dired.el (dired-save-positions, dired-restore-positions): New funs.
11503         (dired-revert): Use them (bug#4880).
11505 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11507         * tooltip.el (tooltip-frame-parameters): Undo previous change.
11509 2009-11-12  Juri Linkov  <juri@jurta.org>
11511         * ffap.el (ffap-alternate-file-other-window, ffap-literally):
11512         New functions.
11513         (find-file-literally-at-point): Alias of `ffap-literally'.
11515 2009-11-12  Dan Nicolaescu  <dann@ics.uci.edu>
11517         * textmodes/ispell.el (ispell-skip-region-alist):
11518         * textmodes/css-mode.el (auto-mode-alist):
11519         * progmodes/compile.el (auto-mode-alist):
11520         * international/mule.el (ctext-non-standard-encodings-alist)
11521         (ctext-non-standard-encodings-regexp):
11522         * simple.el (shell-command-switch, text-read-only):
11523         * replace.el (occur-mode-map):
11524         * paths.el (rmail-file-name):
11525         * jka-cmpr-hook.el (jka-compr-build-file-regexp):
11526         * find-file.el (ff-special-constructs):
11527         * files.el (file-name-handler-alist):
11528         * composite.el: Purecopy strings.
11530         * emacs-lisp/cl-macs.el (define-compiler-macro): Purecopy the file name.
11532 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11534         * widget.el (define-widget): Purecopy the docstring.
11535         * international/mule-cmds.el (charset): Do not purecopy the
11536         docstring here, define-widget does it.
11538         * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
11539         * textmodes/bibtex-style.el (auto-mode-alist):
11540         * progmodes/inf-lisp.el (inferior-lisp-prompt):
11541         * progmodes/compile.el (compile-command):
11542         * language/korea-util.el (default-korean-keyboard):
11543         * international/mule-conf.el (file-coding-system-alist):
11544         * emacs-lisp/eldoc.el (eldoc-minor-mode-string):
11545         * tooltip.el (tooltip-frame-parameters):
11546         * newcomment.el (comment-end, comment-padding):
11547         * dired.el (dired-trivial-filenames):
11548         * comint.el (comint-file-name-prefix): Purecopy initial values.
11550 2009-11-11  Michael Albinus  <michael.albinus@gmx.de>
11552         * net/tramp.el (tramp-advice-minibuffer-electric-separator)
11553         (tramp-advice-minibuffer-electric-tilde): Unload advices via
11554         `tramp-unload'.
11555         (tramp-advice-make-auto-save-file-name)
11556         (tramp-advice-file-expand-wildcards): Apply also `ad-activate'
11557         after removing the advice.
11559 2009-11-11  Dan Nicolaescu  <dann@ics.uci.edu>
11561         * progmodes/grep.el (grep-regexp-alist):
11562         * international/mule-cmds.el (iso-2022-control-alist):
11563         * emacs-lisp/timer.el (timer-duration-words):
11564         * subr.el (version-separator, version-regexp-alist):
11565         * minibuffer.el (completion-styles-alist):
11566         * faces.el (face-attribute-name-alist, list-faces-sample-text):
11567         Change defvars to defconsts.
11569         * Makefile.in (ELCFILES): Add international/mule-conf.elc.
11570         * loadup.el ("international/mule-conf"): Load the byte compiled version.
11571         * international/mule-conf.el: Allow to be byte compiled.
11573         * international/mule.el (define-charset): Purecopy props.
11574         (load-with-code-conversion): Purecopy doc string and file name.
11575         (put-charset-property): Purecopy strings.
11576         (auto-coding-alist, auto-coding-regexp-alist): Purecopy initial value.
11578         * international/mule-cmds.el (register-input-method): Purecopy arguments.
11579         (define-char-code-property): Correctly purecopy the table.
11581         * international/ccl.el (define-ccl-program): Purecopy the docstring.
11583         * emacs-lisp/easy-mmode.el (define-minor-mode): Purecopy :lighter.
11585         * subr.el (add-hook): Purecopy strings.
11586         (eval-after-load): Purecopy load-history-regexp and the form.
11588         * custom.el (custom-declare-group): Purecopy load-file-name.
11590         * subr.el (menu-bar-separator): New defconst.
11591         * net/eudc.el (eudc-tools-menu):
11592         * international/mule-cmds.el (set-coding-system-map)
11593         (mule-menu-keymap):
11594         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11595         * vc-hooks.el (vc-menu-map):
11596         * replace.el (occur-mode-map):
11597         * menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
11598         (menu-bar-edit-menu, menu-bar-goto-menu)
11599         (menu-bar-custom-menu, menu-bar-showhide-menu)
11600         (menu-bar-options-menu, menu-bar-tools-menu)
11601         (menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
11602         (menu-bar-search-documentation-menu, menu-bar-manuals-menu)
11603         (menu-bar-help-menu):
11604         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
11605         * buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
11607         * term/x-win.el (x-gtk-stock-map):
11608         * progmodes/vera-mode.el (auto-mode-alist):
11609         * progmodes/inf-lisp.el (inferior-lisp-filter-regexp)
11610         (inferior-lisp-program, inferior-lisp-load-command):
11611         * progmodes/hideshow.el (hs-special-modes-alist):
11612         * progmodes/gud.el (same-window-regexps):
11613         * progmodes/grep.el (grep-program, find-program, xargs-program):
11614         * net/telnet.el (same-window-regexps):
11615         * net/rlogin.el (same-window-regexps):
11616         * language/ethiopic.el (font-ccl-encoder-alist):
11617         * vc-sccs.el (vc-sccs-master-templates):
11618         * vc-rcs.el (vc-rcs-master-templates):
11619         * subr.el (cl-assertion-failed):
11620         * simple.el (next-error-overlay-arrow-position):
11621         * lpr.el (lpr-command):
11622         * locate.el (locate-ls-subdir-switches):
11623         * info.el (same-window-regexps, info)
11624         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
11625         * image-mode.el (image-mode, auto-mode-alist):
11626         * hippie-exp.el (hippie-expand-ignore-buffers):
11627         * format.el (format-alist):
11628         * find-dired.el (find-ls-subdir-switches, find-grep-options)
11629         (find-name-arg):
11630         * facemenu.el (facemenu-keybindings):
11631         * dired.el (dired-listing-switches, dired-chown-program):
11632         * diff.el (diff-switches, diff-command):
11633         * cus-edit.el (same-window-regexps):
11634         * bindings.el (mode-line-mule-info)
11635         (mode-line-buffer-identification): Purecopy strings.
11637 2009-11-11  Juri Linkov  <juri@jurta.org>
11639         * simple.el (dired-get-filename) <declare-function>:
11640         Tell the byte-compiler about dired-get-filename.
11641         (shell-command): In Dired mode, get filename from the current line
11642         as the default value.
11644 2009-11-10  Glenn Morris  <rgm@gnu.org>
11646         * dired.el, hi-lock.el, calendar/cal-menu.el, calendar/calendar.el:
11647         * calendar/holidays.el, progmodes/cperl-mode.el:
11648         Update x-popup-menu declarations.
11650         * emacs-lisp/shadow.el (find-emacs-lisp-shadows)
11651         (list-load-path-shadows): Use dolist.
11652         (list-load-path-shadows): Use with-current-buffer.
11654 2009-11-10  Juri Linkov  <juri@jurta.org>
11656         * minibuffer.el (read-file-name): Support a list of default values
11657         in `default-filename'.  Use the first file name where only one
11658         element is required.  Doc fix.
11660 2009-11-09  Michael Albinus  <michael.albinus@gmx.de>
11662         * net/dbus.el (dbus-unregister-object): Release service, if no
11663         other method is registered for it.
11665 2009-11-08  Markus Rost  <rost@math.uni-bielefeld.de>
11667         * bookmark.el (bookmark-completing-read): Sort bookmark names if
11668         bookmark-sort-flag is non-nil (Bug#4653).
11670 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11672         * emulation/cua-base.el: Add CUA property to some CC mode commands
11673         (Bug#4100).
11675 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11677         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): Match noun
11678         at end of sentence (Bug#4818).
11680 2009-11-08  Jared Finder  <jfinder@crypticstudios.com>
11682         * progmodes/compile.el (compilation-error-regexp-alist-alist):
11683         Handle "see declaration of" MSFT statements (Bug#4100).
11685 2009-11-08  Michael Albinus  <michael.albinus@gmx.de>
11687         * net/tramp.el (tramp-advice-make-auto-save-file-name)
11688         (tramp-advice-file-expand-wildcards): Unload via
11689         `ad-remove-advice'.
11691         * net/trampver.el: Update release number.
11693 2009-11-08  Kevin Ryde  <user42@zip.com.au>
11695         * net/tramp.el (tramp-advice-file-expand-wildcards): Don't rely on
11696         `ad-do-it'.
11698 2009-11-08  Andr  <m00naticus@gmail.com>  (tiny change)
11700         * net/tramp.el (tramp-handle-write-region): Copy but rename temp file,
11701         in order to keep context in SELinux.
11703 2009-11-08  Chong Yidong  <cyd@stupidchicken.com>
11705         * dired-aux.el (dired-query): Place cursor in echo area and allow
11706         C-g.
11708         * dired.el (dired-mode-map): Disable dired-maybe-insert-subdir
11709         menu item if not on a directory (Bug#4701).
11711 2009-11-07  Michael Albinus  <michael.albinus@gmx.de>
11713         Sync with Tramp 2.1.17.
11715         * net/tramp.el (tramp-handle-copy-directory): Don't use
11716         `file-remote-p' (due to compatibility).
11718         * net/tramp-compat.el (tramp-compat-copy-directory)
11719         (tramp-compat-delete-directory): New defuns.
11721         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
11722         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory): Use
11723         `tramp-compat-delete-directory'.
11725         * net/tramp-smb.el (tramp-smb-handle-copy-directory)
11726         (tramp-smb-handle-delete-directory): Use
11727         `tramp-compat-copy-directory' and `tramp-compat-delete-directory'.
11729         * net/trampver.el: Update release number.
11731 2009-11-07  Chong Yidong  <cyd@stupidchicken.com>
11733         * tar-mode.el (tar-copy): Call write-region on the right buffer
11734         (Bug#4857).
11736         * mail/rmailsum.el (rmail-summary-rmail-update): Call linum-update
11737         by hand, if necessary (Bug#4878).
11739 2009-11-06  Chong Yidong  <cyd@stupidchicken.com>
11741         * buff-menu.el (Buffer-menu-buffer+size): Use display property to
11742         align size column (Bug#4839).
11744         * emacs-lisp/autoload.el (autoload-rubric): Always issue a provide
11745         statement.
11747 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11749         * progmodes/ld-script.el (auto-mode-alist):
11750         * vc-hooks.el (vc-directory-exclusion-list): Purecopy strings.
11752         * cus-face.el (custom-declare-face): Purecopy face spec.
11754 2009-11-06  Kenichi Handa  <handa@m17n.org>
11756         * international/uni-bidi.el: Re-generated.
11757         * international/uni-category.el: Re-generated.
11758         * international/uni-combining.el: Re-generated.
11759         * international/uni-mirrored.el: Re-generated.
11761 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
11763         * textmodes/tex-mode.el (tex-alt-dvi-print-command)
11764         (tex-dvi-print-command, tex-bibtex-command, tex-start-commands)
11765         (tex-start-options, slitex-run-command, latex-run-command)
11766         (tex-run-command, tex-directory):
11767         * textmodes/ispell.el (ispell-html-skip-alists)
11768         (ispell-tex-skip-alists, ispell-tex-skip-alists):
11769         * textmodes/fill.el (adaptive-fill-first-line-regexp):
11770         (adaptive-fill-regexp):
11771         * textmodes/dns-mode.el (auto-mode-alist):
11772         * progmodes/python.el (interpreter-mode-alist):
11773         * progmodes/etags.el (tags-compression-info-list):
11774         * progmodes/etags.el (tags-file-name):
11775         * net/browse-url.el (browse-url-galeon-program)
11776         (browse-url-firefox-program):
11777         * mail/sendmail.el (mail-signature-file)
11778         (mail-citation-prefix-regexp):
11779         * international/mule-conf.el (eight-bit):
11780         * international/latexenc.el (latex-inputenc-coding-alist):
11781         * international/fontset.el (x-pixel-size-width-font-regexp):
11782         * emacs-lisp/warnings.el (warning-type-format):
11783         * emacs-lisp/trace.el (trace-buffer):
11784         * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map)
11785         (emacs-lisp-mode-map):
11786         * calendar/holidays.el (holiday-solar-holidays)
11787         (holiday-bahai-holidays, holiday-islamic-holidays)
11788         (holiday-christian-holidays, holiday-hebrew-holidays)
11789         (hebrew-holidays-4, hebrew-holidays-3, hebrew-holidays-2)
11790         (hebrew-holidays-1, holiday-oriental-holidays)
11791         (holiday-general-holidays):
11792         * x-dnd.el (x-dnd-known-types):
11793         * tool-bar.el (tool-bar):
11794         * startup.el (site-run-file):
11795         * shell.el (shell-dumb-shell-regexp):
11796         * rfn-eshadow.el (file-name-shadow-tty-properties)
11797         (file-name-shadow-properties):
11798         * paths.el (remote-shell-program, news-directory):
11799         * mouse.el ([C-down-mouse-3]):
11800         * menu-bar.el (menu-bar-tools-menu):
11801         * jka-cmpr-hook.el (jka-compr-load-suffixes)
11802         (jka-compr-mode-alist-additions, jka-compr-compression-info-list)
11803         (jka-compr-compression-info-list):
11804         * isearch.el (search-whitespace-regexp):
11805         * image-file.el (image-file-name-extensions):
11806         * find-dired.el (find-ls-option):
11807         * files.el (directory-listing-before-filename-regexp)
11808         (directory-free-space-args, insert-directory-program)
11809         (list-directory-brief-switches, magic-fallback-mode-alist)
11810         (magic-fallback-mode-alist, auto-mode-interpreter-regexp)
11811         (automount-dir-prefix):
11812         * faces.el (face-x-resources, x-font-regexp, x-font-regexp-head)
11813         (x-font-regexp-slant, x-font-regexp-weight, face-x-resources)
11814         (face-font-registry-alternatives, face-font-registry-alternatives)
11815         (face-font-family-alternatives):
11816         * facemenu.el (facemenu-add-new-face, facemenu-background-menu)
11817         (facemenu-foreground-menu, facemenu-face-menu):
11818         * epa-hook.el (epa-file-name-regexp):
11819         * dnd.el (dnd-protocol-alist):
11820         * textmodes/rst.el (auto-mode-alist):
11821         * button.el (default-button): Purecopy strings.
11823 2009-11-06  Glenn Morris  <rgm@gnu.org>
11825         * Makefile.in (ELCFILES): Update.
11827 2009-11-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11829         * emacs-lisp/lucid.el: Move to obsolete/lucid.el.
11830         * emacs-lisp/levents.el: Move to obsolete/levents.el.
11832         * nxml/xsd-regexp.el (xsdre-gen-categories):
11833         * nxml/xmltok.el (xmltok-parse-entity):
11834         * nxml/rng-parse.el (rng-parse-validate-file):
11835         * nxml/rng-maint.el (rng-format-manual)
11836         (rng-manual-output-force-new-line):
11837         * nxml/rng-loc.el (rng-save-schema-location-1):
11838         * nxml/rng-cmpct.el (rng-c-parse-file):
11839         * nxml/nxml-maint.el (nxml-insert-target-repertoire-glyph-set):
11840         * nxml/nxml-parse.el (nxml-parse-file): Use with-current-buffer.
11842 2009-11-05  Wilson Snyder  <wsnyder@wsnyder.org>
11844         * progmodes/verilog-mode.el (verilog-getopt-file, verilog-set-define):
11845         Remove extra save-excursions and make-variable-buffer-local's.
11846         Suggested by Stefan Monnier.
11848         (verilog-getopt-file, verilog-module-inside-filename-p)
11849         (verilog-set-define): Merge GNU 1.35 and repair changes from
11850         switching to using with-current-buffer.
11852         (verilog-read-always-signals-recurse): Fix "a == 2'b00 ? b : c"
11853         being treated as a number and confusing AUTORESET.
11854         Reported by Dan Dever.
11856         (verilog-auto-ignore-concat, verilog-read-sub-decls-expr):
11857         Add verilog-auto-ignore-concat to fix backward compatibility with
11858         older verilog-modes.  Reported by Dan Katz.
11860         (verilog-read-auto-template): Fix AUTO_TEMPLATEs with regexps
11861         containing closing anchors "...$".
11863         (verilog-read-decls): Fix AUTOREG not detecting "assign {a,b}".
11864         Reported by Wade Smith.
11866         (verilog-batch-execute-func): Comment on function usage.
11868 2009-11-05  Michael McNamara  <mac@mail.brushroad.com>
11870         * progmodes/verilog-mode.el (verilog-label-re): Fix regular expression
11871         for labels.
11873         (verilog-label-re, verilog-calc-1): Support proper indent of named
11874         asserts.
11876         (verilog-backward-token, verilog-basic-complete-re)
11877         (verilog-beg-of-statement, verilog-indent-re): Support proper
11878         indent of the assert statement at the beginning of a block of text.
11880         (verilog-beg-block-re, verilog-ovm-begin-re): Support the
11881         `ovm_object_param_utils_begin and `ovm_component_param_utils_begin
11882         tokens as begins.
11884 2009-11-05  Glenn Morris  <rgm@gnu.org>
11886         * emacs-lisp/bytecomp.el (byte-compile-insert-header): Drop test for
11887         Emacs 19.  (Bug#1531)
11888         (byte-compile-fix-header): Update for the above change.
11889         Drop test for epoch::version.
11891         * emacs-lisp/autoload.el (autoload-rubric): Add optional feature arg.
11892         * cus-dep.el (custom-make-dependencies):
11893         * finder.el (finder-compile-keywords):
11894         Use autoload-rubric's feature argument.
11896         * calendar/diary-lib.el (top-level): Make load behave more like require.
11898         * vc-git.el (vc-git-stash-map): Move definition before use.
11900 2009-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
11902         * custom.el (custom-declare-group): Purecopy standard-value.
11903         (custom-declare-group): Purecopy custom-prefix.
11905         * international/mule.el (load-with-code-conversion):
11906         Call do-after-load-evaluation unconditionally.
11908         * emacs-lisp/bytecomp.el (byte-compile-output-file-form): Handle defvaralias.
11910 2009-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11912         * descr-text.el: Require help-mode rather than help-fns (bug#4861).
11914 2009-11-04  Glenn Morris  <rgm@gnu.org>
11916         * emacs-lisp/bytecomp.el (byte-compile-version-cond): Remove macro.
11917         (byte-compile-compatibility): Remove option.
11918         (byte-compile-close-variables, byte-compile-fix-header)
11919         (byte-compile-insert-header, byte-compile-output-docform)
11920         (byte-compile-file-form-defmumble, byte-compile-byte-code-maker)
11921         (byte-compile-lambda, byte-compile-form, byte-defop-compiler19)
11922         (byte-compile-list, byte-compile-concat, byte-compile-function-form)
11923         (byte-compile-insert, byte-compile-defun):
11924         Remove support for byte-compile-compatibility and Emacs 18.  (Bug#4571)
11925         (byte-defop-compiler19): Remove.
11926         Without byte-compile-compatibility, the 'emacs19-opcode property is not
11927         used by anything.  Replace all calls with byte-defop-compiler.
11929 2009-11-04  Juri Linkov  <juri@jurta.org>
11931         * menu-bar.el (menu-bar-make-mm-toggle): Quote each element of `props'.
11932         (menu-bar-options-menu): Don't quote the `prop' arg of
11933         `menu-bar-make-mm-toggle'.
11935 2009-11-04  Juanma Barranquero  <lekktu@gmail.com>
11937         * calendar/calendar.el (cal-loaddefs):
11938         * calendar/diary-lib.el (diary-loaddefs):
11939         * calendar/holidays.el (hol-loaddefs):
11940         * eshell/esh-module.el (esh-groups): Load rather than require.
11942 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11944         * calendar/todo-mode.el (todo-add-category): Don't hardcode
11945         point-min==1.
11946         (todo-top-priorities): Only display-buffer when called interactively.
11947         (todo-item-start): Don't save excursion point.
11948         (todo-item-end): Be slightly more careful.  Add `include-sep' arg.
11949         (todo-insert-item-here, todo-file-item, todo-remove-item):
11950         Adjust uses of todo-item-start and todo-item-end.
11952         * emacs-lisp/autoload.el (generated-autoload-feature): Remove.
11953         (autoload-rubric): Don't use any more.
11955         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Use dolist,
11956         and only put a prop if it is non-nil.
11958 2009-11-03  Juri Linkov  <juri@jurta.org>
11960         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle)
11961         (menu-bar-options-menu): Fix list quoting (Bug#4429).
11963         * buff-menu.el (Buffer-menu-mode-map): Add hyphen between "Buffer"
11964         and "Menu" to make top-level menu item visually one unit (like
11965         it's done for "Lisp-Interaction", "Emacs-Lisp" and other
11966         multi-word menu items).  Fix :help string for quit-window.
11968 2009-11-03  Glenn Morris  <rgm@gnu.org>
11970         * emacs-lisp/bytecomp.el (byte-compile-file-form-defvar)
11971         (byte-compile-file-form-define-abbrev-table)
11972         (byte-compile-file-form-custom-declare-variable)
11973         (byte-compile-variable-ref, byte-compile-defvar):
11974         Whether or not a warning is enabled should only affect whether we issue
11975         the warning, not whether or not we collect the relevant data.
11976         Eg warnings can be turned on and off throughout the course of a file.
11978         * eshell/esh-mode.el (ansi-color-apply-on-region): Autoload it...
11979         (eshell-handle-ansi-color): ... Rather than requiring ansi-color.
11981 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11983         * term/ns-win.el (ns-scroll-bar-move, ns-face-at-pos):
11984         * play/mpuz.el (mpuz-create-buffer):
11985         * play/landmark.el (lm-prompt-for-move, lm-print-wts, lm-print-smell)
11986         (lm-print-y,s,noise, lm-print-w0, lm-init):
11987         * play/gomoku.el (gomoku-prompt-for-move):
11988         * play/fortune.el (fortune-in-buffer):
11989         * play/dissociate.el (dissociated-press):
11990         * play/decipher.el (decipher-adjacency-list, decipher-display-regexp)
11991         (decipher-analyze-buffer, decipher-stats-buffer, decipher-stats-buffer):
11992         * mail/supercite.el (sc-eref-show):
11993         * mail/smtpmail.el (smtpmail-send-it):
11994         * mail/rmailsum.el (rmail-summary-next-labeled-message)
11995         (rmail-summary-previous-labeled-message, rmail-summary-wipe)
11996         (rmail-summary-undelete-many, rmail-summary-rmail-update)
11997         (rmail-summary-goto-msg, rmail-summary-expunge)
11998         (rmail-summary-get-new-mail, rmail-summary-search-backward)
11999         (rmail-summary-add-label, rmail-summary-output-menu)
12000         (rmail-summary-output-body):
12001         * mail/rfc822.el (rfc822-addresses):
12002         * mail/reporter.el (reporter-dump-variable, reporter-dump-state):
12003         * mail/mailpost.el (post-mail-send-it):
12004         * mail/hashcash.el (hashcash-generate-payment):
12005         * mail/feedmail.el (feedmail-run-the-queue)
12006         (feedmail-queue-send-edit-prompt-help-first)
12007         (feedmail-send-it-immediately, feedmail-give-it-to-buffer-eater)
12008         (feedmail-deduce-address-list):
12009         * eshell/esh-ext.el (eshell-remote-command):
12010         * eshell/em-unix.el (eshell-occur-mode-mouse-goto):
12011         * emulation/viper-util.el (viper-glob-unix-files, viper-save-setting)
12012         (viper-wildcard-to-regexp, viper-glob-mswindows-files)
12013         (viper-save-string-in-file, viper-valid-marker):
12014         * emulation/viper-keym.el (viper-toggle-key):
12015         * emulation/viper-ex.el (ex-expand-filsyms, viper-get-ex-file)
12016         (ex-edit, ex-global, ex-mark, ex-next-related-buffer, ex-quit)
12017         (ex-get-inline-cmd-args, ex-tag, ex-command, ex-compile):
12018         * emulation/viper-cmd.el (viper-exec-form-in-vi)
12019         (viper-exec-form-in-emacs, viper-brac-function):
12020         * emulation/viper.el (viper-delocalize-var):
12021         * emulation/vip.el (vip-mode, vip-get-ex-token, vip-ex, vip-get-ex-pat)
12022         (vip-get-ex-command, vip-get-ex-opt-gc, vip-get-ex-buffer)
12023         (vip-get-ex-count, vip-get-ex-file, ex-edit, ex-global, ex-mark)
12024         (ex-map, ex-unmap, ex-quit, ex-read, ex-tag, ex-command):
12025         * emulation/vi.el (vi-switch-mode, vi-ex-cmd):
12026         * emulation/edt.el (edt-electric-helpify):
12027         * emulation/cua-rect.el (cua--rectangle-aux-replace):
12028         * emulation/cua-gmrk.el (cua--insert-at-global-mark)
12029         (cua--delete-at-global-mark, cua--copy-rectangle-to-global-mark)
12030         (cua-indent-to-global-mark-column):
12031         * calendar/diary-lib.el (calendar-mark-1):
12032         * calendar/cal-hebrew.el (calendar-hebrew-mark-date-pattern):
12033         Use with-current-buffer.
12034         * emulation/viper.el (viper-delocalize-var): Use dolist.
12036 2009-11-03  Chong Yidong  <cyd@stupidchicken.com>
12038         * comint.el (comint-replace-by-expanded-history-before-point):
12039         Replace !! with the previous input string literally (Bug#1795).
12041 2009-11-02  Jay Belanger  <jay.p.belanger@gmail.com>
12043         * calc/calc-forms.el (calc-date-notation): Allow a "blank string"
12044         to be made up of whitespace.
12046 2009-11-02  Chong Yidong  <cyd@stupidchicken.com>
12048         * minibuffer.el (read-file-name): Don't use file dialogs for
12049         remote directories (Bug#99).
12051 2009-11-01  Chong Yidong  <cyd@stupidchicken.com>
12053         * progmodes/sh-script.el (sh-font-lock-paren): Fix last change.
12055 2009-11-01  Andreas Schwab  <schwab@linux-m68k.org>
12057         * view.el (view-mode-exit): If OLD-BUF is dead bury the buffer
12058         instead of deleting the window or frame.
12060 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12062         * textmodes/sgml-mode.el (sgml-mode-facemenu-add-face-function):
12063         Support face colors.
12065         * textmodes/tex-mode.el (tex-facemenu-add-face-function):
12066         New function.  Support face colors (Bug#1168).
12067         (tex-common-initialization): Use it.
12069         * facemenu.el (facemenu-enable-faces-p): Enable facemenu if the
12070         mode allows it (Bug#1168).
12072 2009-10-31  Juri Linkov  <juri@jurta.org>
12074         * facemenu.el (list-colors-display): Don't mark buffer as
12075         modified (Bug#3948).
12077 2009-10-31  Chong Yidong  <cyd@stupidchicken.com>
12079         * international/mule-diag.el (list-character-sets-1): Minor
12080         message fix (Bug#3526).
12082         * progmodes/etags.el (etags-list-tags, etags-tags-apropos): Fix
12083         face property (Bug#4834).
12084         (etags-list-tags, etags-tags-apropos-additional)
12085         (etags-tags-apropos, tags-select-tags-table): Add follow-link
12086         property.
12088         * menu-bar.el (menu-bar-tools-menu): Add Semantic and EDE menu
12089         items.
12091 2009-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12093         * textmodes/two-column.el (2C-split):
12094         * textmodes/texnfo-upd.el (texinfo-multi-file-included-list):
12095         * textmodes/tex-mode.el (tex-set-buffer-directory):
12096         * textmodes/spell.el (spell-region, spell-string):
12097         * textmodes/reftex.el (reftex-erase-buffer):
12098         (reftex-get-file-buffer-force, reftex-kill-temporary-buffers):
12099         * textmodes/reftex-toc.el (reftex-toc-promote-action):
12100         * textmodes/reftex-sel.el (reftex-get-offset, reftex-insert-docstruct)
12101         (reftex-select-item):
12102         * textmodes/reftex-ref.el (reftex-label-info-update)
12103         (reftex-offer-label-menu):
12104         * textmodes/reftex-index.el (reftex-index-change-entry)
12105         (reftex-index-phrases-info):
12106         * textmodes/reftex-global.el (reftex-create-tags-file)
12107         (reftex-save-all-document-buffers, reftex-ensure-write-access):
12108         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite)
12109         (reftex-view-crossref-from-bibtex):
12110         * textmodes/reftex-cite.el (reftex-bibtex-selection-callback)
12111         (reftex-extract-bib-entries-from-thebibliography)
12112         (reftex-all-used-citation-keys, reftex-create-bibtex-file):
12113         * textmodes/refbib.el (r2b-capitalize-title):
12114         (r2b-convert-buffer, r2b-help):
12115         * textmodes/page-ext.el (pages-directory)
12116         (pages-directory-goto-with-mouse):
12117         * textmodes/bibtex.el (bibtex-validate-globally):
12118         * textmodes/bib-mode.el (bib-capitalize-title):
12119         * textmodes/artist.el (artist-clear-buffer, artist-system):
12120         * progmodes/xscheme.el (global-set-scheme-interaction-buffer):
12121         (local-set-scheme-interaction-buffer, xscheme-process-filter)
12122         (verify-xscheme-buffer, xscheme-enter-interaction-mode)
12123         (xscheme-enter-debugger-mode, xscheme-debugger-mode-p)
12124         (xscheme-send-control-g-interrupt, xscheme-start-process)
12125         (xscheme-process-sentinel, xscheme-cd):
12126         * progmodes/verilog-mode.el (verilog-read-always-signals)
12127         (verilog-set-define, verilog-getopt-file)
12128         (verilog-module-inside-filename-p):
12129         * progmodes/sh-script.el:
12130         * progmodes/python.el (python-pdbtrack-get-source-buffer)
12131         (python-pdbtrack-grub-for-buffer, python-execute-file):
12132         * progmodes/octave-inf.el (inferior-octave):
12133         * progmodes/idlwave.el (idlwave-scan-user-lib-files)
12134         (idlwave-shell-compile-helper-routines, idlwave-set-local)
12135         (idlwave-display-completion-list-xemacs, idlwave-list-abbrevs)
12136         (idlwave-display-completion-list-emacs, idlwave-list-load-path-shadows)
12137         (idlwave-completion-fontify-classes, idlwave-display-calling-sequence):
12138         * progmodes/idlw-shell.el (idlwave-shell-examine-display-clear)
12139         (idlwave-shell-filter, idlwave-shell-examine-highlight)
12140         (idlwave-shell-sentinel, idlwave-shell-filter-directory)
12141         (idlwave-shell-display-line, idlwave-shell-set-bp-in-module)
12142         (idlwave-shell-examine-display, idlwave-shell-run-region)
12143         (idlwave-shell-filter-bp, idlwave-shell-save-and-action)
12144         (idlwave-shell-sources-filter, idlwave-shell-goto-next-error):
12145         * progmodes/idlw-help.el (idlwave-help-get-special-help)
12146         (idlwave-help-get-help-buffer):
12147         * progmodes/gud.el (gud-basic-call, gud-find-class)
12148         (gud-tooltip-activate-mouse-motions-if-enabled):
12149         * progmodes/gdb-mi.el (gdb-mouse-toggle-breakpoint-fringe):
12150         * progmodes/ebrowse.el (ebrowse-member-table, ebrowse-save-tree-as)
12151         (ebrowse-view-exit-fn, ebrowse-tags-list-members-in-file)
12152         (ebrowse-tags-next-file):
12153         * progmodes/ebnf2ps.el (ebnf-generate-eps, ebnf-generate-eps)
12154         (ebnf-eps-production-list, ebnf-begin-file, ebnf-log)
12155         (ebnf-eps-finish-and-write):
12156         * progmodes/cpp.el (cpp-edit-save):
12157         * progmodes/cperl-mode.el (cperl-pod-to-manpage):
12158         * progmodes/cc-defs.el (c-emacs-features):
12159         * progmodes/antlr-mode.el (antlr-invalidate-context-cache)
12160         (antlr-directory-dependencies):
12161         * progmodes/ada-xref.el (ada-gnat-parse-gpr, ada-get-ali-file-name)
12162         (ada-run-application, ada-find-in-src-path, ada-goto-parent)
12163         (ada-find-any-references, ada-make-filename-from-adaname)
12164         (ada-make-body-gnatstub):
12165         * obsolete/rnews.el (news-list-news-groups):
12166         * obsolete/resume.el (resume-suspend-hook, resume-write-buffer-to-file):
12167         * obsolete/iso-acc.el (iso-acc-minibuf-setup):
12168         * net/rcirc.el (rcirc-debug):
12169         * net/newst-treeview.el (newsticker--treeview-list-add-item)
12170         (newsticker--treeview-list-clear, newsticker-treeview-browse-url)
12171         (newsticker--treeview-list-update-faces, newsticker-treeview-save)
12172         (newsticker--treeview-item-show-text, newsticker--treeview-item-show)
12173         (newsticker--treeview-tree-update-tag, newsticker--treeview-buffer-init)
12174         (newsticker-treeview-show-item, newsticker--treeview-unfold-node)
12175         (newsticker--treeview-list-clear-highlight)
12176         (newsticker--treeview-list-update-highlight)
12177         (newsticker--treeview-list-highlight-start)
12178         (newsticker--treeview-tree-update-highlight)
12179         (newsticker--treeview-get-selected-item)
12180         (newsticker-treeview-mark-list-items-old)
12181         (newsticker--treeview-set-current-node):
12182         * net/newst-plainview.el (newsticker--buffer-set-uptodate):
12183         * net/newst-backend.el (newsticker--get-news-by-funcall)
12184         (newsticker--get-news-by-wget, newsticker--image-get)
12185         (newsticker--image-sentinel):
12186         * net/mairix.el (mairix-rmail-fetch-field, mairix-gnus-fetch-field):
12187         * net/eudcb-ph.el (eudc-ph-do-request, eudc-ph-open-session):
12188         (eudc-ph-close-session):
12189         * net/eudc.el (eudc-save-options):
12190         * language/thai-word.el (thai-update-word-table):
12191         * language/japan-util.el (japanese-string-conversion):
12192         * international/titdic-cnv.el (tsang-quick-converter)
12193         (ziranma-converter, ctlau-converter):
12194         * international/mule-cmds.el (describe-language-environment):
12195         * international/ja-dic-cnv.el (skkdic-convert-okuri-ari)
12196         (skkdic-convert-postfix, skkdic-convert-prefix):
12197         (skkdic-convert-okuri-nasi, skkdic-convert):
12198         * emacs-lisp/re-builder.el (reb-update-overlays):
12199         * emacs-lisp/pp.el (pp-to-string, pp-display-expression):
12200         * emacs-lisp/gulp.el (gulp-send-requests):
12201         * emacs-lisp/find-gc.el (trace-call-tree):
12202         * emacs-lisp/eieio-opt.el (eieio-browse, eieio-describe-class)
12203         (eieio-describe-generic):
12204         * emacs-lisp/eieio-base.el (eieio-persistent-read):
12205         * emacs-lisp/edebug.el (edebug-outside-excursion):
12206         * emacs-lisp/debug.el (debugger-make-xrefs):
12207         * emacs-lisp/cust-print.el (custom-prin1-to-string):
12208         * emacs-lisp/chart.el (chart-new-buffer):
12209         * emacs-lisp/authors.el (authors-scan-el, authors-scan-change-log):
12210         Use with-current-buffer.
12211         * textmodes/artist.el (artist-system): Don't call
12212         copy-sequence on a fresh string.
12213         * progmodes/idlw-shell.el (easymenu setup): Use dolist.
12215 2009-10-31  Stephen Berman  <stephen.berman@gmx.net>
12217         * calendar/todo-mode.el (todo-edit-item): Signal an error if there
12218         is no item to edit.  (Bug#4820)
12219         (todo-top-priorities): Restore point and restore narrowing in Todo
12220         buffer.  (Bug#4820)
12222 2009-10-31  Glenn Morris  <rgm@gnu.org>
12224         * net/ange-ftp.el (top-level): Don't require dired when compiling.
12225         (comint-last-output-start, comint-last-input-start)
12226         (comint-last-input-end): Don't defvar when compiling.
12227         (ange-ftp-process-file): Use bound-and-true-p.
12229         * pcmpl-rpm.el (top-level): Move provide statement to end.
12230         (pcmpl-rpm): Remove unused custom group.
12232         * pcmpl-gnu.el (tar-parse-info, tar-header-name): Declare for compiler.
12234         * mail/emacsbug.el (report-emacs-bug): Request `emacs -Q' recipes.
12236         * emacs-lisp/bytecomp.el (byte-compile-warning-types)
12237         (byte-compile-warnings): Add `constants' as an option.
12238         (byte-compile-callargs-warn, byte-compile-arglist-warn)
12239         (display-call-tree): Update for byte-compile-fdefinition possibly
12240         returning `(macro lambda ...)'.  (Bug#4778)
12241         (byte-compile-variable-ref, byte-compile-setq-default):
12242         Respect `constants' member of byte-compile-warnings.
12244 2009-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12246         * vc-bzr.el (vc-bzr-revision-keywords): New var.
12247         (vc-bzr-revision-completion-table): Use it to fix completion of "s:"
12248         to "submit:".
12250 2009-10-30  Dan Nicolaescu  <dann@ics.uci.edu>
12252         * textmodes/ispell.el (ispell-skip-region-alist):
12253         * international/mule-conf.el (eight-bit):
12254         * international/fontset.el (font-encoding-alist):
12255         * startup.el (pure-space-overflow-message):
12256         * simple.el (overwrite-mode-textual, overwrite-mode-binary):
12257         * paths.el (gnus-nntp-service, rmail-spool-directory)
12258         (term-file-prefix):
12259         * files.el (save-some-buffers-action-alist):
12260         * cmuscheme.el (same-window-buffer-names):
12261         * ielm.el (same-window-buffer-names):
12262         * shell.el (same-window-buffer-names):
12263         * mail/sendmail.el (same-window-buffer-names):
12264         * progmodes/inf-lisp.el (same-window-buffer-names):
12265         * bindings.el (mode-line-client)
12266         (mode-line-column-line-number-mode-map):
12267         * language/tibetan.el (tibetan-precomposition-rule-regexp)
12268         (tibetan-precomposed-regexp): Purecopy string arguments.
12270 2009-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12272         * calc/calc.el (calc, calc-refresh, calc-trail-buffer, calc-record)
12273         (calcDigit-nondigit):
12274         * calc/calc-yank.el (calc-copy-to-buffer):
12275         * calc/calc-units.el (calc-invalidate-units-table):
12276         * calc/calc-trail.el (calc-trail-yank):
12277         * calc/calc-store.el (calc-insert-variables):
12278         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12279         * calc/calc-prog.el (calc-read-parse-table):
12280         * calc/calc-keypd.el (calc-do-keypad, calc-keypad-right-click):
12281         * calc/calc-help.el (calc-describe-bindings, calc-describe-key):
12282         * calc/calc-graph.el (calc-graph-delete, calc-graph-add-curve)
12283         (calc-graph-juggle, calc-graph-count-curves, calc-graph-plot)
12284         (calc-graph-plot, calc-graph-format-data, calc-graph-set-styles)
12285         (calc-graph-name, calc-graph-find-command, calc-graph-view)
12286         (calc-graph-view, calc-gnuplot-command, calc-graph-init):
12287         * calc/calc-ext.el (calc-realign):
12288         * calc/calc-embed.el (calc-do-embedded, calc-do-embedded)
12289         (calc-embedded-finish-edit, calc-embedded-make-info)
12290         (calc-embedded-finish-command, calc-embedded-stack-change):
12291         * calc/calc-aent.el (calcAlg-enter): Use with-current-buffer.
12293         * pcomplete.el (pcomplete-comint-setup): If there's a choice, replace
12294         shell-dynamic-complete-filename in preference to
12295         comint-dynamic-complete-filename.
12297         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12298         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
12299         Don't consider whether the display supports colors.
12300         (bookmark-import-new-list): Use dolist.
12301         (bookmark-bmenu-mode-map): Move initialization into declaration.
12302         (bookmark-bmenu-list): Use dolist, simplify.
12303         (bookmark-show-all-annotations): Use save-selected-window and dolist.
12304         (menu-bar-final-items): Use push.
12306 2009-10-28  Bernhard Herzog  <bernhard.herzog@intevation.de>  (tiny change)
12308         * vc-hg.el (vc-hg-state, vc-hg-working-revision): Use process-file so
12309         it works on remote files.
12310         (vc-hg-diff): Don't pass any `--cwd' argument.
12312 2009-10-27  Kevin Ryde  <user42@zip.com.au>
12314         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12315         Use help-xref-info-regexp and help-xref-url-regexp to identify links.
12316         (Further to Bug#3921).
12318 2009-10-27  Michael Albinus  <michael.albinus@gmx.de>
12320         * net/tramp-imap.el (top): Add `X-Size' to `imap-hash-headers'.
12321         (tramp-imap-do-copy-or-rename-file): Don't use the inode, when
12322         calling `tramp-imap-put-file'.  Add file size to the call.
12323         (tramp-imap-get-file-entries): Compute also user name, file size,
12324         and date.
12325         (tramp-imap-handle-insert-directory): Insert uid and gid.
12326         (tramp-imap-handle-file-attributes): Transform uid and gid
12327         according to `id-format'.
12328         (tramp-imap-put-file): New optional parameter SIZE.  Encode file
12329         size in header X-Size.
12331 2009-10-26  Juanma Barranquero  <lekktu@gmail.com>
12333         * simple.el (transpose-subr): Give clearer error when the mark
12334         is not set.  (Bug#4807)
12336 2009-10-26  Michael Albinus  <michael.albinus@gmx.de>
12338         * net/tramp.el (tramp-perl-file-truename): New defconst.
12339         Perl code contributed by yary <not.com@gmail.com> (tiny change).
12340         (tramp-handle-file-truename, tramp-get-remote-perl): Use it.
12341         Check also for "perl-file-spec" and "perl-cwd-realpath" properties.
12342         (tramp-handle-write-region): In case of APPEND, reuse the tmpfile name.
12344         * net/tramp-imap.el (tramp-imap-file-name-handler-alist):
12345         Ignore `dired-call-process'.
12346         (tramp-imap-make-iht): Use `user' and `ssl' with `imap-hash-make'.
12348 2009-10-26  Julian Scheid  <julians37@gmail.com>
12350         * net/tramp.el (tramp-perl-file-name-all-completions): New defconst.
12351         (tramp-get-remote-readlink): New defun.
12352         (tramp-handle-file-truename): Use it.
12353         (tramp-handle-file-exists-p): Check file-attributes cache, assume
12354         file exists if cache value present.
12355         (tramp-check-cached-permissions): New defun.
12356         (tramp-handle-file-readable-p): Use it.
12357         (tramp-handle-file-writable-p): Likewise.
12358         (tramp-handle-file-executable-p): Likewise.
12359         (tramp-handle-file-name-all-completions): Try using Perl to get
12360         partial completions.  When perl not available, combine `cd' and
12361         `ls' into single remote operation and use shell expansion to get
12362         partial remote directory contents.  Set `file-exists-p' cache for
12363         directory and any files returned by ls.  Change cache handling to
12364         support partial directory contents.  Use error message emitted by
12365         remote `cd' or Perl code for local tramp-error.
12366         (tramp-do-copy-or-rename-file-directly): Avoid separate
12367         tramp-send-command-and-check call.
12368         (tramp-handle-process-file): Merge three remote ops into one.
12369         Do not flush all caches when `process-file-side-effects' is set.
12370         (tramp-handle-write-region): Avoid tramp-set-file-uid-gid if
12371         file-attributes shows uid/gid to be set already.
12373 2009-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
12375         * textmodes/tex-mode.el (tex-dvi-view-command)
12376         (tex-show-queue-command, tex-open-quote):
12377         * progmodes/ruby-mode.el (auto-mode-alist)
12378         (interpreter-mode-alist): Purecopy strings.
12380         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Purecopy item names.
12382         * emacs-lisp/derived.el (define-derived-mode): Purecopy the doc
12383         string for the hook, keymap and abbrev table.
12385         * emacs-lisp/byte-run.el (make-obsolete): Purecopy the current name.
12387         * x-dnd.el (x-dnd-xdnd-to-action):
12388         * startup.el (fancy-startup-text, fancy-about-text): Change to
12389         defconst from defvar.
12391         * ps-print.el (ps-page-dimensions-database): Purecopy initial value.
12393         * mouse.el (mouse-buffer-menu-mode-groups, x-fixed-font-alist):
12394         Purecopy initialization strings.
12396         * mail/sendmail.el (mail-header-separator)
12397         (mail-personal-alias-file):
12398         * mail/rmail.el (rmail-default-dont-reply-to-names)
12399         (rmail-ignored-headers, rmail-retry-ignored-headers)
12400         (rmail-highlighted-headers, rmail-secondary-file-directory)
12401         (rmail-secondary-file-regexp):
12402         * files.el (null-device, file-name-invalid-regexp)
12403         (locate-dominating-stop-dir-regexp)
12404         (inhibit-first-line-modes-regexps): Purecopy initialization strings.
12405         (interpreter-mode-alist): Use mapcar instead of mapc.
12407         * buff-menu.el (Buffer-menu-mode-map): Purecopy name.
12409         * bindings.el (mode-line-major-mode-keymap): Purecopy name.
12410         (completion-ignored-extensions):
12411         (debug-ignored-errors): Purecopy strings.
12413 2009-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12415         * pcomplete.el (pcomplete-std-complete): Obey pcomplete-use-paring.
12416         (pcomplete, pcomplete-parse-buffer-arguments, pcomplete-opt)
12417         (pcomplete--here): Use push.
12419         * subr.el (all-completions): Declare the 4th arg obsolete.
12421 2009-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12423         * pcomplete.el (pcomplete-unquote-argument-function): New var.
12424         (pcomplete-unquote-argument): New function.
12425         (pcomplete--common-suffix): Always pay attention to case.
12426         (pcomplete--table-subvert): Quote and unquote the text.
12427         (pcomplete--common-quoted-suffix): New function.
12428         (pcomplete-std-complete): Use it and pcomplete-begin.
12430         * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if
12431         we're inside a dedicated or minibuffer window.
12433 2009-10-24  Karl Fogel  <kfogel@red-bean.com>
12435         * bookmark.el: Update documentation, especially documentation
12436         of `bookmark-alist' and of the bookmark file format.
12437         Patch by Drew Adams, with minor tweaks from me.  (Bug#4195)
12439 2009-10-24  Chong Yidong  <cyd@stupidchicken.com>
12441         * mail/emacsbug.el (report-emacs-bug): Clarify that the
12442         keybindings apply to the mail buffer (Bug#4003).  Shrink help
12443         window to buffer.
12445         * whitespace.el (whitespace-mode, whitespace-newline-mode)
12446         (global-whitespace-mode, global-whitespace-newline-mode)
12447         (whitespace-toggle-options, global-whitespace-toggle-options):
12448         Doc fix (Bug#3660).
12450         * nxml/nxml-mode.el (nxml-balanced-close-start-tag): Use the value
12451         of xmltok-start before the end tag was inserted (Bug#2840).
12453         * progmodes/sh-script.el (sh-font-lock-paren): Handle case
12454         patterns that are preceded by an open-paren (Bug#1320).
12456 2009-10-24  Sven Joachim  <svenjoac@gmx.de>
12458         * files.el (delete-directory): Delete symlinks to directories with
12459         delete-file (Bug#4739).
12461 2009-10-24  Dan Nicolaescu  <dann@ics.uci.edu>
12463         * vc.el (vc-backend-for-registration): Rename from
12464         vc-get-backend-for-registration.  Update callers.
12466         * international/mule-cmds.el (set-language-info-alist):
12467         Purecopy lang-env.
12468         (leim-list-header, leim-list-entry-regexp): Change defvars to defconst.
12469         (charset): Purecopy the name.
12470         (define-char-code-property): Purecopy string arguments.
12472         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
12473         Purecopy string arguments.
12475         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
12476         * ediff-hook.el (menu-bar-ediff-menu):
12477         * buff-menu.el (Buffer-menu-mode-map): Purecopy names and tooltips.
12478         * bookmark.el (menu-bar-bookmark-map): Add :help and purecopy the name.
12480 2009-10-24  Glenn Morris  <rgm@gnu.org>
12482         * comint.el (comint-dynamic-list-completions):
12483         * term.el (term-dynamic-list-completions): Use choose-completion rather
12484         than obsolete alias mouse-choose-completion.
12486         * filecache.el (file-cache-completions-keymap): Bind mouse-2 to
12487         file-cache-choose-completion.
12488         (file-cache-choose-completion): Handle an optional event argument.
12489         (file-cache-mouse-choose-completion): Make it an obsolete alias.
12491         * progmodes/octave-mod.el (octave-complete-symbol):
12492         Use choose-completion if mouse-choose-completion is ever removed.
12494         * textmodes/sgml-mode.el (sgml-looking-back-at): Move definition before
12495         use.
12497         * emacs-lisp/checkdoc.el (generate-autoload-cookie): Define for
12498         compiler.
12500         * vc-hooks.el (vc-responsible-backend): Fix declaration.
12502 2009-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12504         * minibuffer.el (completion--embedded-envvar-table): Fix last change.
12505         Ignore `pred' now that we receive one.
12506         Handle test-completion specially.
12508 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12510         * vc.el (vc-responsible-backend): Throw an error if not backend is
12511         found.  Remove the REGISTER argument.  Move the code dealing with
12512         REGISTER ...
12513         (vc-get-backend-for-registration): ... here.  New function.
12514         (vc-deduce-fileset): Call vc-get-backend-for-registration instead
12515         of vc-responsible-backend, pass the file name instead of the
12516         directory name.
12518 2009-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
12520         * pcomplete.el (pcomplete-common-suffix, pcomplete-table-subvert):
12521         New funs.
12522         (pcomplete-std-complete): Use them.  Obey pcomplete-termination-string.
12523         (pcomplete-comint-setup): Don't modify a global var via
12524         accidental side-effects.
12525         (pcomplete-shell-setup): Adjust call accordingly.
12526         (pcomplete-parse-comint-arguments): Use push.
12528 2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
12530         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-region-engine):
12531         Allow uncapitalized info node names (Bug#3921).
12533         * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
12534         to the DEBUG file (Bug#3781).
12536 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
12538         * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
12539         dictionary entry (Bug#4579).
12541 2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
12543         * net/tramp.el (top): Remove `tramp-rfn-eshadow-update-overlay'
12544         from `rfn-eshadow-update-overlay-hook' when unloading.
12545         (tramp-methods): Add `tramp-copy-keep-tmpfile' for "rsync" and
12546         "rsyncc".  Adjust doc string.
12547         (tramp-temp-buffer-file-name): New buffer-local defvar.
12548         (tramp-handle-insert-file-contents, tramp-handle-write-region):
12549         Keep temporary file when indicated by method ("rsync" and
12550         "rsyncc").
12551         (tramp-handle-write-region): Handle APPEND.
12552         (tramp-delete-temp-file-function): New defun.  Added to
12553         `kill-buffer-hook'.
12555 2009-10-23  Juanma Barranquero  <lekktu@gmail.com>
12557         * menu-bar.el (cua-enable-cua-keys): Declare for the byte-compiler.
12559 2009-10-23  Dan Nicolaescu  <dann@ics.uci.edu>
12561         * term/tty-colors.el (msdos-color-values): Remove declaration, unused.
12562         (color-name-rgb-alist, tty-standard-colors)
12563         (tty-color-mode-alist): Change to defconst.
12565         * simple.el (mark-inactive): Purecopy message.
12567         * menu-bar.el (menu-bar-make-mm-toggle, menu-bar-make-toggle): Fix macro.
12568         (global-map, yank-menu):
12569         * textmodes/ispell.el (ispell-menu-map):
12570         * net/eudc.el (eudc-tools-menu):
12571         * international/mule-cmds.el (describe-language-environment-map)
12572         (setup-language-environment-map, set-coding-system-map)
12573         (mule-menu-keymap):
12574         * vc-hooks.el (vc-menu-entry, vc-menu-map):
12575         * replace.el (occur-mode-map):
12576         * pcvs-defs.el (cvs-global-menu): Purecopy names and tooltips.
12578 2009-10-23  Jay Belanger  <jay.p.belanger@gmail.com>
12580         * calc/calc.el (math-read-number, math-read-number-simple): Use
12581         `save-match-data'.
12583 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12585         * simple.el (normal-erase-is-backspace-mode): Use input-decode-map
12586         rather than fiddling with global-map bindings, since it should only
12587         affect per-terminal settings.
12588         See http://bugs.gentoo.org/show_bug.cgi?id=289709.
12590         * minibuffer.el (completion-table-with-terminator): Allow to specify
12591         the terminator-regexp.
12593         * simple.el (switch-to-completions): Look for *Completions* in other
12594         frames as well.
12596         * pcomplete.el: Allow the use of completion-tables.
12597         (pcomplete-std-complete): New command.
12598         (pcomplete-dirs-or-entries): Use a single call to pcomplete-entries.
12599         (pcomplete--here): Use a function for `form' rather than an expression,
12600         so it can be byte-compiled.
12601         (pcomplete-here, pcomplete-here*): Adjust accordingly.
12602         Add edebug declaration.
12603         (pcomplete-show-completions): Remove unused var `curbuf'.
12604         (pcomplete-do-complete, pcomplete-stub):
12605         Don't assume `completions' is a list of strings any more.
12607 2009-10-22  Juanma Barranquero  <lekktu@gmail.com>
12609         * find-dired.el (find-name-arg): Fix typo in docstring.
12611 2009-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12613         * pcmpl-linux.el (pcomplete/kill): Don't abuse pcomplete-entries.
12614         (pcmpl-linux-fs-types): Same, and update to new modules layout.
12616         * pcmpl-gnu.el (pcmpl-gnu-makefile-names): Use a single call to
12617         pcomplete-entries.
12619         * comint.el (comint-read-input-ring, comint-write-input-ring)
12620         (comint-substitute-in-file-name)
12621         (comint-dynamic-complete-as-filename)
12622         (comint-dynamic-simple-complete)
12623         (comint-dynamic-list-filename-completions)
12624         (comint-dynamic-list-completions)
12625         (comint-redirect-results-list-from-process): Minor simplifications.
12627 2009-10-21  Kevin Ryde  <user42@zip.com.au>
12629         * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
12630         When inserting ";;; Code" put it before any ";;;###autoload" cookie on
12631         the first form.  And insert a blank line after ";;; Code" since
12632         that's usual style.  (Bug#4612)
12634         * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
12636 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12638         * minibuffer.el (completion-table-with-terminator): Properly implement
12639         boundaries, in case `terminator' appears in the suffix.
12640         (completion--embedded-envvar-table): Don't return boundaries if
12641         there's no valid completion.  Simplify.
12642         (completion-file-name-table): New completion table extracted from
12643         completion--file-name-table.
12644         (completion--file-name-table): Use it.
12645         (read-file-name-predicate): Declare obsolete.
12646         (read-file-name): Use the pred arg i.s.o read-file-name-predicate.
12647         * vc-bzr.el (vc-bzr-revision-completion-table): Use the new
12648         completion-file-name-table, and use the `pred' argument.
12649         * files.el (locate-file-completion-table): Use the `pred' arg rather
12650         than read-file-name-predicate.
12651         (abbreviate-file-name): Use \` rather than ^ for BOS.
12653 2009-10-21  Dan Nicolaescu  <dann@ics.uci.edu>
12655         * vc.el (vc-deduce-fileset): Undo previous change, do not tell
12656         vc-responsible-backend to register, it causes problems.
12658 2009-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12660         * help-fns.el: Don't require help-mode (to avoid bootstrap issues).
12662 2009-10-21  Michael Albinus  <michael.albinus@gmx.de>
12664         * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun.
12665         (tramp-smb-handle-file-attributes): Use it.
12666         (tramp-smb-do-file-attributes-with-stat): Don't raise an error.
12667         (tramp-smb-handle-insert-directory): Use `mapc' rather than
12668         `mapcar'.  Use `tramp-smb-get-stat-capability'.
12669         Add `dired-filename' text properties.
12670         (tramp-smb-get-cifs-capabilities): Apply `save-match-data'.
12671         (tramp-smb-maybe-open-connection): Simplify check for smbclient
12672         version.
12674 2009-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12676         * subr.el (read-key-delay): Reduce to 0.01.
12677         (read-key): Use read-key-sequence-vector to avoid turning M-t into 244
12678         (bug#4751).
12680 2009-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12682         * bindings.el (function-key-map): Map C-@ to C-SPC if C-@ is unbound.
12684         * info.el (Info-complete-menu-item): Handle `boundaries' explicitly.
12685         (Info-menu): Remove unused vars `last' and `completions'.
12686         (Info-index-nodes): Remove unused var `node'.
12688         * info.el (Info-complete-menu-item): Use complete-with-action.
12690 2009-10-19  Dan Nicolaescu  <dann@ics.uci.edu>
12692         Make vc-annotate work through copies and renames.
12693         * vc-annotate.el (vc-annotate-extract-revision-at-line):
12694         Return the file name too.
12695         (vc-annotate-revision-at-line)
12696         (vc-annotate-find-revision-at-line)
12697         (vc-annotate-revision-previous-to-line)
12698         (vc-annotate-show-log-revision-at-line): Update to get the file
12699         name from vc-annotate-extract-revision-at-line.
12700         (vc-annotate-show-diff-revision-at-line-internal): Change the
12701         argument to mean whether to show a file diff or not.  Get the file
12702         name from vc-annotate-extract-revision-at-line.
12703         (vc-annotate-show-diff-revision-at-line):
12704         Update vc-annotate-show-diff-revision-at-line call.
12705         (vc-annotate-warp-revision): Add an optional file argument.
12707         * vc-git.el (vc-git-annotate-command): Pass -C -C to the blame command.
12708         (vc-git-annotate-extract-revision-at-line): Also return the file
12709         name if found.
12711         * vc-hg.el (vc-hg-annotate-command): Pass --follow to the annotate
12712         command.  Remove unused code.
12713         (vc-hg-annotate-re): Update to match --follow output.
12714         (vc-hg-annotate-extract-revision-at-line): Also return the file
12715         name if found.
12717         * vc.el: Update annotate-extract-revision-at-line documentation.
12719 2009-10-18  Kevin Ryde  <user42@zip.com.au>
12721         * ibuffer.el (ibuffer-confirm-operation-on): Correction to error
12722         re-throw, `err' is a pair not a list so can't use apply (Bug#4740).
12724         * net/browse-url.el (browse-url): Identify alist with "consp and
12725         not functionp" and let all other things go down the `apply' leg,
12726         as suggested by Stefan.  (Further to bug#4531.)
12728 2009-10-18  Chong Yidong  <cyd@stupidchicken.com>
12730         * minibuffer.el (read-file-name): Check for repeat before putting
12731         a default argument in file-name-history (Bug#4657).
12733         * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
12734         read syntax (Bug#4737).
12736         * textmodes/sgml-mode.el (sgml-delete-tag): Use sgml-looking-back-at.
12738 2009-10-18  Aaron S. Hawley  <aaron.s.hawley@gmail.com>
12740         * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag.
12741         (html-tag-alist, html-tag-help): Add descriptions for undocumented
12742         entries and make note of obsolete tags.
12744 2009-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12746         * net/ange-ftp.el (ange-ftp-file-size): Use unwind-protect.
12748 2009-10-18  Glenn Morris  <rgm@gnu.org>
12750         * Makefile.in (compile-last): Ensure GREP_OPTIONS is null before calling
12751         grep, so that binary files (eg international/uni-bidi.el) can match.
12752         Remove test for "UnicodeData" files, since it is hopefully unnecessary
12753         now, and in any case the file header format has changed.
12755 2009-10-17  Glenn Morris  <rgm@gnu.org>
12757         * textmodes/flyspell.el (flyspell-large-region, flyspell-word)
12758         (flyspell-get-word, flyspell-large-region)
12759         (flyspell-auto-correct-previous-word): Doc/error message fixes.
12761 2009-10-17  Chong Yidong  <cyd@stupidchicken.com>
12763         * Makefile.in (ELCFILES): Add ede/shell.
12765 2009-10-17  Dan Nicolaescu  <dann@ics.uci.edu>
12767         * term/common-win.el (x-colors): Purecopy it.
12769 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12771         * tar-mode.el (tar-data-swapped-p): Make the assertion a bit more
12772         permissive for when the buffer is empty.
12773         (tar-header-block-tokenize): Decode the username and groupname.
12774         (tar-chown-entry, tar-chgrp-entry): Encode the names (bug#4730).
12776 2009-10-17  Eric Ludlam  <zappo@gnu.org>
12778         * emacs-lisp/eieio-base.el (eieio-persistent-save): If buffer
12779         contains multibyte characters, choose first applicable coding
12780         system automatically.
12782 2009-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12784         * international/mule-cmds.el (select-safe-coding-system): If the file
12785         has a coding cookie, use it regardless of any other setting (bug#4712).
12787 2009-10-17  Glenn Morris  <rgm@gnu.org>
12789         * foldout.el (foldout-mouse-swallow-events):
12790         * gs.el (gs-load-image): Replace obsolete forms of sit-for, sleep-for.
12792         * dired.el (dired-ls-F-marks-symlinks, dired-keep-marker-rename)
12793         (dired-keep-marker-copy, dired-keep-marker-hardlink)
12794         (dired-keep-marker-symlink, dired-dwim-target)
12795         (dired-copy-preserve-time): Do not autoload these defcustoms.
12797         * mail/rmail.el (rmail-write-region-annotate): Prevent viewing different
12798         messages from messing up the file coding.  (Bug#4623)
12800 2009-10-17  Jari Aalto  <jari.aalto@cante.net>
12802         * textmodes/ispell.el (ispell-get-decoded-string): Give an error
12803         if no match is found for the current dictionary.  (Bug#4578)
12805         * textmodes/flyspell.el (flyspell-get-word): Make `following' argument
12806         optional, since that is how it is documented, and this is often called
12807         with a nil argument.  (Bug#4577)
12808         (flyspell-external-point-words, flyspell-auto-correct-word)
12809         (flyspell-correct-word-before-point, flyspell-word-search-forward)
12810         (flyspell-word-search-backward): Remove nil argument in calls to
12811         flyspell-get-word, since it is not needed now.
12813 2009-10-17  Ulrich Mueller  <ulm@gentoo.org>
12815         * play/doctor.el (doctor-adverbp): Exclude some nouns.  (Bug#4565)
12817 2009-10-16  Glenn Morris  <rgm@gnu.org>
12819         * net/rcirc.el (rcirc-authenticate): Simplify previous change.
12821 2009-10-16  Toru TSUNEYOSHI  <t_tuneyosi@hotmail.com>
12823         * net/ange-ftp.el (ange-ftp-send-cmd): Handle `size' like `mdtm'.
12824         (ange-ftp-file-size): New function.
12825         (ange-ftp-file-attributes): Use it.
12827 2009-10-16  Michael Albinus  <michael.albinus@gmx.de>
12829         * net/tramp-smb.el (tramp-smb-version): New defvar.
12830         (tramp-smb-maybe-open-connection): Use it, in order to avoid
12831         repeated checks.
12833 2009-10-16  Glenn Morris  <rgm@gnu.org>
12835         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
12836         Maybe copy some custom properties from old to new name.  (Bug#4706)
12838 2009-10-16  Juanma Barranquero  <lekktu@gmail.com>
12840         * subr.el (error, sit-for, start-process-shell-command)
12841         (start-file-process-shell-command): Set the calling convention
12842         after the function definition.
12844 2009-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12846         * subr.el (error, sit-for, start-process-shell-command)
12847         (start-file-process-shell-command): Use the new
12848         set-advertised-calling-convention feature.
12850 2009-10-16  Taichi Kawabata  <kawabata.taichi@gmail.com>
12852         * international/ucs-normalize.el (ucs-normalize-version):
12853         Change to 1.2.
12854         (check-range): Adjust for Unicode 5.2.
12856 2009-10-15  Juri Linkov  <juri@jurta.org>
12858         * menu-bar.el (menu-bar-file-menu): Convert `separator-exit'
12859         to the `menu-item' format.
12861 2009-10-15  Michael Albinus  <michael.albinus@gmx.de>
12863         * net/tramp.el (tramp-replace-environment-variables): Do not fail
12864         if the environment variable does not exist.
12866         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
12867         (tramp-smb-get-share, tramp-smb-get-localname): Use only VEC as
12868         parameter.
12869         (tramp-smb-handle-add-name-to-file)
12870         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
12871         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
12872         (tramp-smb-handle-file-attributes)
12873         (tramp-smb-do-file-attributes-with-stat)
12874         (tramp-smb-handle-file-local-copy)
12875         (tramp-smb-handle-insert-directory)
12876         (tramp-smb-handle-make-directory)
12877         (tramp-smb-handle-make-directory-internal)
12878         (tramp-smb-handle-make-symbolic-link)
12879         (tramp-smb-handle-rename-file, tramp-smb-handle-set-file-modes)
12880         (tramp-smb-handle-write-region, tramp-smb-get-file-entries)
12881         (tramp-smb-maybe-open-connection): Apply the changed parameters.
12882         (tramp-smb-read-file-entry): Read Disk names in compressed format.
12883         Handle long file names.
12884         (tramp-smb-get-cifs-capabilities): Check, whether the connection
12885         process is running.
12886         (tramp-smb-maybe-open-connection): Trace "smbclient -V" command.
12887         Read share names with "-g" option.
12889 2009-10-15  Ryan Yeske  <rcyeske@gmail.com>
12891         * net/rcirc.el (rcirc-view-log-file): New command.
12892         (rcirc-track-minor-mode-map): Remove C-c ` binding.
12893         (rcirc-authenticate, rcirc-authinfo): Allow nickserv-nick to be
12894         specified.
12896 2009-10-15  Glenn Morris  <rgm@gnu.org>
12898         * w32-fns.el (w32-batch-update-autoloads): Take autoload-make-program
12899         from the second command-line argument.
12900         * makefile.w32-in (autoloads, $(lisp)/calendar/cal-loaddefs.el)
12901         ($(lisp)/calendar/diary-loaddefs.el, $(lisp)/calendar/hol-loaddefs.el)
12902         ($(lisp)/mh-e/mh-loaddefs.el): Pass $(MAKE) as second argument to
12903         w32-batch-update-autoloads.
12904         * emacs-lisp/autoload.el (autoload-make-program): New variable.
12905         (batch-update-autoloads): Handle autoload-excludes on windows-nt.
12907         * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
12908         the headers cannot be located.  Simplify, subtracting superflous
12909         save-excursions.
12911 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
12913         Replace completion-base-size by completion-base-position to fix bugs
12914         such as (bug#4699).
12915         * simple.el (completion-base-position): New var.
12916         (completion-base-size): Mark as obsolete.
12917         (choose-completion): Make it work for mouse events as well.
12918         Pass the new base-position to choose-completion-string.
12919         (choose-completion-guess-base-position): New function, extracted from
12920         choose-completion-delete-max-match.
12921         (choose-completion-delete-max-match): Use it.  Make obsolete.
12922         (choose-completion-string): Use the new base-position info.
12923         (completion-root-regexp): Delete.
12924         (completion-setup-function): Preserve completion-base-position.
12925         Eliminate obsolete base-size manipulation.
12926         * minibuffer.el (display-completion-list): Don't mess with base-size.
12927         (minibuffer-completion-help): Set completion-base-position instead.
12928         * mouse.el (mouse-choose-completion): Redefine as a mere alias to
12929         choose-completion.
12930         * textmodes/bibtex.el (bibtex-complete):
12931         * emacs-lisp/crm.el (crm--choose-completion-string):
12932         Adjust to new calling convention.
12933         * complete.el (partial-completion-mode): Use minibufferp to avoid
12934         bumping into incompatible change to choose-completion-string-functions.
12935         * ido.el (ido-choose-completion-string): Make its calling convention
12936         more permissive.
12937         * comint.el (comint-dynamic-list-input-ring-select): Remove obsolete
12938         base-size manipulation.
12939         (comint-dynamic-list-input-ring): Use dotimes and push.
12940         * iswitchb.el (iswitchb-completion-help): Remove dead-code call to
12941         fundamental-mode.  Use `or'.
12943 2009-10-14  Juri Linkov  <juri@jurta.org>
12945         * misearch.el (multi-isearch-next-buffer-from-list)
12946         (multi-isearch-next-file-buffer-from-list): Doc fix.  (Bug#4723)
12948 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12950         * Makefile.in (compile-onefile): Load `bytecomp' rather than
12951         `bytecomp.el'.
12953         * minibuffer.el (completion-pcm--merge-completions): Make sure the
12954         string we return is all made up of text from the completions rather
12955         than part from the completions and part from the input (bug#4219).
12957         * ido.el (ido-everywhere): Use define-minor-mode.
12959         * buff-menu.el (list-buffers, ctl-x-map):
12960         Mark the entry points with ;;;###autoload cookies.
12962 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
12964         * vc-git.el (vc-git-dir-extra-headers): Set the branch name
12965         correctly in the detached head case.
12966         (vc-git-print-log): Remove unused binding.
12968         * vc.el (vc-responsible-backend): When a directory is passed for
12969         for registration create a VC repository if no backend is
12970         responsible for the directory argument.
12971         (vc-deduce-fileset): Tell vc-responsible-backend to register.
12973         * vc.el: Move comments about RCS and SCCS ...
12974         * vc-rcs.el:
12975         * vc-sccs.el: ... here, respectively.
12977 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
12979         * minibuffer.el (completion--file-name-table): Return nil if there's
12980         no file completion, even if substitute-in-file-name changed
12981         the string (bug#4708).
12983 2009-10-13  Juri Linkov  <juri@jurta.org>
12985         * files-x.el (read-file-local-variable-value): Don't filter out
12986         minor modes from mode name completion (bug#4664).
12988 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12990         * international/mule-cmds.el (ucs-names): Remove exclusion of
12991         "Enclosed Ideographic Supplement" range (U+1F200..U+1F2FF).
12993 2009-10-13  Kenichi Handa  <handa@m17n.org>
12995         * international/uni-name.el: Regenerated.
12997 2009-10-13  Juanma Barranquero  <lekktu@gmail.com>
12999         * bs.el (bs-mode): Fix last change.  (`revert-buffer-function'
13000         should be automatically buffer-local, but isn't.)
13002 2009-10-12  Sam Steingold  <sds@gnu.org>
13004         * progmodes/compile.el (compilation-next-error-function): Fix the
13005         timestamps if the buffer has been visited before.
13006         (compilation-mode-font-lock-keywords): Do not prepend "^ *" to
13007         non-anchored patterns, like the perl one (bug#3928).
13009 2009-10-12  Glenn Morris  <rgm@gnu.org>
13011         * net/tramp-smb.el (tramp-smb-do-file-attributes-with-stat):
13012         Let-bind `size'.
13014 2009-10-12  Juanma Barranquero  <lekktu@gmail.com>
13016         * proced.el (proced-unload-function): New function.
13018         * bs.el (bs-mode): Set `revert-buffer-function' to `bs-refresh'.
13019         (bs-refresh): Add IGNORED arg for `revert-buffer' compatibility.
13020         Doc fix.
13022         * menu-bar.el (menu-bar-file-menu): Fix format of `separator-exit' item.
13024 2009-10-11  Juri Linkov  <juri@jurta.org>
13026         * files-x.el (read-file-local-variable-value):
13027         Provide default value only for bound variables (bug#4664).
13029 2009-10-11  Michael Albinus  <michael.albinus@gmx.de>
13031         * net/tramp.el (tramp-local-host-p): Function shall return nil for
13032         connection methods like smb.
13034         * net/tramp-cache.el (tramp-flush-connection-property): The hash
13035         can be empty.
13037         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13038         (tramp-smb-file-name-handler-alist): Add handlers for
13039         `add-name-to-file', `make-symbolic-link'.
13040         (tramp-smb-handle-add-name-to-file)
13041         (tramp-smb-do-file-attributes-with-stat)
13042         (tramp-smb-handle-make-symbolic-link)
13043         (tramp-smb-get-cifs-capabilities): New defuns.
13044         (tramp-smb-handle-copy-directory, tramp-smb-handle-copy-file)
13045         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file)
13046         (tramp-smb-handle-file-local-copy)
13047         (tramp-smb-handle-make-directory-internal)
13048         (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
13049         The file name syntax depends on cifs capabilities.
13050         (tramp-smb-handle-file-attributes):
13051         Call `tramp-smb-do-file-attributes-with-stat' if possible.
13052         (tramp-smb-handle-insert-directory): Use posix attributes if possible.
13053         (tramp-smb-handle-set-file-modes): It is applicable for posix only.
13055 2009-10-11  Chong Yidong  <cyd@stupidchicken.com>
13057         * emacs-lisp/eieio.el: Avoid requiring cl at runtime.
13058         (eieio-defclass): Apply deftype handler and setf-method properties
13059         directly.
13060         (eieio-add-new-slot): Avoid union function from cl library.
13061         (eieio--typep): New function.
13062         (eieio-perform-slot-validation): Use it.
13064 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13066         * bookmark.el (bookmark-yank-word, bookmark-insert-current-bookmark):
13067         Update documentation to refer to the variables documented in r1.135.
13068         (Bug#4188)
13070 2009-10-10  Karl Fogel  <kfogel@red-bean.com>
13072         * bookmark.el (Info-suffix-list): Remove this unused variable.
13073         (bookmark-current-point): Remove this obsolete variable.
13074         (bookmark-set, bookmark-rename, bookmark-send-edited-annotation):
13075         Adjust for removal of bookmark-current-point.
13077         (bookmarks-already-loaded, bookmark-current-buffer)
13078         (bookmark-yank-point): Document.  (Bug#4188)
13080 2009-10-10  Glenn Morris  <rgm@gnu.org>
13082         * frame.el (frame-height): Doc fix.
13084         * calendar/calendar.el (calendar-split-width-threshold): New option.
13085         (calendar-basic-setup): Use calendar-split-width-threshold.
13087 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
13089         * international/mule-cmds.el (ucs-names): Exclude new "Enclosed
13090         Ideographic Supplement" range (U+1F200..U+1F2FF).
13092 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13094         * bookmark.el (bookmark-bmenu-rename): Don't call bookmark-bmenu-list,
13095         since the list will have been rebuilt anyway.  (Bug#4349)
13097 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13099         * bookmark.el (bookmark-delete): Don't let batch arg prevent saving.
13100         (bookmark-bmenu-execute-deletions): Don't save here, as
13101         bookmark-delete will now do so if necessary.
13102         Suggested by Thierry Volpiatto <thierry.volpiatto {_AT_} gmail.com>.
13103         (Bug#4348)
13105 2009-10-09  Glenn Morris  <rgm@gnu.org>
13107         * mail/emacsbug.el (report-emacs-bug): Also print `features'.
13109 2009-10-09  Karl Fogel  <kfogel@red-bean.com>
13111         * bookmark.el (bookmark-jump): Add new `display-func' parameter.
13112         (bookmark-jump-other-window): Just invoke bookmark-jump with new
13113         argument now, so the two function's behaviors will match.  (Bug#3645)
13115 2009-10-08  Michael Albinus  <michael.albinus@gmx.de>
13117         * net/tramp.el (tramp-file-name-real-user, tramp-file-name-domain)
13118         (tramp-file-name-real-host, tramp-file-name-port):
13119         Apply `save-match-data'.
13121         * net/tramp-smb.el (tramp-smb-handle-copy-directory): Handle the
13122         case both directories are remote.
13123         (tramp-smb-handle-expand-file-name): Implement "~" expansion.
13124         (tramp-smb-maybe-open-connection): Flush the cache only if necessary.
13126 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13128         * makefile.w32-in (WINS_UPDATES): Fix typo in previous change.
13130 2009-10-07  Glenn Morris  <rgm@gnu.org>
13132         * emacs-lisp/autoload.el (batch-update-autoloads): Remove useless use
13133         of concat.
13135 2009-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13137         * files-x.el (read-file-local-variable): Include some
13138         non-user-variables in the completion table (bug#4664).
13140 2009-10-07  Michael Albinus  <michael.albinus@gmx.de>
13142         * net/tramp-cache.el (tramp-flush-connection-property): Add trace
13143         message.
13145         * net/tramp-smb.el (tramp-smb-errors): Add error messages.
13146         (tramp-smb-file-name-handler-alist): Add handler for
13147         `copy-directory', `expand-file-name', `set-file-modes'.
13148         (tramp-smb-handle-copy-directory)
13149         (tramp-smb-handle-expand-file-name)
13150         (tramp-smb-handle-set-file-modes): New defuns.
13151         (tramp-smb-handle-copy-file): Handle KEEP-DATE.
13152         (tramp-smb-handle-file-attributes): Simplify check for retrieving
13153         entry.
13154         (tramp-smb-handle-insert-directory): Don't flush the cache.
13155         (tramp-smb-maybe-open-connection): Check for samba client and
13156         server versions.
13158 2009-10-07  Eli Zaretskii  <eliz@gnu.org>
13160         * emacs-lisp/autoload.el (batch-update-autoloads): Fix last change
13161         to not error out of search for "^lisp=" fails.
13163 2009-10-07  Juanma Barranquero  <lekktu@gmail.com>
13165         * makefile.w32-in (WINS_UPDATES): New macro.
13166         (custom-deps, finder-data, autoloads): Use it.
13168 2009-10-07  Glenn Morris  <rgm@gnu.org>
13170         * Makefile.in (autoloads): Revert previous change.
13171         * emacs-lisp/autoload.el (batch-update-autoloads): Rather than having
13172         the list of preloaded files passed on the command-line, get
13173         it from src/Makefile.
13175         * calendar/calendar.el (calendar-basic-setup): In the wide frame case,
13176         show the original buffer rather than a random one.
13178 2009-10-07  Markus Rost  <rost@math.uni-bielefeld.de>
13180         * help.el (describe-no-warranty): Place point in a slightly better
13181         position in the GPLv3 text.
13183 2009-10-06  Sam Steingold  <sds@gnu.org>
13185         * net/tramp-compat.el (tramp-compat-process-running-p): Check that
13186         the comm attribute is present before calling regexp-quote.
13188 2009-10-06  Juanma Barranquero  <lekktu@gmail.com>
13190         * play/animate.el (animate-string): For good effect, make sure
13191         `indent-tabs-mode' and `show-trailing-whitespace' are nil.
13193         * play/animate.el (animate-sequence, animate-birthday-present):
13194         * misc.el (butterfly): Don't set `indent-tabs-mode'.
13196 2009-10-06  Glenn Morris  <rgm@gnu.org>
13198         * emacs-lisp/byte-run.el (define-obsolete-face-alias): Doc fix.
13200         * emacs-lisp/autoload.el (autoload-excludes): New variable.
13201         (autoload-generate-file-autoloads): Skip files in autoload-excludes.
13202         (batch-update-autoloads): Process a string value of autoload-excludes,
13203         set during the build process.
13204         * Makefile.in (autoloads): Skip preloaded files.  (Bug#4446)
13206         * net/tramp.el (tramp-handle-start-file-process): Move tramp-error call
13207         inside with-parsed...  macro so that `v' is defined.
13209         * progmodes/f90.el (f90-end-of-block, f90-beginning-of-block):
13210         * progmodes/fortran.el (fortran-end-of-block)
13211         (fortran-beginning-of-block):
13212         Also push mark in the macro case.
13214         * emerge.el (emerge-show-file-name):
13215         * calc/calc.el (calc-quit):
13216         * calc/calc-misc.el (calc-big-or-small):
13217         * calc/calc-graph.el (calc-graph-view):
13218         * calc/calc-ext.el (calc-reset):
13219         * calendar/calendar.el (calendar-basic-setup):
13220         Use window-full-height-p.
13222         * mail/rmailedit.el (rmail-cease-edit): If there is a Content-Type
13223         header we don't understand, don't insert another.  (Bug#4624)
13224         If changing mime charset, insert the new one in the right place.
13226 2009-10-06  Matthew Junker  <matthew.junker@sbcglobal.net>  (tiny change)
13228         * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
13229         (cal-tex-cursor-month): Correctly increment the end date for diary and
13230         holiday listing.  (Bug#4626)
13232 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13234         * help-fns.el (describe-function-1): Don't burp if the function is not
13235         a symbol.
13237 2009-10-05  Juanma Barranquero  <lekktu@gmail.com>
13239         * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart)
13240         (chart-axis-range, chart-axis-names, chart-sequece, chart-bar)
13241         (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist)
13242         (chart-draw-line, chart-bar-quickie): Fix typos in docstrings.
13244         * emacs-lisp/eieio.el (generic-p, eieiomt-next, eieio-generic-form)
13245         (eieio-default-superclass): Reflow docstrings.
13246         (this, class-option-assoc, defclass, eieio-class-un-autoload)
13247         (eieio-unbind-method-implementations, defmethod)
13248         (eieio-validate-slot-value, eieio-validate-class-slot-value)
13249         (oref-default, eieio-oref-default, eieio-oset, eieio-oset-default)
13250         (with-slots, eieio-add-new-slot, object-assoc, object-remove-from-list)
13251         (eieio-slot-originating-class-p, eieio-slot-name-index)
13252         (eieio-pre-method-execution-hooks, eieio-initarg-to-attribute)
13253         (constructor, initialize-instance, no-next-method, object-print)
13254         (object-write, eieio-override-prin1, eieio-edebug-prin1-to-string):
13255         Fix typos in docstrings.
13256         (eieio-defclass, eieio-perform-slot-validation-for-default, defgeneric)
13257         (child-of-class-p, object-slots, slot-boundp, slot-exists-p)
13258         (next-method-p): Doc fixes.
13259         (eieio-add-new-slot, call-next-method, eieiomt-add, change-class):
13260         Fix typos in error messages.
13261         (eieio-defmethod): Fix typo in description of generic method.
13263         * emacs-lisp/eieio-base.el (eieio-instance-inheritor, slot-unbound)
13264         (eieio-persistent-save-interactive, slot-missing):
13265         Fix typos in docstrings.
13266         (eieio-instance-inheritor-slot-boundp): Doc fix.
13268         * emacs-lisp/eieio-comp.el (byte-compile-file-form-defmethod)
13269         (byte-compile-defmethod-param-convert): Fix typos in docstrings.
13271         * emacs-lisp/eieio-custom.el (eieio-done-customizing)
13272         (eieio-custom-object-apply-reset):
13273         Fix typos in docstrings and error messages.
13275         * emacs-lisp/eieio-datadebug.el (data-debug-show):
13276         Fix typo in docstring.
13278         * emacs-lisp/eieio-opt.el (top): Fix typo in error message.
13279         (eieio-browse-tree): Doc fix.
13280         (eieio-all-generic-functions, eieio-class-speedbar): Reflow docstrings.
13281         (eieio-help-mode-augmentation-maybee, eieio-class-speedbar-make-map):
13282         Fix typos in docstrings.
13284         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-file-button): Doc fix.
13285         (eieio-speedbar-key-map, eieio-speedbar-create-engine)
13286         (eieio-speedbar-buttons, eieio-speedbar, eieio-speedbar-object-children)
13287         (eieio-speedbar-make-tag-line, eieio-speedbar-object-expand):
13288         Reflow docstrings.
13290 2009-10-05  Dan Nicolaescu  <dann@ics.uci.edu>
13292         * vc-hg.el (log-view-vc-backend): Declare for compiler.
13293         (vc-hg-outgoing-mode, vc-hg-incoming-mode):
13294         Set log-view-vc-backend so that diff can work.
13296         * log-view.el (log-view-diff): Use vc-diff-internal instead of
13297         vc-version-diff.
13298         (vc-diff-internal): Autoload this instead of vc-version-diff.
13300 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
13302         * simple.el (eval-expression): Doc fix.
13304         * progmodes/cwarn.el (cwarn-mode): Doc fix.
13306 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
13308         * files.el (directory-files-no-dot-files-regexp): New defconst.
13309         (delete-directory): Use it.
13310         (copy-directory): Use it.  Remove parameter PRESERVE-UID-GID.
13312         * net/tramp.el (tramp-verbose): Fix docstring.
13313         (tramp-methods): Add recursive option to `tramp-copy-args'.
13314         Add `tramp-copy-recursive'.  Valid for "rcp", "scp", "scp1", "scp2",
13315         "scp1_old", "scp2_old", "rsync", "rsyncc".
13316         (tramp-default-method): Check also for `auth-source-user-or-password'.
13317         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13318         Add handler for `copy-directory'.
13319         (tramp-handle-copy-directory): New defun.
13320         (tramp-do-copy-or-rename-file-out-of-band): Handle directory case.
13321         (tramp-handle-start-file-process): Raise an error when PROGRAM is nil.
13322         Optimize sent command.
13324 2009-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
13326         * calendar/diary-lib.el (diary-show-all-entries): Re-fit the calendar
13327         window if necessary.
13329         * calendar/calendar.el (calendar-basic-setup): Don't call
13330         switch-to-buffer in a dedicated window.
13332 2009-10-05  Karl Fogel  <kfogel@red-bean.com>
13334         * bookmark.el (bookmark-handle-bookmark): If bookmark has no file,
13335         don't do anything related to relocating, just return nil.
13336         (bookmark-error-no-filename): New error.
13337         (bookmark-default-handler): Signal `bookmark-error-no-filename' if
13338         bookmark has no file.  Don't even attempt to handle things that
13339         are not files; the whole point of custom handlers is to keep that
13340         knowledge elsewhere anyway.  Tighten some comments.
13341         (bookmark-file-or-variation-thereof): Remove now-unused function.
13342         (bookmark-location): Doc string fix.
13343         (Bug#4250)
13345 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13347         * bookmark.el (bookmark-handle-bookmark): When relocating a bookmark,
13348         don't use a file dialog, because they usually don't know how to read
13349         a directory target from the user.  (Bug#4230)
13350         Also, make sure the prompt can display directories as well as files.
13352 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13354         * bookmark.el (bookmark-set, bookmark-buffer-name):
13355         Improve doc strings.  (Bug#1193)
13357 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13359         * bookmark.el (bookmark-get-bookmark, bookmark-get-bookmark-record)
13360         (bookmark-set-name, bookmark-prop-get, bookmark-prop-set)
13361         (bookmark-get-annotation, bookmark-set-annotation)
13362         (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13363         (bookmark-set-position, bookmark-get-front-context-string)
13364         (bookmark-set-front-context-string, bookmark-get-rear-context-string)
13365         (bookmark-set-rear-context-string, bookmark-location, bookmark-jump)
13366         (bookmark-jump-other-window, bookmark-handle-bookmark)
13367         (bookmark-relocate, bookmark-insert-location, bookmark-rename)
13368         (bookmark-insert, bookmark-delete, bookmark-time-to-save-p)
13369         (bookmark-edit-annotation-mode, bookmark-edit-annotation):
13370         Improve doc strings to say whether bookmark can be a string or
13371         a record or both, and make other consistency and clarity fixes.
13372         (bookmark-get-handler, bookmark--jump-via, bookmark-write-file)
13373         (bookmark-default-annotation-text, bookmark-yank-word)
13374         (bookmark-maybe-load-default-file, bookmark-maybe-sort-alist)
13375         (bookmark-import-new-list, bookmark-maybe-rename)
13376         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
13377         (bookmark-bmenu-bookmark): Give these doc strings.
13378         (bookmark-bmenu-check-position): Give this a doc string, but also
13379         add a FIXME comment about how the function may be pointless.
13380         (bookmark-default-handler): Rework doc string and change a
13381         parameter name, to clarify that this takes a bookmark record
13382         not a bookmark name.
13383         (bookmark-set): Change a parameter name to indicate its meaning,
13384         and improve the doc string a bit.
13385         (Bug#4188)
13387 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13389         * bookmark.el (bookmark-alist): Document the new `handler' element
13390         in the param alist.
13391         (bookmark-make-record-function): Adjust documentation for above.
13392         (Bug#4193)
13394 2009-10-04  Karl Fogel  <kfogel@red-bean.com>
13396         * info.el (Info-bookmark-make-record): Document this function.
13397         (Info-bookmark-jump): Document with a doc string, not just a comment.
13398         (Bug#4203)
13400 2009-10-04  Michael Albinus  <michael.albinus@gmx.de>
13402         * files.el (copy-directory): New defun.
13404         * dired-aux.el (dired-copy-file-recursive): Use it.
13406 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
13408         * files-x.el (modify-dir-local-variable)
13409         (copy-dir-locals-to-file-locals-prop-line): Fix typos in
13410         docstrings.
13412         * recentf.el (recentf-unload-function): New function.
13414 2009-10-04  Glenn Morris  <rgm@gnu.org>
13416         * window.el (window-full-height-p): Add doc string.
13418 2009-10-04  Martin Rudalics  <rudalics@gmx.at>
13420         * window.el (window-full-height-p): New function.  (Bug#4543)
13422 2009-10-03  Dan Nicolaescu  <dann@ics.uci.edu>
13424         * vc.el: Remove commented out code.
13425         (vc-derived-from-dir-mode): Remove, unused.
13426         (vc-version-diff, vc-diff): Consistently pass t to vc-deduce-fileset.
13428 2009-10-03  Michael Albinus  <michael.albinus@gmx.de>
13430         * net/tramp-ftp.el (tramp-ftp-file-name-handler):
13431         Disable `file-name-handler-alist' when loading 'ange-ftp.  Otherwise,
13432         there could be recursive loading when `default-directory' is a
13433         remote file name.  (Bug#4614)
13435 2009-10-03  Glenn Morris  <rgm@gnu.org>
13437         * calendar/calendar.el (calendar-basic-setup): Handle the case where
13438         the frame is wide.
13439         (calendar-generate-window): Test for shrinkability rather than width.
13441         * mail/rmail.el (rmail-generate-viewer-buffer): Be more careful about
13442         reusing existing buffers, in case we happen to visit two files with the
13443         same basename.  (Bug#4593)
13445 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13447         * makefile.w32-in (update-subdirs-CMD): Add cedet to $(WINS_SUBDIR).
13448         (WINS_CEDET_SUBDIRS): List of subdirectories of cedet.
13449         (bootstrap-clean-CMD, bootstrap-clean-SH): Remove *.elc files in
13450         subdirs of cedet as well.
13451         (AUTOGENEL): Add loaddefs.el files in cedet subdirectories.
13453 2009-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13455         * emacs-lisp/eldoc.el (eldoc-get-fnsym-args-string):
13456         Obey advertised-signature-table.
13458         * help-fns.el (help-function-arglist): Don't check
13459         advertised-signature-table.
13460         (describe-function-1): Do it here instead so it also applies to subrs.
13462 2009-10-02  Michael Albinus  <michael.albinus@gmx.de>
13464         * simple.el (start-file-process): Say in the doc-string, that file
13465         handlers might not support pty association, if PROGRAM is nil.
13467         * net/ange-ftp.el (ange-ftp-generate-passwd-key): Check, whether
13468         HOST and USER are strings.  They are nil, when there are
13469         incomplete entries in ~/.netrc, for example.
13470         (ange-ftp-delete-directory): Implement RECURSIVE case.  Change to
13471         root directory ("device busy" error otherwise).
13473         * net/tramp-smb.el (tramp-smb-handle-make-directory-internal):
13474         Flush file properties of created directory.
13476 2009-10-02  Eli Zaretskii  <eliz@gnu.org>
13478         * makefile.w32-in (WINS_BASIC): Remove cedet.
13479         (WINS_CEDET): Add cedet.
13480         (update-subdirs-SH): Use $(WINS_SUBDIR), not $(WINS).
13482 2009-10-02  Kevin Ryde  <user42@zip.com.au>
13484         * net/browse-url.el (browse-url): Pass any symbol in
13485         browse-url-browser-function to `apply', since if you've mistakenly put
13486         an unbound symbol then the error is clearer.  (Bug#4531)
13488 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13490         * allout.el (allout-init, allout-back-to-current-heading)
13491         (allout-beginning-of-current-entry, allout-ascend-to-depth)
13492         (allout-ascend, allout-up-current-level, allout-end-of-level)
13493         (allout-previous-visible-heading, allout-forward-current-level)
13494         (allout-backward-current-level, allout-show-children):
13495         * apropos.el (apropos-describe-plist):
13496         * bookmark.el (bookmark-maybe-historicize-string, bookmark-bmenu-list):
13497         * comint.el (comint-strip-ctrl-m, comint-goto-process-mark):
13498         * completion.el (add-completion, add-permanent-completion):
13499         * descr-text.el (describe-text-category, describe-char):
13500         * desktop.el (desktop-lazy-abort):
13501         * dired-x.el (dired-omit-expunge, dired-x-bind-find-file):
13502         * dired.el (dired-build-subdir-alist):
13503         * ediff.el (ediff-version):
13504         * elide-head.el (elide-head, elide-head-show):
13505         * emerge.el (emerge-version):
13506         * env.el (getenv):
13507         * face-remap.el (variable-pitch-mode):
13508         * faces.el (describe-face):
13509         * ffap.el (ffap-next-url, find-file-at-point, ffap-at-mouse)
13510         (dired-at-point):
13511         * files.el (find-file-existing, auto-save-mode):
13512         * font-lock.el (font-lock-fontify-buffer):
13513         * help-fns.el (describe-function, describe-variable)
13514         (describe-syntax, describe-categories):
13515         * help.el (view-lossage, describe-bindings, describe-key)
13516         (describe-mode):
13517         * hexl.el (hexl-current-address):
13518         * hi-lock.el (hi-lock-mode, hi-lock-find-patterns):
13519         * info.el (Info-goto-emacs-key-command-node):
13520         * log-edit.el (log-edit-insert-cvs-template)
13521         (log-edit-insert-cvs-rcstemplate):
13522         * menu-bar.el (menu-bar-mode):
13523         * mouse.el (mouse-appearance-menu):
13524         * newcomment.el (comment-indent-new-line):
13525         * pgg.el (pgg-save-coding-system, pgg-encrypt-region)
13526         (pgg-encrypt-symmetric-region, pgg-encrypt-symmetric)
13527         (pgg-encrypt, pgg-decrypt-region, pgg-decrypt)
13528         (pgg-sign-region, pgg-sign, pgg-verify-region, pgg-verify):
13529         * recentf.el (recentf-mode):
13530         * savehist.el (savehist-mode, savehist-save):
13531         * shadowfile.el (shadow-copy-files):
13532         * simple.el (kill-ring-save, next-line, previous-line)
13533         (normal-erase-is-backspace-mode):
13534         * strokes.el (strokes-update-window-configuration)
13535         (strokes-load-user-strokes, strokes-prompt-user-save-strokes)
13536         (strokes-xpm-for-stroke):
13537         * time.el (emacs-uptime, emacs-init-time):
13538         * tutorial.el (tutorial--describe-nonstandard-key)
13539         (tutorial--detailed-help):
13540         * type-break.el (type-break-mode)
13541         (type-break-mode-line-message-mode, type-break-query-mode)
13542         (type-break-guesstimate-keystroke-threshold):
13543         * vc.el (vc-version-diff, vc-diff, vc-root-diff):
13544         * version.el (emacs-version):
13545         * vt-control.el (vt-keypad-on, vt-keypad-off, vt-numlock):
13546         * winner.el (winner-mode):
13547         * calendar/timeclock.el (timeclock-in, timeclock-out)
13548         (timeclock-status-string, timeclock-change)
13549         (timeclock-workday-remaining-string)
13550         (timeclock-workday-elapsed-string)
13551         (timeclock-when-to-leave-string):
13552         * calendar/todo-mode.el (todo-add-category):
13553         * emacs-lisp/advice.el (ad-enable-regexp, ad-disable-regexp):
13554         * emacs-lisp/autoload.el (update-file-autoloads):
13555         * emacs-lisp/checkdoc.el (checkdoc-current-buffer)
13556         (checkdoc-start, checkdoc-continue, checkdoc-rogue-spaces)
13557         (checkdoc-message-text, checkdoc-defun):
13558         * emacs-lisp/debug.el (debugger-list-functions):
13559         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13560         * emacs-lisp/eieio-opt.el (eieio-describe-class)
13561         (eieio-describe-generic):
13562         * emacs-lisp/lisp-mnt.el (lm-synopsis):
13563         * emacs-lisp/shadow.el (list-load-path-shadows):
13564         * emulation/cua-base.el (cua-mode):
13565         * emulation/edt.el (edt-set-scroll-margins):
13566         * emulation/tpu-edt.el (tpu-toggle-newline-and-indent)
13567         (tpu-toggle-regexp, tpu-toggle-search-direction)
13568         (tpu-toggle-rectangle, tpu-toggle-control-keys):
13569         * emulation/tpu-extras.el (tpu-set-scroll-margins):
13570         * emulation/viper-cmd.el (viper-set-searchstyle-toggling-macros)
13571         (viper-set-parsing-style-toggling-macro)
13572         (viper-set-emacs-state-searchstyle-macros):
13573         * emulation/viper.el (viper-set-hooks):
13574         * eshell/esh-mode.el (eshell-truncate-buffer):
13575         * international/mule-cmds.el (prefer-coding-system)
13576         (describe-input-method, describe-language-environment):
13577         * international/mule-diag.el (list-character-sets)
13578         (describe-character-set, describe-coding-system)
13579         (describe-fontset, list-fontsets, list-input-methods):
13580         * mail/sendmail.el (mail-signature):
13581         * net/ange-ftp.el (ange-ftp-copy-file):
13582         * net/browse-url.el (browse-url):
13583         * net/eudc.el (eudc-set-server, eudc-get-attribute-list):
13584         * net/quickurl.el (quickurl-add-url):
13585         * net/rcirc.el (names, topic):
13586         * net/xesam.el (xesam-mode):
13587         * play/5x5.el (5x5-new-game):
13588         * play/yow.el (apropos-zippy):
13589         * progmodes/ada-mode.el (ada-mode-version):
13590         * progmodes/f90.el (f90-beginning-of-subprogram, f90-end-of-subprogram)
13591         (f90-end-of-block)
13592         (f90-beginning-of-block):
13593         * progmodes/fortran.el (fortran-end-of-block)
13594         (fortran-beginning-of-block):
13595         * progmodes/js.el (js-syntactic-context, js-gc, js-eval):
13596         * progmodes/python.el (python-describe-symbol, python-shell):
13597         * term/ns-win.el (ns-print-buffer):
13598         * textmodes/bibtex.el (bibtex-end-of-entry, bibtex-url):
13599         * textmodes/flyspell.el (flyspell-mode-on):
13600         * textmodes/page-ext.el (set-page-delimiter, pages-directory)
13601         (pages-directory-for-addresses):
13602         * textmodes/table.el (table-recognize-cell)
13603         (table-query-dimension, table-generate-source)
13604         (table-insert-sequence, table--warn-incompatibility):
13605         * textmodes/tex-mode.el (tex-validate-buffer):
13606         * textmodes/texinfmt.el (texinfmt-version)
13607         (texinfo-format-buffer):
13608         Use `called-interactively-p' instead of `interactive-p'.
13610 2009-10-02  Juanma Barranquero  <lekktu@gmail.com>
13612         * image-mode.el (image-toggle-display):
13613         * emacs-lisp/elp.el (elp-instrument-function):
13614         * emacs-lisp/advice.el (ad-make-advised-definition):
13615         * emacs-lisp/easy-mmode.el (define-minor-mode):
13616         * net/browse-url.el (browse-url-maybe-new-window):
13617         * progmodes/sh-script.el (sh-learn-buffer-indent):
13618         Pass new argument 'any to `called-interactively-p'.
13620 2009-10-01  Juanma Barranquero  <lekktu@gmail.com>
13622         * international/uni-bidi.el:
13623         * international/uni-category.el:
13624         * international/uni-combining.el:
13625         * international/uni-comment.el:
13626         * international/uni-decimal.el:
13627         * international/uni-decomposition.el:
13628         * international/uni-digit.el:
13629         * international/uni-lowercase.el:
13630         * international/uni-mirrored.el:
13631         * international/uni-name.el:
13632         * international/uni-numeric.el:
13633         * international/uni-old-name.el:
13634         * international/uni-titlecase.el:
13635         * international/uni-uppercase.el:
13636         Regenerate from Unicode 5.2.0 data.
13638 2009-10-01  Glenn Morris  <rgm@gnu.org>
13640         * Makefile.in (ELCFILES): Regenerate.
13642 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13644         * subr.el (interactive-p): Mark obsolete.
13645         (called-interactively-p): Make the optional-ness of `kind' obsolete.
13646         * emacs-lisp/bytecomp.el (byte-compile-fdefinition): Make it obey
13647         advertised-signature-table for subroutines as well.
13649         * emacs-lisp/byte-run.el (advertised-signature-table): New var.
13650         (set-advertised-calling-convention): New function.
13651         (make-obsolete, define-obsolete-function-alias)
13652         (make-obsolete-variable, define-obsolete-variable-alias):
13653         Make the optional-ness of `when' obsolete.
13654         (define-obsolete-face-alias): Make `when' non-optional.
13655         * help-fns.el (help-function-arglist):
13656         * emacs-lisp/bytecomp.el (byte-compile-fdefinition):
13657         Use advertised-signature-table.
13659 2009-10-01  Michael Albinus  <michael.albinus@gmx.de>
13661         * files.el (delete-directory): New defun.  The original function
13662         in fileio.c has been renamed to `delete-directory-internal'.
13664         * dired.el (dired-delete-file): Call `delete-directory' with
13665         RECURSIVE parameter.
13667         * net/ange-ftp.el (ange-ftp-delete-directory): Add optional
13668         parameter RECURSIVE.  Implementation is missing.
13670         * net/tramp.el (tramp-handle-make-directory): Flush upper
13671         directory's file properties.
13672         (tramp-handle-delete-directory): Handle optional parameter RECURSIVE.
13673         (tramp-handle-dired-recursive-delete-directory): Flush directory
13674         properties after the remove command only.
13676         * net/tramp-fish.el (tramp-fish-handle-delete-directory):
13677         Handle optional parameter RECURSIVE.
13679         * net/tramp-gvfs.el (tramp-gvfs-handle-delete-directory):
13680         Handle optional parameter RECURSIVE.
13682         * net/tramp-smb.el (tramp-smb-errors): Add error message for
13683         connection timeout.
13684         (tramp-smb-handle-delete-directory): Handle optional parameter
13685         RECURSIVE.
13687 2009-10-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13689         * emacs-lisp/bytecomp.el (byte-compile-defmacro-declaration): New fun.
13690         (byte-compile-file-form-defmumble, byte-compile-defmacro): Use it.
13691         (byte-compile-defmacro): Use backquotes.
13693         * files.el (cd-absolute): Don't abbreviate-file-name (bug#4599).
13695         * vc-dispatcher.el (vc-resynch-window): Don't revert a buffer which
13696         has no associated file.
13697         (vc-resynch-buffer): Use vc-dir-buffers.
13699 2009-10-01  Glenn Morris  <rgm@gnu.org>
13701         * emacs-lisp/chart.el (chart-zap-chars, chart-bar-quickie)
13702         (chart-file-count):
13703         * emacs-lisp/eieio-comp.el (byte-compile-defmethod-param-convert):
13704         * emacs-lisp/eieio-datadebug.el (data-debug-insert-object-button):
13705         * emacs-lisp/eieio-opt.el (eieio-describe-class):
13706         * emacs-lisp/eieio-speedbar.el (eieio-speedbar-create):
13707         * emacs-lisp/eieio.el (defclass, eieio-defclass-autoload)
13708         (eieio-copy-parents-into-subclass, make-instance, class-children)
13709         (eieio-generic-form):
13711         * vc-cvs.el (vc-cvs-parse-entry): Be more careful with the
13712         match-data.  (Bug#4555).
13714         * emacs-lisp/check-declare.el (check-declare-scan): Read the declaration
13715         rather than parsing it as a regexp.  This relaxes the layout
13716         requirements and makes errors easier to detect.
13717         (check-declare-verify): Check file is regular.
13718         (check-declare-directory): Doc fix.
13719         * subr.el (declare-function): Doc fix.
13721         * ibuffer.el (ibuffer-format-qualifier):
13722         * isearch.el (hi-lock-regexp-okay):
13723         * calc/calc.el (math-zerop):
13724         * mail/uce.el (rmail-msgbeg, rmail-msgend):
13725         * term/w32-win.el (setup-default-fontset, set-fontset-font):
13726         Remove unused declarations.
13728 2009-09-30  Eric Ludlam  <zappo@gnu.org>
13730         * emacs-lisp/eieio.el (boolean-p): Delete.
13732 2009-09-30  Glenn Morris  <rgm@gnu.org>
13734         * emacs-lisp/authors.el (authors-ignored-files): Add "js2-mode.el".
13736         * emacs-lisp/elint.el (elint-init-form): Report declarations where the
13737         filename is not a string.
13739 2009-09-29  Chong Yidong  <cyd@stupidchicken.com>
13741         * files.el (safe-local-eval-forms): Fix typo.
13743 2009-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13745         * vc-hooks.el (vc-dir-buffers): New var.
13746         (vc-state-refresh): New function.
13747         (vc-state): Use it.
13748         (vc-after-save): Always ask the backend to recompute the new state.
13749         Always call vc-dir if necessary, using vc-dir-buffers.
13750         * vc-dir.el (vc-dir-prepare-status-buffer, vc-dir-resynch-file):
13751         Use vc-dir-buffers.
13752         (vc-dir-mode): Use vc-dir-buffers rather than after-save-hook.
13753         (vc-dir-prepare-status-buffer, vc-dir-update)
13754         (vc-dir-resync-directory-files, vc-dir-resynch-file, vc-dir-mode):
13755         Don't call expand-file-name on default-directory.
13757 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13759         * speedbar.el (speedbar-item-delete):
13760         * calc/calc-prog.el (calc-kbd-if):
13761         * language/hanja-util.el (hanja-init-load): Fix typos in messages.
13763         * epa.el (epa-key-list-mode-map):
13764         * hi-lock.el (hi-lock-menu): Fix typos in menus.
13766         * progmodes/hideshow.el (hs-allow-nesting): Reflow docstring.
13767         (hs-show-hook): Fix typo in docstring.
13769 2009-09-29  Glenn Morris  <rgm@gnu.org>
13771         * emacs-lisp/check-declare.el (check-declare-locate): Remove pointless
13772         file-name-nondirectory call preventing location of cedet files.
13773         (check-declare-verify): Use literal search rather than re-search.
13774         Add basic defmethod and defclass, and define-overloadable-function.
13776         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13777         Use tramp-compat-file-attributes rather than nonexistent
13778         tramp-compat-handle-file-attributes.
13780         * Makefile.in (lisptagsfiles4): New.
13781         (AUTOGENEL): Add cedet loaddefs files.
13782         (TAGS, TAGS-LISP): Use $lisptagsfiles4.
13783         (update-elclist, compile-always, backup-compiled-files)
13784         (bootstrap-clean): Add yet another directory level.
13785         (update-elclist): Use LC_COLLATE rather than COLLATE.
13786         (ELCFILES): Update, via `make update-elclist'.
13788 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
13790         * makefile.w32-in (WINS_CEDET, WINS_BASIC, WINS_SUBDIR): New macros.
13791         (WINS_ALMOST): Set from WINS_BASIC and WINS_CEDET.
13792         (update-subdirs-CMD): Use WINS_SUBDIR, not WINS_ALMOST.
13794 2009-09-28  Andreas Schwab  <schwab@linux-m68k.org>
13796         * Makefile.in (lisptagsfiles3): Define.
13797         (TAGS, TAGS-LISP): Use it.
13798         (update-elclist): Add third directory level to look for elc files.
13799         (compile-always): Likewise.
13800         (backup-compiled-files): Likewise.
13801         (bootstrap-clean): Likewise.
13802         (ELCFILES): Update.
13804 2009-09-28  Chong Yidong  <cyd@stupidchicken.com>
13806         * Makefile.in (ELCFILES): Add CEDET files.
13808 2009-09-28  Michael Albinus  <michael.albinus@gmx.de>
13810         * Makefile.in (ELCFILES): Add net/tramp-imap.elc.
13812         * net/tramp.el (top): Require tramp-imap.
13814         * net/tramp-smb.el (tramp-smb-handle-directory-files-and-attributes):
13815         Use `tramp-compat-handle-file-attributes'.
13817 2009-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13819         * net/tramp-imap.el: New package.
13821 2009-09-28  Eric Ludlam  <zappo@gnu.org>
13823         * emacs-lisp/chart.el:
13824         * emacs-lisp/eieio-base.el:
13825         * emacs-lisp/eieio-comp.el:
13826         * emacs-lisp/eieio-custom.el:
13827         * emacs-lisp/eieio-datadebug.el:
13828         * emacs-lisp/eieio-opt.el:
13829         * emacs-lisp/eieio-speedbar.el:
13830         * emacs-lisp/eieio.el: New files.
13832 2009-09-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13834         * whitespace.el (whitespace-trailing-regexp)
13835         (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp):
13836         Fix doc string.
13838 2009-09-27  Chong Yidong  <cyd@stupidchicken.com>
13840         * menu-bar.el: Remove menu-bar-ediff-misc-menu from the Tools
13841         menu.
13843         * ediff-hook.el: Move menu-bar-ediff-misc-menu into
13844         menu-bar-ediff-menu.
13846         * emacs-lisp/lisp-mode.el: Add doc-string-elt property to
13847         define-overloadable-function.
13849         * progmodes/autoconf.el: Provide autoconf as well, so that this
13850         file can be `require'd.
13852         * emacs-lisp/cl-macs.el (deftype): Add to cl-loaddefs.
13854         * emacs-lisp/autoload.el (generated-autoload-feature)
13855         (generated-autoload-load-name): New vars.
13856         (autoload-rubric, autoload-generate-file-autoloads): Use them.
13857         (make-autoload): Recognize define-overloadable-function and
13858         defclass forms (for EIEIO).
13860         * Makefile.in (update-subdirs): Exclude cedet directory.
13862 2009-09-27  Adrian Robert  <Adrian.B.Robert@gmail.com>
13864         * term/ns-win.el: Don't set the region face background.  (Bug#4381)
13866         * faces.el: Default light-background background for region face to
13867         ns_selection_color under NS.
13869 2009-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13871         * net/imap-hash.el: New library, see NEWS.
13873         * Makefile.in (ELCFILES): Add imap-hash.el.
13875 2009-09-27  Stefan Monnier  <monnier@iro.umontreal.ca>
13877         * help.el (help-for-help-internal): Don't purecopy the text (bug#4560).
13878         * isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
13879         * help-macro.el (make-help-screen): Avoid using an ambiguous function
13880         definition where the docstring could be taken for the return value.
13882 2009-09-26  Glenn Morris  <rgm@gnu.org>
13884         * mail/rmailmm.el (rmail-mime-show-images, rmail-mime-bulk-handler):
13885         Add option to only show images below a certain size.
13886         (rmail-mime-multipart-handler): Remove unnecessary save-match-data and
13887         save-excursion calls.
13889 2009-09-26  Eli Zaretskii  <eliz@gnu.org>
13891         * makefile.w32-in (WINS_ALMOST): Add cedet (with its
13892         subdirectories) and eieio.
13894 2009-09-26  Alan Mackenzie  <acm@muc.de>
13896         * progmodes/cc-engine.el (c-beginning-of-statement-1): Correct
13897         buggy bracketing.  (Bug#4289)
13899         * progmodes/cc-langs.el (c-nonlabel-token-key): Allow quoted
13900         character constants (as case labels).  (Bug#4289)
13902 2009-09-25  Juri Linkov  <juri@jurta.org>
13904         * files.el (safe-local-eval-forms): Allow time-stamp in
13905         before-save-hook (Bug#4554).
13907 2009-09-25  Drew Adams  <drew.adams@oracle.com>
13909         * menu-bar.el (list-buffers-directory): Doc fix.
13911 2009-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13913         * log-edit.el (log-edit-changelog-entries): Avoid inf-loops.
13914         Try and avoid copying twice the same paragraph.
13915         (log-edit-changelog-paragraph, log-edit-changelog-subparagraph):
13916         Remove save-excursion.
13917         (log-edit-changelog-entry): Do it here instead.
13919 2009-09-25  Juanma Barranquero  <lekktu@gmail.com>
13921         * bs.el (bs--get-file-name): Use `list-buffers-directory'
13922         when available, instead of hardcoding mode names.  Doc fix.
13924         * menu-bar.el (list-buffers-directory): Add docstring.
13925         Make automatically buffer-local.
13927         * dired.el (dired-mode):
13928         * files.el (cd-absolute):
13929         * pcvs.el (cvs-temp-buffer):
13930         * pcvs-util.el (cvs-get-buffer-create):
13931         * shell.el (shell-mode):
13932         * vc-dir.el (vc-dir-mode):
13933         Don't make `list-buffers-directory' buffer local.
13935 2009-09-25  Devon Sean McCullough  <emacs-hacker@Jovi.Net>
13937         * comint.el (comint-exec, comint-run, make-comint):
13938         Doc fixes (Bug#4542).
13940 2009-09-25  Glenn Morris  <rgm@gnu.org>
13942         * mail/rmailmm.el (rmail-mime): New custom group.
13943         Move all defcustoms in this file into this group.
13944         (rmail-mime-media-type-handlers-alist): Revert previous change.
13945         (rmail-mime-show-images): New option.
13946         (rmail-mime-total-number-of-bulk-attachments): Remove variable and all
13947         references to it, since it wasn't actually used for anything.
13948         (rmail-mime-insert-image): New function.
13949         (rmail-mime-image): Use rmail-mime-insert-image.
13950         (rmail-mime-bulk-handler): Remove optional `image' argument, instead
13951         obey the value of `rmail-mime-show-images' option.  Print the size of
13952         attachments.
13954 2009-09-25  David Engster  <deng@randomsample.de>
13956         * progmodes/hideshow.el (hs-show-block): Run `hs-show-hook'.  (Bug#4548)
13958 2009-09-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13960         * whitespace.el: Does not highlight trailing spaces While point is
13961         at end of line.  Does not highligt spaces at beginning of buffer
13962         while point is at beginning of buffer.  Does not highlight spaces
13963         at end of buffer while point is at end of buffer.  (Bug#4177)
13964         New version 12.0.
13965         (whitespace-display-mappings): Adjust initialization.
13966         (whitespace-point, whitespace-font-lock-refontify): New vars.
13967         (whitespace-color-on, whitespace-color-off): Adjust code.
13968         (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13969         (whitespace-empty-at-eob-regexp, whitespace-space-regexp)
13970         (whitespace-tab-regexp, whitespace-post-command-hook): New funs.
13972 2009-09-24  Chong Yidong  <cyd@stupidchicken.com>
13974         * nxml/nxml-mode.el: Alias xml-mode to nxml-mode.
13976         * textmodes/sgml-mode.el: Remove xml-mode alias.
13978         * files.el (auto-mode-alist, conf-mode-maybe)
13979         (magic-fallback-mode-alist): Revert 2009-09-18 and 2009-09-21 changes.
13981 2009-09-24  Alan Mackenzie  <acm@muc.de>
13983         * progmodes/cc-cmds.el (c-scan-conditionals): A new function like
13984         c-forward-conditionals, but it doesn't move point and doesn't set
13985         the mark.
13986         (c-up-conditional, c-up-conditional-with-else, c-down-conditional)
13987         (c-down-conditional-with-else, c-backward-conditional)
13988         (c-forward-conditional): Refactor to use c-scan-conditionals.
13990 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
13992         * help-fns.el (help-downcase-arguments): New option, defaulting to nil.
13993         (help-default-arg-highlight): Remove.
13994         (help-highlight-arg): New function.
13995         (help-do-arg-highlight): Use it.
13996         Suggested by Drew Adams <drew.adams@oracle.com>.  (Bug#4510, bug#4520)
13998 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14000         * term.el (term-set-scroll-region, term-handle-ansi-escape):
14001         Undo last change, which didn't fix the problem and introduced others.
14003 2009-09-24  Nick Roberts  <nickrob@snap.net.nz>
14005         * progmodes/gdb-mi.el: Don't require speedbar.
14006         (gdb-jsonify-buffer): Handle case where "=" is part of value string.
14008 2009-09-24  Glenn Morris  <rgm@gnu.org>
14010         * calendar/diary-lib.el (diary-fancy-display): Always run the hook.
14012         * term/ns-win.el (ns-reg-to-script): Define for compiler.
14014         * mail/rmailmm.el (rmail-mime-multipart-handler): Accept the case where
14015         there is no newline after the final mime boundary.  (Bug#4539)
14016         Move markers on insertion so that any buttons inserted don't end up in
14017         the next part of a multipart message.
14018         (rmail-mime-media-type-handlers-alist): Doc fix.  Add image handler.
14019         (rmail-mime-bulk-handler): Optionally handle images.
14020         (rmail-mime-image): New button action.
14021         (rmail-mime-image-handler): New function.
14022         (rmail-mime-mode): New mode.
14023         (rmail-mime): Doc fix.  Use rmail-mime-mode (for font-lock).
14025 2009-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
14027         * minibuffer.el (minibuffer-force-complete): Cycle the list, rather
14028         than just dropping elements from it (bug#4504).
14030         * term.el (term-set-scroll-region): Don't move cursor any more.
14031         (term-handle-ansi-escape): Call term-goto here instead.
14032         Suggested by Ivan Kanis <apple@kanis.eu>.
14034         * term.el: Require CL.
14035         (term-ansi-reset): New function.
14036         (term-mode, term-emulate-terminal, term-handle-colors-array): Use it.
14037         (term-handle-colors-array): Simplify.
14039 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
14041         * allout.el (allout-overlay-interior-modification-handler)
14042         (allout-obtain-passphrase):
14043         * epa-file.el (epa-file-write-region):
14044         * ps-print.el (ps-begin-job):
14045         * vc-hooks.el (vc-toggle-read-only):
14046         * vc-rcs.el (vc-rcs-rollback):
14047         * vc-sccs.el (vc-sccs-rollback):
14048         * vc.el (vc-deduce-fileset, vc-next-action, vc-register-with)
14049         (vc-version-diff, vc-revert, vc-rollback):
14050         * wdired.el (wdired-check-kill-buffer):
14051         * emacs-lisp/authors.el (authors):
14052         * net/socks.el (socks-open-connection):
14053         * net/zeroconf.el (zeroconf-service-add-hook):
14054         * obsolete/vc-mcvs.el (vc-mcvs-register):
14055         * progmodes/gdb-mi.el (def-gdb-thread-buffer-gud-command)
14056         (gdb-select-frame):
14057         * progmodes/grep.el (lgrep, rgrep):
14058         * progmodes/idlw-help.el (idlwave-help-check-locations)
14059         (idlwave-help-html-link, idlwave-help-assistant-open-link):
14060         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14061         * textmodes/reftex-toc.el (reftex-toc-promote-prepare)
14062         (reftex-toc-rename-label): Fix typos in error messages.
14064         * dired-aux.el (dired-do-shell-command): Reflow docstring.
14065         (dired-copy-how-to-fn): Doc fix.
14066         (dired-files-attributes, dired-read-shell-command):
14067         Fix typos in docstrings.
14069         * dired-x.el (dired-enable-local-variables, dired-filename-at-point)
14070         (dired-x-find-file-other-window): Reflow docstrings.
14071         (dired-omit-marker-char, dired-read-shell-command)
14072         (dired-x-submit-report): Fix typos in docstrings.
14074         * shell.el (shell-mode-hook):
14075         * view.el (View-scroll-line-forward):
14076         * progmodes/inf-lisp.el (inferior-lisp-mode-hook):
14077         Fix typos in docstrings.
14079         * net/dig.el (dig-invoke): Fix typo in docstring.
14080         (query-dig): Reflow docstring.
14082         * progmodes/idlwave.el (idlwave-create-user-catalog-file)
14083         (idlwave-quoted, idlwave-rinfo-max-source-lines): Doc fixes.
14084         (idlwave-abbrev-move, idlwave-auto-routine-info-updates)
14085         (idlwave-begin-block-reg, idlwave-begin-unit-reg)
14086         (idlwave-beginning-of-subprogram, idlwave-block-jump-out)
14087         (idlwave-block-match-regexp, idlwave-calculate-paren-indent)
14088         (idlwave-check-abbrev, idlwave-class-file-or-buffer)
14089         (idlwave-class-found-in, idlwave-complete, idlwave-complete-in-buffer)
14090         (idlwave-completion-map, idlwave-current-indent)
14091         (idlwave-custom-ampersand-surround, idlwave-customize)
14092         (idlwave-default-font-lock-items, idlwave-default-insert-timestamp)
14093         (idlwave-define-abbrev, idlwave-determine-class-special)
14094         (idlwave-do-action, idlwave-doc-header, idlwave-doc-modification)
14095         (idlwave-end-block-reg, idlwave-end-of-statement)
14096         (idlwave-end-of-statement0, idlwave-end-of-subprogram)
14097         (idlwave-end-unit-reg, idlwave-entry-find-keyword)
14098         (idlwave-explicit-class-listed, idlwave-file-header)
14099         (idlwave-fill-paragraph, idlwave-find-class-definition)
14100         (idlwave-fix-keywords, idlwave-hang-indent-regexp, idlwave-hard-tab)
14101         (idlwave-idlwave_routine_info-compiled, idlwave-in-comment)
14102         (idlwave-in-quote, idlwave-indent-action-table)
14103         (idlwave-indent-expand-table, idlwave-indent-line)
14104         (idlwave-indent-subprogram, idlwave-indent-to-open-paren)
14105         (idlwave-is-comment-line, idlwave-is-comment-or-empty-line)
14106         (idlwave-is-continuation-line, idlwave-is-pointer-dereference)
14107         (idlwave-kill-autoloaded-buffers, idlwave-lib-p, idlwave-look-at)
14108         (idlwave-make-tags, idlwave-mode, idlwave-mode-abbrev-table)
14109         (idlwave-mouse-active-rinfo, idlwave-newline, idlwave-no-change-comment)
14110         (idlwave-outlawed-buffers, idlwave-popup-select)
14111         (idlwave-previous-statement, idlwave-rescan-catalog-directories)
14112         (idlwave-routine-entry-compare, idlwave-routine-info.pro)
14113         (idlwave-scan-all-buffers-for-routine-info, idlwave-scan-class-info)
14114         (idlwave-shell-automatic-start, idlwave-shell-explicit-file-name)
14115         (idlwave-show-begin, idlwave-split-line, idlwave-split-link-target)
14116         (idlwave-statement-type, idlwave-struct-skip)
14117         (idlwave-substitute-link-target, idlwave-toggle-comment-region)
14118         (idlwave-update-current-buffer-info, idlwave-use-library-catalogs)
14119         (idlwave-what-module-find-class): Fix typos in docstrings.
14120         (idlwave-all-method-classes, idlwave-calc-hanging-indent)
14121         (idlwave-calculate-cont-indent, idlwave-expand-equal)
14122         (idlwave-find-module, idlwave-find-structure-definition)
14123         (idlwave-init-rinfo-when-idle-after, idlwave-insert-source-location)
14124         (idlwave-list-load-path-shadows, idlwave-next-statement)
14125         (idlwave-routine-entry-compare-twins, idlwave-routine-info)
14126         (idlwave-routines, idlwave-sintern-rinfo-list, idlwave-statement-match)
14127         (idlwave-template): Reflow docstrings.
14129         * progmodes/idlw-shell.el (idlwave-shell-syntax-error): Doc fix.
14130         (idlwave-shell-batch-command, idlwave-shell-bp-alist)
14131         (idlwave-shell-bp-get, idlwave-shell-bp-overlays)
14132         (idlwave-shell-bp-query, idlwave-shell-break-here, idlwave-shell-buffer)
14133         (idlwave-shell-display-line, idlwave-shell-display-wframe)
14134         (idlwave-shell-electric-debug-mode, idlwave-shell-examine-select)
14135         (idlwave-shell-file-name-chars, idlwave-shell-filter-bp)
14136         (idlwave-shell-goto-frame, idlwave-shell-halt-messages-re)
14137         (idlwave-shell-highlighting-and-faces, idlwave-shell-idl-wframe)
14138         (idlwave-shell-mode-hook, idlwave-shell-mode-line-info)
14139         (idlwave-shell-mode-map, idlwave-shell-module-source-filter)
14140         (idlwave-shell-mouse-help, idlwave-shell-mouse-print)
14141         (idlwave-shell-pc-frame, idlwave-shell-pending-commands)
14142         (idlwave-shell-print, idlwave-shell-quit, idlwave-shell-redisplay)
14143         (idlwave-shell-scan-for-state, idlwave-shell-send-command)
14144         (idlwave-shell-sentinel-hook, idlwave-shell-separate-examine-output)
14145         (idlwave-shell-shell-command, idlwave-shell-sources-alist)
14146         (idlwave-shell-sources-bp, idlwave-shell-sources-filter)
14147         (idlwave-shell-step, idlwave-shell-use-breakpoint-glyph)
14148         (idlwave-toolbar-add-everywhere, idlwave-toolbar-toggle):
14149         Fix typos in docstrings.
14150         (idlwave-shell-bp, idlwave-shell-clear-current-bp)
14151         (idlwave-shell-hide-output, idlwave-shell-mode)
14152         (idlwave-shell-run-region, idlwave-shell-set-bp-in-module):
14153         Reflow docstrings.
14155         * textmodes/bibtex.el (bibtex-sort-entry-class): Fix group name.
14157 2009-09-24  Ivan Kanis  <apple@kanis.eu>
14159         * term.el (term-bold-attribute): New var.
14160         (term-handle-colors-array): Use it.
14162 2009-09-23  Nick Roberts  <nickrob@snap.net.nz>
14164         * progmodes/gdb-mi.el (gdb-version): New variable.
14165         (gdb-non-stop-handler): Set gdb-version.
14166         (gdb-gud-context-command, gdb-current-context-command, gdb-stopped):
14167         Condition "--thread" option on gdb-version.
14168         (gdb-invalidate-threads): Remove unused argument.
14170 2009-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14172         * textmodes/flyspell.el (sgml-mode-flyspell-verify): Pass limit args
14173         to looking-back to avoid ridiculous slow down in large files (bug#4511).
14175 2009-09-23  Glenn Morris  <rgm@gnu.org>
14177         * mail/rmail.el (rmail-reply): Don't try to add a References header when
14178         replying to mail without References or Message-Id.  (Bug#4525)
14180 2009-09-23  Adrian Robert  <Adrian.B.Robert@gmail.com>
14182         * term/ns-win.el (ns-reg-to-script): New variable.
14184 2009-09-23  Daiki Ueno  <ueno@unixuser.org>
14186         * epg.el (epg-wait-for-status): Preserve existing 'error results.
14188 2009-09-22  Sam Steingold  <sds@gnu.org>
14190         * vc-hg.el (vc-hg-print-log): Fix shortlog arg passing.
14191         (vc-hg-outgoing, vc-hg-incoming): Bump okstatus in `vc-hg-command'
14192         to 1 because hg returns status 1 when nothing is found.
14193         Bind `vc-short-log' for the sake of `vc-hg-log-view-mode'.
14195 2009-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14197         * textmodes/fill.el: Convert to utf-8 encoding.
14198         (fill-french-nobreak-p): Remove redundant » and « inherited from our
14199         pre-Unicode days.
14201         * add-log.el (change-log-fill-forward-paragraph): New function.
14202         (change-log-mode): Use it so fill-region DTRT.
14203         Set fill-indent-according-to-mode here rather than in
14204         change-log-fill-paragraph.
14205         (change-log-fill-paragraph): Remove.
14207 2009-09-22  Juanma Barranquero  <lekktu@gmail.com>
14209         * info.el (Info-try-follow-nearest-node): Use the URL extracted by
14210         `Info-get-token', instead of `browse-url-url-at-point'.  (Bug#4508)
14212 2009-09-22  Glenn Morris  <rgm@gnu.org>
14214         * calendar/calendar.el (calendar-mode-map): Make mouse-1 and 3 clicks on
14215         the scroll-bar scroll the calendar window rather than the buffer.
14217         * calendar/cal-menu.el (cal-menu-scroll-menu): Add a sub-section with
14218         commands that move point (as opposed to scrolling).
14220         * emulation/tpu-edt.el (tpu-copy-keyfile): Fix condition-case handler.
14222         * emacs-lisp/elint.el (elint): New custom group.
14223         (elint-log-buffer): Make it a defcustom.
14224         (elint-scan-preloaded, elint-ignored-warnings)
14225         (elint-directory-skip-re): New options.
14226         (elint-builtin-variables): Doc fix.
14227         (elint-preloaded-env): New variable.
14228         (elint-unknown-builtin-args): Add an entry for encode-time.
14229         (elint-extra-errors): Make it a variable rather than a constant.
14230         (elint-preloaded-skip-re): New constant.
14231         (elint-directory): Skip files matching elint-directory-skip-re.
14232         (elint-features): New variable, local to linted buffers.
14233         (elint-update-env): Initialize elint-features.  Possibly add
14234         elint-preloaded-env to the buffer's environment.
14235         (elint-get-top-forms): Bind elint-current-pos, for log messages.
14236         Skip quoted forms.
14237         (elint-init-form): New function, extracted from elint-init-env.
14238         Make non-list forms a warning rather than an error.
14239         Add the mode-map for define-derived-mode.  Handle define-minor-mode,
14240         easy-menu-define, put that adds an error-condition, and provide.
14241         When requiring cl, also require cl-macs.  Really require cl, to handle
14242         some cl macros.  Store required libraries in the list elint-features,
14243         so as not to re-load them.  Treat cc-require like require.
14244         (elint-init-env): Call elint-init-form to do the work.
14245         Handle eval-and-compile and such like.
14246         (elint-add-required-env): Do not clear messages.
14247         (elint-special-forms): Add handlers for function, defalias, if, when,
14248         unless, and, or.
14249         (elint-form): Add optional argument to ignore elint-special-forms,
14250         useful to prevent recursive calls from handlers.  Doc fix.
14251         Respect elint-ignored-warnings.
14252         (elint-form): Respect elint-ignored-warnings.
14253         (elint-bound-variable, elint-bound-function): New variables.
14254         (elint-unbound-variable): Respect elint-bound-variable.
14255         (elint-get-args): Respect elint-bound-function.
14256         (elint-check-cond-form): Add some simple handling for (f)boundp and
14257         featurep tests.
14258         (elint-check-defalias-form): New handler.
14259         (elint-check-let-form): Make an empty let a warning rather than an
14260         error.
14261         (elint-check-setq-form): Make an empty setq a warning rather than an
14262         error.  Respect elint-ignored-warnings.
14263         (elint-check-defvar-form): Accept null doc-strings.
14264         (elint-check-conditional-form): New handler.  Does some simple-minded
14265         checking of featurep and (f)boundp tests.
14266         (elint-put-function-args): New function.
14267         (elint-initialize): Use elint-scan-doc-file rather than
14268         elint-find-builtin-variables.  Use elint-put-function-args.
14269         Possibly scan preloaded-file-list.
14270         (elint-scan-doc-file): Rename from elint-find-builtin-variables and
14271         extend to handle functions as well.
14273 2009-09-22  Lennart Borgman  <lennart.borgman@gmail.com>
14275         * linum.el (linum-delete-overlays, linum-update-window):
14276         Do not modify the right margin.  (Bug#3971)
14278 2009-09-21  Chong Yidong  <cyd@stupidchicken.com>
14280         * files.el (conf-mode-maybe, magic-fallback-mode-alist): Use
14281         nxml-mode instead of xml-mode.
14283 2009-09-21  Kevin Ryde  <user42@zip.com.au>
14285         * net/dig.el: Add "Keywords: comm", as per net-utils.el.  (Bug#4501)
14287 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14289         * net/dig.el (dig-mode): Use define-derived-mode.
14291 2009-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
14293         * vc-dispatcher.el (vc-do-command): Return the process object in
14294         the asynchronous case.  Use when instead of if.  Do not run
14295         vc-exec-after to display a message if not enabled.  (Bug#4463)
14297         * vc-git.el (vc-git-dir-extra-headers): Add keymap and mouse-face
14298         properties to the stash strings.
14299         (vc-git-stash-list): Return a list of strings.
14300         (vc-git-stash-get-at-point, vc-git-stash-delete-at-point)
14301         (vc-git-stash-show-at-point): New functions.
14302         (vc-git-stash-map): New keymap.
14304         * register.el (ctl-x-r-map): Define the keys here instead of
14305         using autoload.
14307 2009-09-20  Thierry Volpiatto  <thierry.volpiatto@gmail.com>  (tiny change)
14309         * bookmark.el (bookmark-write-file): Avoid calling `pp' with large
14310         list, to workaround performance problem (bug#4485).
14312 2009-09-20  Nick Roberts  <nickrob@snap.net.nz>
14314         * progmodes/gud.el (gud-sentinel): Revert indavertant change.
14316 2009-09-20  Daiki Ueno  <ueno@unixuser.org>
14318         * epa-file.el (epa-file-cache-passphrase-for-symmetric-encryption):
14319         Document that this option is not recommended to use.
14321 2009-09-19  Glenn Morris  <rgm@gnu.org>
14323         * calc/calc-graph.el (calc-graph-lookup): Avoid assignment to free
14324         variable `var'.
14326         * calc/calc-alg.el (var):
14327         * calc/calcalg2.el (var): Define for compiler.
14329 2009-09-19  Chong Yidong  <cyd@stupidchicken.com>
14331         * emacs-lisp/advice.el (ad-get-argument, ad-set-argument):
14332         Doc fix (Bug#3932).
14334         * subr.el (baud-rate): Remove long-obsolete function (Bug#4372).
14336         * time-stamp.el (time-stamp-month-dd-yyyy)
14337         (time-stamp-dd/mm/yyyy, time-stamp-mon-dd-yyyy)
14338         (time-stamp-dd-mon-yy, time-stamp-yy/mm/dd)
14339         (time-stamp-yyyy/mm/dd, time-stamp-yyyy-mm-dd)
14340         (time-stamp-yymmdd, time-stamp-hh:mm:ss, time-stamp-hhmm):
14341         Remove functions that have been obsolete since 1995 (Bug#4436).
14343         * progmodes/sh-script.el (sh-learn-buffer-indent): Pop to the
14344         indent buffer only if called interactively (Bug#4452).
14346 2009-09-19  Juanma Barranquero  <lekktu@gmail.com>
14347             Eli Zaretskii  <eliz@gnu.org>
14349         This fixes bug#4197 (merged to bug#865, though not identical).
14350         * server.el (server-auth-dir): Add docstring note about FAT32.
14351         (server-ensure-safe-dir): Accept FAT32 directories as "safe",
14352         but warn against using them.
14354 2009-09-19  Nick Roberts  <nickrob@snap.net.nz>
14356         * progmodes/gdb-mi.el (gdb-var-update-handler-1): Include case of
14357         older GDB where there is no has_more field.
14359 2009-09-19  Glenn Morris  <rgm@gnu.org>
14361         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
14363 2009-09-18  Chong Yidong  <cyd@stupidchicken.com>
14365         * files.el (auto-mode-alist): Change default for XML files to nXML
14366         mode (Bug#4169).
14368 2009-09-18  Juanma Barranquero  <lekktu@gmail.com>
14370         * server.el (server-ensure-safe-dir): Pass 'integer
14371         to `file-attributes', as suggested.
14373 2009-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
14375         * dired-aux.el (dired-query-alist): Remove spurious backslash.
14376         (dired-query): Use read-key.
14378 2009-09-18  Adrian Robert  <Adrian.B.Robert@gmail.com>
14380         * cus-start.el (ns-use-qd-smoothing): Remove.
14382 2009-09-18  Glenn Morris  <rgm@gnu.org>
14384         * allout.el (top-level): Remove unnecessary progn.
14386         * progmodes/js.el (js-end-of-defun): Remove malformed and unneeded let.
14388         * emacs-lisp/derived.el (define-derived-mode): Fix paren typo in
14389         definition of abbrev table.
14391         * speedbar.el (speedbar-track-mouse):
14392         * net/eudc-bob.el (eudc-bob-pipe-object-to-external-program):
14393         * net/eudc.el (eudc-expand-inline):
14394         * net/newst-backend.el (newsticker--cache-read-feed):
14395         * nxml/nxml-outln.el (nxml-end-of-heading): Fix typos in
14396         condition-case handlers.
14398 2009-09-18  Nick Roberts  <nickrob@snap.net.nz>
14400         * progmodes/gdb-mi.el (gdb-frame-address): New variable.
14401         (gdb-var-list): Add an element for has_more field.
14402         (gdb-non-stop-handler): Enable pretty printing for STL containers.
14403         (gdb-var-create-handler, gdb-var-list-children-handler-1)
14404         (gdb-var-update-handler-1): Parse output of dynamic variable
14405         objects (STL containers).
14406         (gdb-var-delete-1): Pass var1 as an explicit second argument.
14407         (gdb-get-field): Delete alias.  Use bindat-get-field directly.
14409         * progmodes/gud.el (gud-speedbar-item-info): Adjust for change to
14410         gdb-var-list.
14411         (gud-speedbar-buttons): Make node expandable if expression "has more"
14412         children.
14414 2009-09-17  Juanma Barranquero  <lekktu@gmail.com>
14416         * startup.el (emacs-quick-startup): Remove variable and all uses.
14417         (command-line): Set `inhibit-x-resources' instead.
14418         (command-line-1): Use `inhibit-x-resources' instead.
14420 2009-09-17  Chong Yidong  <cyd@stupidchicken.com>
14422         * subr.el: Fix last change to avoid using the `unless' macro,
14423         which breaks bootstrapping.
14425 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14427         * subr.el (push, pop, dolist, dotimes, declare): Don't overwrite CL's
14428         extended definitions, in case we reload subr.el after having
14429         loaded CL.
14430         (eval-next-after-load): Mark as obsolete.
14432 2009-09-17  Juri Linkov  <juri@jurta.org>
14434         * menu-bar.el (menu-bar-search-menu, menu-bar-edit-menu)
14435         (menu-bar-options-menu, menu-bar-showhide-fringe-menu)
14436         (menu-bar-showhide-menu, menu-bar-tools-menu)
14437         (menu-bar-describe-menu, menu-bar-help-menu)
14438         (minibuffer-local-completion-map, minibuffer-local-map):
14439         Fix list quoting.
14441 2009-09-17  Glenn Morris  <rgm@gnu.org>
14443         * emacs-lisp/bytecomp.el (byte-compile-form): Always check the function
14444         arguments, whether or not it has a handler.
14446         * ansi-color.el (ansi-color-get-face-1): Fix typo in handler.
14448         * simple.el (hard-newline): Give it a doc-string.
14450         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14451         (lisp-mode-syntax-table): Give them doc-strings.
14453 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
14455         * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
14456         (menu-bar-i-search-menu, menu-bar-edit-menu, menu-bar-custom-menu)
14457         (menu-bar-options-menu, menu-bar-showhide-menu)
14458         (menu-bar-showhide-fringe-ind-menu, menu-bar-showhide-fringe-menu)
14459         (menu-bar-showhide-scroll-bar-menu, menu-bar-showhide-menu)
14460         (menu-bar-options-menu, menu-bar-line-wrapping-menu)
14461         (menu-bar-options-menu, menu-bar-tools-menu)
14462         (menu-bar-describe-menu, menu-bar-search-documentation-menu)
14463         (menu-bar-help-menu):
14464         (menu-bar-make-mm-toggle, menu-bar-make-toggle): Purecopy the
14465         string arguments.
14467         * ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu)
14468         (menu-bar-epatch-menu, menu-bar-ediff-misc-menu): Add purecopy
14469         calls for the menu names and :help.
14471 2009-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14473         * mouse.el (minor-mode-menu-from-indicator): Pay attention
14474         to :minor-mode-function (bug#4455).
14476 2009-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14478         * startup.el (command-line): Initialize the window-system after
14479         processing the command-line.
14481         * textmodes/page.el (what-page): Make sure we don't inf-loop if
14482         page-delimiter matches the empty string.
14484 2009-09-16  Glenn Morris  <rgm@gnu.org>
14486         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-vars): Rename from
14487         byte-compile-not-obsolete-var.  It's a list now.
14488         (byte-compile-not-obsolete-funcs): New variable.
14489         (byte-compile-warn-obsolete): Don't warn about functions if they are in
14490         byte-compile-not-obsolete-funcs.
14491         (byte-compile-variable-ref, byte-compile-defvar): Update for
14492         byte-compile-not-obsolete-vars name-change and list nature.
14493         (byte-compile-maybe-guarded): Suppress warnings about obsolete functions
14494         and variables behind (f)boundp tests.
14495         * net/tramp-compat.el (byte-compile-not-obsolete-vars): Set if bound.
14497 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14499         * vc-git.el (vc-git-log-view-mode): Undo inadvertent change.
14501 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14503         * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
14504         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded):
14505         Don't autoload.
14507 2009-09-15  Stephen Eglen  <stephen@gnu.org>
14509         * iswitchb.el (iswitchb-read-buffer): When selecting a match from
14510         the virtual-buffers, use the name of the buffer specified by
14511         find-file-noselect, as the match may be a symlink.  (This was a
14512         problem if the target and the symlink had different names.)
14514 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14516         * custom.el (custom-initialize-default, custom-initialize-set): CSE.
14518         * desktop.el (desktop-path): Check user-emacs-directory.
14520         * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): New function.
14522         * loadup.el: Use after-load-functions to GC after loading each file.
14523         Remove the explicit GC calls that used to be sprinkled around.
14525         * subr.el (after-load-functions): New hook.
14526         (do-after-load-evaluation): Run it.  Use string-match-p to detect
14527         `obsolete' packages, rather than painfully extracting the relevant
14528         directory name.
14530 2009-09-15  Glenn Morris  <rgm@gnu.org>
14532         * apropos.el (apropos-documentation-check-doc-file): Avoid assignment to
14533         free variable `doc'.
14535         * dired.el (dired-mode-map): Add menu entry for async shell command.
14537         * help-fns.el (find-lisp-object-file-name): When looking for autoloaded
14538         variables, also consider the .elc files, since the .el files are
14539         normally gzipped (subsequent code locates the .el.gz from the .elc).
14541         * calc/calc-prog.el (arglist): Define for compiler.
14543         * calendar/diary-lib.el (diary-display-function): Change the default to
14544         fancy display.
14545         (body): Define for compiler.
14547         * emacs-lisp/bytecomp.el (byte-compile-keep-pending)
14548         (byte-compile-file-form, byte-compile-lambda)
14549         (byte-compile-top-level-body, byte-compile-form)
14550         (byte-compile-variable-ref, byte-compile-setq)
14551         (byte-compile-setq-default, byte-compile-body)
14552         (byte-compile-body-do-effect, byte-compile-and, byte-compile-or)
14553         (batch-byte-compile): Give some more local variables with common names
14554         a "bytecomp-" prefix to avoid masking warnings about free variables.
14556         * startup.el (command-line-1): Give local variables with common names a
14557         distinguishing prefix, so as not to hide free variable warnings during
14558         bootstrap.
14560         * mail/rmailmm.el (rmail-mime-save): If file exists, don't try to be
14561         clever and add a suffix to make a unique name, just let the user decide
14562         whether or not to overwrite it.  If the input is a directory, write the
14563         default filename to that directory.  (Bug#4388)
14564         (rmail-mime-bulk-handler): Ensure the save button's 'directory property
14565         is a filename-as-a-directory.
14567 2009-09-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14569         * textmodes/page.el (what-page): Don't move to beginning of line.
14570         See <87tyz5ajte.fsf@x2.delysid.org> in emacs-devel.
14572 2009-09-15  Dan Nicolaescu  <dann@ics.uci.edu>
14574         * vc-git.el (vc-git-dir-extra-headers): Show the remote location.
14576 2009-09-14  Dan Nicolaescu  <dann@ics.uci.edu>
14578         * bindings.el (mode-line-mode-menu): Add purecopy calls for :help.
14579         * help.el (help-for-help-internal): Add purecopy calls for text.
14581         * vc.el (top): print-log method now takes an optional SHORTLOG
14582         argument.  Add a new method: root.
14583         (vc-root-diff, vc-print-root-log): New functions.
14584         (vc-log-short-style): New variable.
14585         (vc-print-log-internal): Add support for showing short logs.
14587         * vc-hooks.el (vc-prefix-map, vc-menu-map): Add bindings for
14588         vc-print-root-log and vc-print-root-diff.
14590         * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-print-log):
14591         * vc-git.el (vc-git-print-log, vc-git-log-view-mode):
14592         * vc-hg.el (vc-hg-print-log, vc-hg-log-view-mode): Add support for
14593         short logs.
14595         * vc-cvs.el (vc-cvs-print-log):
14596         * vc-mtn.el (vc-mtn-print-log):
14597         * vc-rcs.el (vc-rcs-print-log):
14598         * vc-sccs.el (vc-sccs-print-log):
14599         * vc-svn.el (vc-svn-print-log): Add an optional argument shortlog
14600         that is ignored for now.
14602         * vc-mtn.el (vc-mtn-annotate-command):
14603         * vc-svn.el (vc-svn-annotate-command): Run asynchronously.
14605 2009-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14607         * simple.el: Add mapping for backspace/delete/clear/tab/escape/return
14608         to function-key-map, and give them ascii-character property.
14609         * term/x-win.el (x-alternatives-map):
14610         * term/ns-win.el (ns-alternatives-map):
14611         * term/internal.el (msdos-key-remapping-map):
14612         * w32-fns.el (x-alternatives-map): Remove redundant mappings.
14614 2009-09-14  Glenn Morris  <rgm@gnu.org>
14616         * emacs-lisp/elint.el (elint-add-required-env): Revert to not using
14617         temp-buffers (2009-09-12).
14619 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14621         * textmodes/ispell.el (ispell-command-loop): Improve last fix, using
14622         the new read-key function.
14624 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14626         * term/x-win.el (x-menu-bar-open): Only call accelerate-menu if it
14627         is defined (Bug#4405).
14629 2009-09-13  Vincent Belaïche  <vincent.belaiche@gmail.com>
14631         * recentf.el (recentf-cleanup): Use a hash table to find
14632         duplicates (Bug#4407).
14634 2009-09-13  Per Starbäck  <per@starback.se>  (tiny change)
14636         * textmodes/ispell.el (ispell-command-loop): Convert keys such as
14637         kp-0 to ascii equivalents (Bug#4325).
14639 2009-09-13  Chong Yidong  <cyd@stupidchicken.com>
14641         * progmodes/cperl-mode.el (cperl-init-faces): Revert last change.
14643         * eshell/em-hist.el:
14644         * eshell/em-dirs.el (eshell-complete-user-reference):
14645         Declare pcomplete functions and variables to avoid compiler warnings.
14647 2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
14649         * eshell/em-script.el (eshell-login-script, eshell-rc-script):
14650         * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
14651         * eshell/em-alias.el (eshell-aliases-file):
14652         * eshell/em-hist.el (eshell-history-file-name):
14653         Use expand-file-name instead of concat to make file names (Bug#4308).
14655 2009-09-13  Glenn Morris  <rgm@gnu.org>
14657         * ediff-merg.el (ediff-do-merge):
14658         * filesets.el (filesets-run-cmd):
14659         * emulation/ws-mode.el (ws-show-markers, ws-move-block, ws-delete-block)
14660         (ws-find-marker-0, ws-find-marker-1, ws-find-marker-2, ws-find-marker-3)
14661         (ws-find-marker-4, ws-find-marker-5, ws-find-marker-6, ws-find-marker-7)
14662         (ws-find-marker-8, ws-find-marker-9, ws-goto-block-begin)
14663         (ws-goto-block-end, ws-goto-last-cursorposition, ws-copy-block):
14664         Replace empty `let's with `progn'.
14666 2009-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14668         * mail/sendmail.el (send-mail-function):
14669         * tooltip.el (tooltip-mode):
14670         * simple.el (transient-mark-mode):
14671         * rfn-eshadow.el (file-name-shadow-mode):
14672         * frame.el (blink-cursor-mode):
14673         * font-core.el (global-font-lock-mode):
14674         * files.el (temporary-file-directory)
14675         (small-temporary-file-directory, auto-save-file-name-transforms):
14676         * epa-hook.el (auto-encryption-mode):
14677         * composite.el (global-auto-composition-mode):
14678         Use custom-initialize-delay.
14679         * startup.el (command-line): Don't explicitly call
14680         custom-reevaluate-setting for all the above vars.
14681         * custom.el (custom-initialize-safe-set)
14682         (custom-initialize-safe-default): Delete.
14684 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14686         * term/x-win.el (x-initialize-window-system):
14687         * term/w32-win.el (w32-initialize-window-system):
14688         * term/ns-win.el (ns-initialize-window-system): Don't call
14689         mouse-wheel-mode since it's enabled globally by default already.
14691         * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
14692         actually define the variable, but only silences the byte-compiler.
14693         (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
14694         before looking it up.
14695         (mouse-wheel-scroll-amount): Also reset the bindings if this value
14696         is changed.
14698 2009-09-12  Glenn Morris  <rgm@gnu.org>
14700         * emacs-lisp/elint.el (elint-file): Make max-lisp-eval-depth at least
14701         1000.
14702         (elint-add-required-env): Don't beep on error.
14703         (elint-forms): In case of error, return ENV unchanged.
14704         (elint-init-env): Skip non-list forms.
14705         (elint-log): Handle unknown file positions.
14707 2009-09-12  Daiki Ueno  <ueno@unixuser.org>
14709         * epg.el (epg-make-context): Add autoload cookie.
14710         (epg-list-keys, epg-cancel, epg-start-decrypt, epg-decrypt-file)
14711         (epg-decrypt-string, epg-start-verify, epg-verify-file)
14712         (epg-verify-string, epg-start-sign, epg-sign-file)
14713         (epg-sign-string, epg-start-encrypt, epg-encrypt-file)
14714         (epg-encrypt-string, epg-start-export-keys)
14715         (epg-export-keys-to-file, epg-export-keys-to-string)
14716         (epg-start-import-keys, epg-import-keys-from-file)
14717         (epg-import-keys-from-string, epg-start-receive-keys)
14718         (epg-receive-keys, epg-import-keys-from-server)
14719         (epg-start-delete-keys, epg-delete-keys, epg-start-sign-keys)
14720         (epg-sign-keys, epg-start-generate-key)
14721         (epg-generate-key-from-file, epg-generate-key-from-string):
14722         Remove autoload cookie.
14724 2009-09-12  Eli Zaretskii  <eliz@gnu.org>
14726         * dos-fns.el (dos-reevaluate-defcustoms): Comment out the
14727         reevaluation of trash-directory.
14729         * mwheel.el: Fix last change.
14730         (mouse-wheel-mode): New defvar.
14731         (mouse-wheel-mode): Remove autoload cookie.
14733 2009-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14735         * mwheel.el (mwheel-installed-bindings): New var.
14736         (mouse-wheel-mode): Use it, so as to make sure we really remove all
14737         the bindings we set last time.  Use custom-initialize-delay.
14738         * loadup.el: Load mwheel after term/*-win.el.
14739         * startup.el (command-line): Don't reevaluate mouse-wheel-down-event
14740         and mouse-wheel-up-event now that their first evaluation is done
14741         sufficiently late to be correct.
14743         * startup.el (tutorial-directory): Make it a defcustom.
14744         Use custom-initialize-delay rather than eval-at-startup to set it.
14745         * image.el (image-load-path): Make it a defcustom.
14746         Use custom-initialize-delay rather than eval-at-startup to set it.
14747         * subr.el (eval-at-startup): Remove.
14748         * font-lock.el (lisp-font-lock-keywords-2): Remove eval-at-startup.
14750         * subr.el (do-after-load-evaluation): Warn the user after loading an
14751         obsolete package.
14753 2009-09-12  Glenn Morris  <rgm@gnu.org>
14755         * proced.el (proced-mark-alt): Remove alias.
14756         (proced-mode-map): Remove proced-mark-alt.
14758         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries to
14759         Elint file and directory.  Remove initialization entry.
14761         * emacs-lisp/elint.el (elint-file, elint-directory): New autoloaded
14762         commands.
14763         (elint-current-buffer): Set mode-line-process.
14764         (elint-init-env): Handle define-derived-mode.
14765         Fix declare-function with unspecified arglist.  Guard against odd
14766         defalias statements (eg iso-insert's 8859-1-map).
14767         (elint-add-required-env): Use a temp buffer.
14768         (elint-form): Just print the function/macro name, not the whole form.
14769         Return env unchanged if we fail to parse a macro.
14770         (elint-forms): Guard against parse errors.
14771         (elint-output): New function, to handle batch mode.
14772         (elint-log-message): Add optional argument.  Use elint-output.
14773         (elint-set-mode-line): New function.
14775 2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
14777         * emacs-lisp/elp.el (elp-not-profilable): Add more
14778         functions (Bug#4233).
14780 2009-09-12  Chong Yidong  <cyd@stupidchicken.com>
14782         * emulation/pc-select.el (scroll-down-mark, scroll-down-nomark)
14783         (scroll-up-mark, scroll-up-nomark): Doc fix (Bug#4190).
14785 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14787         * progmodes/gdb-mi.el (gdb-var-list-children-regexp): Delete.
14788         (gdb-var-list-children): Use json parsing.
14790 2009-09-11  Daniel Colascione  <dan.colascione@gmail.com>
14792         * progmodes/js.el (js--proper-indentation): Handle the case where
14793         char-before is null.  Reported by Deniz Dogan.
14795 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14797         * emacs-lisp/cl-macs.el (help-add-fundoc-usage): Declare.
14799 2009-09-11  Daiki Ueno  <ueno@unixuser.org>
14801         * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
14802         (epg-digest-algorithm-alist): Add SHA224.
14803         (epg-context-set-passphrase-callback)
14804         (epg-context-set-progress-callback): Add description about
14805         callback function.
14807 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14809         * custom.el (custom-delayed-init-variables): New var.
14810         (custom-initialize-delay): New function.
14811         * startup.el (command-line): "Re"evaluate all vars in
14812         custom-delayed-init-variables.  Don't reevaluate abbrev-file-name
14813         explicitly any more.
14814         * abbrev.el (abbrev-file-name): Use custom-initialize-delay
14815         to avoid creating a ~/.emacs.d at build-time (bug#4347).
14817         * proced.el (proced-mode-map): Prefer "m" for proced-mark (bug#4362).
14819 2009-09-11  Nick Roberts  <nickrob@snap.net.nz>
14821         * progmodes/gdb-mi.el (gdb-var-update-regexp): Delete.
14822         (gdb-var-update-handler): Use json parsing.
14824 2009-09-11  Juanma Barranquero  <lekktu@gmail.com>
14826         * vc-annotate.el (vc-annotate): Use the main file's coding-system to
14827         decode annotated text, regardless of language environment.  (Bug#2741)
14829 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14831         * Makefile.in (autoloads): Make rmail.el writable as well.
14833 2009-09-11  Glenn Morris  <rgm@gnu.org>
14835         * dired-aux.el, dired-x.el: Put autoloads in dired.el rather than
14836         loaddefs.el.
14837         * dired.el: Regenerate with extracted autoloads.
14838         * Makefile.in (autoloads): Make dired.el writable.
14840         * ibuf-ext.el: Put autoloads in ibuffer.el rather than loaddefs.el.
14841         * ibuffer.el: Regenerate with extracted autoloads.
14842         * Makefile.in (autoloads): Make ibuffer.el writable.
14844         * paths.el (prune-directory-list, gnus-nntp-service, rmail-file-name):
14845         * version.el (emacs-copyright, emacs-major-version)
14846         (emacs-minor-version): Reformat doc-strings for make-docfile.
14848         * apropos.el (apropos-documentation-check-doc-file): Exclude unbound
14849         functions and variables, since they must be stuff specific to some other
14850         platform.
14851         (apropos-print): Make mouse-click message less specific about button.
14853         * emacs-lisp/cl-macs.el (define-compiler-macro): Add a property
14854         that records where a macro was defined.
14855         * help-fns.el (describe-function-1): Mention if a function has a
14856         compiler-macro.
14857         * help-mode.el (help-function-cmacro): New button.
14859         * locate.el (top-level): Always require dired.
14860         (locate-mode-map): Initialize inside the defvar.
14862         * net/ange-ftp.el (dired-compress-file): Declare.
14863         (ange-ftp-dired-compress-file): Add doc string.
14865         * term/ns-win.el (x-display-name, x-setup-function-keys):
14866         Unify doc-strings with X versions.
14868 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
14870         * emulation/crisp.el (crisp-mode-map): Move initialization
14871         into declaration.
14872         (crisp-mode): Use define-minor-mode.
14874         * progmodes/xscheme.el (xscheme-evaluation-commands):
14875         Put a :advertised-binding property rather than using
14876         advertised-xscheme-send-previous-expression.
14877         (advertised-xscheme-send-previous-expression): Declare obsolete.
14878         * emulation/crisp.el (crisp-mode-map): Use `undo' rather than
14879         `advertised-undo'.
14880         (crisp-mode): Add corresponding bindings to
14881         undo's :advertised-binding instead.
14882         * dired.el (dired-mode-map): Put a :advertised-binding property rather
14883         than using dired-advertised-find-file.
14884         (dired-advertised-find-file):
14885         * simple.el (advertised-undo):
14886         * wid-edit.el (advertised-widget-backward): Declare obsolete.
14887         (widget-keymap): Put a :advertised-binding property rather
14888         than using advertised-widget-backward.
14889         * bindings.el (ctl-x-map): Put a :advertised-binding property rather
14890         than using advertised-undo.
14891         * tutorial.el (tutorial--default-keys): Adjust accordingly.
14893 2009-09-10  Simon South  <ssouth@slowcomputing.org>
14895         * progmodes/delphi.el (delphi-tab): Indent region when Transient
14896         Mark mode is enabled and region is active; otherwise indent or
14897         insert TAB as usual.
14898         (delphi-mode): Update description of TAB-key binding.
14900 2009-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14902         * subr.el (define-key-rebound-commands): Mark obsolete.
14903         * startup.el (precompute-menubar-bindings): Remove.
14904         (normal-top-level): Remove obsolete code that tried to precompute
14905         menubar bindings.
14906         * loadup.el (define-key-rebound-commands): Don't bother fiddling with
14907         define-key-rebound-commands and precompute-menubar-bindings.
14909 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
14911         * net/imap.el (imap-interactive-login): Better messages.
14912         (imap-open): Fix bug with renamed buffer on reconnect.
14913         (imap-authenticate): Add buffer-local imap-last-authenticator variable
14914         for easier debugging and cleaner code.  On successful (guessed based on
14915         server capabilities) secondary authentication, set imap-state
14916         correctly.
14917         (imap-last-authenticator): Define imap-last-authenticator as a variable
14918         to avoid warnings.
14920 2009-09-10  Glenn Morris  <rgm@gnu.org>
14922         * pcvs.el (cvs-mode-find-file): Use forward-line rather than goto-line.
14924         * emacs-lisp/bytecomp.el (byte-compile-function-environment): Doc fix.
14925         (byte-compile-file-form-autoload): Don't warn about unknown functions
14926         where the autoload statement comes after the use.
14927         (with-no-warnings): Give it a byte-hunk-handler like than of progn, so
14928         that any handlers inside the body (eg require) are in turn respected.
14930         * emacs-lisp/byte-opt.el (degrees-to-radians): Mark as free from side
14931         effects.
14933         * emacs-lisp/derived.el (define-derived-mode): Give the mode's map,
14934         and syntax and abbrev tables basic docs, if they don't have any.
14936         * emacs-lisp/easy-mmode.el (easy-mmode-defmap): Add doc-string.
14938         * international/mule-cmds.el (top-level): Require cl when compiling.
14939         (view-hello-file): Use default-value rather than
14940         default-enable-multibyte-characters.
14942         * progmodes/fortran.el: Move all safe and risky properties into the
14943         defcustoms.
14945         * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmm.el:
14946         * mail/rmailmsc.el, mail/rmailsort.el, mail/rmailsum.el:
14947         * mail/undigest.el:
14948         Put autoloads in rmail.el rather than loaddefs.el.
14949         * mail/rmail.el: Regenerate with extracted autoloads.
14951         * mail/rmailsum.el (rmail-user-mail-address-regexp): Move to rmail.el.
14952         * mail/rmail.el (rmail-user-mail-address-regexp): Move from rmailsum.el.
14954 2009-09-10  Nick Roberts  <nickrob@snap.net.nz>
14956         Reported in thread for Bug#4375.
14957         * progmodes/gud.el (gud-tooltip-print-command): Use MI command
14958         "-data-evaluate-expression" instead of print.
14959         * progmodes/gdb-mi.el (gdb-tooltip-print-1): Ditto.
14960         (gdb-tooltip-print): Parse output from above MI command.
14961         (gdb): Revert 2009-08-11 change.  User should detach inferior
14962         manually.
14964         Remove the word "separate" from IO functions as inferior
14965         output is now never displayed in the GUD buffer.
14967 2009-09-10  Juanma Barranquero  <lekktu@gmail.com>
14969         * startup.el (command-line-normalize-file-name): On Windows and
14970         MS-DOS, also convert C:\/ and C:\\ (two backslashes) into C:/.
14972 2009-09-10  Juri Linkov  <juri@jurta.org>
14974         * isearch.el (isearch-text-char-description): Propertize escape
14975         character sequences with the `escape-glyph' face.  (Bug#4344)
14977         * simple.el (shell-command): Set asynchronous process filter to
14978         `comint-output-filter'.  (Bug#4343)
14980         * progmodes/grep.el (grep-template): Add "<X>" to docstring.
14981         (grep-files-aliases): Add "all".  Move "el" and "ch" to the top of
14982         the list.  Move "asm" to the bottom.
14983         (grep-find-ignored-directories): Add `choice' with nil value
14984         to empty the list easily.
14985         (grep-find-ignored-files): New option.
14986         (grep-files-history): Set to nil by default instead of '("ch" "el").
14987         (grep-compute-defaults): Add "<X>" to `grep-template'.
14988         (grep-read-files): Bind new local variables `default-alias' and
14989         `default-extension'.  Use a list of default values for the file prompt.
14990         (lgrep): Add `--exclude=' command line options composed from
14991         `grep-find-ignored-files'.
14992         (rgrep): Add `-name' command line options composed from
14993         `grep-find-ignored-files'.  (Bug#4301)
14995 2009-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14997         * diff-mode.el (diff-hunk-kill): Fix the search of the next hunk
14998         (bug#4368).
15000 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15002         * calendar/time-date.el (autoload):
15003         Expand define-obsolete-function-alias into defalias and make-obsolete
15004         for old Emacsen that Gnus supports.
15005         (with-no-warnings): Define it for old Emacsen.
15006         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
15007         is available.
15008         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
15009         float-time is available; suppress compile warning for time-to-seconds.
15011 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
15013         * net/imap.el (imap-message-map): Docstring fix.
15015 2009-09-09  Glenn Morris  <rgm@gnu.org>
15017         * ffap.el (ffap-file-at-point): Handle absolute (non-remote) files with
15018         line numbers too.  (Bug#4374)
15020 2009-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15022         * smerge-mode.el (smerge-remove-props, smerge-refine):
15023         Use with-silent-modifications (bug#4342).
15025         * subr.el (with-silent-modifications): New macro.
15027 2009-09-07  Juanma Barranquero  <lekktu@gmail.com>
15029         * files.el (top-level): Require `cl' when compiling.
15031 2009-09-07  Glenn Morris  <rgm@gnu.org>
15033         * files.el (auto-mode-alist): Use delphi-mode for .dpr files.
15035         * proced.el (proced-mode-map): Bind "d" to proced-mark-alt.
15036         (proced-mark-alt): New alias, to control the advertised key.  (Bug#4362)
15038 2009-09-06  Nick Roberts  <nickrob@snap.net.nz>
15040         * vc-git.el (vc-git-annotate-command): Use separator to parse
15041         arguments correctly.
15043 2009-09-06  Eli Zaretskii  <eliz@gnu.org>
15045         * proced.el (proced-mode): Doc fix.
15047 2009-09-06  Julian Scheid  <julians37@gmail.com>  (tiny change)
15049         * net/tramp.el (tramp-perl-file-attributes): Print "nil" when
15050         lstat fails.
15051         (tramp-do-file-attributes-with-ls): Check for file existence at
15052         remote end.
15053         (tramp-do-file-attributes-with-stat): Likewise.
15054         (tramp-convert-file-attributes): Return nil when attr is nil.
15056 2009-09-05  Glenn Morris  <rgm@gnu.org>
15058         * calendar/diary-lib.el (diary-entry): Add help-echo and follow-link
15059         properties to this button.
15060         (diary-fancy-display): Don't extend the button to the final newline.
15061         (diary-fancy-display-mode): Continue to define "q" as a local key.
15063         * calendar/cal-china.el (holiday-chinese): Make it slightly more
15064         efficient.
15066         * font-lock.el (lisp-font-lock-keywords-2): Add letf.
15068         * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Doc fix.
15069         (byte-compile-dest-file-function): New option.
15070         (byte-compile-dest-file): Doc fix.
15071         Obey byte-compile-dest-file-function.
15072         (byte-compile-cl-file-p): New function.
15073         (byte-compile-eval): Only suppress noruntime warnings about cl functions
15074         if the cl-functions warning is enabled.  Use byte-compile-cl-file-p.
15075         (byte-compile-eval): Check for non-nil byte-compile-cl-functions rather
15076         than for file being previously loaded.
15077         (byte-compile-find-cl-functions): Use byte-compile-cl-file-p.
15078         (byte-compile-file-form-require): Handle the case where requiring a file
15079         indirectly causes CL to be loaded.
15081 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15083         * files.el (find-alternate-file): Run `kill-buffer-hook' manually
15084         before killing the old buffer, since by the time `kill-buffer' is
15085         run so many buffer variables have been set to nil that it may not
15086         behave as expected.  (Bug#4061)
15088 2009-09-05  Karl Fogel  <kfogel@red-bean.com>
15090         * files.el (find-alternate-file): If the old buffer is modified
15091         and visiting a file, behave similarly to `kill-buffer' when
15092         killing it, thus reverting to the pre-1.878 behavior; see
15093         http://lists.gnu.org/archive/html/emacs-devel/2009-09/msg00101.html
15094         for discussion.  Also, consult `buffer-file-name' as a variable
15095         not as a function, for consistency with the rest of the code.
15097 2009-09-04  Michael Albinus  <michael.albinus@gmx.de>
15099         * net/tramp.el (tramp-handle-insert-directory): Handle "--dired"
15100         also when adding a new directory.
15102         * net/tramp-compat.el (tramp-compat-line-beginning-position): New
15103         defun.
15105 2009-09-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15107         * files.el (locate-file-completion-table): Make it provide boundary
15108         information, so partial-completion works better.
15110 2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
15112         * mail/footnote.el (Footnote-text-under-cursor):
15113         Check footnote-text-marker-alist before using it (bug#4324).
15115 2009-09-04  Glenn Morris  <rgm@gnu.org>
15117         * play/5x5.el, play/decipher.el, play/gametree.el, play/handwrite.el:
15118         * play/hanoi.el, play/landmark.el, play/mpuz.el, play/pong.el:
15119         * play/solitaire.el, play/tetris.el:
15120         Remove leading * from defcustom and defface docs.
15122         * calendar/diary-lib.el (diary-fancy-display): Only switch modes if
15123         necessary.
15124         (diary-fancy-overriding-map): New variable.
15125         (diary-fancy-display-mode): Set minor-mode-overriding-map-alist.
15126         Use view-mode.
15128         * vc-rcs.el (vc-rcs-annotate-command): Use forward-line rather than
15129         goto-line.
15131 2009-09-03  Glenn Morris  <rgm@gnu.org>
15133         * arc-mode.el (archive-mode):
15134         * dos-fns.el (set-default-process-coding-system):
15135         * man.el (Man-getpage-in-background):
15136         * menu-bar.el (menu-bar-describe-menu):
15137         * server.el (server-process-filter):
15138         * startup.el (command-line):
15139         * tar-mode.el (tar-header-block-tokenize, tar-extract):
15140         * w32-fns.el (set-default-process-coding-system):
15141         * x-dnd.el (x-dnd-handle-file-name):
15142         * international/mule-cmds.el (mule-menu-keymap)
15143         (set-default-coding-systems, language-info-alist, set-language-info)
15144         (set-language-environment, standard-display-european-internal)
15145         (set-locale-environment):
15146         * international/mule-diag.el (mule-diag):
15147         * mail/emacsbug.el (report-emacs-bug):
15148         * mail/rmail.el (rmail-mode):
15149         * mail/sendmail.el (mail-setup):
15150         Use default-value rather than default-enable-multibyte-characters.
15152         * progmodes/f90.el: Move all safe properties into the defcustoms.
15153         (f90-get-correct-indent, f90-indent-region, f90-abbrev-start): Use memq.
15155         * calendar/appt.el (appt-check):
15156         * calendar/diary-lib.el (diary-set-header, diary-live-p)
15157         (diary-check-diary-file, diary-list-entries)
15158         (diary-include-other-diary-files, diary-simple-display)
15159         (diary-fancy-display, diary-print-entries)
15160         (diary-mark-included-diary-files, diary-make-entry):
15161         Don't call substitute-in-file-name on diary-file.
15163 2009-09-03  Eduard Wiebe  <usenet@pusto.de>
15164             Stefan Monnier  <monnier@iro.umontreal.ca>
15166         * mail/footnote.el (footnote-prefix): Make it a defcustom.
15167         (footnote-mode-map): Move initialization into the declaration.
15168         (footnote-minor-mode-map): Define it rather than changing global-map.
15169         (footnote-mode): Use define-minor-mode.
15171 2009-09-02  Michael Albinus  <michael.albinus@gmx.de>
15173         * net/tramp.el (tramp-handle-file-attributes-with-ls)
15174         (tramp-do-file-attributes-with-perl)
15175         (tramp-do-file-attributes-with-stat): Rename from
15176         `tramp-handle-file-attributes-with-*'.
15177         (tramp-handle-file-attributes): Use them.
15178         (tramp-do-directory-files-and-attributes-with-perl)
15179         (tramp-do-directory-files-and-attributes-with-stat): Rename from
15180         `tramp-handle-directory-files-and-attributes-with-*'.
15181         (tramp-handle-directory-files-and-attributes): Use them.
15182         (tramp-method-out-of-band-p): Additional parameter SIZE.
15183         (tramp-do-copy-or-rename-file, tramp-handle-file-local-copy)
15184         (tramp-handle-write-region): Use it.
15185         (tramp-handle-insert-directory): Use "?\ " for compatibility reasons.
15186         (tramp-handle-vc-registered): Check, whether the first run did
15187         return files to be tested.
15188         (tramp-advice-make-auto-save-file-name): Do not call directly
15189         `tramp-handle-make-auto-save-file-name', because this would bypass
15190         the locking mechanism.
15192         * net/tramp-compat.el (top): Autoload used functions from tramp.el.
15193         (file-remote-p, process-file, start-file-process, set-file-times)
15194         (tramp-compat-file-attributes): Compatibility functions shall not
15195         call directly `tramp-handle-*', because this would bypass the
15196         locking mechanism.
15197         (tramp-compat-number-sequence): New defun.
15199 2009-09-02  Glenn Morris  <rgm@gnu.org>
15201         * calendar/time-date.el (time-to-seconds): In Emacs, make it an obsolete
15202         alias for float-time.
15203         (time-to-number-of-days): In Emacs, use float-time.
15204         * net/newst-backend.el (time-add): Suppress warnings from compat
15205         function.
15206         * time.el (emacs-uptime, emacs-init-time):
15207         * net/rcirc.el (rcirc-keepalive, rcirc-handler-ctcp-KEEPALIVE):
15208         Use float-time rather than time-to-seconds.
15210         * minibuffer.el (completion-initials-expand): Fix typo.
15212         * faces.el (modeline, modeline-inactive, modeline-highlight)
15213         (modeline-buffer-id):
15214         * info.el (info-menu-5): Mark these face aliases as obsolete.
15216 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15218         * progmodes/gdb-mi.el (gdb-current-context-command): Move the
15219         space ...
15220         (gdb-gud-context-call): ... to here for pre GDB 7.0 when there is
15221         no "--thread" option.
15222         (gdb-stopped): Don't print "Switched to thread" message when it is
15223         unchanged.
15225 2009-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15227         * minibuffer.el (completion-try-completion)
15228         (completion-all-completions): Remove ill-defined (and
15229         mistakenly installed and luckily never used nor documented)
15230         `completion-styles' property.
15231         (completion-initials-expand, completion-initials-all-completions)
15232         (completion-initials-try-completion): New functions.
15233         (completion-styles-alist): Add doc to each entry.
15234         Add new `initials' entry.
15236 2009-09-01  Nick Roberts  <nickrob@snap.net.nz>
15238         * progmodes/gdb-mi.el (gdb-var-create-handler): Remove redundant
15239         MI command -var-evaluate-expression.
15240         (gdb-var-list-children-regexp): Update from regexp-1 in gdb-ui.el
15241         and tweak for case of string child.
15242         (gdb-var-list-children-handler): Update from handler-1 in gdb-ui.el.
15244 2009-09-01  Glenn Morris  <rgm@gnu.org>
15246         * add-log.el (change-log-date-face, change-log-name-face)
15247         (change-log-email-face, change-log-file-face, change-log-list-face)
15248         (change-log-conditionals-face, change-log-function-face)
15249         (change-log-acknowledgement-face):
15250         * cus-edit.el (custom-invalid-face, custom-rogue-face)
15251         (custom-modified-face, custom-set-face, custom-changed-face)
15252         (custom-saved-face, custom-button-face, custom-button-pressed-face)
15253         (custom-documentation-face, custom-state-face, custom-comment-face)
15254         (custom-comment-tag-face, custom-variable-tag-face)
15255         (custom-variable-button-face, custom-face-tag-face)
15256         (custom-group-tag-face-1, custom-group-tag-face):
15257         * diff-mode.el (diff-header-face, diff-file-header-face)
15258         (diff-index-face, diff-hunk-header-face, diff-removed-face)
15259         (diff-added-face, diff-changed-face, diff-function-face)
15260         (diff-context-face, diff-nonexistent-face):
15261         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
15262         * hilit-chg.el (highlight-changes-face, highlight-changes-delete-face):
15263         * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15264         (Info-title-4-face):
15265         * isearch.el (isearch-lazy-highlight-face):
15266         * log-view.el (log-view-file-face, log-view-message-face):
15267         * paren.el (show-paren-match-face, show-paren-mismatch-face):
15268         * pcvs-info.el (cvs-header-face, cvs-filename-face, cvs-unknown-face)
15269         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
15270         (cvs-msg-face):
15271         * smerge-mode.el (smerge-mine-face, smerge-other-face)
15272         (smerge-base-face, smerge-markers-face):
15273         * wid-edit.el (widget-documentation-face, widget-button-face)
15274         (widget-field-face, widget-single-line-field-face)
15275         (widget-inactive-face, widget-button-pressed-face):
15276         * woman.el (woman-italic-face, woman-bold-face, woman-unknown-face)
15277         (woman-addition-face):
15278         * eshell/em-ls.el (eshell-ls-directory-face, eshell-ls-symlink-face)
15279         (eshell-ls-executable-face, eshell-ls-readonly-face)
15280         (eshell-ls-unreadable-face, eshell-ls-special-face)
15281         (eshell-ls-missing-face, eshell-ls-archive-face)
15282         (eshell-ls-backup-face, eshell-ls-product-face)
15283         (eshell-ls-clutter-face):
15284         * eshell/em-prompt.el (eshell-prompt-face):
15285         * eshell/esh-test.el (eshell-test-ok-face, eshell-test-failed-face):
15286         * obsolete/old-whitespace.el (whitespace-highlight-face):
15287         * progmodes/antlr-mode.el (antlr-font-lock-default-face)
15288         (antlr-font-lock-keyword-face, antlr-font-lock-syntax-face)
15289         (antlr-font-lock-ruledef-face, antlr-font-lock-tokendef-face)
15290         (antlr-font-lock-ruleref-face, antlr-font-lock-tokenref-face)
15291         (antlr-font-lock-literal-face):
15292         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
15293         (ebrowse-root-class-face, ebrowse-file-name-face)
15294         (ebrowse-default-face, ebrowse-member-attribute-face)
15295         (ebrowse-member-class-face, ebrowse-progress-face):
15296         * progmodes/make-mode.el (makefile-space-face):
15297         * progmodes/sh-script.el (sh-heredoc-face):
15298         * textmodes/flyspell.el (flyspell-incorrect-face)
15299         (flyspell-duplicate-face):
15300         * textmodes/tex-mode.el (tex-math-face, tex-verbatim-face):
15301         * textmodes/texinfo.el (texinfo-heading-face):
15302         Mark face aliases with "-face" suffix as obsolete.
15304         * mail/feedmail.el (file-name-buffer-file-type-alist): Define for
15305         compiler.
15307         * net/eudc-bob.el (eudc-bob-generic-menu, eudc-bob-image-menu)
15308         (eudc-bob-sound-menu): Use defvar rather than defconst, since
15309         easy-menu-define wants to modify these.
15311         * net/net-utils.el (nslookup): Use make-comint rather than comint-run.
15313         * net/browse-url.el (browse-url-file-url):
15314         * term/internal.el (dos-codepage-setup):
15315         Use default-value rather than default-enable-multibyte-characters.
15317         * progmodes/etags.el (etags-goto-tag-location):
15318         * progmodes/flymake.el (flymake-highlight-line)
15319         (flymake-goto-file-and-line, flymake-goto-line):
15320         * progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump)
15321         (gdb-goto-breakpoint):
15322         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15323         * progmodes/python.el (python-find-function)
15324         (python-pdbtrack-track-stack-file):
15325         * progmodes/verilog-mode.el (verilog-surelint-off):
15326         * term/ns-win.el (ns-open-file-select-line):
15327         * textmodes/bibtex.el (bibtex-validate, bibtex-validate-globally):
15328         Use forward-line rather than goto-line.
15330         * textmodes/reftex-cite.el (reftex-offer-bib-menu):
15331         * textmodes/reftex-index.el (reftex-display-index):
15332         * textmodes/reftex-ref.el (reftex-offer-label-menu):
15333         * textmodes/reftex-toc.el (reftex-toc):
15334         Remove unnecessary bindings of default-major-mode (all are followed by
15335         major-mode check and possible mode switch).
15337 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15339         * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom):
15340         Handle watchpoints (bug#4282).
15341         (def-gdb-thread-buffer-command): Enable thread to be selected by
15342         clicking without selecting threads buffer first.
15343         (gdb-current-context-command): Use selected frame so that "up",
15344         "down" etc work in the GUD buffer.
15345         (gdb-update): Find selected frame before rendering stack buffer.
15346         (gdb-frame-handler): Set gdb-frame-number for stack buffer.
15348 2009-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15350         * progmodes/sym-comp.el (displayed-completions): Remove.
15351         (symbol-complete): Use minibuffer-complete.
15353 2009-08-31  Glenn Morris  <rgm@gnu.org>
15355         * emacs-lisp/byte-run.el (define-obsolete-face-alias): New macro.
15357         * apropos.el (apropos-symbols-internal):
15358         Handle (obsolete) face aliases.
15360         * faces.el (describe-face): Adjust the output format to be more like
15361         describe-variable, and to mention (obsolete) face aliases.
15362         Adjust the whitespace so that help-setup-xref works.
15364         * calendar/calendar.el (calendar-today-face, diary-face, holiday-face):
15365         * calendar/diary-lib.el (diary-button-face):
15366         Mark these face aliases as obsolete.
15368         * calendar/calendar.el (calendar-today): Doc fix.
15370 2009-08-31  Nick Roberts  <nickrob@snap.net.nz>
15372         * progmodes/gdb-mi.el (gdb-control-all-threads)
15373         (gdb-control-current-thread): Force tool bar update.
15374         (gdb-non-stop-handler): New function.
15375         (gdb-init-1): Use it to test if non-stop mode is supported.
15376         Remove unused gdbmi buffer type.
15378 2009-08-30  Kevin Rodgers  <kevin.d.rodgers@gmail.com>
15380         * progmodes/grep.el (grep-read-files): Strip trailing <N> from
15381         buffer names not visiting a file (e.g. cloned buffers).  (Bug#4210)
15383 2009-08-30  Nick Roberts  <nickrob@snap.net.nz>
15385         * comint.el (comint-exec-1): Check command is non-null first.
15386         Part of gdb-mi.el change (2009-08-28).
15388 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15390         * emacs-lisp/lisp.el (lisp-complete-symbol): Use minibuffer-complete.
15392 2009-08-30  Juanma Barranquero  <lekktu@gmail.com>
15394         * subr.el (do-after-load-evaluation): Fix last change: use `mapc'
15395         instead of `dolist' to avoid a recursive require when bootstrapping.
15397 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15399         * emacs-lisp/lisp.el (field-complete): Use minibuffer-complete.
15401         * net/ldap.el (ldap-search-internal): Use with-current-buffer and push.
15403         * net/imap.el (imap-send-command): Simplify.
15404         (imap-wait-for-tag): point-max -> buffer-size.
15406         * net/ange-ftp.el (internal-ange-ftp-mode): Use define-derived-mode.
15408         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't use symbol-value
15409         with constant argument.
15411         * emacs-lisp/debug.el (debugger-setup-buffer): Make it multibyte.
15413         * emacs-lisp/cl.el (cl-macro-environment): Don't define it here.
15415         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag):
15416         Change default, since most of our files don't have a history.
15417         (checkdoc-display-status-buffer): Don't use a hidden buffer to show to
15418         the user.
15420         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
15421         Add comint-run.
15423         * calc/calc.el: Improve commenting convention.
15424         (calc-digit-map, toplevel): Simplify.
15426         * comint.el (comint-insert-input): Be careful to only set point if we
15427         don't delegate to some other command.
15429         * proced.el (proced-signal-list): Make it an alist.
15430         (proced-grammar-alist): Capitalize names.
15431         (proced-send-signal): Use a non-hidden buffer (since it's displayed).
15432         Disable undo manually and make it read-only.
15433         Use completion-annotate-function.
15435         * minibuffer.el (minibuffer-message): If the current buffer is not
15436         a minibuffer, insert the message in the echo area rather than at the
15437         end of the buffer.
15438         (completion-annotate-function): New variable.
15439         (minibuffer-completion-help): Use it.
15440         (completion--embedded-envvar-table): Environment vars are
15441         always case-sensitive.
15443 2009-08-30  Glenn Morris  <rgm@gnu.org>
15445         * progmodes/fortran.el (fortran-start-prog-re): New constant, extracted
15446         from fortran-current-defun.
15447         (fortran-beginning-of-subprogram): Be more precise about finding the
15448         start, to avoid an infinite loop in end-of-defun.  (Bug#4259)
15449         (fortran-end-of-subprogram): Simplify.
15450         (fortran-current-defun): Use fortran-start-prog-re.
15452 2009-08-29  Juanma Barranquero  <lekktu@gmail.com>
15454         * subr.el (do-after-load-evaluation): Simplify.
15456 2009-08-29  Dan Nicolaescu  <dann@ics.uci.edu>
15458         * vc.el (vc-print-log-internal): Move RCS/CVS specific code ...
15460         * vc-rcs.el (vc-rcs-print-log-cleanup): ... here.  New function.
15461         (vc-rcs-print-log): Use it.
15463         * vc-cvs.el (vc-cvs-print-log): Use vc-rcs-print-log-cleanup.
15465 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15467         * paths.el (abbrev-file-name): Move to abbrev.el.
15468         * abbrev.el (abbrev-file-name): Move from paths.el.
15469         Obey user-emacs-directory.
15470         * calc/calc.el (calc-settings-file): Don't autoload and instead obey
15471         user-emacs-directory.
15472         * dos-fns.el (dos-reevaluate-defcustoms): Don't reevaluate
15473         abbrev-file-name and calc-settings-file any more.
15474         * startup.el (command-line): Recompute abbrev-file-name and
15475         abbreviated-home-dir.
15476         (normal-no-mouse-startup-screen): Improve the generic code and get rid
15477         of the special code for when C-h bindings haven't been changed.
15478         (display-startup-echo-area-message): Use with-current-buffer.
15479         (command-line-1): Use a list of strings, rather than a list of lists
15480         of strings for longopts.
15482         * files.el (get-free-disk-space): Use / for default-directory.
15484         * textmodes/ispell.el (ispell-accept-output, ispell-command-loop):
15485         Use with-current-buffer.
15487         * emacs-lisp/bytecomp.el (byte-compile-const-symbol-p):
15488         Recognize immutable variables like most-positive-fixnum.
15489         (byte-compile-setq-default): Check and warn if trying to assign
15490         to an immutable variable, or a non-variable.
15492         * progmodes/cc-vars.el (c-comment-continuation-stars):
15493         * progmodes/cc-engine.el (c-looking-at-bos):
15494         * progmodes/cc-cmds.el (c-toggle-auto-state)
15495         (c-forward-into-nomenclature, c-backward-into-nomenclature)
15496         (c-comment-line-break-function): Add version of obsolescence.
15498 2009-08-28  Juri Linkov  <juri@jurta.org>
15500         * files.el (magic-fallback-mode-alist): Add ZIP magic number
15501         associated with `archive-mode'.
15503         * image.el (image-type-header-regexps): Use only JPEG magic number
15504         to determine JPEG images, and don't use `image-jpeg-p' because
15505         Emacs can display non-JFIF non-Exif JPEG images.
15507 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15509         * arc-mode.el (archive-mode):
15510         * emacs-lisp/re-builder.el (re-builder-unload-function):
15511         Protect against the default value of `major-mode' being nil.
15513 2009-08-28  Juanma Barranquero  <lekktu@gmail.com>
15515         * international/ucs-normalize.el (ucs-normalize-sort, quick-check-list):
15516         Fix typos in docstrings.
15518         * progmodes/js.el (js--macro-decl-re): Doc fix.
15519         (js--plain-method-re, js--split-name): Refloc docstring.
15520         (js--class-styles, js--make-merged-item, js--splice-into-items):
15521         Fix typos in docstrings; reflow docstrings.
15522         (js--maybe-join, js--function-prologue-beginning, js--flush-caches)
15523         (js--variable-decl-matcher, js--inside-pitem-p)
15524         (js--parse-state-at-point, js--get-all-known-symbols)
15525         (js--symbol-history, js-find-symbol, js--js-references)
15526         (js--moz-interactor, js--js-encode-value, js--read-tab):
15527         Fix typos in docstrings.
15529 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15531         * textmodes/reftex.el (reftex-get-file-buffer-force):
15532         * progmodes/verilog-mode.el (verilog-batch-execute-func):
15533         * emulation/viper.el (viper-go-away, viper-set-hooks):
15534         * emacs-lisp/re-builder.el (re-builder-unload-function):
15535         * emacs-lisp/bytecomp.el (byte-compile-file):
15536         * ses.el (ses-unload-function):
15537         * hexl.el (hexl-find-file):
15538         * files.el (normal-mode):
15539         * ehelp.el (with-electric-help):
15540         * autoinsert.el (auto-insert-alist):
15541         * arc-mode.el (archive-mode):
15542         Use (default-value 'major-mode) instead of default-major-mode.
15544         * textmodes/ispell.el (ispell-check-version, ispell-send-string):
15545         * international/mule.el (load-with-code-conversion):
15546         * emacs-lisp/debug.el (debug):
15547         * ediff-vers.el (ediff-rcs-get-output-buffer):
15548         * dired.el (dired-internal-noselect): Don't let-bind
15549         default-major-mode around code that doesn't use it.
15550         E.g. buffer creation via get-buffer-create doesn't use it.
15552 2009-08-28  Michael Albinus  <michael.albinus@gmx.de>
15554         * net/tramp.el (all): Replace "'(lambda" by "(lambda".
15555         (tramp-handle-file-local-copy): Unset `file-name-handler-alist'
15556         when writing the temp file.  Otherwise, epa-file gets confused.
15557         (tramp-register-file-name-handlers): Make it a defun.  Move also
15558         `epa-file-handler' to the front of `file-name-handler-alist'.
15560 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15562         * net/tramp.el (tramp-shell-prompt-pattern): Allow a prompt to
15563         start right after a ^M.
15564         (tramp-root-regexp, tramp-completion-file-name-regexp-unified)
15565         (tramp-completion-file-name-regexp-separate)
15566         (tramp-completion-file-name-regexp-url): Use \\` and \\'.
15567         (tramp-handle-file-attributes, tramp-set-file-uid-gid):
15568         Don't modify last-coding-system-used by accident.
15569         (tramp-completion-file-name-handler): Apply the checks here,
15570         instead during registration.
15571         (tramp-register-file-name-handlers): Renamed from
15572         `tramp-register-file-name-handler'.  Register both
15573         `tramp-file-name-handler' and `tramp-completion-file-name-handler'.
15574         (tramp-register-completion-file-name-handler): Remove.  (Bug#4260)
15576 2009-08-28  Nick Roberts  <nickrob@snap.net.nz>
15578         * progmodes/gdb-mi.el (gdb-use-separate-io-buffer):
15579         Remove variable ...
15580         (gdb-init-1, gdb-display-separate-io-buffer)
15581         (gdb-frame-separate-io-buffer, gdb-setup-windows): ... and
15582         references to it.
15583         (gdb-inferior-io-mode): Use make-comint-in-buffer.
15584         (gdb-inferior-filter): Use comint-output-filter to stop
15585         echoing and remove ^M characters.
15587 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15589         * emulation/viper-init.el (viper-restore-cursor-type):
15590         * emulation/cua-base.el (cua--update-indications):
15591         Replace default-cursor-type with (default-value 'cursor-type).
15593         * mail/sendmail.el (mail-recover-1):
15594         * international/mule-diag.el (describe-current-coding-system-briefly)
15595         (describe-current-coding-system):
15596         * international/mule-cmds.el (select-safe-coding-system)
15597         (select-message-coding-system)
15598         (set-language-environment-coding-systems, set-locale-environment):
15599         * hexl.el (hexl-insert-multibyte-char):
15600         * dos-w32.el (find-buffer-file-type-coding-system):
15601         * simple.el (what-cursor-position):
15602         Replace uses of default-buffer-file-coding-system
15603         with (default-value 'buffer-file-coding-system).
15605         * emacs-lisp/edebug.el (edebug-display, edebug-outside-excursion):
15606         Replace uses of default-cursor-in-non-selected-windows
15607         with (default-value 'cursor-in-non-selected-windows).
15608         Use with-current-buffer.
15610         * mail/feedmail.el: Use CL macros.
15611         (feedmail-run-the-queue, feedmail-send-it-immediately):
15612         * dos-w32.el (find-buffer-file-type): Replace uses of
15613         default-buffer-file-type with (default-value 'buffer-file-type).
15615 2009-08-28  Glenn Morris  <rgm@gnu.org>
15617         * calendar/diary-lib.el (diary-list-entries, diary-goto-entry)
15618         (diary-show-all-entries, diary-mark-entries, diary-make-entry):
15619         Use default-value of major-mode rather than default-major-mode.
15621 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15623         * Makefile.in (update-elcfiles): Report left over elc files.
15625         * mail/mailalias.el (build-mail-aliases): Use with-temp-buffer,
15626         expand-file-name and with-current-buffer.
15627         (mail-get-names, mail-directory): Use with-current-buffer.
15629         * vc.el (vc-read-revision): New function.
15630         (vc-version-diff, vc-merge): Use it.
15632 2009-08-27  Sam Steingold  <sds@gnu.org>
15634         * simple.el (kill-do-not-save-duplicates): New user option.
15635         (kill-new): When it is non-nil, and the new string is the same as
15636         the latest kill, set replace to t to avoid duplicates in kill-ring.
15638 2009-08-27  Julian Scheid  <julians37@gmail.com>  (tiny change)
15640         * net/tramp.el (tramp-handle-process-file): Do not flush all
15641         caches when `process-file-side-effects' is set.
15642         (tramp-handle-vc-registered): Use `tramp-get-file-exists-command'
15643         instead of `tramp-find-file-exists-command'.
15644         Unset `process-file-side-effects'.
15646 2009-08-27  Michael Albinus  <michael.albinus@gmx.de>
15648         * net/tramp.el (tramp-methods): New method "rsyncc".
15649         (top): Add completion function for "rsyncc".
15650         (tramp-message-show-message): New defvar.
15651         (tramp-message, tramp-error): Use it.
15652         (tramp-do-copy-or-rename-file-directly): Extend check for direct
15653         remote copying.
15654         (tramp-do-copy-or-rename-file-out-of-band): Handle new
15655         `tramp-methods' entry `copy-env' of "rsyncc".
15656         (tramp-vc-registered-read-file-names): New defconst.
15657         (tramp-vc-registered-file-names): New defvar.
15658         (tramp-handle-vc-registered): Implement optimization strategy.
15659         (tramp-run-real-handler): Add `tramp-vc-file-name-handler'.
15660         (tramp-vc-file-name-handler): New defun.
15661         (tramp-get-ls-command, tramp-get-test-command)
15662         (tramp-get-file-exists-command, tramp-get-remote-ln)
15663         (tramp-get-remote-perl, tramp-get-remote-stat)
15664         (tramp-get-remote-id): Remove superfluous `with-current-buffer'.
15666         * net/tramp-cache.el (top): Autoload `tramp-time-less-p'.
15667         (tramp-cache-inhibit-cache): Extend doc string.  It allows also
15668         timestamps.
15669         (tramp-get-file-property): Check for timestamps in
15670         `tramp-cache-inhibit-cache'.
15671         (tramp-set-file-property): Write timestamp.
15673 2009-08-27  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15675         * language/japan-util.el (japanese-symbol-table): Add entries for
15676         cp932-2-byte.
15678         * international/characters.el: Add category `j' to cp932-2-byte.
15680 2009-08-27  Kenichi Handa  <handa@m17n.org>
15682         * international/fontset.el (build-default-fontset-data): New macro.
15683         (setup-default-fontset): Use build-default-fontset-data for CJK,
15684         tibetan, ethiopic, and ipa.
15686 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
15688         * cus-start.el (default-major-mode): Customize `major-mode' instead.
15689         (enable-multibyte-characters): Not customizable any more.
15691         * subr.el (default-mode-line-format, default-header-line-format)
15692         (default-line-spacing, default-abbrev-mode, default-ctl-arrow)
15693         (default-direction-reversed, default-truncate-lines)
15694         (default-left-margin, default-tab-width, default-case-fold-search)
15695         (default-left-margin-width, default-right-margin-width)
15696         (default-left-fringe-width, default-right-fringe-width)
15697         (default-fringes-outside-margins, default-scroll-bar-width)
15698         (default-vertical-scroll-bar, default-indicate-empty-lines)
15699         (default-indicate-buffer-boundaries, default-fringe-indicator-alist)
15700         (default-fringe-cursor-alist, default-scroll-up-aggressively)
15701         (default-scroll-down-aggressively, default-fill-column)
15702         (default-cursor-type, default-buffer-file-type)
15703         (default-cursor-in-non-selected-windows)
15704         (default-buffer-file-coding-system, default-major-mode)
15705         (default-enable-multibyte-characters): Mark as obsolete.
15707 2009-08-27  Dan Nicolaescu  <dann@ics.uci.edu>
15709         * vc-dir.el (vc-dir-update): Remove debug helper.
15711         * vc-cvs.el (vc-cvs-update-changelog): Fix typo.
15713 2009-08-26  Sam Steingold  <sds@gnu.org>
15715         * simple.el (save-interprogram-paste-before-kill): New user option.
15716         (kill-new): When `save-interprogram-paste-before-kill' is non-nil,
15717         save the interprogram-paste into kill-ring before overriding it
15718         with the Emacs kill.
15720 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15722         * vc.el (vc-trunk-p): Rename to vc-rcs-trunk-p and move to vc-rcs.el.
15723         (vc-minor-part): Rename to vc-rcs-minor-part and move to vc-rcs.el.
15724         (vc-default-previous-revision): Rename to vc-rcs-previous-revision
15725         and move to vc-rcs.el.
15726         (vc-default-next-revision): Rename to vc-rcs-next-revision and
15727         move to vc-rcs.el.
15728         (vc-cvs-update-changelog): Move to vc-cvs.el, use vc-call-backend.
15729         (vc-rcs-update-changelog): Remove.
15730         (vc-update-changelog-rcs2log): Rename to vc-rcs-update-changelog
15731         and move to vc-rcs.el.
15733         * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-checkin)
15734         (vc-rcs-checkout, vc-rcs-rollback): Adjust for the vc-rcs-trunk-p
15735         renaming.
15736         (vc-rcs-trunk-p, vc-rcs-minor-part, vc-rcs-previous-revision)
15737         (vc-rcs-next-revision, vc-rcs-update-changelog): Move here from
15738         vc.el, renamed to be RCS specific.
15740         * vc-cvs.el (vc-cvs-previous-revision, vc-cvs-next-revision):
15741         New functions.
15742         (vc-cvs-update-changelog): Move here from vc.el.
15744         * vc-sccs.el (vc-sccs-previous-revision, vc-sccs-next-revision):
15745         New functions.
15747 2009-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15749         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Fix up last change.
15751 2009-08-26  Dan Nicolaescu  <dann@ics.uci.edu>
15753         * vc-git.el (vc-git-register): Use "git add" for directories.
15754         (vc-git-stash, vc-git-stash-show): New functions.
15755         (vc-git-extra-menu-map): Bind them.
15757         * vc-dir.el (vc-dir-node-directory, vc-dir-update): Get the parent
15758         directory correctly in case the item is a directory itself.
15760         * vc.el: Document the desired behavior for reverted files in the
15761         `added' state.
15762         (vc-default-prettify-state-info): Remove function, unused.
15764         * vc-bzr.el (vc-bzr-prettify-state-info): Remove function, unused.
15766 2009-08-26  Glenn Morris  <rgm@gnu.org>
15768         * bindings.el (standard-mode-line-format): Reposition dashes in
15769         which-func entry.  (Bug#4217)
15771         * files.el (enable-local-variables, enable-local-eval)
15772         (safe-local-variable-values, safe-local-eval-forms): Mark as risky in
15773         the defcustoms.
15774         (auto-mode-alist, ignored-local-variables)
15775         (save-some-buffers-action-alist): Move risky declarations to the
15776         definitions.
15777         (dabbrev-case-fold-search, dabbrev-case-replace, display-time-string)
15778         (font-lock-defaults, format-alist, imenu--index-alist)
15779         (imenu-generic-expression, input-method-alist, minor-mode-alist)
15780         (mode-line-buffer-identification, mode-line-client, mode-line-modes)
15781         (mode-line-modified, mode-line-mule-info, mode-line-position)
15782         (mode-line-process, mode-line-remote, outline-level)
15783         (parse-time-rules, rmail-output-file-alist)
15784         (special-display-buffer-names, vc-mode):
15785         Move risky declarations to the relevant files.
15786         * bindings.el (mode-line-client, mode-line-mule-info, mode-line-remote)
15787         (mode-line-modified, mode-line-process, mode-line-position)
15788         (mode-line-modes, mode-line-buffer-identification, minor-mode-alist)
15789         * font-core.el (font-lock-defaults):
15790         * format.el (format-alist):
15791         * vc-hooks.el (vc-mode):
15792         * window.el (special-display-buffer-names):
15793         * international/mule-cmds.el (input-method-alist):
15794         Define riskiness here (dumped file) rather than in files.el.
15795         * dabbrev.el (dabbrev-case-fold-search, dabbrev-case-replace):
15796         * imenu.el (imenu-generic-expression, imenu--index-alist):
15797         * outline.el (outline-level):
15798         * time.el (display-time-string):
15799         * calendar/parse-time.el (parse-time-rules):
15800         * mail/rmailout.el (rmail-output-file-alist):
15801         Autoload riskiness here, rather than placing in files.el.
15803 2009-08-26  Andreas Schwab  <schwab@linux-m68k.org>
15805         * emacs-lisp/bytecomp.el (byte-compile-lapcode): Signal overflow.
15807 2009-08-25  Michael Albinus  <michael.albinus@gmx.de>
15809         * simple.el (process-file-side-effects): New defvar.
15811         * dired-aux.el (dired-show-file-type):
15812         * vc.el (vc-diff-internal):
15813         * vc-arch.el (vc-arch-diff):
15814         * vc-bzr.el (vc-bzr-sha1, vc-bzr-revision-completion-table):
15815         * vc-cvs.el (vc-cvs-state, vc-cvs-diff, vc-cvs-revision-table):
15816         * vc-git.el (vc-git-registered, vc-git-working-revision)
15817         (vc-git-find-revision, vc-git-diff, vc-git-revision-table)
15818         (vc-git--empty-db-p):
15819         * vc-hooks.el (vc-user-login-name):
15820         * vc-svn.el (vc-svn-registered, vc-svn-state)
15821         (vc-svn-dir-extra-headers, vc-svn-find-revision):
15822         * progmodes/grep.el (grep-probe): Let-bind
15823         `process-file-side-effects' with nil.
15825         * net/dbus.el (dbus-ping): Add optional parameter TIMEOUT.
15827         * net/tramp-gvfs.el (top): Use timeout of 100 msec pinging GVFS
15828         daemon.  Replace ping by checking for running service for bluez
15829         and zeroconf.  (Bug#4239)
15831 2009-08-25  Kevin Ryde  <user42@zip.com.au>
15833         * net/dig.el (dig): Add autoload cookie.
15835 2009-08-25  Glenn Morris  <rgm@gnu.org>
15837         * emacs-lisp/bytecomp.el (byte-compile-eval): Fix test for cl in
15838         load-history for absolute file-names.
15839         (byte-compile-file-form-require): Warn about use of the cl package.
15841         * format.el (format-alist): Doc fix.
15843         * play/bubbles.el (top-level): Don't require cl at run-time.
15845         * progmodes/verilog-mode.el (top-level): Don't require lucid (and hence
15846         run-time cl).
15848 2009-08-24  Dmitry Dzhus  <dima@sphinx.net.ru>
15850         * progmodes/gdb-mi.el (gdb-mapcar*): Replacement for `mapcar*'
15851         from cl package.
15852         (gdb-table-add-row, gdb-table-string): Use `gdb-mapcar*'.
15854 2009-08-24  Jay Belanger  <jay.p.belanger@gmail.com>
15856         * calc/calc-alg.el (math-trig-rewrite)
15857         (math-hyperbolic-trig-rewrite): New functions.
15858         (calc-simplify): Simplify trig functions when asked.
15860 2009-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15862         * diff-mode.el (diff-find-source-location): Avoid goto-line.
15864 2009-08-24  Kenichi Handa  <handa@m17n.org>
15866         * language/ind-util.el (mapthread): Delete it.
15867         (combinatorial): New function.
15868         (indian--puthash-cv): Use combinatorial instead of mapthread.
15870 2009-08-22  Kevin Ryde  <user42@zip.com.au>
15872         * emacs-lisp/checkdoc.el (checkdoc-force-history-flag)
15873         (checkdoc-arguments-in-order-flag): Add safe-local-variable booleanp.
15874         (checkdoc-symbol-words): Add safe-local-variable for list of strings.
15875         Clarify docstring that the value is strings not symbols.
15876         (checkdoc-list-of-strings-p): New function.
15878 2009-08-22  Glenn Morris  <rgm@gnu.org>
15880         * files.el (auto-mode-alist):
15881         * hippie-exp.el (he-concat-directory-file-name):
15882         * lpr.el (lpr-windows-system, printer-name):
15883         * ls-lisp.el (ls-lisp-emulation, ls-lisp-use-insert-directory-program):
15884         * ps-print.el (ps-windows-system):
15885         * startup.el (command-line):
15886         * emulation/viper-ex.el (viper-glob-function):
15887         * international/mule-cmds.el (set-language-environment-coding-systems):
15888         * net/ange-ftp.el (ange-ftp-write-region):
15889         * obsolete/fast-lock.el (fast-lock-cache-name):
15890         Remove code for defunct system-types emx, macos, mswindows, next-mach,
15891         unisoft-unix, vax-vms, win32, w32.
15893         * calendar/diary-lib.el (diary-mark-entries-1): Only mark all days of a
15894         given name if the pattern is not more specific.
15896         * calendar/lunar.el (lunar-phase-names): New option.
15897         (lunar-phase): Doc fix.
15898         (lunar-cycles-per-year): New constant.
15899         (lunar-index): New function.
15900         (lunar-phase-list, diary-lunar-phases): Use lunar-index.
15901         (lunar-phase-name): Use lunar-phase-names.
15902         (calendar-lunar-phases): Use format.
15903         (lunar-new-moon-on-or-after): Use lunar-cycles-per-year.
15905         * progmodes/cperl-mode.el (cperl-imenu-name-and-position):
15906         Copy imenu-example--name-and-position function here for own use.
15907         (cperl-xsub-scan): Use cperl-imenu-name-and-position.
15909         * bs.el (bs--redisplay):
15910         * cus-edit.el (custom-redraw):
15911         * ibuffer.el (ibuffer-bury-buffer):
15912         * server.el (server-goto-line-column):
15913         * startup.el (command-line-1):
15914         * strokes.el (strokes-xpm-for-stroke):
15915         * term.el (term-display-buffer-line):
15916         * view.el (View-goto-line):
15917         * calc/calc.el (calc-do, calc-trail-buffer):
15918         * play/gamegrid.el (gamegrid-add-score-insecure):
15919         * progmodes/ada-mode.el (ada-compile-goto-error):
15920         * progmodes/ada-xref.el (ada-xref-find-in-modified-ali):
15921         (ebrowse-select-1st-to-9nth):
15922         * progmodes/cperl-mode.el (cperl-time-fontification):
15923         * progmodes/ebrowse.el (ebrowse-toggle-file-name-display)
15924         * progmodes/gud.el (gud-display-line):
15925         (idlwave-shell-display-line):
15926         * progmodes/idlw-shell.el (idlwave-shell-goto-frame)
15927         * progmodes/make-mode.el (makefile-browser-toggle):
15928         (vhdl-speedbar-port-copy, vhdl-compose-components-package):
15929         * progmodes/vhdl-mode.el (vhdl-speedbar-find-file)
15930         * textmodes/picture.el (picture-draw-rectangle):
15931         * textmodes/reftex-index.el (reftex-index-goto-letter):
15932         (reftex-select-jump-to-previous):
15933         * textmodes/reftex-sel.el (reftex-find-start-point)
15934         * textmodes/reftex-toc.el (reftex-toc, reftex-toc-restore-region):
15935         (rst-straighten-deco-spacing, rst-section-tree, rst-toc):
15936         * textmodes/rst.el (rst-promote-region, rst-straighten-decorations)
15937         * textmodes/tex-mode.el (tex-compilation-parse-errors):
15938         * textmodes/two-column.el (2C-associated-buffer):
15939         Use forward-line rather than goto-line.
15941         * emulation/vi.el (vi-goto-line): Don't warn about non-interactive
15942         goto-line.
15944         * international/ucs-normalize.el (nfd, decomposition-translation-alist)
15945         (decomposition-char-recursively, alist-list-to-vector, quick-check-list)
15946         (quick-check-list-to-regexp): Declare.
15948         * progmodes/make-mode.el (makefile-browser-insert-selection):
15949         Use goto-char rather than goto-line.
15951         * progmodes/prolog.el (compilation-error-regexp-alist)
15952         (compilation-forget-errors): Declare.
15954 2009-08-22  Juri Linkov  <juri@jurta.org>
15956         * progmodes/grep.el (lgrep, rgrep): At the beginning
15957         set `dir' to `default-directory' unless `dir' is a non-nil
15958         readable directory.  (Bug#4052)
15959         (lgrep, rgrep): Change a weird way to report an error
15960         from using `read-string' to using `error'.
15961         Instead of using interactive arguments in the function body,
15962         add new argument `confirm'.
15964 2009-08-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15966         * textmodes/remember.el (remember-buffer):
15967         * progmodes/cperl-mode.el (cperl-vc-header-alist):
15968         * calendar/icalendar.el (icalendar-convert-diary-to-ical)
15969         (icalendar-extract-ical-from-buffer):
15970         * net/newst-treeview.el (newsticker-groups-filename):
15971         * net/newst-backend.el (newsticker-cache-filename):
15972         * speedbar.el (speedbar-update-speed, speedbar-navigating-speed)
15973         (speedbar-ignored-path-expressions, speedbar-ignored-path-regexp)
15974         (speedbar-add-ignored-path-regexp, speedbar-line-path)
15975         (speedbar-buffers-line-path, speedbar-path-line)
15976         (speedbar-buffers-line-path):
15977         * epg.el (epg-passphrase-callback-function, epg-start-sign-keys)
15978         (epg-sign-keys):
15979         * epa.el (epa-display-verify-result):
15980         * progmodes/pascal.el (pascal-outline): Add version of obsolescence.
15982 2009-08-21  Glenn Morris  <rgm@gnu.org>
15984         * progmodes/js.el (inferior-moz-process): Fix declaration.
15986         * imenu.el (imenu-example--name-and-position): Fix obsolescence message.
15988         * obsolete/rnewspost.el (news-mail-reply):
15989         Use goto-char rather than goto-line.
15991         * term/ns-win.el (ns-open-file-select-line):
15992         Use line-beginning-position rather than goto-line.
15994         * apropos.el (apropos-command):
15995         * ehelp.el (electric-helpify):
15996         * printing.el (pr-show-setup):
15997         * strokes.el (strokes-help):
15998         * tutorial.el (tutorial--describe-nonstandard-key)
15999         (tutorial--detailed-help):
16000         * woman.el (woman-mini-help, woman-display-extended-fonts):
16001         * calc/calc-help.el (calc-describe-key):
16002         * emulation/edt.el (edt-electric-helpify):
16003         * international/mule-diag.el (mule-diag):
16004         * play/yow.el (apropos-zippy):
16005         * progmodes/python.el (python-describe-symbol):
16006         * progmodes/vhdl-mode.el (vhdl-doc-variable, vhdl-doc-mode):
16007         * textmodes/table.el (*table--cell-describe-mode)
16008         (*table--cell-describe-bindings):
16009         Use help-print-return-message rather than the now obsolete alias.
16011         * calendar/cal-move.el (calendar-cursor-to-nearest-date)
16012         (calendar-cursor-to-visible-date):
16013         * play/5x5.el (5x5-position-cursor):
16014         * play/decipher.el (decipher):
16015         * play/gomoku.el (gomoku-goto-xy):
16016         * play/landmark.el (lm-goto-xy):
16017         * play/mpuz.el (mpuz-paint-errors, mpuz-paint-statistics)
16018         (mpuz-paint-digit):
16019         Use forward-line, not goto-line.
16021         * mail/rmail.el (rmail-obsolete): Delete custom group.
16022         (rmail-pop-password, rmail-pop-password-required): Make into aliases.
16023         (rmail-remote-password, rmail-remote-password-required):
16024         Remove unneeded :set-after and :set properties.
16026 2009-08-21  Michael Albinus  <michael.albinus@gmx.de>
16028         * net/dbus.el (top): Initialize only when `dbusbind' is loaded.
16030 2009-08-21  Dan Nicolaescu  <dann@ics.uci.edu>
16032         * loadup.el: Remove leftover macos code.
16034         * vc-git.el (vc-git-annotate-command): Run asynchronously.
16035         Explicitly pass the date format to git blame so that user local
16036         so that the output format can be parsed.
16038 2009-08-20  Michael Albinus  <michael.albinus@gmx.de>
16040         * net/dbus.el (top): Don't check for (getenv
16041         "DBUS_SESSION_BUS_ADDRESS").  It's done in dbusbind.c now.
16043 2009-08-19  Magnus Henoch  <magnus.henoch@gmail.com>
16045         * log-edit.el (log-edit-strip-single-file-name): New var.
16046         (log-edit-insert-changelog): Use it.  Bug#3571
16048 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16050         * subr.el (read-passwd): Use read-key so keypad keys work as well.
16051         Bug#3287
16053         * help.el (help-print-return-message): Rename from
16054         print-help-return-message.
16056         * log-view.el (log-view-mode-map): Remove `q' binding, and unreliable
16057         cvs-mode-map parent hack.
16058         (log-view-mode): Derive from special-mode.
16060         * linum.el (linum-mode): window-size-change-functions is redundant.
16061         Adapt to new window-configuration-change-hook behavior.
16062         (linum-after-size, linum-after-config): Remove.
16064         * imenu.el (imenu-example--name-and-position)
16065         (imenu-example--lisp-extract-index-name)
16066         (imenu-example--create-lisp-index, imenu-example--create-c-index):
16067         Mark as obsolete.
16069         * progmodes/prolog.el (inferior-prolog-error-regexp-alist): New var.
16070         (inferior-prolog-mode): Use it.
16071         (inferior-prolog-load-file): Reset list of errors.
16073 2009-08-19  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16075         * language/tibetan.el ("Tibetan"): Fix sample-text entry.
16077         * language/tai-viet.el ("TaiViet"): Fix sample-text entry.
16079 2009-08-19  Michael Albinus  <michael.albinus@gmx.de>
16081         * net/dbus.el (top): Apply `dbus-init-bus' only if the session bus
16082         is running already.
16084 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16086         * subr.el (listify-key-sequence-1): Use normal syntax since those
16087         integers are nowadays always represented by the same (positive) number
16088         on all platforms.
16089         (read-key-empty-map): New const.
16090         (read-key-delay): New var.
16091         (read-key): New function.
16092         (force-mode-line-update): Use with-current-buffer.
16093         (locate-user-emacs-file): Don't forget to abbreviate the file name.
16094         (start-process-shell-command, start-file-process-shell-command):
16095         Discourage the use of command-args.
16097 2009-08-19  Glenn Morris  <rgm@gnu.org>
16099         * emacs-lisp/authors.el (authors-fixed-entries): Remove cvtmail.
16101 2009-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
16103         * simple.el (choose-completion-string): Don't rely on
16104         minibuffer-completing-file-name and ad-hoc checks to decide whether
16105         to continue completion or not.
16107         * minibuffer.el (minibuffer-hide-completions): New function.
16108         (completion--do-completion): Use it.
16109         (completions-annotations): New face.
16110         (completion--insert-strings): Use it.
16111         (completion-pcm--delim-wild-regex): Add docstring.
16112         (completion-pcm--string->pattern): Add support for 0-width delimiters
16113         in completion-pcm--delim-wild-regex.
16115 2009-08-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16117         * international/ucs-normalize.el (ucs-normalize-hfs-nfd-post-read-conversion):
16118         Remove unused var `buffer-modified-p'.
16120         * minibuffer.el (completion--do-completion): Move point for the #b001
16121         case as well (bug#4176).
16122         (minibuffer-complete, minibuffer-complete-word): Don't move point.
16124 2009-08-18  Michael Albinus  <michael.albinus@gmx.de>
16126         * net/dbus.el (dbus-init-bus): Declare.  Apply it for the :system
16127         and :session buses.
16129 2009-08-18  Kenichi Handa  <handa@m17n.org>
16131         * international/ucs-normalize.el (ucs-normalize-version):
16132         Change to 1.1.
16133         (ucs-normalize-hfs-nfd-pre-write-conversion): New function.
16134         (utf-8-hfs): Make it perform normalization on encoding too.
16136         * textmodes/paragraphs.el: Change to utf-8.  Adjust coding cookie.
16137         (sentence-end-without-space): Delete duplicated chars.
16138         (sentence-end-base): Likewise.
16140         * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
16141         (html-mode): Delete duplicated chars from sentence-end-base.
16143         * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
16144         (texinfo-mode): Delete duplicated chars from sentence-end-base.
16146 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
16148         * files.el (hack-one-local-variable): If the mode function is for
16149         a minor mode, pass it an argument (Bug#4148).
16151 2009-08-17  Michael Albinus  <michael.albinus@gmx.de>
16153         * net/tramp.el (tramp-register-completion-file-name-handler):
16154         Check also for (member 'partial-completion completion-styles).
16156 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16158         * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand
16159         abbrev (Bug#3943).
16161 2009-08-16  Ilya Zakharevich  <ilyaz@cpan.org>
16163         * progmodes/cperl-mode.el: Merge upstream 6.2.
16164         (cperl-mode-syntax-table): Modify syntax entry for ["'`].
16165         (cperl-forward-re): Check cperl-brace-recursing.
16166         (cperl-highlight-charclass): New function.
16167         (cperl-find-pods-heres): Use it.
16168         (cperl-fill-paragraph): Synch to save-excursion placement used upstream.
16169         (cperl-beautify-regexp-piece): Fix column calculation.
16170         (cperl-make-regexp-x): Handle case where point is between "q" and "rs".
16171         (cperl-beautify-level): Don't process entire regexp.
16172         (cperl-build-manpage, cperl-perldoc): Bind Man-switches before
16173         calling man.
16174         (cperl-tips-faces, cperl-mode, cperl-electric-backspace): Doc fix.
16175         (cperl-init-faces): Build a list in the normal way.
16177 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16179         * calendar/parse-time.el (parse-time-string-chars): Save match
16180         data.
16182 2009-08-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16184         * progmodes/sql.el (sql-product-alist): Add :name tag to entries.
16185         (sql-product): Use it.
16186         (sql-mode-menu): Auto-generate the menu based on sql-product-alist.
16187         (sql-set-product): Add completion.
16188         (sql-highlight-oracle-keywords, sql-highlight-postgres-keywords)
16189         (sql-highlight-linter-keywords, sql-highlight-ms-keywords)
16190         (sql-highlight-ansi-keywords, sql-highlight-sybase-keywords)
16191         (sql-highlight-informix-keywords, sql-highlight-interbase-keywords)
16192         (sql-highlight-ingres-keywords, sql-highlight-solid-keywords)
16193         (sql-highlight-mysql-keywords, sql-highlight-sqlite-keywords)
16194         (sql-highlight-db2-keywords): Remove.
16195         (sql-find-sqli-buffer, sql-set-sqli-buffer-generally)
16196         (sql-highlight-product): Use derived-mode-p.
16197         (sql-set-sqli-buffer): Use with-current-buffer.
16198         (sql-connect-informix, sql-connect-ingres, sql-connect-oracle):
16199         Simplify.
16201         * emacs-lisp/lisp-mode.el (lisp-indent-region): Remove unused function.
16203         * term.el: Fix commenting convention, turn comments into docstrings.
16205 2009-08-16  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
16207         * whitespace.el (whitespace-style): Doc fix (Bug#3661).
16209 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
16211         * calendar/parse-time.el (parse-time-string-chars): Compute using
16212         character classes, to handle non-ascii characters (Bug#3190).
16214 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
16216         * progmodes/sh-script.el (sh-maybe-here-document): Avoid inserting
16217         another heredoc if the user adds another < (Bug#3226).
16219         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
16220         Don't initialize based on window-system (Bug#4124).
16222         * facemenu.el (facemenu-read-color): Use a completion function
16223         that accepts any defined color, such as RGB triplets (Bug#3677).
16225         * files.el (get-free-disk-space): Change fallback default
16226         directory to /.  Expand DIR argument before switching to fallback.
16227         Suggested by Kevin Ryde (Bug#2631, Bug#3911).
16229 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16231         * files.el (load-library): Doc fix.
16233 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
16235         * emulation/viper-cmd.el (viper-insert-isearch-string): New function.
16236         (viper-if-string): Redefine C-s in the minibuffer to insert the last
16237         incremental search string.
16239         * ediff-init.el (ediff-coding-system): Use escape-quoted in case of
16240         XEmacs.
16242         * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip)
16243         (ediff-merge-region-is-non-clash)
16244         (ediff-skip-merge-region-if-changed-from-default-p): Use defun.
16245         Also check if the job is really a merge job.
16247         * ediff.el (ediff-current-file): New function.
16249 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
16251         * progmodes/js.el: Edit docstrings throughout to follow Emacs
16252         conventions.
16253         (js-insert-and-indent): Delete function.
16254         (js-mode-map): Don't bind keys to js-insert-and-indent.
16255         (js-beginning-of-defun): Rename from js--beginning-of-defun.
16256         (js-end-of-defun): Rename from js--end-of-defun.
16257         (js-auto-indent-flag): Delete variable.
16259 2009-08-14  Chong Yidong  <cyd@stupidchicken.com>
16261         * progmodes/js.el: Remove proclaim statement.
16262         Defvar which-func-imenu-joiner-function to silence compiler.
16264         * files.el (auto-mode-alist): Use js-mode for .js files.
16266         * progmodes/js2-mode.el: Remove file.
16268         * Makefile.in (ELCFILES): Add js.el, and remove js2-mode.el.
16270         * speedbar.el (speedbar-supported-extension-expressions): Add .js.
16272         * progmodes/hideshow.el (hs-special-modes-alist): Add js-mode entry.
16274 2009-08-14  Daniel Colascione  <dan.colascione@gmail.com>
16275             Karl Landstrom  <karl.landstrom@brgeight.se>
16277         * progmodes/js.el: New file.
16279 2009-08-14  Mark A. Hershberger  <mah@everybody.org>
16281         * timezone.el (timezone-parse-date): Add ability to understand ISO
16282         basic format (minimal separators) dates in addition to the
16283         already-supported extended format dates.
16285 2009-08-14  Eli Zaretskii  <eliz@gnu.org>
16287         * international/ucs-normalize.el: Add a `coding' file variable.
16289         * Makefile.in (ELCFILES): Add international/ucs-normalize.elc.
16291 2009-08-14  Sam Steingold  <sds@gnu.org>
16293         * vc-cvs.el (vc-cvs-merge-news): Yet another fix of message parsing.
16295 2009-08-13  Chong Yidong  <cyd@stupidchicken.com>
16297         * faces.el (help-argument-name): Define it here instead of
16298         help-fns.el, because in daemon mode help-fns.el may be loaded when
16299         faces are still uninitialized (Bug#1078).
16301         * help-fns.el (help-argument-name): Move defface to faces.el.
16303 2009-08-13  Nick Roberts  <nickrob@snap.net.nz>
16305         * progmodes/gdb-mi.el (gdb-inferior-io-mode): Use start-process to
16306         create buffer with a pty but no process so that GDB can make the
16307         inferior the controlling process.
16309 2009-08-13  Taichi Kawabata  <kawabata.taichi@gmail.com>
16311         * international/ucs-normalize.el: New file.
16313 2009-08-13  Richard Stallman  <rms@gnu.org>
16315         * mail/rmail.el (rmail-get-attr-names):
16316         Accept an attribute header that is too short.
16318         * mail/rmail.el (rmail-forget-messages):
16319         Ignore nil elt in rmail-message-vector.  Use dotimes.
16321         * progmodes/compile.el (compilation-goto-locus):
16322         Use next-error-move-function.
16324         * simple.el (next-error-move-function): New variable.
16326 2009-08-12  Juri Linkov  <juri@jurta.org>
16328         * progmodes/grep.el (lgrep): Ensure that `default-directory' is
16329         always non-nil.  (Bug#4052)
16331         * replace.el (read-regexp): Return empty string when
16332         `default-value' is nil.
16333         (keep-lines-read-args): Don't use empty string as the
16334         default value for `read-regexp'.  (Bug#2495)
16336 2009-08-12  Juri Linkov  <juri@jurta.org>
16338         * international/mule-cmds.el (ucs-insert): Change arguments
16339         from `arg' to `character', `count', `inherit' to be the same
16340         as in `insert-char'.  Doc fix.  (Bug#4039)
16342         * international/mule-conf.el (utf-16be-with-signature): Doc fix.
16344 2009-08-12  Juri Linkov  <juri@jurta.org>
16346         * files-x.el: New file.
16348         * files.el: Move code that deals with adding/deleting
16349         file/directory-local variables to files-x.el.
16351         * Makefile.in (ELCFILES): Add files-x.elc.
16353 2009-08-11  Dmitry Dzhus  <dima@sphinx.net.ru>
16355         * progmodes/gdb-mi.el (gdb-line-posns): New helper which helps not
16356         to use `goto-line'.
16357         (gdb-place-breakpoints, gdb-get-location): Rewritten without
16358         `goto-line'.
16359         (gdb-invalidate-disassembly): Do not refresh upon receiving
16360         'update signal.  Instead, update all disassembly buffers only after
16361         threads list.
16362         (gdb): Send -target-detach when buffer is killed (Bug#3794).
16363         (gdb-starting): Moved -data-list-register-names...
16364         (gdb-stopped): ...here so it's sent when first thread stops.
16365         (gdb-registers-handler-custom): Do nothing if register names are
16366         unknown yet.
16368         * progmodes/gud.el (gud-stop-subjob): Rewritten without macros
16369         from `gdb-mi.el' to avoid extra tangling.
16371         * progmodes/gdb-mi.el (gdb-gud-context-call): Reverting previous
16372         change which breaks `gud-def' definitions used in `gdb'.
16373         (gdb-update-gud-running): No extra fuss for updating frame number.
16375 2009-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16377         * international/mule-cmds.el (mule-keymap, mule-menu-keymap)
16378         (describe-language-environment-map, setup-language-environment-map)
16379         (set-coding-system-map): Move initialization into declaration.
16380         (set-language-info-alist): Last arg to define-key-after can be skipped.
16382         * international/quail.el (quail-completion-1): Simplify.
16383         (quail-define-rules): Use slightly more compact code.
16384         (quail-insert-decode-map): Propertize keys, compact columns.
16386         * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
16387         Add goto-line.
16389 2009-08-10  Miles Bader  <miles@gnu.org>
16391         * progmodes/js2-mode.el (js2-warning, js2-error, js2-jsdoc-tag)
16392         (js2-jsdoc-type, js2-jsdoc-value, js2-function-param)
16393         (js2-instance-member, js2-private-member, js2-private-function-call)
16394         (js2-jsdoc-html-tag-name, js2-jsdoc-html-tag-delimiter)
16395         (js2-magic-paren, js2-external-variable):
16396         Remove "-face" suffix from face names.
16397         (js2-jsdoc-highlight-helper, js2-highlight-jsdoc)
16398         (js2-highlight-undeclared-vars, js2-peek-token)
16399         (js2-parse-function-params, js2-mode-show-errors)
16400         (js2-mode-show-warnings, js2-make-magic-delimiter)
16401         (js2-mode-highlight-magic-parens): Update to use new face names.
16403 2009-08-09  Michael Albinus  <michael.albinus@gmx.de>
16405         * net/tramp.el (tramp-get-ls-command-with-dired): New defun.
16406         (tramp-handle-insert-directory): Handle "--dired".  (Bug#4075)
16408 2009-08-09  Chong Yidong  <cyd@stupidchicken.com>
16410         * subr.el: Provide hashtable-print-readable.
16412         * progmodes/hideshow.el (hs-special-modes-alist): Don't use
16413         hs-c-like-adjust-block-beginning.
16414         (hs-hide-block-at-point): Stop hiding at the beginning of
16415         hs-block-end-regexp (Bug#700).
16417 2009-08-09  Dmitry Dzhus  <dima@sphinx.net.ru>
16419         * progmodes/gdb-mi.el (gdb-gud-context-call): Does not need to be
16420         a macro.
16421         (gdb-registers-handler-custom): Do not fail when register names
16422         are unavailable.
16424 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16426         * progmodes/gdb-mi.el (gdb-control-all-threads)
16427         (gdb-control-current-thread): Interactive setters for
16428         `gdb-gud-control-all-threads' to use in menu.
16429         (gdb-show-run-p): Show «Go» when process is not active.
16430         (gud-tool-bar-map): Add non-stop/A,T indicator.  Uses
16431         gud/thread.xpm and gud/all.xpm.
16433 2009-08-08  Yoni Rabkin  <yoni@rabkins.net>
16435         * net/net-utils.el (net-utils-font-lock-keywords): New var.
16436         (nslookup-font-lock-keywords): Make it a variable.
16437         (net-utils-mode): New mode for viewing diagnostic network output.
16438         (net-utils-remove-ctrl-m-filter): Set inhibit-read-only.
16439         (net-utils-run-simple): New function.
16440         (ifconfig, iwconfig, netstat, arp, route): Use it.
16442 2009-08-08  Dmitry Dzhus  <dima@sphinx.net.ru>
16444         * progmodes/gdb-mi.el (gdb-read-memory-custom)
16445         (gdb-memory-set-address, def-gdb-set-positive-number)
16446         (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer
16447         after changing settings.
16448         (gdb-invalidate-disassembly): Update when first shown.
16449         (gdb-edit-locals-value): Fixed.
16450         (gdb-registers-handler-custom): Print registers in right order and
16451         allow changing register values (only for current thread yet).
16452         (gdb-breakpoints-mode-map): Don't assume threads buffer is present.
16453         (gdb-threads-mode-map): Don't assume breakpoints buffer is present.
16454         (gdb-disassembly-handler-custom, gdb-stack-list-frames-custom)
16455         (gdb-locals-handler-custom, gdb-registers-handler-custom): Thread
16456         info in mode name.
16457         (gdb-registers-mode-map): TAB to switch to locals.
16459 2009-08-08  Eli Zaretskii  <eliz@gnu.org>
16461         * mail/rmail.el (rmail-add-mbox-headers)
16462         (rmail-set-message-counters-counter): Search for
16463         rmail-unix-mail-delimiter instead of just "From ".  (Bug#4076)
16465 2009-08-08  Glenn Morris  <rgm@gnu.org>
16467         * Makefile.in (ELCFILES): Update.
16469 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16471         * mail/sendmail.el (mail-yank-original): Set
16472         buffer-file-coding-system from the one used by the message whose
16473         text is yanked.
16475         * calc/calc-graph.el (calc-graph-plot): Set calc-graph-last-device
16476         to "windows" when "pgnuplot" is used.
16477         (calc-graph-command, calc-gnuplot-command, calc-graph-init): Don't
16478         call accept-process-output if "pgnuplot" is used.
16479         (calc-graph-init): Don't send -display and -geometry to
16480         "pgnuplot".  If "pgnuplot" is used, glean gnuplot version by
16481         running "pgnuplot -V" with shell-command-to-string.
16483         * calc/calc.el (calc-gnuplot-name) [windows-nt]: Use "pgnuplot" as
16484         the default.
16486 2009-08-07  Eli Zaretskii  <eliz@gnu.org>
16488         * Makefile.in (ELCFILES): org/org-export-latex.elc renamed to
16489         org/org-latex.elc.
16491 2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
16493         * vc-dispatcher.el (vc-resynch-window): Update comment.
16495         * term.el (term-handle-ansi-escape): Add comments with the
16496         terminfo capabilities implemented.
16498 2009-08-06  Dmitry Dzhus  <dima@sphinx.net.ru>
16500         * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
16501         (gdb-var-create-handler): Rewritten using JSON parser.
16502         (gdb-propertize-header): Moved earlier.
16503         (gdb-set-header): Removed to avoid duplication.
16504         (gdb-thread-list-handler-custom, gdb-invalidate-disassembly):
16505         Refresh disassembly buffers only after threads list have been
16506         update.
16507         (gdb-threads-header, gdb-registers-header): Per-buffer header line
16508         variables.
16510 2009-08-04  Juri Linkov  <juri@jurta.org>
16512         * files.el: Commands to add/delete file/directory-local variables.
16513         (read-file-local-variable, read-file-local-variable-value)
16514         (read-file-local-variable-mode, modify-file-local-variable)
16515         (modify-file-local-variable-prop-line)
16516         (modify-dir-local-variable): New functions.
16517         (add-file-local-variable, delete-file-local-variable)
16518         (add-file-local-variable-prop-line, delete-file-local-variable-prop-line)
16519         (add-dir-local-variable, delete-dir-local-variable)
16520         (copy-file-locals-to-dir-locals, copy-dir-locals-to-file-locals)
16521         (copy-dir-locals-to-file-locals-prop-line): New commands.
16523 2009-08-04  Chong Yidong  <cyd@stupidchicken.com>
16525         * abbrev.el (insert-abbrev-table-description): Prettify output.
16526         Suggested by Karl Chen.
16528 2009-08-04  Dmitry Dzhus  <dima@sphinx.net.ru>
16530         * progmodes/gdb-mi.el (gdb-frame-number): Initialize with nil.
16531         (gdb-overlay-arrow-position): Rename to `gdb-disassembly-position'.
16532         (gdb-overlay-arrow-position, gdb-thread-position)
16533         (gdb-disassembly-position): Declare variables.
16534         (gdb-wait-for-pending): Function now.
16535         (gdb-add-subscriber, gdb-delete-subscriber, gdb-get-subscribers)
16536         (gdb-emit-signal, gdb-buf-publisher): Declare before first use so
16537         compilation goes smoothly.
16538         (gdb, gdb-non-stop, gdb-buffers): New customization groups.
16539         (gdb-non-stop-setting): New customization setting which replaces
16540         `gdb-non-stop' so changing it doesn't break active GDB session.
16541         (gdb-stack-buffer-locations, gdb-stack-buffer-addresses)
16542         (gdb-thread-buffer-verbose-names, gdb-thread-buffer-arguments)
16543         (gdb-thread-buffer-locations, gdb-thread-buffer-addresses)
16544         (gdb-show-threads-by-default): New customization options.
16545         (gdb-buffer-type, gdb-buffer-shows-main-thread-p): New helper
16546         routines.
16547         (gdb-get-buffer-create): Send buffers update signal when they are
16548         created.
16549         (gdb-invalidate-locals, gdb-invalidate-registers)
16550         (gdb-invalidate-breakpoints)
16551         (gdb-invalidate-threads, gdb-invalidate-disassembly)
16552         (gdb-invalidate-memory): Accept update signal.
16553         (gdb-current-context-command): Use --frame option.
16554         (gdb-update-gud-running, gdb-running, gdb-setq-thread-number):
16555         Implement `gdb-frame-number' selection logic.
16556         (gdb-show-run-p, gdb-show-stop-p): Helper functions which decide
16557         whether to show GUD toolbar buttons.
16558         (gdb-thread-exited): Unselect current thread when it exits.
16559         (gdb-stopped): Typo fixed (now really runs `gdb-stopped-hooks').
16560         (gdb-mark-line): Routine which sets overlay arrow or inverses
16561         video on fringeless displays.
16562         (gdb-table, gdb-table-add-row, gdb-table-string): Structure used
16563         to build aligned columns of data in GDB buffers and set text
16564         properties line-by-line.
16565         (gdb-invalidate-breakpoints)
16566         (gdb-breakpoints-list-handler-custom)
16567         (gdb-thread-list-handler-custom, gdb-disassembly-handler-custom)
16568         (gdb-stack-list-frames-custom, gdb-locals-handler-custom)
16569         (gdb-registers-handler-custom): Align data columns.
16570         (gdb-locals-handler-custom): Now prints data like in variable
16571         declarations.
16572         (gdb-jump-to, gdb-file-button, gdb-insert-file-location-button):
16573         Removed confusing buttons.
16574         (gdb-invalidate-threads): Append --frame.
16575         (gdb-threads-mode-map, gdb-breakpoints-mode-map): TAB to switch
16576         between breakpoints/threads buffers.
16577         (gdb-set-window-buffer): Now can ignore dedicated windows.
16578         (gdb-propertize-header): Use `gdb-set-window-buffer'.
16579         (def-gdb-thread-buffer-simple-command): Numerous typos fixed.
16580         (def-gdb-thread-buffer-gud-command): Replaces
16581         `def-gdb-thread-buffer-gdb-command' and uses standard GUD commands
16582         for fine thread control.
16583         (gdb-preempt-existing-or-display-buffer): New function used to
16584         display bound buffers without breaking window layout.
16585         (gdb-frame-location): Replaces `gdb-insert-frame-location'.
16586         (gdb-select-frame): New version of `gdb-frames-select' which now
16587         sets `gdb-frame-number' so commands may use --frame option instead
16588         of inner debugger state.
16589         (gdb-frame-handler): Do not set `gdb-frame-number'.
16590         (gdb-threads-mode-map): Select threads with mouse.
16592         * progmodes/gud.el (gdb-gud-context-call): Declare function to
16593         avoid compilation warning.
16594         (gud-menu-map, gud-minor-mode-map): Use `gdb-show-run-p` and
16595         `gdb-show-stop-p`.
16597         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create):
16598         Argument `key' renamed to `buffer-type'.
16599         (gdb-current-context-buffer-name): Do not add thread info to
16600         buffer name when no thread is selected.
16601         (gdbmi-record-list, gdb-shell): Try to handle GDB `shell'
16602         command (bug 3794).
16603         (gdb-thread-selected): Handle `=thread-selected' notification.
16604         (gdb-wait-for-pending): New macro to deal with congestion problems.
16605         (gdb-breakpoints-list-handler-custom): Don't fail on pending
16606         breakpoints.
16607         (gdb-invalidate-disassembly): Use 'fullname instead of 'file.
16608         This fixes problem similar to one described in bug 3947.
16609         (gud-menu-map): More menu items.
16610         (gdb-init-1): Reset `gdb-thread-number' to nil.
16612         * progmodes/gud.el (gud-stop-subjob, gud-menu-map): Respect GDB
16613         non-stop settings.
16615         * progmodes/gdb-mi.el (gdb-thread-number): Initialize with nil.
16616         (gdb-current-context-command): Do not append --thread if
16617         `gdb-thread-number' is nil.
16618         (gdb-running-threads-count, gdb-stopped-threads-count): New
16619         variables.
16620         (gdb-non-stop, gdb-gud-control-all-threads, gdb-switch-reasons)
16621         (gdb-stopped-hooks, gdb-switch-when-another-stopped): New
16622         customization options.
16623         (gdb-gud-context-command, gdb-gud-context-call): New wrappers for
16624         GUD commands.
16625         (gdb): `gud-def' definitions changed to use `gdb-gud-context-call'.
16626         (gdb-init-1): Activate non-stop mode if `gdb-non-stop' is enabled.
16627         (gdb-setq-thread-number, gdb-update-gud-running): New functions to
16628         set `gdb-thread-number' and update `gud-running' properly.
16629         (gdb-running): Update threads list when new threads appear.
16630         (gdb-stopped): Support non-stop operation and new thread switching
16631         logic.
16632         (gdb-jsonify-buffer, gdb-json-read-buffer, gdb-json-string)
16633         (gdb-json-partial-output): New set of JSON routines.
16634         (def-gdb-auto-update-trigger): New `signal-list' optional
16635         argument.
16636         (gdb-thread-list-handler-custom): Update `gud-running',
16637         `gdb-stopped-threads-count' and `gdb-running-threads-count'.
16638         (def-gdb-thread-buffer-gdb-command, gdb-interrupt-thread)
16639         (gdb-continue-thread, gdb-step-thread): New commands for fine
16640         thread execution control.
16641         (gud-menu-map): New menu items to switch non-stop options.
16642         (gdb-reset): Cleanup `gdb-thread-position' overlay arrow marker.
16643         (gdb-send): Mimic RET properly (bug 3794).
16645         * progmodes/gdb-mi.el (gdb-rules-name-maker)
16646         (gdb-rules-buffer-mode, gdb-rules-update-trigger): Accessors for
16647         gdb-buffer-rules.
16648         (def-gdb-auto-update-handler): New nopreserve optional argument.
16649         (gdb-stack-list-frames-custom): Print stack from top to bottom.
16651         * progmodes/gdb-mi.el (gdb-pc-address): Removed unused variable.
16652         (gdb-threads-list, gdb-breakpoints-list): New assoc lists.
16653         (gdb-parent-mode): New mode to derive other GDB modes from.
16654         (gdb-display-disassembly-for-thread)
16655         (gdb-frame-disassembly-for-thread): New commands for threads
16656         buffer.
16658         * progmodes/gdb-mi.el (gdb-get-buffer, gdb-get-buffer-create)
16659         (gdb-init-1, gdb-bind-function-to-buffer, gdb-add-subscriber)
16660         (gdb-get-subscribers, gdb-emit-signal, gdb-buf-publisher)
16661         (gdb-update): We now store all GDB buffers in a list so that they
16662         can be updated by traversing a list instead of calling invalidate
16663         triggers explicitly.
16664         (def-gdb-trigger-and-handler): New macro to define trigger-handler
16665         pair for GDB buffer.
16666         (gdb-stack-buffer-name): Add thread information.
16667         (gdb-add-pending, gdb-pending-p, gdb-delete-pending): Macros to
16668         handle pending triggers.
16669         (gdb-threads-mode-map, def-gdb-thread-buffer-command)
16670         (def-gdb-thread-buffer-simple-command)
16671         (gdb-display-stack-for-thread, gdb-display-locals-for-thread)
16672         (gdb-display-registers-for-thread, gdb-frame-stack-for-thread)
16673         (gdb-frame-locals-for-thread, gdb-frame-registers-for-thread):
16674         New commands which show buffers bound to thread.
16675         (gdb-stack-list-locals-regexp): Removed unused regexp.
16677         * progmodes/gdb-mi.el (gdb-breakpoints-buffer-name)
16678         (gdb-locals-buffer-name, gdb-registers-buffer-name)
16679         (gdb-memory-buffer-name, gdb-stack-buffer-name): Do not switch
16680         to (gud-comint-buffer) in *-buffer-name functions
16681         because (gdb-get-target-string) already does that.
16682         (gdb-locals-handler-custom, gdb-registers-handler-custom)
16683         (gdb-changed-registers-handler): Rewritten without regexps.
16685         * progmodes/gdb-mi.el: Basic thread selection support.
16686         (gdb-thread-number): New variable.
16687         (gdb-current-context-command): New macro which adds --thread
16688         option to command.
16689         (gdb-threads-mode-map): Select thread with SPC.
16690         (gdb-thread-list-handler-custom): Mark current thread with overlay
16691         arrow.  Synchronize GDB thread and Emacs thread.
16692         (gdb-select-thread): New command which selects current thread.
16693         (gdb-invalidate-frames, gdb-invalidate-locals)
16694         (gdb-invalidate-registers): Use --thread option.
16696 2009-08-04  Michael Albinus  <michael.albinus@gmx.de>
16698         * net/tramp.el (top): Make check for tramp-gvfs loading more
16699         robust.  (Bug#3977)
16700         (tramp-handle-insert-file-contents): `unwind-protect' must be
16701         inside `with-parsed-tramp-file-name'.
16703         * net/tramp-gvfs.el (top): Remove superfluous message when loading
16704         fails.
16706 2009-08-03  Nick Roberts  <nickrob@snap.net.nz>
16708         * progmodes/gud.el (jdb): Set gud-jdb-classpath-string to current
16709         directory if CLASSPATH is not set.
16711 2009-08-03  Michael Albinus  <michael.albinus@gmx.de>
16713         * net/tramp.el (tramp-rfn-eshadow-update-overlay-regexp):
16714         New defconst.
16715         (tramp-rfn-eshadow-update-overlay): Use it.  (Bug#4004)
16717 2009-08-02  Kevin Ryde  <user42@zip.com.au>
16719         * net/newst-backend.el (newsticker--raw-url-list-defaults):
16720         Update freshmeat link.  Delete newsforge.com as it seems gone.
16722 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16724         * select.el (x-set-selection): Doc fix (Bug#4021).
16726         * w32-fns.el (x-set-selection): Doc fix (Bug#4021).
16728         * help-fns.el (describe-variable): Treat list return values from
16729         dir-locals-find-file properly (Bug#4005).
16731 2009-08-02  Julian Scheid  <julians37@googlemail.com>  (tiny change)
16733         * net/tramp.el (tramp-debug-message): Print also microseconds.
16735 2009-08-02  Michael Albinus  <michael.albinus@gmx.de>
16737         * net/tramp.el (tramp-handle-insert-file-contents): Optimize, when BEG
16738         or END is non-nil.
16739         (tramp-handle-vc-registered): Use `tramp-cache-inhibit-cache'.
16740         (tramp-get-debug-buffer): Change `outline-regexp' according to new
16741         format.
16743         * net/tramp-cache.el (tramp-cache-inhibit-cache): New defvar.
16744         (tramp-get-file-property): Use it.
16746         * autorevert.el (auto-revert-handler): Allow
16747         `auto-revert-tail-mode' for remote files.
16749 2009-08-02  Jason Rumney  <jasonr@gnu.org>
16751         * minibuffer.el (read-file-name): Treat confirm options to
16752         MUSTMATCH as nil when invoking x-file-dialog.  (Bug#3969)
16754 2009-08-02  Chong Yidong  <cyd@stupidchicken.com>
16756         * font-lock.el (font-lock-string-face, font-lock-builtin-face)
16757         (font-lock-variable-name-face, font-lock-constant-face): Darken
16758         the colors for light backgrounds.
16760 2009-08-01  Eli Zaretskii  <eliz@gnu.org>
16762         * mail/rmailsum.el (rmail-header-summary): Ignore letter-case of
16763         month names.  (Bug#3987)
16765 2009-07-31  Chong Yidong  <cyd@stupidchicken.com>
16767         * simple.el (line-move-finish): Pass whole number to
16768         line-move-to-column.
16769         (line-move-visual): Perform hscroll to the recorded position.
16771 2009-07-30  Jay Belanger  <jay.p.belanger@gmail.com>
16773         * calc/calc-mode.el (calc-matrix-brackets): Remove "P" from prompt.
16775 2009-07-29  Alan Mackenzie  <acm@muc.de>
16777         * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
16779 2009-07-29  Dmitry Dzhus  <dima@sphinx.net.ru>
16781         * progmodes/gdb-mi.el (gdb-goto-breakpoint)
16782         (gdb-place-breakpoints): Use full path when setting breakpoints.
16784 2009-07-29  Jay Belanger  <jay.p.belanger@gmail.com>
16786         * calc/calc.el (calc-mode-map): Add keybinding for
16787         `calc-transpose-lines'.
16789 2009-07-29  Vincent Belaïche  <vincent.belaiche@gmail.com>
16791         * calc/calc-misc.el (calc-transpose-lines): New function.
16793 2009-07-28  Michael Albinus  <michael.albinus@gmx.de>
16795         * net/tramp.el (tramp-do-copy-or-rename-file): Add messages.
16796         Simplify check for out-of-band methods.
16797         (tramp-do-copy-or-rename-file-out-of-band): Allow both files to be
16798         remote.  Remove messages which are in `tramp-do-copy-or-rename-file'.
16800 2009-07-28  Dan Nicolaescu  <dann@ics.uci.edu>
16802         * vc-git.el (vc-git-checkin): Fix typo.
16804 2009-07-28  Steve Yegge  <steve.yegge@gmail.com>
16806         * progmodes/js2-mode.el: New file.
16808 2009-07-28  Nick Roberts  <nickrob@snap.net.nz>
16810         * progmodes/gud.el (jdb): Add gud-pstar to dump object information.
16811         (gud-menu-map): Adjust tooltip accordingly.
16813 2009-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
16815         * vc-bzr.el (vc-bzr-print-log): Pass multiple arguments to bzr log.
16816         (vc-bzr-log-view-mode): Adjust log-view-file-re.
16818         * add-log.el (change-log-mode-map): Add a menu.
16820 2009-07-27  Michael Albinus  <michael.albinus@gmx.de>
16822         * net/dbus.el (dbus-call-method-non-blocking): Handle the case the
16823         function returns nil.
16824         (dbus-handle-event): Handle special return value :ignore.
16825         Reported by Jan Moringen <jan.moringen@uni-bielefeld.de>.
16827 2009-07-26  Chong Yidong  <cyd@stupidchicken.com>
16829         * view.el (view-mode-enable): Don't define Helper-return-blurb if
16830         it's not needed.
16832 2009-07-25  Eli Zaretskii  <eliz@gnu.org>
16834         Fix Bug#3888:
16836         * w32-vars.el (x-select-enable-clipboard): Doc fix.
16838         * term/pc-win.el (x-display-name, x-colors)
16839         (x-select-enable-clipboard, x-select-text): Doc fix.
16841         * term/common-win.el (x-display-name, x-colors): Doc fix.
16843         * term/ns-win.el (x-select-text, x-setup-function-keys, x-colors)
16844         (xw-defined-colors): Doc fix.
16846         * w32-fns.el (x-select-text, x-setup-function-keys)
16847         (x-get-selection, x-set-selection): Doc fix.
16849         * term/x-win.el (x-select-text, x-setup-function-keys)
16850         (x-select-enable-clipboard, xw-defined-colors): Doc fix.
16852         * select.el (x-set-selection): Doc fix.
16854 2009-07-25  Michael Albinus  <michael.albinus@gmx.de>
16856         * net/zeroconf.el (zeroconf-init): Check for "GetVersionString"
16857         instead of "IsNSSSupportAvailable".  Avahi ought to work also when
16858         "IsNSSSupportAvailable" method is not available.  Reported by
16859         Steve Youngs <steve@sxemacs.org>.
16861 2009-07-24  Kenichi Handa  <handa@m17n.org>
16863         * international/characters.el: Fix setting of category ?C, ?|, ?K,
16864         and ?H.  Fix setting of case for Latin Extended and Greek Extended.
16865         (build-unicode-category-table): Fix range checks.
16867 2009-07-24  Dan Nicolaescu  <dann@ics.uci.edu>
16869         * vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure
16870         the buffer we try to sync is current when calling
16871         vc-resynch-buffer.
16873         * vc-dir.el (vc-dir-resynch-file): Make sure vc-dir-update does
16874         not show up to date files.
16876 2009-07-24  Glenn Morris  <rgm@gnu.org>
16878         * emacs-lisp/elint.el (elint-current-buffer, elint-defun):
16879         Add autoload cookies.  If necessary, initialize.
16880         (elint-log): Handle non-file buffers.
16881         (elint-initialize): Add optional argument to reinitialize.
16882         (elint-find-builtin-variables): Save excursion.
16884 2009-07-23  Dan Nicolaescu  <dann@ics.uci.edu>
16886         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16887         for Lint.
16889 2009-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
16891         * vc.el (vc-print-log-internal): New function, split out from ...
16892         (vc-print-log): ... here.
16893         (vc-dir-move-to-goal-column): Declare.
16895         * vc-git.el (vc-git-add-signoff): New variable.
16896         (vc-git-checkin): Use it.
16897         (vc-git-toggle-signoff): New function.
16898         (vc-git-extra-menu-map): Bind it to menu.
16899         (vc-git--run-command-string): Accept a nil FILE argument.
16900         (vc-git-stash-list): New function.
16901         (vc-git-dir-extra-headers): Use it.
16903 2009-07-23  Glenn Morris  <rgm@gnu.org>
16905         * help-fns.el (describe-variable): Describe ignored and risky local
16906         variables in a similar way to that in which we describe safe ones.
16908         * emacs-lisp/bytecomp.el (byte-compile-from-buffer)
16909         (byte-compile-output-file-form, byte-compile-output-docform)
16910         (byte-compile-file-form-defmumble, byte-compile-output-as-comment):
16911         Give some more local variables with common names a "bytecomp-" prefix,
16912         so as not to shadow things during compilation.
16913         * emacs-lisp/cl-macs.el (load-time-value)
16914         * emacs-lisp/cl.el (cl-compiling-file): Update for the name-change
16915         `outbuffer' to `bytecomp-outbuffer'.
16917         * emacs-lisp/elint.el (elint-standard-variables): Remove most members,
16918         since the next two variables cover them automatically now.
16919         (elint-builtin-variables, elint-autoloaded-variables): New.
16920         (elint-unknown-builtin-args): Remove all members, since they can be
16921         parsed automatically now.
16922         (elint-extra-errors): New.
16923         (elint-env-add-env, elint-env-add-macro): Use cadr.
16924         (elint-current-buffer): Use or.  Change final message.
16925         (elint-get-top-forms): Use line-end-position.
16926         (elint-init-env): Use cadr.  Handle autoload, declare-function,
16927         and defalias.
16928         (elint-add-required-env): Doc fix.  Use or.  Standardize error.
16929         (regexp-assoc): Remove unused function.
16930         (elint-top-form): Set elint-current-pos, to record the start of the
16931         top-level form, for compilation-mode.
16932         (elint-form): Trap errors in macro expansion.  Use dolist.
16933         (elint-unbound-variable): Use elint-builtin-variables and
16934         elint-autoloaded-variables.
16935         (elint-get-args): Use cadr, or.
16936         (elint-check-cond-form): Use dolist, cadr.
16937         (elint-check-condition-case-form): Doc fix.  Use cadr.
16938         Use elint-extra-errors.
16939         (elint-log): New function.
16940         (elint-error, elint-warning): Use elint-log for a bytecomp-style format.
16941         Distinguish errors and warnings.
16942         (elint-log-message): Use with-current-buffer.  Inhibit read-only.
16943         Use a bytecomp-style format.
16944         (elint-clear-log): Preserve default-directory.  Inhibit read-only.
16945         (elint-get-log-buffer): Use compilation mode.  Disable undo.
16946         Don't truncate lines.
16947         (elint-initialize): Set builtin and autoloaded variable lists.
16948         Only process elint-unknown-builtin-args if non-nil.
16949         (elint-find-builtin-variables, elint-find-autoloaded-variables):
16950         New functions.
16951         (elint-find-builtin-args): Doc fix.  Handle "BODY...)".
16953 2009-07-22  Kevin Ryde  <user42@zip.com.au>
16955         * net/newst-backend.el (newsticker--parse-atom-1.0)
16956         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
16957         (newsticker--parse-rss-1.0):
16958         * progmodes/idlwave.el (idlwave-mode):
16959         * progmodes/idlw-shell.el (idlwave-shell-mode):
16960         * progmodes/vera-mode.el (vera-mode):
16961         * progmodes/verilog-mode.el (verilog-auto-inst, verilog-auto):
16962         * progmodes/vhdl-mode.el (vhdl-mode):
16963         * textmodes/table.el (table-generate-source)
16964         (table--warn-incompatibility):
16965         Hyperlink urls in docstrings with URL `...'.
16967 2009-07-22  Glenn Morris  <rgm@gnu.org>
16969         * emacs-lisp/advice.el, emacs-lisp/checkdoc.el:
16970         * emacs-lisp/debug.el, emacs-lisp/elp.el, emacs-lisp/gulp.el:
16971         * emacs-lisp/lisp.el, emacs-lisp/pp.el, emacs-lisp/trace.el:
16972         Remove leading * from defcustom docs.
16974         * simple.el (blink-matching-paren-distance): Bump to 100k.  (Bug#3889)
16976         * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from
16977         defcustom doc.
16978         (list-load-path-shadows): Optionally, just return shadows as a string.
16980         * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows.
16982 2009-07-21  Chong Yidong  <cyd@stupidchicken.com>
16984         * mail/rmailedit.el (rmail-edit-mode): Use
16985         auto-save-include-big-deletions.
16987         * mail/rmail.el (rmail-variables): Use
16988         auto-save-include-big-deletions.
16990         * files.el (auto-save-mode): Revert 2009-07-21 and 2009-07-16
16991         changes.
16993 2009-07-21  Jay Belanger  <jay.p.belanger@gmail.com>
16995         * calc/calc.el (calc-undo-length): New variable.
16996         (calc-quit): Truncate rather than eliminate `calc-undo-list'.
16998 2009-07-21  Richard Stallman  <rms@gnu.org>
17000         * files.el (auto-save-mode): Handle buffer-save-size = -2
17001         for toggling mode.
17003 2009-07-21  Glenn Morris  <rgm@gnu.org>
17005         * textmodes/ispell.el (ispell-looking-back): Update declaration.
17007         * calendar/todo-mode.el (calendar-current-date): Update declaration.
17009         * ps-print.el (ps-jitify, ps-lazify): Remove aliases only used to
17010         silence compiler.  Instead...
17011         (jit-lock-fontify-now, lazy-lock-fontify-region): ...Declare.
17012         (ps-print-ensure-fontified): Update for above function name changes.
17014         * printing.el (pr-mh-get-msg-num, pr-mh-show)
17015         (pr-mh-start-of-uncleaned-message): Remove aliases only used to
17016         silence compiler.  Instead...
17017         (mh-get-msg-num, mh-show, mh-start-of-uncleaned-message): ...Declare.
17018         (mh-show-buffer): Only define for compiler.
17019         (pr-mh-current-message): Update for above function name changes.
17021         * files.el (abort-if-file-too-large): Explicitly pass `filename'
17022         as an argument.
17023         (find-file-noselect, insert-file-1): Update for above change.
17025         * mail/rmail.el (rmail-retry-ignored-headers): Bump :version.
17027         * mail/mailclient.el (mailclient-send-it): Fix message.
17029         * emacs-lisp/edebug.el (cl-debug-env): Only define for compiler.
17030         (edebug-eval): Check cl-debug-env is bound.
17031         (print-level, print-circle): Don't redefine built-in variables.
17033         * emacs-lisp/cust-print.el: Remove leading * from defcustom docs.
17034         (custom-print-vectors): Remove old comments from doc.
17036         * emerge.el (menu-bar-emerge-menu): Remove unused variable.
17037         (emerge-version): Make the variable an obsolete alias for the
17038         emacs-version variable.  Make the function obsolete.
17039         (emerge-fast-keymap, emerge-edit-keymap): Make a separate menu for
17040         Emerge options, rather than merging in into the main Options menu.
17041         (emerge-options-menu): Adjust menu text.  Use buttons for skip prefers
17042         and auto advance modes.  Disable edit/fast items when not relevant.
17044 2009-07-20  Dan Nicolaescu  <dann@ics.uci.edu>
17046         * term/vt420.el (terminal-init-vt420): Fix typo.
17048 2009-07-20  Sam Steingold  <sds@gnu.org>
17050         * progmodes/ada-mode.el (compile-auto-highlight): Remove the
17051         variable (removed from compile.el on 2004-03-11).
17053 2009-07-20  Chong Yidong  <cyd@stupidchicken.com>
17055         * files.el (hack-local-variables-filter): Fix last change.
17057 2009-07-19  Juri Linkov  <juri@jurta.org>
17059         * files.el (ignored-local-variables): Add `dir-local-variables-alist'.
17060         (dir-local-variables-alist): New buffer-local variable.
17061         (hack-local-variables-filter): If variable is not dir-local,
17062         i.e. `dir-name' is nil, then remove it from `dir-local-variables-alist',
17063         because file-local overrides dir-local.
17064         (c-postprocess-file-styles) <declare-function>:
17065         Remove obsolete declaration.
17066         (hack-dir-local-variables): Add dir-local variable/value pair to
17067         `dir-local-variables-alist' and remove duplicates.  Doc fix.
17069         * help-fns.el (describe-variable): Add information about
17070         file-local and dir-local variables.
17072 2009-07-19  Chong Yidong  <cyd@stupidchicken.com>
17074         * files.el (hack-local-variables-filter): Rewrite.
17076 2009-07-19  Glenn Morris  <rgm@gnu.org>
17078         * progmodes/verilog-mode.el (verilog-error-regexp-add-xemacs):
17079         Silence compiler by only defining on XEmacs.
17081         * international/mule.el (auto-coding-regexp-alist): Only match
17082         BABYL... at the start of buffer, not of lines.  (Bug#3790)
17084         * calendar/cal-menu.el (cal-menu-set-date-title): Handle calls from
17085         non-calendar buffers (Bug#3862).  Restore "not on a date" message.
17086         (cal-menu-context-mouse-menu): Doc fix.
17088         * desktop.el (desktop-buffers-not-to-save): Set :version tag.
17090         * simple.el (mail-user-agent): Doc fix.  Set :version tag.
17092 2009-07-18  Juri Linkov  <juri@jurta.org>
17094         * info.el: Virtual Info keyword finder.
17095         (add-to-list) <Info-virtual-files>: Add "\\`\\*Finder.*\\*\\'".
17096         (Info-finder-file): New variable.
17097         (Info-finder-find-file): New function.
17098         (finder-known-keywords, finder-package-info)
17099         (find-library-name, lm-commentary): Use defvar and
17100         declare-function to silence compiler warnings.
17101         (Info-finder-find-node): New function.
17102         (info-finder): New command.
17104         * subr.el (process-kill-buffer-query-function): New function.
17105         (add-hook)<kill-buffer-query-functions>: Add hook
17106         `process-kill-buffer-query-function'.
17108 2009-07-18  Alan Mackenzie  <acm@muc.de>
17110         * progmodes/cc-mode.el (c-before-hack-hook)
17111         (c-postprocess-file-styles): Give invocation of `c-set-style'
17112         DONT-OVERRIDE parameter of t.  Already set style variables will
17113         thus not be overridden by style settings given by `c-file-syle'.
17115         * files.el (hack-local-variables-filter): Remove entries with
17116         duplicate keys from `file-local-variables-alist'.
17118 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17120         * simple.el (deactivate-mark, activate-mark, set-mark): Don't call
17121         x-set-selection if display-selections-p returns nil for the
17122         current frame.
17124 2009-07-18  Chong Yidong  <cyd@stupidchicken.com>
17126         * simple.el (region-active-p, use-region-p): Doc fix (Bug#3873).
17128 2009-07-18  Eli Zaretskii  <eliz@gnu.org>
17130         * desktop.el (desktop-buffers-not-to-save): Default value is nil.
17131         Accept nil in addition to a regexp.
17132         (desktop-files-not-to-save): Add "(ftp)$" to the default regexp.
17133         Accept nil in addition to a regexp.
17134         (desktop-save-buffer-p): Don't use desktop-buffers-not-to-save for
17135         buffers that have an associated file.  Handle nil values of
17136         desktop-buffers-not-to-save and desktop-files-not-to-save.
17137         (Bug#3833)
17139         * term/pc-win.el (x-selection-owner-p, x-own-selection-internal)
17140         (x-disown-selection-internal): New functions.
17142 2009-07-18  Nick Roberts  <nickrob@snap.net.nz>
17144         * progmodes/gdb-mi.el (speedbar-frame): Declare to avoid compiler
17145         warning.
17146         (gdb-breakpoints-header): Move forward to avoid compiler warning.
17147         (gdb-make-header-line-mouse-map): Remove duplicate definition.
17149 2009-07-18  David De La Harpe Golden  <david@harpegolden.net>
17151         * simple.el (set-mark): Revert last change.
17153 2009-07-17  Tassilo Horn  <tassilo@member.fsf.org>
17155         * doc-view.el (doc-view-initiate-display): Add yes-or-no-p if
17156         rendering of pngs is not possible instead of messaging a long
17157         description.
17159 2009-07-17  David De La Harpe Golden  <david@harpegolden.net>
17161         * w32-fns.el (x-selection-owner-p): New function.
17163         * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
17164         (mouse-yank-at-click, mouse-yank-primary): If
17165         select-active-regions is non-nil, deactivate the mark before
17166         insertion.
17168         * simple.el (deactivate-mark, set-mark): Only save selection if we
17169         own it.
17171 2009-07-17  Kenichi Handa  <handa@m17n.org>
17173         * case-table.el (describe-buffer-case-table): Fix for the case
17174         that KEY is a cons.
17176 2009-07-16  Dan Nicolaescu  <dann@ics.uci.edu>
17178         * vc-rcs.el (vc-rcs-find-file-hook):
17179         * vc-sccs.el (vc-sccs-find-file-hook): Fix cut and paste error.
17181 2009-07-16  Michael Albinus  <michael.albinus@gmx.de>
17183         * net/tramp.el (tramp-wait-for-output): Handle the case when
17184         commands do not return a newline but a null byte before the shell
17185         prompt.  (Bug#3858)
17187 2009-07-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
17189         * term/ns-win.el (ns-set-alpha): Don't declare.
17190         (ns-set-background-alpha): Remove function.
17192 2009-07-16  Kevin Ryde  <user42@zip.com.au>
17194         * emacs-lisp/copyright.el (copyright-update): Save match-data across
17195         y-or-n-p, for safety.
17197 2009-07-16  Richard Stallman  <rms@gnu.org>
17199         * files.el (auto-save-mode): If buffer-saved-size is -2,
17200         don't clobber it.
17202         * mail/rmail.el (rmail-variables): Set buffer-saved-size to -2.
17203         (rmail-retry-ignored-headers): Add more uninteresting fields.
17205 2009-07-15  Jari Aalto  <jari.aalto@cante.net>
17207         * net/rcirc.el (rcirc): Use history variables.
17208         (rcirc-server-name-history, rcirc-nick-name-history)
17209         (rcirc-server-port-history): New variables.
17211 2009-07-15  Kenichi Handa  <handa@m17n.org>
17213         * international/mule-cmds.el (set-language-environment-charset):
17214         If coding-system-charset-list returns `iso-2022' or `emacs-mule',
17215         ignore them.
17217         * language/misc-lang.el ("IPA"): Change coding systems to utf-8.
17218         Delete unibyte-display.
17220 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17222         * simple.el (kill-visual-line): Obey kill-whole-line (Bug#3695).
17224 2009-07-15  Chong Yidong  <cyd@stupidchicken.com>
17226         * simple.el (deactivate-mark): Optional argument FORCE.
17227         (set-mark): Use deactivate-mark.
17229         * info.el (Info-search): No need to check transient-mark-mode
17230         before calling deactivate-mark.
17232         * select.el (x-set-selection): Doc fix.
17233         (x-valid-simple-selection-p): Allow buffer values.
17234         (xselect--selection-bounds): Handle buffer values.  Suggested by
17235         David De La Harpe Golden.
17237         * mouse.el (mouse-set-region, mouse-drag-track): Call
17238         copy-region-as-kill before setting the mark, to let
17239         select-active-regions work.
17241 2009-07-15  David De La Harpe Golden  <david@harpegolden.net>
17243         * simple.el (deactivate-mark): If select-active-regions is
17244         non-nil, copy the selection data into a string.
17245         (activate-mark): If select-active-regions is non-nil, set the
17246         selection to the current buffer.
17247         (set-mark): Update selection if select-active-regions is non-nil.
17249         * select.el (x-valid-simple-selection-p): Allow buffer values.
17251 2009-07-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17253         * simple.el (mail-user-agent): Default to the upwardly-UI-compatible
17254         and more featureful message-mode.
17256 2009-07-14  Chong Yidong  <cyd@stupidchicken.com>
17258         * select.el (x-set-selection): Doc fix.
17259         (x-valid-simple-selection-p): Disallow selection data consisting
17260         of a list or cons of integers, since that is not used.
17261         (xselect--selection-bounds, xselect--int-to-cons): New functions.
17262         (xselect-convert-to-string, xselect-convert-to-length)
17263         (xselect-convert-to-filename, xselect-convert-to-charpos)
17264         (xselect-convert-to-lineno, xselect-convert-to-colno): Use them.
17266 2009-07-14  Dmitry Dzhus  <dima@sphinx.net.ru>
17268         * progmodes/gdb-mi.el (json-partial-output): Fix broken GDB/MI
17269         output in -break-info command (Emacs bug #3794).
17271 2009-07-14  Glenn Morris  <rgm@gnu.org>
17273         * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-forms)
17274         (edebug-eval-macro-args, edebug-save-displayed-buffer-points)
17275         (edebug-print-length, edebug-print-level, edebug-print-circle)
17276         (edebug-sit-for-seconds, edebug-view-outside)
17277         (edebug-bounce-point, edebug-set-global-break-condition)
17278         (edebug-Go-nonstop-mode, edebug-trace-mode)
17279         (edebug-Trace-fast-mode, edebug-continue-mode)
17280         (edebug-Continue-fast-mode, edebug-forward-sexp, edebug-help)
17281         (edebug-visit-eval-list): Doc fixes.
17283         * subr.el (def-edebug-spec): Doc fix.
17285 2009-07-14  Kenichi Handa  <handa@m17n.org>
17287         * international/characters.el: Fix setting of category ?C.
17289 2009-07-13  Jan Djärv  <jan.h.d@swipnet.se>
17291         * term/ns-win.el (x-select-font): defalias x-select-font to
17292         ns-popup-font-panel instead of generate-fontset-menu.
17294 2009-07-12  Eli Zaretskii  <eliz@gnu.org>
17296         * desktop.el (desktop-buffers-not-to-save): Remove ".log".  (Bug#3833)
17298 2009-07-12  Peter Jolly  <peter@jollys.org>  (tiny change)
17300         * arc-mode.el (archive-find-type): Allow for a PK00 string before
17301         the PK\003\004 header (Bug#3770).
17303 2009-07-12  Guanpeng Xu  <herberteuler@hotmail.com>
17305         * pcomplete.el (pcomplete-comint-setup): Check for
17306         shell-dynamic-complete-filename too.
17308 2009-07-11  Chong Yidong  <cyd@stupidchicken.com>
17310         * simple.el (temporary-goal-column): Change the value for
17311         line-move-visual to a cons cell.
17312         (line-move-visual): Record or set the window hscroll, if
17313         necessary (Bug#3494).
17314         (line-move-1): Handle cons value of temporary-goal-column.
17316 2009-07-11  Kenichi Handa  <handa@m17n.org>
17318         * international/mule-diag.el (describe-character-set): Don't show
17319         width.
17321 2009-07-10  Sam Steingold  <sds@gnu.org>
17323         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17324         Omake sometimes indents the errors it prints, so allow all
17325         regexps to start with spaces.
17327 2009-07-10  Eli Zaretskii  <eliz@gnu.org>
17329         * cus-edit.el (customize-changed-options-previous-release):
17330         Bump value to 22.1.  (Bug#3804)
17332 2009-07-08  Sam Steingold  <sds@gnu.org>
17334         * progmodes/grep.el (rgrep): Allow grep-find-ignored-directories
17335         to be a cons cell (test . ignored-directory) to selectively ignore
17336         some directories depending on the location of the search.
17338 2009-07-08  Michael Albinus  <michael.albinus@gmx.de>
17340         * net/tramp.el (tramp-set-file-uid-gid): Handle the case the
17341         remote user is root, on the local host.
17342         (tramp-local-host-p): Either the local user or the remote user
17343         must be root.  (Bug#3771)
17345 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17347         * progmodes/gdb-mi.el (gdb): Remove description of
17348         gdb-use-separate-io-buffer.
17349         (menu): Don't allow toggling of or enable
17350         gdb-use-separate-io-buffer from menubar.
17352 2009-07-08  E. Jay Berkenbilt  <ejb@ql.org>  (tiny change)
17354         * mail/unrmail.el (unrmail): Make sure the message ends with two
17355         newlines (Bug#3769).
17357 2009-07-08  Glenn Morris  <rgm@gnu.org>
17359         * calendar/calendar.el (calendar-current-date): Rework previous change.
17361 2009-07-08  Ed Reingold  <reingold@emr.cs.iit.edu>
17363         * calendar/calendar.el (calendar-current-date):
17364         Add an optional argument giving an offset from today.
17366 2009-07-08  Glenn Morris  <rgm@gnu.org>
17368         * tutorial.el (tutorial--describe-nonstandard-key):
17369         Adjust the message for when a key has been unbound.
17370         (help-with-tutorial): Hide the arch-tag.
17372 2009-07-08  Kenichi Handa  <handa@m17n.org>
17374         * international/fontset.el (setup-default-fontset): For each
17375         script, append (not set) font-specs.
17377         * language/japanese.el (japanese-shift-jis-2004): Fix typo in the
17378         docstring.
17380 2009-07-08  Nick Roberts  <nickrob@snap.net.nz>
17382         * progmodes/gdb-mi.el (gdb-init-1): Move sending
17383         -data-list-register-names to ...
17384         (gdb-starting): ... here because GDB 7.0 requires execution to
17385         have started when using this MI command.
17386         (gdb-set-header): New function to distinguish select and
17387         unselected tabs in gdb buffers.
17388         (gdb-propertize-header): New macro that uses gdb-set-header.
17389         (gdb-breakpoints-header, gdb-locals-header): Use it.
17390         (gdb-disassembly-mode-map): Add keybinding to kill buffer.
17392 2009-07-07  Chong Yidong  <cyd@stupidchicken.com>
17394         * Makefile.in (ELCFILES): Remove fadr.elc.
17396 2009-07-07  Dmitry Dzhus  <dima@sphinx.net.ru>
17398         * progmodes/gdb-mi.el (gdb-init-1): Disassembly buffer mode name
17399         may contain frame information, so `string-match' should be used.
17400         (gdb-update): Disassembly is invalidated through
17401         `gdb-get-selected-frame'.
17402         (gdb-pad-string): New function to pad string with spaces.
17403         (gdb-invalidate-disassembly): Invalidate only if the buffer
17404         exists.
17405         (gdb-disassembly-handler-custom): Column alignment.
17406         (gdb-disassembly-place-breakpoints): Clear old breakpoints before
17407         placing new ones.
17408         (gdb-toggle-breakpoint, gdb-delete-breakpoint): Now work from the
17409         end of line, too.
17410         (gdb-frame-handler): Match convention to for disassembly buffer
17411         mode name.
17412         (gdb-stack-list-frames-handler): Rewritten without regexps.
17413         (gdb-breakpoints-list-handler-custom): y/n instead of on/off; do
17414         not highlight breakpoints without line information.
17415         (gdb-input): Add trailing newline to command.
17417         * progmodes/gdb-mi.el (gdb-init-1): Set mode name for disassembly
17418         buffer properly.
17419         (gdb-breakpoints-list-handler-custom): Replacement for
17420         `gdb-break-list-handler'.  Using real parser instead of regexps
17421         now.
17422         (gdb-place-breakpoints): Replacement for `gdb-break-list-custom'.
17423         Use `gdb-breakpoints-list' instead of parsing breakpoints buffer
17424         to place breakpoints.
17425         (def-gdb-memory-unit): A new macro to define gdb-memory-unit-..
17426         functions.
17427         (gdb-disassembly-handler-custom): Show overlay arrow.
17428         (gdb-disassembly-place-breakpoints): Show breakpoints in
17429         disassembly buffer.
17430         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
17431         (gdb-goto-breakpoint): Using `gdb-breakpoint' text properties
17432         instead of parsing breakpoints buffer.  Fixed old menu references
17433         in `gud-menu-map'.
17435         * fadr.el: Remove.
17437         * progmodes/gdb-mi.el: Port memory buffer from gdb-ui.el.
17438         (gdb-memory-address): New variable which holds top address of
17439         memory page shown in memory buffer.
17440         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit): New
17441         customization variables.
17442         New functions:
17443         (gdb-display-memory-buffer, gdb-frame-memory-buffer): Functions to
17444         display the memory buffer.
17445         (gdb-memory-set-address, gdb-memory-set-repeat-count): Set memory
17446         buffer display parameters.
17447         (def-gdb-memory-format, gdb-memory-format-binary)
17448         (gdb-memory-format-octal, gdb-memory-format-unsigned)
17449         (gdb-memory-format-signed, gdb-memory-format-hexadecimal):
17450         Functions for setting memory buffer format.
17451         (gdb-memory-unit-word, gdb-memory-unit-halfword)
17452         (gdb-memory-unit-giant, gdb-memory-unit-byte): Functions to set
17453         unit size used in memory buffer.
17454         (gdb-memory-show-next-page, gdb-memory-show-previous-page): Switch
17455         to next/previous page of memory buffer.
17456         Now using (bindat-get-field) instead of fadr functions.
17458 2009-07-07  Sam Steingold  <sds@gnu.org>
17460         * vc-cvs.el (vc-cvs-merge-news): Fix message parsing for
17461         non-top-level files.
17463 2009-07-07  Kenichi Handa  <handa@m17n.org>
17465         * international/mule-cmds.el (reset-language-environment): Put
17466         the highset priority to the charset iso-8859-1.
17468 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17470         * progmodes/hideshow.el (hs-hide-block-at-point): Don't move point
17471         to the end of the line when locating the block (Bug#700).
17473 2009-07-06  Michael Albinus  <michael.albinus@gmx.de>
17475         * net/tramp.el (tramp-handle-write-region): Flush file properties
17476         in case of short track.
17478 2009-07-06  Michael McNamara  <mac@mail.brushroad.com>
17480         * progmodes/verilog-mode.el (verilog-error-regexp-emacs-alist):
17481         Coded custom representation of verilog error regular expressions
17482         to work with Emacs-22's new format.
17483         (verilog-error-regexp-xemacs-alist): Coded custom representation
17484         of verilog error regular expressions to work with XEmacs format.
17485         (verilog-error-regexp-add-xemacs): Hook routine to install verilog
17486         error recognition into XEmacs.
17487         (verilog-error-regexp-add-emacs): Hook routine to install verilog
17488         error recognition into Emacs-22.
17490 2009-07-06  Chong Yidong  <cyd@stupidchicken.com>
17492         * woman.el: Remove stand-alone closing parentheses.
17493         (woman-file-name, woman2-format-paragraphs)
17494         (woman-leave-blank-lines): Code cleanup.
17495         (woman-use-own-frame): Change default to nil.
17496         (woman-italic, woman-bold, woman-unknown, woman-addition): Change
17497         defaults to inherit from default faces.
17498         (woman2-process-escapes): Consume the newline after a stand-alone
17499         filler character (Bug#3651).
17501 2009-07-06  Glenn Morris  <rgm@gnu.org>
17503         * ffap.el (ffap-version): Make it an obsolete alias for emacs-version.
17504         (top-level): Move provide to the end.
17505         (ffap): Remove defunct URL from custom group.
17507         * subr.el (eval-after-load): Doc fix.
17509 2009-07-06  Vincent Belaïche  <vincent.belaiche@gmail.com>
17511         * calc/calc-embed.el (calc-embedded-make-info): Don't force when
17512         `calc-embedded-word' is called twice.
17514 2009-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
17516         * files.el (find-alternate-file-other-window, find-alternate-file):
17517         Obey confirm-nonexistent-file-or-buffer.
17519 2009-07-05  Michael Albinus  <michael.albinus@gmx.de>
17521         * dired-aux.el (dired-show-file-type): Handle remote files.
17523 2009-07-05  Jari Aalto  <jari.aalto@cante.net>
17525         * desktop.el (desktop-globals-to-save):
17526         Add file-name-history (Bug#2750).
17528 2009-07-05  Chong Yidong  <cyd@stupidchicken.com>
17530         * add-log.el (add-log-current-defun-header-regexp): Doc fix (Bug#2217).
17532 2009-07-04  Johan Bockgård  <bojohan@gnu.org>
17534         * eshell/esh-arg.el (eshell-parse-argument-hook): Put `number'
17535         property on entire argument since this is what eshell-lisp-command
17536         expects.
17538 2009-07-03  Michael Albinus  <michael.albinus@gmx.de>
17540         * net/tramp-gvfs.el (tramp-gvfs-methods)
17541         (tramp-gvfs-zeroconf-domain)
17542         (tramp-bluez-discover-devices-timeout): Add version flag.
17543         (tramp-gvfs-handler-mounted-unmounted)
17544         (tramp-gvfs-connection-mounted-p): Polish handling of
17545         incompatibilities between GVFS 0.2 and 1.0.
17547 2009-07-03  Jan Djärv  <jan.h.d@swipnet.se>
17549         * cus-start.el (all): Add make-pointer-invisible.
17551 2009-07-03  Jay Belanger  <jay.p.belanger@gmail.com>
17553         * calc/calc-math.el (math-use-emacs-fn): Make sure that the number is
17554         formatted correctly.
17556 2009-07-02  Juri Linkov  <juri@jurta.org>
17558         * info.el: Virtual Info files and nodes.
17559         (Info-virtual-files, Info-virtual-nodes): New variables.
17560         (Info-current-node-virtual): New variable.
17561         (Info-virtual-file-p, Info-virtual-fun, Info-virtual-call):
17562         New functions.
17563         (Info-file-supports-index-cookies): Use Info-virtual-file-p
17564         to check for a virtual file instead of checking a fixed list
17565         of node names.
17566         (Info-find-file): Use Info-virtual-fun and Info-virtual-call
17567         instead of ad-hoc processing of "dir" and (apropos history toc).
17568         (Info-find-node-2): Use Info-virtual-fun and Info-virtual-call
17569         instead of ad-hoc processing of "dir" and (apropos history toc).
17570         Reread a file when moving from a virtual node.
17571         (add-to-list)<Info-virtual-files>: Add "\\`dir\\'".
17572         (Info-directory-toc-nodes, Info-directory-find-file)
17573         (Info-directory-find-node): New functions.
17574         (add-to-list)<Info-virtual-files>: Add "\\`\\*History\\*\\'".
17575         (Info-history): Move part of code to
17576         `Info-history-find-node'.
17577         (Info-history-toc-nodes, Info-history-find-file)
17578         (Info-history-find-node): New functions.
17579         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*TOC\\*\\'".
17580         (Info-toc): Move part of code to `Info-toc-find-node'.
17581         (Info-toc-find-node): New function.
17582         (Info-toc-insert): Rename from `Info-insert-toc'.  Don't insert
17583         the current Info file name to references because now the node
17584         "*TOC*" belongs to the same Info manual.
17585         (Info-toc-build): Rename from `Info-build-toc'.
17586         (Info-toc-nodes): Rename input argument `file' to `filename'.
17587         Use Info-virtual-fun, Info-virtual-call and Info-virtual-file-p
17588         instead of ad-hoc processing of ("dir" apropos history toc).
17589         (Info-index-nodes): Use Info-virtual-file-p
17590         to check for a virtual file instead of checking a fixed list
17591         of node names.
17592         (Info-index-node): Add check for `Info-current-node-virtual'.
17593         Raise `save-match-data' higher up the tree to contain
17594         `search-forward' too (bug fix).
17595         (add-to-list)<Info-virtual-nodes>: Add "\\`\\*Index.*\\*\\'".
17596         (Info-virtual-index-nodes): New variable.
17597         (Info-virtual-index-find-node, Info-virtual-index): New functions.
17598         (add-to-list)<Info-virtual-files>: Add "\\`\\*Apropos\\*\\'".
17599         (Info-apropos-file, Info-apropos-nodes): New variables.
17600         (Info-apropos-toc-nodes, Info-apropos-find-file)
17601         (Info-apropos-find-node, Info-apropos-matches): New functions.
17602         (info-apropos): Move part of code to `Info-apropos-find-node' and
17603         `Info-apropos-matches'.
17604         (Info-mode-map): Bind "I" to `Info-virtual-index'.
17605         (Info-desktop-buffer-misc-data): Use Info-virtual-file-p to check
17606         for a virtual file instead of checking a fixed list of node names.
17608         * simple.el (async-shell-command): New command.
17610         * bindings.el (esc-map): Bind "&" to `async-shell-command'.
17612         * net/tramp-gvfs.el (tramp-gvfs-connection-mounted-p): Use `elt'
17613         instead of `mount-info'.
17615 2009-07-02  Michael Albinus  <michael.albinus@gmx.de>
17617         * net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted)
17618         (tramp-gvfs-connection-mounted-p): Handle changed mount-info interface.
17620 2009-07-02  Kenichi Handa  <handa@m17n.org>
17622         * international/mule.el (set-keyboard-coding-system): Force *-unix
17623         coding-system to avoid eol conversion.
17625 2009-07-01  Michael Albinus  <michael.albinus@gmx.de>
17627         * net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist):
17628         Add handler for `process-file', `shell-command' and
17629         `start-file-process'.
17630         (tramp-gvfs-handle-shell-command)
17631         (tramp-gvfs-handle-start-file-process)
17632         (tramp-gvfs-handle-process-file): New defuns.
17633         (tramp-synce-list-devices): Simplify check for existence of property.
17635 2009-07-01  Jan Djärv  <jan.h.d@swipnet.se>
17637         * startup.el (command-line-x-option-alist): Add -mm and --maximized.
17639 2009-07-01  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
17641         * language/korean.el (set-language-info-alist): Add korean-cp949,
17642         cp949 to spec.
17644 2009-07-01  Kenichi Handa  <handa@m17n.org>
17646         * Makefile.in (ELCFILES): Delete encoded-kb.elc.
17648         * international/encoded-kb.el: Deleted.
17650         * international/mule.el (set-keyboard-coding-system): Perform the
17651         necessary setup here instead of calling encoded-kbd-setup-display.
17653 2009-07-01  Glenn Morris  <rgm@gnu.org>
17655         * progmodes/f90.el (f90-break-delimiters, f90-no-break-re): Doc fixes.
17657 2009-07-01  Evangelos Evangelou  <vangelis@email.unc.edu>  (tiny change)
17659         * progmodes/f90.el (f90-no-break-re): Add "(/" and "/)".  (Bug#3730)
17661 2009-06-30  Michael Albinus  <michael.albinus@gmx.de>
17663         * net/tramp.el (tramp-do-copy-or-rename-file-directly):
17664         Handle also the 'rename case, when setting file modes.  (Bug#3712)
17665         (tramp-default-file-modes): Remove execute permissions.
17667         * net/tramp-gvfs.el (tramp-gvfs-methods): Add "synce" method.
17668         (top): Add a default for "synce" in `tramp-default-user-alist'.
17669         Add completion function for "synce" method.
17670         (tramp-hal-service, tramp-hal-path-manager)
17671         (tramp-hal-interface-manager, tramp-hal-interface-device):
17672         New defconst.
17673         (tramp-gvfs-connection-mounted-p): Handle empty user name for synce.
17674         (tramp-synce-list-devices, tramp-synce-parse-device-names):
17675         New defuns.
17677         * net/trampver.el: Update release number.
17679 2009-06-30  Kenichi Handa  <handa@m17n.org>
17681         * international/fontset.el (setup-default-fontset): Add CJK fonts
17682         for symbols and the other miscellaneous characters.
17684         * language/korea-util.el (setup-korean-environment-internal):
17685         Make char-width-table suitable for Korean environments.
17686         (exit-korean-environment): Cancel above.
17688         * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
17689         ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK"): Add a
17690         setup-function to make char-width-table suitable for respective
17691         environments, and an exit-function to cancel that.
17693         * language/japan-util.el (setup-japanese-environment-internal):
17694         Call use-cjk-char-width-table with arg `ja_JP'.
17696         * international/characters.el (cjk-char-width-table): Delete it.
17697         (cjk-char-width-table-list): New variable.
17698         (use-cjk-char-width-table): New arg local-name.
17699         (use-default-char-width-table): Fix for the case that Emacs is
17700         already using the default char-width-table.
17702 2009-06-29  Michael Albinus  <michael.albinus@gmx.de>
17704         * net/tramp.el (tramp-do-copy-or-rename-file-directly): Set file
17705         modes mandatory.  (Bug#3712)
17707 2009-06-29  Alan Mackenzie  <acm@muc.de>
17709         * progmodes/cc-cmds.el (c-mask-paragraph): Remove a spurious
17710         correction between the visible width of TABs and their number of bytes.
17712 2009-06-29  Chong Yidong  <cyd@stupidchicken.com>
17714         * server.el (server-buffer-done): Prevent kill-buffer from
17715         prompting by clearing the buffer modification flag (Bug#3696).
17717 2009-06-28  Michael McNamara  <mac@mail.brushroad.com>
17719         * progmodes/verilog-mode.el (verilog-beg-of-statement)
17720         (verilog-endcomment-reason-re): Support unique case and priority case.
17721         (verilog-basic-complete-re): Support localparam lineup.
17722         (verilog-beg-of-statement-1): Fix for robustness, unique case.
17723         (verilog-set-auto-endcomments): Fix for unique case, always_comb
17724         commenting.
17725         (verilog-leap-to-case-head): Now support *nested* unique &
17726         priority case statements.
17727         (verilog-auto-lineup): Make just declarations the default (as it
17728         had been).
17729         (verilog-leap-to-case-head): Support priority/unique case statements.
17730         (verilog-auto-lineup): Rework to give users radio buttons to
17731         select the various styles of automatic lineup.
17732         (verilog-error-regexp-alist): Rework to support the XEmacs style
17733         of error regular expressions from compilers, lint tools &
17734         simulators.  Note that GNU Emacs has made it impossible for a mode
17735         to load such things.
17736         (electric-verilog-terminate-line, verilog-indent-declaration)
17737         (verilog-auto-wiure): Rework for radio button selection of
17738         auto-lineup selection of specification of auto lineup.
17739         (verilog-beg-of-statement-1): Redesign to support proper operation
17740         in additional code, based on testing with auto-lineup.
17741         (verilog-calculate-indent, assignments & declarations)
17742         (verilog-backward-token): Enhance to support auto-lineup of
17743         assignments & declarations.
17744         (verilog-in-directive-p, verilog-at-struct-p): New function for
17745         easy test of whether we are.
17746         (verilog-pretty-declarations, verilog-pretty-expr): Massive rework
17747         to support safe execution at almost anyline.
17748         (verilog-calc-1): Properly support indenting deep inside generate
17749         blocks.
17750         (verilog-init-font): Remove definition & use of verilog-init-font,
17751         as it is redundant with font-lock-defaults.
17752         (verilog-mode): Alter the definition of verilog-font-lock-defaults
17753         to avoid circular calls if syntax-ppss is a function (as is the
17754         case now in 22.x GNU Emacs) as that function would sometimes call
17755         itself, leading to (nearly) infinite recursion.
17756         (verilog-ovm-begin-re, verilog-ovm-end-re)
17757         (verilog-ovm-statement-re, verilog-leap-to-head)
17758         (verilog-backward-token): Add support for OVM macros.  Some are
17759         complete statements, and others open and close scopes like begin
17760         and end.
17761         (verilog-defun-level-not-generate-re, verilog-defun-level-re)
17762         (verilog-defun-level-generate-only-re): Really fix the defun-list
17763         compilation issue.
17764         (verilog-calc-1, verilog-beg-of-statement): Enhance support for
17765         coverpoint, constraint and cross statements.
17766         (verilog-defun-level-list, verilog-generate-defun-level-list)
17767         (verilog-all-defun-level-list): Redo these specifications - it is
17768         too hard to support eval-when compile aggregation of lists also
17769         built at when-compile time.
17770         (verilog-defun-level-list): Place defconsts of variables used in
17771         building regular expressions which are built in eval-when-compile
17772         bodies in the same eval-when-compile body to facilitate compile
17773         without load.
17774         (verilog-beg-block-re-ordered): Support indenting
17775         virtual/protected tasks and functions.
17776         (verilog-defun-level-list, verilog-in-generate-region-p)
17777         (verilog-backward-ws&directives, verilog-calc-1): Speed up
17778         indentation of some module items (generate items).
17779         (verilog-forward-sexp, verilog-leap-to-head): Support stepping
17780         across virtual/protected tasks and functions.
17782 2009-06-28  Wilson Snyder  <wsnyder@wsnyder.org>
17784         * progmodes/verilog-mode.el (verilog-auto-arg, verilog-auto-arg-sort):
17785         Allow sorting AUTOARG lists.  Suggested by Andrea Fedeli.
17786         (verilog-read-sub-decls-line): Fix AUTOWIRE signals getting lost
17787         in concatenations.  Reported by Yishay Belkind.
17788         (verilog-auto-ascii-enum): Support one-hot state machines in
17789         AUTOASCIIENUM.  Suggested by Lloyd Gomez.
17790         (verilog-auto-inst, verilog-auto-inst-port): Include interface
17791         modport in AUTOINST and add vl-modport for users.  Reported by
17792         David Rogoff.
17793         (verilog-auto-inout-module, verilog-auto-inst)
17794         (verilog-decls-get-interfaces, verilog-insert-definition)
17795         (verilog-insert-one-definition, verilog-read-decls)
17796         (verilog-read-sub-decls, verilog-read-sub-decls-sig)
17797         (verilog-sig-modport, verilog-signals-combine-bus)
17798         (verilog-subdecls-get-interfaces): Fix expansion of SystemVerilog
17799         interfaces in AUTOINOUTMODULE, AUTOINOUTCOMP, and AUTOINST.
17800         Suggested by David Rogoff.
17801         (verilog-repair-open-comma): Fix non-insertion of comma when
17802         `DEFINE occurs in V2K argument list.  Reported by Lane Brooks.
17803         (verilog-make-width-expression): Simplify [A-1:0] expression
17804         widths to just {A{1'b0}}.
17805         (verilog-mode): Cleanup checkdoc warnings.
17806         (verilog-auto-inout-module, verilog-signals-matching-dir-re):
17807         Add third optional regexp to AUTOINOUTMODULE to allow selecting only
17808         inputs/outputs or data type.  Suggested by Vasu Kandadi.
17809         (next-error-last-buffer): Fix byte-compiler warning.
17810         (verilog-auto, verilog-auto-insert-lisp, verilog-auto-inst)
17811         (verilog-delete-auto): Add AUTOINSERTLISP to insert arbitrary lisp
17812         or shell command text during AUTO expansion.  Suggested by Tad Truex.
17813         (verilog-read-sub-decls-expr, verilog-read-sub-decls-line)
17814         (verilog-read-sub-decls-sig, verilog-symbol-detick-text):
17815         Fix dotted nets {a.b,c.d} and excaped identifiers being mis-included
17816         in AUTOINOUT.  Reported by Matthew Lovell.
17817         (verilog-read-always-signals-recurse): Fix AUTORESET "if (a<=b)"
17818         causing use of <= assignments.  Reported by Alex Reed.
17819         (verilog-read-decls): Fix triand, trior, wand, wor to be
17820         recognized by AUTOWIRE.  Reported by Spencer Isaacson.
17821         (verilog-extended-complete-re): Support import "DPI-C" functions.
17822         (verilog-read-always-signals-recurse): Fix AUTORESET of "x <=
17823         y[a+1:a+1]" to not include a in reset list.  Reported by Dan Dever.
17824         (verilog-insert-date, verilog-insert-year)
17825         (verilog-sk-header-tmpl): Fix verilog-header inserting error on
17826         Windows systems.  Reported by Michael Potts.
17827         (verilog-read-module-name): Fix AUTOINST when the child module
17828         declaration's name is a tick define.  Reported by Elliot Mednick.
17829         (verilog-read-decls): Fix V2K parameter bit subscripts getting
17830         passed to next parameter's definition.  Reported by Bruce T.
17831         (verilog-read-decls): Fix detecting "parameter int" when using
17832         AUTOINSTPARAM.  Reported by Bruce T.
17833         (verilog-goto-defun): Fix goto not finding modules unless first
17834         perform a verilog-auto expansion.  Suggested by Lawrence Butcher.
17835         (verilog-mode): Expand -f flag arguments on entry to mode so
17836         verilog-goto-defun will work.  Reported by Lawrence Butcher.
17837         (verilog-getopt): Expand environment variables in -f file
17838         arguments.  Suggested by Lawrence Butcher.
17839         (verilog-set-define): Fix "Symbol's value as variable is void"
17840         when reading enumerations.
17841         (verilog-auto-ascii-enum): Fix duplicate labels in AUTOASCIIENUM.
17842         Suggested by Stephen Peltan.
17843         (verilog-read-defines): Fix reading of enumerations in include
17844         files.  Reported by Steve Peltan.
17846 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17848         * files.el (trash-directory): Fix defcustom type.
17850 2009-06-28  Juri Linkov  <juri@jurta.org>
17852         * help-fns.el (describe-function-1): Correctly locate adviced
17853         functions in hyperlink (Bug#2438).
17855 2009-06-28  Chong Yidong  <cyd@stupidchicken.com>
17857         * files.el (trash-directory): Change default to nil.
17858         (move-file-to-trash): If trash-directory is nil and
17859         system-move-file-to-trash is unbound, perform freedesktop-style
17860         trashing.
17862 2009-06-28  David De La Harpe Golden  <david@harpegolden.net>
17864         * files.el (move-file-to-trash): Add freedesktop trash
17865         support (Bug#973).
17867 2009-06-28  Glenn Morris  <rgm@gnu.org>
17869         * autorevert.el (global-auto-revert-non-file-buffers)
17870         (global-auto-revert-mode): Doc fixes.
17872 2009-06-27  Johan Bockgård  <bojohan@gnu.org>
17874         * emacs-lisp/cl-specs.el (defstruct): Fix :conc-name spec.
17876 2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
17878         * faces.el (x-handle-named-frame-geometry): Ensure that we have
17879         opened an X connection before calling x-get-resource (Bug#3194).
17881         * play/doctor.el: Remove reference to obsolete website.
17882         (make-doctor-variables): Correct grammar mistake (Bug#2633).
17884 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
17886         Remove find-file-not-found-hook VC method.  (Bug#2757)
17887         * vc-hooks.el (vc-file-not-found-hook)
17888         (vc-default-find-file-not-found-hook): Remove functions.
17889         (find-file-not-found-functions): Do not add vc-file-not-found-hook.
17890         * vc-rcs.el (vc-rcs-find-file-not-found-hook): Remove function.
17891         * vc.el:
17892         * vc-hg.el:
17893         * vc-git.el: Do not mention find-file-not-found-hook VC method.
17895 2009-06-25  Agustín Martín  <agustin.martin@hispalinux.es>
17897         * textmodes/ispell.el: Add `ispell-looking-back' XEmacs
17898         compatibility function for `looking-back'.
17900         * textmodes/flyspell.el (sgml-mode-flyspell-verify):
17901         Use `ispell-looking-back'.
17903 2009-06-24  Michael Albinus  <michael.albinus@gmx.de>
17905         * net/tramp-gvfs.el (tramp-gvfs-handle-make-directory): Use `dir'
17906         rather than `filename'.
17908 2009-06-23  Miles Bader  <miles@gnu.org>
17910         * face-remap.el (text-scale-set): New function.
17912 2009-06-23  Glenn Morris  <rgm@gnu.org>
17914         * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
17916         * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
17918         * textmodes/ispell.el (ispell-local-dictionary): Doc fix.
17920         * progmodes/gdb-mi.el (gud-remove, gud-break): Update declarations.
17922         * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
17923         Simplify Persian conditionals.
17925         * calc/calc-graph.el (calc-graph-plot): Avoid assignment to free
17926         variable `filename'.
17928         * comint.el (comint-insert-input): Doc fix.
17930         * Makefile.in (ELCFILES): Fix typo in previous change.
17932 2009-06-23  Miles Bader  <miles@gnu.org>
17934         * cus-start.el: Add entry for `recenter-redisplay'.
17936 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17938         * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
17939         Add an optional argument for the backend, use it instead of
17940         calling vc-backend.
17941         (vc-mode-line): Add an optional argument for the backend.
17942         Pass the backend to vc-state and vc-working-revision.  Move code for
17943         special handling for vc-state being a buffer to ...
17945         * vc-rcs.el (vc-rcs-find-file-hook):
17946         * vc-sccs.el (vc-sccs-find-file-hook): ... here.  New functions.
17948         * vc-svn.el (vc-svn-state, vc-svn-dir-status, vc-svn-checkout)
17949         (vc-svn-print-log, vc-svn-diff): Pass 'SVN to vc-state,
17950         vc-stay-local-p and vc-mode-line calls.
17952         * vc-cvs.el (vc-cvs-state, vc-cvs-checkout, vc-cvs-print-log)
17953         (vc-cvs-diff, vc-cvs-annotate-command)
17954         (vc-cvs-make-version-backups-p, vc-cvs-stay-local-p)
17955         (vc-cvs-dir-status): Pass 'CVS to vc-state, vc-stay-local-p and
17956         vc-mode-line calls.
17958         * vc.el (vc-deduce-fileset): Use vc-deduce-fileset instead of
17959         direct comparison.
17960         (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
17961         backend when calling vc-mode-line.
17962         (vc-register): Do not create a closure for calling the vc register
17963         function, call it directly.
17965 2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
17967         * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
17968         to make it obvious item can be clicked.
17970         * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
17972 2009-06-23  Kenichi Handa  <handa@m17n.org>
17974         * language/korea-util.el (korean-key-bindings): Change the binding
17975         of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
17976         same command.
17978 2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
17980         Sync with Tramp 2.1.16.
17982         * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
17984         * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
17985         when a loading of a package fails.  Completion function for rsync
17986         is `tramp-completion-function-alist-ssh'.
17987         (all): Replace all calls of `split-string' and
17988         `tramp-split-string' by `tramp-compat-split-string'.
17989         (tramp-default-method): Use `tramp-compat-process-running-p'.
17990         (tramp-default-proxies-alist): Allow also Lisp forms.
17991         (tramp-remote-path): Add choice "Private Directories".
17992         (tramp-wrong-passwd-regexp): Remove "Tramp connection closed" option.
17993         (tramp-domain-regexp): Allow also "-", "_" and ".".
17994         (tramp-end-of-output): Remove newlines, and add "$" at the end.
17995         (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
17996         (tramp-debug-message): Insert header line in debug buffer.
17997         (tramp-handle-directory-files-and-attributes-with-stat):
17998         Care about filenames with spaces, or starting with "-".
17999         (tramp-handle-dired-uncache): New defun.
18000         (tramp-handle-insert-directory): Don't flush the directory from
18001         cache, this is handled by `dired-uncache' now.
18002         (tramp-handle-insert-file-contents): Improve error handling.
18003         (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
18004         Quote `tramp-end-of-output'.
18005         (tramp-action-password): Improve trace message.
18006         (tramp-check-for-regexp): Both echoes must be present, before removing.
18007         (tramp-open-connection-setup-interactive-shell): Trace coding system.
18008         (tramp-compute-multi-hops): Eval cons cells of
18009         `tramp-default-proxies-alist'.
18010         (tramp-maybe-open-connection): Use the same command pattern for
18011         first hop and further hops.
18012         (tramp-wait-for-output): Remove handling of newlines.
18013         (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
18014         (tramp-split-string): Remove function.  It is handled in
18015         tramp-compat now.
18017         * net/tramp-cmds.el (tramp-bug):
18018         Recommend `tramp-cleanup-all-connections' in the bug mail.
18020         * net/tramp-compat.el (tramp-compat-split-string)
18021         (tramp-compat-process-running-p): New defuns.
18023         * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
18024         for `dired-uncache'.
18026         * net/tramp-gvfs.el: New package.
18028         * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
18029         Add handler for `dired-uncache'.
18030         (tramp-smb-handle-file-local-copy): Cleanup in case of error.
18032         * net/trampver.el: Update release number.  Make version check fit
18033         for SXEmacs 22.
18035 2009-06-22  Jim Meyering  <meyering@redhat.com>
18037         Automatically handle .xz suffix (XZ-compressed files), too.
18038         * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
18039         XZ is the successor to LZMA: <http://tukaani.org/xz/>
18041 2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
18042             Nick Roberts  <nickrob@snap.net.nz>
18044         * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
18045         repository (http://sphinx.net.ru/hg/gdb-mi/).
18047 2009-06-22  Glenn Morris  <rgm@gnu.org>
18049         * files.el (dir-locals-collect-mode-variables): Allow for any number of
18050         `mode' and `eval' entries.  (Bug#3430)
18052         * Makefile.in (ELCFILES): Add fadr.elc.
18054         * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
18055         differing behavior of \n and ^ in strings.  (Bug#3385)
18057         * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
18059         * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
18060         property.
18061         (lisp-indent-function): Make it a defcustom.
18063 2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
18065         * progmodes/gdb-ui.el: Replace with ...
18066         * progmodes/gdb-mi.el: ... this file.
18067         * progmodes/gud.el: Modify for gdb-mi.el.
18069 2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
18071         * fadr.el: New file.
18073 See ChangeLog.14 for earlier changes.
18075 ;; Local Variables:
18076 ;; coding: utf-8
18077 ;; End:
18079   Copyright (C) 2009, 2010  Free Software Foundation, Inc.
18081   This file is part of GNU Emacs.
18083   GNU Emacs is free software: you can redistribute it and/or modify
18084   it under the terms of the GNU General Public License as published by
18085   the Free Software Foundation, either version 3 of the License, or
18086   (at your option) any later version.
18088   GNU Emacs is distributed in the hope that it will be useful,
18089   but WITHOUT ANY WARRANTY; without even the implied warranty of
18090   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18091   GNU General Public License for more details.
18093   You should have received a copy of the GNU General Public License
18094   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.